diff --git a/package.json b/package.json index 800c0d9..869afca 100644 --- a/package.json +++ b/package.json @@ -27,13 +27,11 @@ "node-addon-api": "^7.1.0", "node-gyp-build": "^4.8.0" }, - "tree-sitter": [ - { - "file-types": [ - "meson" - ] - } - ], + "devDependencies": { + "tree-sitter-cli": "^0.22.1", + "prettier": "^2.7.1", + "prebuildify": "^6.0.0" + }, "peerDependencies": { "tree-sitter": "^0.21.0" }, @@ -41,10 +39,5 @@ "tree_sitter": { "optional": true } - }, - "devDependencies": { - "tree-sitter-cli": "^0.22.1", - "prettier": "^2.7.1", - "prebuildify": "^6.0.0" } } diff --git a/src/grammar.json b/src/grammar.json index ddd6c15..5d65d0b 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -1,4 +1,5 @@ { + "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/grammar.schema.json", "name": "meson", "rules": { "source_file": { diff --git a/src/node-types.json b/src/node-types.json index 70c9ef8..a8b9479 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -617,6 +617,7 @@ { "type": "source_file", "named": true, + "root": true, "fields": {}, "children": { "multiple": true, diff --git a/src/parser.c b/src/parser.c index f48c75e..97bb3eb 100644 --- a/src/parser.c +++ b/src/parser.c @@ -745,7 +745,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3] = 3, [4] = 3, [5] = 5, - [6] = 5, + [6] = 6, [7] = 7, [8] = 8, [9] = 9, @@ -753,1258 +753,1258 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [11] = 11, [12] = 12, [13] = 13, - [14] = 7, - [15] = 15, - [16] = 15, - [17] = 17, + [14] = 13, + [15] = 8, + [16] = 16, + [17] = 16, [18] = 18, - [19] = 17, - [20] = 17, - [21] = 17, + [19] = 19, + [20] = 20, + [21] = 21, [22] = 22, - [23] = 11, - [24] = 24, - [25] = 25, + [23] = 10, + [24] = 11, + [25] = 12, [26] = 26, [27] = 27, - [28] = 17, - [29] = 29, - [30] = 30, - [31] = 17, - [32] = 17, - [33] = 10, - [34] = 17, - [35] = 29, - [36] = 9, - [37] = 22, - [38] = 8, + [28] = 28, + [29] = 6, + [30] = 28, + [31] = 9, + [32] = 20, + [33] = 16, + [34] = 16, + [35] = 35, + [36] = 16, + [37] = 16, + [38] = 16, [39] = 39, - [40] = 17, - [41] = 41, + [40] = 16, + [41] = 16, [42] = 42, - [43] = 2, - [44] = 44, - [45] = 45, - [46] = 46, + [43] = 43, + [44] = 43, + [45] = 2, + [46] = 2, [47] = 47, - [48] = 46, - [49] = 46, - [50] = 46, - [51] = 46, - [52] = 46, - [53] = 46, - [54] = 46, - [55] = 46, - [56] = 2, - [57] = 2, - [58] = 58, + [48] = 48, + [49] = 43, + [50] = 2, + [51] = 51, + [52] = 52, + [53] = 43, + [54] = 43, + [55] = 43, + [56] = 43, + [57] = 43, + [58] = 43, [59] = 59, [60] = 60, - [61] = 61, + [61] = 3, [62] = 3, [63] = 3, - [64] = 64, - [65] = 65, + [64] = 3, + [65] = 3, [66] = 66, - [67] = 3, - [68] = 60, - [69] = 3, - [70] = 60, - [71] = 71, - [72] = 72, - [73] = 61, - [74] = 74, + [67] = 67, + [68] = 68, + [69] = 69, + [70] = 70, + [71] = 59, + [72] = 68, + [73] = 69, + [74] = 69, [75] = 75, - [76] = 3, - [77] = 77, + [76] = 68, + [77] = 69, [78] = 78, - [79] = 61, - [80] = 80, + [79] = 68, + [80] = 69, [81] = 81, [82] = 82, - [83] = 71, + [83] = 83, [84] = 84, [85] = 85, - [86] = 86, - [87] = 60, - [88] = 61, - [89] = 3, - [90] = 61, - [91] = 91, - [92] = 60, - [93] = 71, - [94] = 71, - [95] = 9, - [96] = 13, - [97] = 8, - [98] = 7, - [99] = 5, - [100] = 13, - [101] = 10, - [102] = 7, - [103] = 15, - [104] = 5, - [105] = 15, - [106] = 15, - [107] = 12, - [108] = 11, - [109] = 7, - [110] = 5, - [111] = 11, - [112] = 112, - [113] = 7, - [114] = 13, - [115] = 8, - [116] = 9, + [86] = 59, + [87] = 87, + [88] = 88, + [89] = 89, + [90] = 90, + [91] = 68, + [92] = 92, + [93] = 3, + [94] = 59, + [95] = 6, + [96] = 7, + [97] = 5, + [98] = 13, + [99] = 8, + [100] = 9, + [101] = 101, + [102] = 10, + [103] = 11, + [104] = 12, + [105] = 13, + [106] = 8, + [107] = 13, + [108] = 8, + [109] = 13, + [110] = 8, + [111] = 5, + [112] = 10, + [113] = 11, + [114] = 12, + [115] = 13, + [116] = 8, [117] = 10, - [118] = 12, - [119] = 5, - [120] = 12, - [121] = 9, - [122] = 5, + [118] = 11, + [119] = 12, + [120] = 13, + [121] = 8, + [122] = 9, [123] = 7, [124] = 5, - [125] = 8, - [126] = 7, - [127] = 11, - [128] = 10, - [129] = 30, - [130] = 130, - [131] = 26, - [132] = 39, - [133] = 133, - [134] = 22, - [135] = 15, - [136] = 29, - [137] = 30, - [138] = 29, - [139] = 25, + [125] = 6, + [126] = 6, + [127] = 7, + [128] = 9, + [129] = 27, + [130] = 26, + [131] = 131, + [132] = 6, + [133] = 39, + [134] = 134, + [135] = 39, + [136] = 42, + [137] = 18, + [138] = 19, + [139] = 21, [140] = 22, - [141] = 29, - [142] = 8, - [143] = 9, - [144] = 10, - [145] = 22, - [146] = 11, - [147] = 29, - [148] = 3, - [149] = 22, - [150] = 27, - [151] = 151, - [152] = 8, + [141] = 26, + [142] = 3, + [143] = 6, + [144] = 35, + [145] = 18, + [146] = 19, + [147] = 21, + [148] = 22, + [149] = 149, + [150] = 42, + [151] = 10, + [152] = 28, [153] = 9, - [154] = 10, - [155] = 22, + [154] = 20, + [155] = 10, [156] = 11, - [157] = 29, - [158] = 27, - [159] = 159, - [160] = 25, - [161] = 161, - [162] = 162, - [163] = 163, - [164] = 41, - [165] = 42, - [166] = 11, - [167] = 167, - [168] = 18, - [169] = 24, - [170] = 10, - [171] = 15, - [172] = 26, - [173] = 41, - [174] = 42, - [175] = 3, - [176] = 176, - [177] = 39, - [178] = 27, - [179] = 25, - [180] = 22, - [181] = 181, - [182] = 18, - [183] = 41, - [184] = 26, - [185] = 9, - [186] = 42, - [187] = 8, - [188] = 18, - [189] = 39, - [190] = 190, - [191] = 24, + [157] = 12, + [158] = 158, + [159] = 11, + [160] = 28, + [161] = 28, + [162] = 9, + [163] = 20, + [164] = 10, + [165] = 11, + [166] = 12, + [167] = 6, + [168] = 35, + [169] = 28, + [170] = 20, + [171] = 171, + [172] = 18, + [173] = 19, + [174] = 20, + [175] = 21, + [176] = 22, + [177] = 28, + [178] = 20, + [179] = 27, + [180] = 180, + [181] = 39, + [182] = 28, + [183] = 42, + [184] = 20, + [185] = 185, + [186] = 186, + [187] = 9, + [188] = 188, + [189] = 27, + [190] = 12, + [191] = 191, [192] = 192, - [193] = 24, - [194] = 29, - [195] = 15, - [196] = 30, - [197] = 45, - [198] = 198, - [199] = 199, - [200] = 10, - [201] = 9, - [202] = 8, - [203] = 7, - [204] = 5, - [205] = 58, - [206] = 47, - [207] = 47, - [208] = 15, - [209] = 11, - [210] = 45, - [211] = 47, - [212] = 7, - [213] = 58, - [214] = 58, - [215] = 5, - [216] = 45, - [217] = 65, - [218] = 218, - [219] = 85, - [220] = 218, - [221] = 25, - [222] = 222, - [223] = 27, - [224] = 218, - [225] = 10, - [226] = 75, - [227] = 77, - [228] = 78, - [229] = 80, - [230] = 81, - [231] = 82, - [232] = 59, - [233] = 86, - [234] = 66, - [235] = 235, - [236] = 64, - [237] = 235, - [238] = 238, - [239] = 222, - [240] = 72, - [241] = 235, - [242] = 222, - [243] = 243, - [244] = 74, - [245] = 84, - [246] = 218, - [247] = 238, - [248] = 11, - [249] = 222, - [250] = 250, - [251] = 64, - [252] = 65, - [253] = 85, - [254] = 66, - [255] = 222, - [256] = 39, - [257] = 86, - [258] = 258, - [259] = 59, - [260] = 218, - [261] = 218, - [262] = 222, - [263] = 29, - [264] = 8, - [265] = 9, - [266] = 82, - [267] = 81, - [268] = 250, - [269] = 80, - [270] = 218, - [271] = 78, - [272] = 250, - [273] = 222, - [274] = 85, - [275] = 238, - [276] = 250, - [277] = 218, - [278] = 74, - [279] = 222, - [280] = 15, - [281] = 281, - [282] = 250, - [283] = 235, - [284] = 72, - [285] = 77, - [286] = 75, - [287] = 218, - [288] = 30, - [289] = 74, - [290] = 84, - [291] = 222, - [292] = 238, - [293] = 29, - [294] = 41, - [295] = 84, - [296] = 42, - [297] = 22, - [298] = 64, - [299] = 22, - [300] = 18, - [301] = 75, - [302] = 77, - [303] = 78, - [304] = 80, - [305] = 81, - [306] = 82, - [307] = 59, - [308] = 86, - [309] = 24, - [310] = 66, - [311] = 72, - [312] = 65, - [313] = 58, + [193] = 193, + [194] = 26, + [195] = 3, + [196] = 35, + [197] = 13, + [198] = 51, + [199] = 47, + [200] = 200, + [201] = 47, + [202] = 48, + [203] = 51, + [204] = 8, + [205] = 47, + [206] = 48, + [207] = 48, + [208] = 6, + [209] = 8, + [210] = 9, + [211] = 12, + [212] = 212, + [213] = 10, + [214] = 51, + [215] = 11, + [216] = 13, + [217] = 26, + [218] = 78, + [219] = 70, + [220] = 81, + [221] = 82, + [222] = 83, + [223] = 18, + [224] = 66, + [225] = 85, + [226] = 226, + [227] = 87, + [228] = 9, + [229] = 229, + [230] = 39, + [231] = 67, + [232] = 232, + [233] = 60, + [234] = 75, + [235] = 90, + [236] = 92, + [237] = 78, + [238] = 81, + [239] = 82, + [240] = 83, + [241] = 70, + [242] = 85, + [243] = 87, + [244] = 67, + [245] = 75, + [246] = 90, + [247] = 92, + [248] = 78, + [249] = 70, + [250] = 19, + [251] = 42, + [252] = 20, + [253] = 21, + [254] = 22, + [255] = 255, + [256] = 60, + [257] = 257, + [258] = 35, + [259] = 259, + [260] = 257, + [261] = 226, + [262] = 88, + [263] = 89, + [264] = 257, + [265] = 92, + [266] = 259, + [267] = 89, + [268] = 226, + [269] = 66, + [270] = 226, + [271] = 257, + [272] = 28, + [273] = 259, + [274] = 60, + [275] = 259, + [276] = 257, + [277] = 28, + [278] = 259, + [279] = 10, + [280] = 6, + [281] = 257, + [282] = 259, + [283] = 88, + [284] = 257, + [285] = 259, + [286] = 89, + [287] = 11, + [288] = 257, + [289] = 259, + [290] = 12, + [291] = 257, + [292] = 259, + [293] = 232, + [294] = 81, + [295] = 295, + [296] = 296, + [297] = 20, + [298] = 82, + [299] = 83, + [300] = 295, + [301] = 232, + [302] = 85, + [303] = 232, + [304] = 87, + [305] = 232, + [306] = 67, + [307] = 66, + [308] = 295, + [309] = 75, + [310] = 90, + [311] = 295, + [312] = 88, + [313] = 313, [314] = 314, [315] = 314, - [316] = 316, - [317] = 317, - [318] = 317, - [319] = 314, + [316] = 27, + [317] = 314, + [318] = 318, + [319] = 319, [320] = 320, - [321] = 320, - [322] = 317, - [323] = 314, - [324] = 47, - [325] = 320, - [326] = 320, - [327] = 327, - [328] = 328, - [329] = 314, - [330] = 317, - [331] = 320, - [332] = 26, + [321] = 313, + [322] = 314, + [323] = 47, + [324] = 314, + [325] = 319, + [326] = 313, + [327] = 319, + [328] = 313, + [329] = 319, + [330] = 313, + [331] = 319, + [332] = 332, [333] = 333, - [334] = 320, - [335] = 314, - [336] = 317, - [337] = 320, - [338] = 314, - [339] = 320, - [340] = 314, - [341] = 320, - [342] = 314, - [343] = 80, - [344] = 344, - [345] = 345, - [346] = 346, - [347] = 347, - [348] = 348, - [349] = 349, - [350] = 151, - [351] = 344, - [352] = 352, - [353] = 353, - [354] = 354, - [355] = 355, - [356] = 346, - [357] = 151, - [358] = 347, - [359] = 162, - [360] = 167, - [361] = 192, - [362] = 190, - [363] = 162, - [364] = 161, - [365] = 133, - [366] = 75, - [367] = 161, - [368] = 163, - [369] = 163, - [370] = 345, - [371] = 346, - [372] = 347, - [373] = 77, - [374] = 348, - [375] = 349, - [376] = 344, - [377] = 352, - [378] = 78, - [379] = 81, - [380] = 133, - [381] = 82, - [382] = 59, - [383] = 86, - [384] = 167, - [385] = 353, - [386] = 133, - [387] = 387, - [388] = 354, - [389] = 355, - [390] = 167, - [391] = 190, - [392] = 3, + [334] = 313, + [335] = 319, + [336] = 313, + [337] = 319, + [338] = 319, + [339] = 313, + [340] = 319, + [341] = 313, + [342] = 48, + [343] = 343, + [344] = 81, + [345] = 82, + [346] = 83, + [347] = 85, + [348] = 87, + [349] = 67, + [350] = 75, + [351] = 90, + [352] = 92, + [353] = 78, + [354] = 70, + [355] = 188, + [356] = 356, + [357] = 3, + [358] = 180, + [359] = 188, + [360] = 360, + [361] = 131, + [362] = 134, + [363] = 192, + [364] = 171, + [365] = 192, + [366] = 171, + [367] = 367, + [368] = 368, + [369] = 360, + [370] = 370, + [371] = 371, + [372] = 372, + [373] = 134, + [374] = 374, + [375] = 375, + [376] = 376, + [377] = 367, + [378] = 158, + [379] = 374, + [380] = 368, + [381] = 158, + [382] = 367, + [383] = 368, + [384] = 360, + [385] = 370, + [386] = 371, + [387] = 171, + [388] = 343, + [389] = 374, + [390] = 375, + [391] = 376, + [392] = 185, [393] = 393, - [394] = 348, - [395] = 349, - [396] = 344, - [397] = 163, - [398] = 345, - [399] = 346, - [400] = 66, - [401] = 347, - [402] = 348, - [403] = 349, - [404] = 65, - [405] = 64, - [406] = 345, - [407] = 352, - [408] = 353, - [409] = 354, - [410] = 355, - [411] = 161, - [412] = 352, - [413] = 413, - [414] = 353, + [394] = 185, + [395] = 3, + [396] = 367, + [397] = 368, + [398] = 360, + [399] = 370, + [400] = 371, + [401] = 372, + [402] = 343, + [403] = 374, + [404] = 375, + [405] = 376, + [406] = 131, + [407] = 375, + [408] = 376, + [409] = 158, + [410] = 185, + [411] = 411, + [412] = 370, + [413] = 192, + [414] = 371, [415] = 415, - [416] = 192, - [417] = 417, - [418] = 354, - [419] = 72, - [420] = 151, - [421] = 355, - [422] = 190, - [423] = 192, - [424] = 3, - [425] = 162, - [426] = 7, - [427] = 8, - [428] = 9, - [429] = 10, - [430] = 5, + [416] = 416, + [417] = 372, + [418] = 180, + [419] = 343, + [420] = 60, + [421] = 180, + [422] = 188, + [423] = 134, + [424] = 131, + [425] = 372, + [426] = 426, + [427] = 427, + [428] = 427, + [429] = 88, + [430] = 89, [431] = 431, - [432] = 11, + [432] = 431, [433] = 433, [434] = 434, - [435] = 435, - [436] = 435, - [437] = 437, - [438] = 438, + [435] = 426, + [436] = 89, + [437] = 434, + [438] = 426, [439] = 439, - [440] = 438, - [441] = 434, - [442] = 15, - [443] = 74, - [444] = 84, - [445] = 435, - [446] = 435, - [447] = 438, - [448] = 433, - [449] = 74, - [450] = 433, - [451] = 435, - [452] = 438, - [453] = 438, - [454] = 5, - [455] = 7, - [456] = 438, - [457] = 435, - [458] = 435, - [459] = 433, + [440] = 434, + [441] = 431, + [442] = 426, + [443] = 431, + [444] = 434, + [445] = 426, + [446] = 9, + [447] = 13, + [448] = 434, + [449] = 8, + [450] = 431, + [451] = 426, + [452] = 452, + [453] = 427, + [454] = 434, + [455] = 10, + [456] = 434, + [457] = 11, + [458] = 426, + [459] = 12, [460] = 434, - [461] = 433, - [462] = 438, - [463] = 438, - [464] = 435, - [465] = 434, - [466] = 434, - [467] = 435, - [468] = 438, - [469] = 469, - [470] = 39, - [471] = 11, - [472] = 469, - [473] = 8, - [474] = 474, - [475] = 9, - [476] = 10, - [477] = 41, - [478] = 42, - [479] = 469, - [480] = 469, - [481] = 18, - [482] = 24, - [483] = 474, - [484] = 474, - [485] = 29, - [486] = 469, - [487] = 151, - [488] = 25, - [489] = 474, - [490] = 490, - [491] = 27, - [492] = 492, - [493] = 469, - [494] = 22, - [495] = 22, - [496] = 474, - [497] = 474, - [498] = 30, - [499] = 469, - [500] = 29, - [501] = 474, - [502] = 469, - [503] = 474, - [504] = 474, - [505] = 469, - [506] = 15, - [507] = 507, - [508] = 508, - [509] = 47, - [510] = 58, - [511] = 511, - [512] = 512, - [513] = 133, - [514] = 514, - [515] = 161, - [516] = 167, - [517] = 162, - [518] = 518, - [519] = 163, + [461] = 426, + [462] = 13, + [463] = 8, + [464] = 434, + [465] = 427, + [466] = 426, + [467] = 6, + [468] = 427, + [469] = 42, + [470] = 470, + [471] = 470, + [472] = 18, + [473] = 473, + [474] = 19, + [475] = 475, + [476] = 476, + [477] = 470, + [478] = 21, + [479] = 473, + [480] = 473, + [481] = 22, + [482] = 10, + [483] = 11, + [484] = 12, + [485] = 26, + [486] = 39, + [487] = 28, + [488] = 473, + [489] = 470, + [490] = 473, + [491] = 180, + [492] = 470, + [493] = 20, + [494] = 473, + [495] = 470, + [496] = 496, + [497] = 35, + [498] = 473, + [499] = 470, + [500] = 470, + [501] = 6, + [502] = 28, + [503] = 473, + [504] = 473, + [505] = 20, + [506] = 9, + [507] = 470, + [508] = 192, + [509] = 509, + [510] = 510, + [511] = 158, + [512] = 47, + [513] = 171, + [514] = 185, + [515] = 515, + [516] = 516, + [517] = 48, + [518] = 188, + [519] = 519, [520] = 520, [521] = 521, - [522] = 387, - [523] = 387, - [524] = 3, - [525] = 525, - [526] = 81, - [527] = 527, - [528] = 82, - [529] = 78, - [530] = 77, - [531] = 59, - [532] = 387, - [533] = 80, - [534] = 3, - [535] = 75, - [536] = 3, - [537] = 86, - [538] = 3, - [539] = 66, - [540] = 540, - [541] = 65, - [542] = 64, - [543] = 72, + [522] = 92, + [523] = 83, + [524] = 85, + [525] = 393, + [526] = 393, + [527] = 78, + [528] = 528, + [529] = 75, + [530] = 67, + [531] = 70, + [532] = 393, + [533] = 90, + [534] = 534, + [535] = 3, + [536] = 60, + [537] = 3, + [538] = 538, + [539] = 81, + [540] = 87, + [541] = 3, + [542] = 82, + [543] = 3, [544] = 3, [545] = 3, - [546] = 546, - [547] = 8, - [548] = 9, - [549] = 546, - [550] = 10, + [546] = 12, + [547] = 10, + [548] = 11, + [549] = 12, + [550] = 13, [551] = 8, - [552] = 5, - [553] = 9, - [554] = 10, - [555] = 555, - [556] = 11, - [557] = 5, - [558] = 7, - [559] = 5, - [560] = 7, - [561] = 7, - [562] = 546, - [563] = 5, - [564] = 555, - [565] = 11, - [566] = 15, - [567] = 546, - [568] = 546, - [569] = 569, - [570] = 555, - [571] = 387, - [572] = 555, - [573] = 5, - [574] = 7, - [575] = 555, - [576] = 15, - [577] = 15, - [578] = 8, - [579] = 9, - [580] = 546, - [581] = 10, - [582] = 546, - [583] = 555, - [584] = 555, - [585] = 11, - [586] = 5, - [587] = 546, - [588] = 7, - [589] = 546, - [590] = 555, - [591] = 555, - [592] = 7, - [593] = 29, - [594] = 9, - [595] = 29, - [596] = 15, - [597] = 30, - [598] = 598, - [599] = 27, - [600] = 25, - [601] = 39, - [602] = 39, - [603] = 8, - [604] = 24, - [605] = 9, - [606] = 10, - [607] = 29, - [608] = 41, - [609] = 42, - [610] = 18, + [552] = 8, + [553] = 11, + [554] = 6, + [555] = 12, + [556] = 556, + [557] = 557, + [558] = 13, + [559] = 559, + [560] = 556, + [561] = 9, + [562] = 8, + [563] = 556, + [564] = 557, + [565] = 556, + [566] = 6, + [567] = 13, + [568] = 8, + [569] = 556, + [570] = 10, + [571] = 557, + [572] = 9, + [573] = 393, + [574] = 556, + [575] = 13, + [576] = 557, + [577] = 8, + [578] = 557, + [579] = 556, + [580] = 557, + [581] = 556, + [582] = 10, + [583] = 557, + [584] = 11, + [585] = 13, + [586] = 8, + [587] = 556, + [588] = 9, + [589] = 557, + [590] = 13, + [591] = 6, + [592] = 557, + [593] = 42, + [594] = 475, + [595] = 595, + [596] = 20, + [597] = 35, + [598] = 20, + [599] = 6, + [600] = 28, + [601] = 35, + [602] = 9, + [603] = 476, + [604] = 604, + [605] = 28, + [606] = 9, + [607] = 18, + [608] = 608, + [609] = 609, + [610] = 610, [611] = 611, - [612] = 490, - [613] = 18, - [614] = 22, - [615] = 42, - [616] = 41, - [617] = 617, - [618] = 492, - [619] = 25, - [620] = 490, - [621] = 492, - [622] = 15, - [623] = 39, - [624] = 624, - [625] = 27, - [626] = 30, - [627] = 11, - [628] = 628, - [629] = 629, - [630] = 490, - [631] = 10, - [632] = 632, - [633] = 633, - [634] = 634, - [635] = 22, - [636] = 29, - [637] = 492, - [638] = 9, - [639] = 639, - [640] = 640, - [641] = 24, - [642] = 11, - [643] = 643, - [644] = 22, - [645] = 29, - [646] = 24, - [647] = 647, - [648] = 8, - [649] = 22, - [650] = 22, - [651] = 651, + [612] = 475, + [613] = 476, + [614] = 11, + [615] = 10, + [616] = 19, + [617] = 39, + [618] = 18, + [619] = 39, + [620] = 21, + [621] = 22, + [622] = 622, + [623] = 10, + [624] = 11, + [625] = 625, + [626] = 626, + [627] = 12, + [628] = 12, + [629] = 6, + [630] = 19, + [631] = 631, + [632] = 26, + [633] = 26, + [634] = 28, + [635] = 6, + [636] = 9, + [637] = 35, + [638] = 10, + [639] = 11, + [640] = 21, + [641] = 12, + [642] = 42, + [643] = 18, + [644] = 644, + [645] = 28, + [646] = 39, + [647] = 19, + [648] = 20, + [649] = 649, + [650] = 650, + [651] = 20, [652] = 652, - [653] = 29, + [653] = 653, [654] = 654, [655] = 655, - [656] = 15, - [657] = 657, - [658] = 41, - [659] = 18, - [660] = 8, - [661] = 10, - [662] = 662, - [663] = 27, - [664] = 25, - [665] = 30, - [666] = 11, - [667] = 42, - [668] = 668, - [669] = 22, + [656] = 656, + [657] = 21, + [658] = 658, + [659] = 42, + [660] = 22, + [661] = 28, + [662] = 475, + [663] = 28, + [664] = 20, + [665] = 20, + [666] = 22, + [667] = 26, + [668] = 476, + [669] = 669, [670] = 670, [671] = 671, [672] = 672, [673] = 673, [674] = 674, - [675] = 512, + [675] = 520, [676] = 676, [677] = 677, - [678] = 521, - [679] = 514, + [678] = 678, + [679] = 679, [680] = 680, - [681] = 681, - [682] = 682, + [681] = 48, + [682] = 515, [683] = 683, - [684] = 684, + [684] = 519, [685] = 685, - [686] = 508, - [687] = 687, - [688] = 688, + [686] = 475, + [687] = 520, + [688] = 685, [689] = 689, - [690] = 47, - [691] = 691, - [692] = 672, - [693] = 691, - [694] = 518, - [695] = 676, - [696] = 672, - [697] = 672, - [698] = 508, - [699] = 672, - [700] = 670, - [701] = 670, + [690] = 676, + [691] = 678, + [692] = 692, + [693] = 476, + [694] = 685, + [695] = 515, + [696] = 696, + [697] = 673, + [698] = 685, + [699] = 519, + [700] = 700, + [701] = 673, [702] = 702, - [703] = 676, - [704] = 518, - [705] = 47, - [706] = 521, - [707] = 521, + [703] = 521, + [704] = 678, + [705] = 678, + [706] = 510, + [707] = 47, [708] = 708, [709] = 709, - [710] = 710, - [711] = 711, - [712] = 712, - [713] = 713, - [714] = 58, + [710] = 678, + [711] = 685, + [712] = 515, + [713] = 510, + [714] = 521, [715] = 715, - [716] = 670, - [717] = 670, - [718] = 58, - [719] = 719, - [720] = 670, - [721] = 721, - [722] = 722, - [723] = 490, - [724] = 58, - [725] = 492, - [726] = 670, - [727] = 508, + [716] = 716, + [717] = 678, + [718] = 718, + [719] = 685, + [720] = 685, + [721] = 676, + [722] = 519, + [723] = 47, + [724] = 685, + [725] = 725, + [726] = 673, + [727] = 727, [728] = 728, - [729] = 729, - [730] = 730, - [731] = 672, - [732] = 732, - [733] = 518, - [734] = 734, - [735] = 676, - [736] = 512, - [737] = 47, - [738] = 738, - [739] = 739, - [740] = 514, - [741] = 691, - [742] = 742, - [743] = 512, - [744] = 691, - [745] = 672, - [746] = 672, - [747] = 670, - [748] = 514, + [729] = 47, + [730] = 678, + [731] = 673, + [732] = 678, + [733] = 521, + [734] = 510, + [735] = 685, + [736] = 736, + [737] = 737, + [738] = 520, + [739] = 48, + [740] = 678, + [741] = 741, + [742] = 48, + [743] = 743, + [744] = 744, + [745] = 745, + [746] = 746, + [747] = 747, + [748] = 748, [749] = 749, - [750] = 672, + [750] = 750, [751] = 751, [752] = 752, - [753] = 676, + [753] = 753, [754] = 754, - [755] = 670, - [756] = 64, - [757] = 77, - [758] = 518, - [759] = 66, - [760] = 521, - [761] = 65, - [762] = 86, - [763] = 763, - [764] = 59, - [765] = 86, - [766] = 82, - [767] = 525, - [768] = 82, - [769] = 508, - [770] = 81, - [771] = 771, - [772] = 59, - [773] = 80, - [774] = 78, - [775] = 64, - [776] = 527, - [777] = 77, - [778] = 525, - [779] = 514, - [780] = 512, - [781] = 75, - [782] = 78, - [783] = 783, - [784] = 527, - [785] = 59, - [786] = 527, - [787] = 72, - [788] = 64, - [789] = 72, - [790] = 77, - [791] = 66, - [792] = 66, - [793] = 80, - [794] = 81, - [795] = 82, - [796] = 86, - [797] = 75, - [798] = 65, - [799] = 75, - [800] = 78, - [801] = 72, - [802] = 80, - [803] = 525, - [804] = 65, - [805] = 81, + [755] = 676, + [756] = 538, + [757] = 519, + [758] = 538, + [759] = 521, + [760] = 520, + [761] = 510, + [762] = 515, + [763] = 528, + [764] = 60, + [765] = 765, + [766] = 81, + [767] = 82, + [768] = 83, + [769] = 769, + [770] = 528, + [771] = 85, + [772] = 87, + [773] = 67, + [774] = 75, + [775] = 90, + [776] = 92, + [777] = 78, + [778] = 70, + [779] = 538, + [780] = 60, + [781] = 81, + [782] = 82, + [783] = 83, + [784] = 85, + [785] = 67, + [786] = 75, + [787] = 90, + [788] = 92, + [789] = 78, + [790] = 70, + [791] = 791, + [792] = 60, + [793] = 81, + [794] = 82, + [795] = 83, + [796] = 528, + [797] = 85, + [798] = 87, + [799] = 67, + [800] = 75, + [801] = 90, + [802] = 92, + [803] = 78, + [804] = 70, + [805] = 87, [806] = 806, [807] = 807, - [808] = 808, + [808] = 559, [809] = 807, - [810] = 806, + [810] = 807, [811] = 811, - [812] = 812, - [813] = 808, + [812] = 806, + [813] = 559, [814] = 811, - [815] = 808, - [816] = 811, - [817] = 812, - [818] = 525, - [819] = 569, - [820] = 811, + [815] = 811, + [816] = 806, + [817] = 817, + [818] = 818, + [819] = 807, + [820] = 806, [821] = 811, - [822] = 811, - [823] = 806, - [824] = 807, - [825] = 811, + [822] = 806, + [823] = 817, + [824] = 818, + [825] = 807, [826] = 811, - [827] = 807, + [827] = 811, [828] = 806, - [829] = 811, - [830] = 811, - [831] = 812, - [832] = 808, - [833] = 811, - [834] = 806, - [835] = 811, - [836] = 569, - [837] = 806, - [838] = 807, - [839] = 807, - [840] = 811, - [841] = 812, - [842] = 808, - [843] = 808, - [844] = 812, - [845] = 807, + [829] = 559, + [830] = 817, + [831] = 818, + [832] = 807, + [833] = 807, + [834] = 528, + [835] = 806, + [836] = 806, + [837] = 807, + [838] = 817, + [839] = 818, + [840] = 817, + [841] = 807, + [842] = 817, + [843] = 818, + [844] = 817, + [845] = 811, [846] = 806, - [847] = 811, - [848] = 569, - [849] = 807, - [850] = 812, - [851] = 808, - [852] = 811, - [853] = 806, - [854] = 812, - [855] = 808, - [856] = 812, - [857] = 812, - [858] = 811, - [859] = 811, + [847] = 818, + [848] = 818, + [849] = 817, + [850] = 818, + [851] = 811, + [852] = 817, + [853] = 818, + [854] = 807, + [855] = 807, + [856] = 807, + [857] = 807, + [858] = 807, + [859] = 807, [860] = 807, - [861] = 806, - [862] = 811, - [863] = 808, - [864] = 617, - [865] = 628, + [861] = 807, + [862] = 807, + [863] = 811, + [864] = 655, + [865] = 608, [866] = 866, [867] = 867, - [868] = 866, - [869] = 866, - [870] = 870, - [871] = 870, - [872] = 872, - [873] = 657, - [874] = 874, - [875] = 875, - [876] = 655, - [877] = 874, - [878] = 875, - [879] = 651, - [880] = 647, - [881] = 875, - [882] = 643, - [883] = 640, - [884] = 634, - [885] = 652, - [886] = 598, - [887] = 632, - [888] = 629, - [889] = 647, - [890] = 651, - [891] = 655, - [892] = 617, - [893] = 633, - [894] = 875, - [895] = 874, - [896] = 617, - [897] = 611, - [898] = 872, - [899] = 870, - [900] = 866, - [901] = 624, - [902] = 655, - [903] = 657, - [904] = 874, - [905] = 640, - [906] = 867, - [907] = 875, - [908] = 629, - [909] = 598, - [910] = 624, - [911] = 668, - [912] = 867, - [913] = 866, - [914] = 870, - [915] = 870, - [916] = 634, - [917] = 872, - [918] = 874, - [919] = 875, - [920] = 632, - [921] = 867, - [922] = 866, - [923] = 870, - [924] = 874, - [925] = 875, - [926] = 624, - [927] = 633, - [928] = 874, - [929] = 611, - [930] = 639, - [931] = 652, - [932] = 628, - [933] = 629, - [934] = 632, - [935] = 875, - [936] = 639, - [937] = 874, - [938] = 652, - [939] = 870, - [940] = 866, - [941] = 634, - [942] = 598, - [943] = 639, - [944] = 640, - [945] = 643, - [946] = 872, - [947] = 643, - [948] = 668, - [949] = 875, - [950] = 874, - [951] = 870, - [952] = 866, - [953] = 647, - [954] = 633, - [955] = 955, - [956] = 956, + [868] = 609, + [869] = 631, + [870] = 866, + [871] = 654, + [872] = 626, + [873] = 656, + [874] = 658, + [875] = 611, + [876] = 866, + [877] = 866, + [878] = 878, + [879] = 879, + [880] = 867, + [881] = 878, + [882] = 882, + [883] = 879, + [884] = 867, + [885] = 622, + [886] = 631, + [887] = 649, + [888] = 650, + [889] = 649, + [890] = 625, + [891] = 652, + [892] = 866, + [893] = 878, + [894] = 879, + [895] = 867, + [896] = 882, + [897] = 897, + [898] = 653, + [899] = 595, + [900] = 897, + [901] = 654, + [902] = 650, + [903] = 626, + [904] = 867, + [905] = 655, + [906] = 609, + [907] = 656, + [908] = 658, + [909] = 622, + [910] = 644, + [911] = 866, + [912] = 878, + [913] = 879, + [914] = 867, + [915] = 622, + [916] = 608, + [917] = 878, + [918] = 604, + [919] = 878, + [920] = 595, + [921] = 882, + [922] = 879, + [923] = 867, + [924] = 609, + [925] = 644, + [926] = 652, + [927] = 625, + [928] = 866, + [929] = 878, + [930] = 879, + [931] = 867, + [932] = 626, + [933] = 653, + [934] = 595, + [935] = 897, + [936] = 654, + [937] = 897, + [938] = 655, + [939] = 656, + [940] = 878, + [941] = 631, + [942] = 649, + [943] = 650, + [944] = 652, + [945] = 882, + [946] = 608, + [947] = 866, + [948] = 878, + [949] = 604, + [950] = 879, + [951] = 867, + [952] = 658, + [953] = 879, + [954] = 954, + [955] = 653, + [956] = 604, [957] = 957, - [958] = 628, - [959] = 651, - [960] = 668, - [961] = 961, - [962] = 866, - [963] = 870, - [964] = 657, - [965] = 611, + [958] = 958, + [959] = 625, + [960] = 611, + [961] = 644, + [962] = 611, + [963] = 963, + [964] = 879, + [965] = 866, [966] = 966, [967] = 967, - [968] = 966, + [968] = 968, [969] = 969, [970] = 970, [971] = 971, - [972] = 972, - [973] = 970, - [974] = 967, - [975] = 967, - [976] = 972, - [977] = 972, - [978] = 967, - [979] = 967, - [980] = 971, - [981] = 971, - [982] = 966, - [983] = 971, - [984] = 971, - [985] = 971, - [986] = 971, - [987] = 971, - [988] = 972, + [972] = 970, + [973] = 971, + [974] = 970, + [975] = 971, + [976] = 970, + [977] = 968, + [978] = 969, + [979] = 968, + [980] = 969, + [981] = 981, + [982] = 971, + [983] = 970, + [984] = 984, + [985] = 968, + [986] = 969, + [987] = 968, + [988] = 969, [989] = 971, - [990] = 971, - [991] = 971, - [992] = 966, - [993] = 970, - [994] = 966, - [995] = 971, - [996] = 970, - [997] = 971, - [998] = 998, + [990] = 970, + [991] = 968, + [992] = 969, + [993] = 968, + [994] = 969, + [995] = 995, + [996] = 971, + [997] = 970, + [998] = 971, [999] = 971, - [1000] = 1000, - [1001] = 1001, - [1002] = 971, - [1003] = 972, - [1004] = 969, - [1005] = 966, - [1006] = 967, - [1007] = 972, - [1008] = 967, - [1009] = 972, - [1010] = 1000, - [1011] = 1001, - [1012] = 971, - [1013] = 969, - [1014] = 970, - [1015] = 972, - [1016] = 1000, - [1017] = 1000, - [1018] = 971, - [1019] = 967, - [1020] = 966, - [1021] = 972, - [1022] = 970, + [1000] = 967, + [1001] = 968, + [1002] = 969, + [1003] = 971, + [1004] = 970, + [1005] = 968, + [1006] = 969, + [1007] = 981, + [1008] = 995, + [1009] = 1009, + [1010] = 967, + [1011] = 966, + [1012] = 967, + [1013] = 981, + [1014] = 995, + [1015] = 967, + [1016] = 966, + [1017] = 981, + [1018] = 967, + [1019] = 995, + [1020] = 967, + [1021] = 966, + [1022] = 981, [1023] = 967, - [1024] = 970, - [1025] = 1001, - [1026] = 971, - [1027] = 969, - [1028] = 1028, - [1029] = 966, - [1030] = 970, - [1031] = 1000, - [1032] = 966, - [1033] = 1001, + [1024] = 967, + [1025] = 967, + [1026] = 967, + [1027] = 967, + [1028] = 967, + [1029] = 967, + [1030] = 967, + [1031] = 967, + [1032] = 967, + [1033] = 967, [1034] = 970, [1035] = 1035, - [1036] = 1035, + [1036] = 1036, [1037] = 1037, [1038] = 1038, - [1039] = 1039, - [1040] = 1037, + [1039] = 1037, + [1040] = 1036, [1041] = 1041, - [1042] = 628, - [1043] = 617, + [1042] = 1041, + [1043] = 1043, [1044] = 1044, - [1045] = 1045, + [1045] = 1044, [1046] = 1046, - [1047] = 1046, - [1048] = 1048, - [1049] = 1046, - [1050] = 633, - [1051] = 1048, - [1052] = 1048, - [1053] = 1053, - [1054] = 1048, - [1055] = 1055, - [1056] = 1048, - [1057] = 1046, - [1058] = 1046, - [1059] = 1046, - [1060] = 1045, + [1047] = 608, + [1048] = 1041, + [1049] = 1049, + [1050] = 1044, + [1051] = 1044, + [1052] = 1044, + [1053] = 1044, + [1054] = 1041, + [1055] = 609, + [1056] = 644, + [1057] = 1057, + [1058] = 1041, + [1059] = 1044, + [1060] = 1044, [1061] = 1061, - [1062] = 1062, - [1063] = 1048, - [1064] = 1046, - [1065] = 1048, - [1066] = 1046, - [1067] = 1045, - [1068] = 1068, - [1069] = 1046, - [1070] = 1061, - [1071] = 1071, - [1072] = 1045, - [1073] = 1061, - [1074] = 1048, - [1075] = 1061, - [1076] = 1048, + [1062] = 1041, + [1063] = 1041, + [1064] = 1064, + [1065] = 1065, + [1066] = 1066, + [1067] = 1041, + [1068] = 1041, + [1069] = 1066, + [1070] = 1049, + [1071] = 1066, + [1072] = 1049, + [1073] = 1073, + [1074] = 1066, + [1075] = 1049, + [1076] = 1044, [1077] = 1077, [1078] = 1078, [1079] = 1079, - [1080] = 1078, - [1081] = 1081, + [1080] = 1080, + [1081] = 1078, [1082] = 1082, [1083] = 1083, - [1084] = 1082, - [1085] = 1078, - [1086] = 1081, - [1087] = 1087, - [1088] = 1088, - [1089] = 1083, + [1084] = 1080, + [1085] = 1085, + [1086] = 1082, + [1087] = 1085, + [1088] = 1079, + [1089] = 1089, [1090] = 1090, - [1091] = 1088, - [1092] = 1088, - [1093] = 1078, - [1094] = 1079, - [1095] = 1095, - [1096] = 1095, - [1097] = 1079, - [1098] = 1082, - [1099] = 1095, - [1100] = 1079, - [1101] = 1095, - [1102] = 1078, - [1103] = 1088, - [1104] = 1087, - [1105] = 1083, - [1106] = 1087, - [1107] = 1090, - [1108] = 1081, - [1109] = 1087, - [1110] = 1087, - [1111] = 1095, - [1112] = 1081, - [1113] = 1079, - [1114] = 1082, - [1115] = 1077, - [1116] = 1078, - [1117] = 1082, - [1118] = 1082, - [1119] = 1088, - [1120] = 1082, - [1121] = 1088, - [1122] = 1122, - [1123] = 1081, - [1124] = 1081, - [1125] = 1082, - [1126] = 1088, - [1127] = 1087, - [1128] = 1090, - [1129] = 1095, - [1130] = 1090, - [1131] = 1088, - [1132] = 1090, - [1133] = 1088, - [1134] = 1079, - [1135] = 1081, - [1136] = 1078, - [1137] = 1081, - [1138] = 1082, - [1139] = 1081, - [1140] = 1140, - [1141] = 1083, - [1142] = 1087, - [1143] = 1081, - [1144] = 1083, - [1145] = 1081, - [1146] = 1087, - [1147] = 1078, - [1148] = 1087, - [1149] = 1081, - [1150] = 1095, - [1151] = 1095, - [1152] = 1081, - [1153] = 1079, - [1154] = 1081, - [1155] = 1079, - [1156] = 1078, - [1157] = 1081, - [1158] = 1081, - [1159] = 1079, - [1160] = 1081, - [1161] = 1095, - [1162] = 1081, + [1091] = 1080, + [1092] = 1090, + [1093] = 1083, + [1094] = 1090, + [1095] = 1089, + [1096] = 1090, + [1097] = 1085, + [1098] = 1080, + [1099] = 1078, + [1100] = 1083, + [1101] = 1089, + [1102] = 1082, + [1103] = 1085, + [1104] = 1085, + [1105] = 1078, + [1106] = 1083, + [1107] = 1080, + [1108] = 1082, + [1109] = 1077, + [1110] = 1090, + [1111] = 1080, + [1112] = 1089, + [1113] = 1090, + [1114] = 1083, + [1115] = 1089, + [1116] = 1089, + [1117] = 1083, + [1118] = 1085, + [1119] = 1078, + [1120] = 1078, + [1121] = 1085, + [1122] = 1089, + [1123] = 1078, + [1124] = 1080, + [1125] = 1078, + [1126] = 1078, + [1127] = 1083, + [1128] = 1078, + [1129] = 1078, + [1130] = 1078, + [1131] = 1078, + [1132] = 1078, + [1133] = 1133, + [1134] = 1085, + [1135] = 1090, + [1136] = 1136, + [1137] = 1085, + [1138] = 1090, + [1139] = 1079, + [1140] = 1078, + [1141] = 1079, + [1142] = 1078, + [1143] = 1077, + [1144] = 1144, + [1145] = 1133, + [1146] = 1082, + [1147] = 1080, + [1148] = 1089, + [1149] = 1080, + [1150] = 1077, + [1151] = 1082, + [1152] = 1079, + [1153] = 1082, + [1154] = 1090, + [1155] = 1082, + [1156] = 1083, + [1157] = 1083, + [1158] = 1082, + [1159] = 1089, + [1160] = 1077, + [1161] = 1078, + [1162] = 1078, [1163] = 1163, [1164] = 1164, [1165] = 1165, [1166] = 1166, - [1167] = 1166, - [1168] = 1165, + [1167] = 1167, + [1168] = 1164, [1169] = 1166, - [1170] = 1166, + [1170] = 1165, [1171] = 1171, - [1172] = 1172, - [1173] = 1166, - [1174] = 1174, - [1175] = 1175, - [1176] = 1166, + [1172] = 1166, + [1173] = 1167, + [1174] = 1165, + [1175] = 1166, + [1176] = 1176, [1177] = 1177, - [1178] = 1178, - [1179] = 1166, - [1180] = 1180, - [1181] = 1181, - [1182] = 1166, - [1183] = 1180, - [1184] = 1163, - [1185] = 1166, + [1178] = 1166, + [1179] = 1164, + [1180] = 1163, + [1181] = 1166, + [1182] = 1176, + [1183] = 1166, + [1184] = 1166, + [1185] = 1167, [1186] = 1186, - [1187] = 1186, - [1188] = 1166, - [1189] = 1189, - [1190] = 1186, + [1187] = 1166, + [1188] = 1176, + [1189] = 1164, + [1190] = 1190, [1191] = 1191, - [1192] = 1166, - [1193] = 1165, + [1192] = 1192, + [1193] = 1166, [1194] = 1163, - [1195] = 1171, - [1196] = 1177, - [1197] = 1174, - [1198] = 1189, - [1199] = 1164, - [1200] = 1186, - [1201] = 1180, - [1202] = 1202, - [1203] = 1163, + [1195] = 1195, + [1196] = 1196, + [1197] = 1197, + [1198] = 1198, + [1199] = 1192, + [1200] = 1163, + [1201] = 1176, + [1202] = 1176, + [1203] = 1191, [1204] = 1164, - [1205] = 1166, + [1205] = 1205, [1206] = 1165, - [1207] = 1171, - [1208] = 1171, - [1209] = 1165, - [1210] = 1186, - [1211] = 1163, - [1212] = 1186, - [1213] = 1166, - [1214] = 1171, + [1207] = 1192, + [1208] = 1166, + [1209] = 1164, + [1210] = 1163, + [1211] = 1198, + [1212] = 1166, + [1213] = 1195, + [1214] = 1196, [1215] = 1166, - [1216] = 1216, - [1217] = 1164, - [1218] = 1166, - [1219] = 1216, - [1220] = 1216, - [1221] = 1181, - [1222] = 1163, - [1223] = 1177, - [1224] = 1174, - [1225] = 1225, - [1226] = 1171, + [1216] = 1198, + [1217] = 1176, + [1218] = 1198, + [1219] = 1219, + [1220] = 1166, + [1221] = 1176, + [1222] = 1195, + [1223] = 1196, + [1224] = 1164, + [1225] = 1163, + [1226] = 1176, [1227] = 1165, - [1228] = 1166, - [1229] = 1186, - [1230] = 1177, - [1231] = 1174, - [1232] = 1181, - [1233] = 1181, - [1234] = 1177, - [1235] = 1174, - [1236] = 1180, - [1237] = 1163, - [1238] = 1177, - [1239] = 1174, - [1240] = 1240, - [1241] = 1163, - [1242] = 1177, - [1243] = 1174, - [1244] = 1244, - [1245] = 1186, - [1246] = 1177, - [1247] = 1174, - [1248] = 1191, - [1249] = 1177, - [1250] = 1174, - [1251] = 1165, - [1252] = 1171, - [1253] = 1171, - [1254] = 1171, - [1255] = 1165, - [1256] = 1216, - [1257] = 1165, - [1258] = 1166, - [1259] = 1166, - [1260] = 1216, - [1261] = 1163, - [1262] = 1186, - [1263] = 1244, - [1264] = 1244, - [1265] = 1244, + [1228] = 1192, + [1229] = 1195, + [1230] = 1196, + [1231] = 1191, + [1232] = 1167, + [1233] = 1195, + [1234] = 1196, + [1235] = 1235, + [1236] = 1163, + [1237] = 1195, + [1238] = 1196, + [1239] = 1171, + [1240] = 1192, + [1241] = 1195, + [1242] = 1196, + [1243] = 1197, + [1244] = 1192, + [1245] = 1195, + [1246] = 1196, + [1247] = 1247, + [1248] = 1166, + [1249] = 1163, + [1250] = 1166, + [1251] = 1176, + [1252] = 1195, + [1253] = 1164, + [1254] = 1166, + [1255] = 1191, + [1256] = 1163, + [1257] = 1192, + [1258] = 1192, + [1259] = 1164, + [1260] = 1166, + [1261] = 1196, + [1262] = 1177, + [1263] = 1177, + [1264] = 1177, + [1265] = 1192, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -2013,255 +2013,277 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { switch (state) { case 0: if (eof) ADVANCE(53); - if (lookahead == '!') ADVANCE(16); - if (lookahead == '#') ADVANCE(49); - if (lookahead == '\'') ADVANCE(60); - if (lookahead == '(') ADVANCE(54); - if (lookahead == ')') ADVANCE(56); - if (lookahead == '+') ADVANCE(148); - if (lookahead == ',') ADVANCE(55); - if (lookahead == '-') ADVANCE(19); - if (lookahead == '.') ADVANCE(164); - if (lookahead == '/') ADVANCE(146); - if (lookahead == '0') ADVANCE(131); - if (lookahead == ':') ADVANCE(76); - if (lookahead == '<') ADVANCE(156); - if (lookahead == '=') ADVANCE(141); - if (lookahead == '>') ADVANCE(155); - if (lookahead == '?') ADVANCE(149); - if (lookahead == '@') ADVANCE(71); - if (lookahead == '[') ADVANCE(74); - if (lookahead == '\\') ADVANCE(34); - if (lookahead == ']') ADVANCE(75); - if (lookahead == 'a') ADVANCE(110); - if (lookahead == 'b') ADVANCE(119); - if (lookahead == 'c') ADVANCE(116); - if (lookahead == 'e') ADVANCE(107); - if (lookahead == 'f') ADVANCE(77); - if (lookahead == 'i') ADVANCE(95); - if (lookahead == 'n') ADVANCE(115); - if (lookahead == 'o') ADVANCE(120); - if (lookahead == 't') ADVANCE(121); - if (lookahead == '{') ADVANCE(72); - if (lookahead == '}') ADVANCE(73); + ADVANCE_MAP( + '!', 16, + '#', 49, + '\'', 60, + '(', 54, + ')', 56, + '+', 148, + ',', 55, + '-', 19, + '.', 164, + '/', 146, + '0', 131, + ':', 76, + '<', 156, + '=', 141, + '>', 155, + '?', 149, + '@', 71, + '[', 74, + '\\', 34, + ']', 75, + 'a', 110, + 'b', 119, + 'c', 116, + 'e', 107, + 'f', 77, + 'i', 95, + 'n', 115, + 'o', 120, + 't', 121, + '{', 72, + '}', 73, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(50) + lookahead == ' ') SKIP(50); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(132); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('d' <= lookahead && lookahead <= 'z')) ADVANCE(129); END_STATE(); case 1: - if (lookahead == '!') ADVANCE(16); - if (lookahead == '#') ADVANCE(49); - if (lookahead == '\'') ADVANCE(60); - if (lookahead == '(') ADVANCE(54); - if (lookahead == '+') ADVANCE(147); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(145); - if (lookahead == '<') ADVANCE(156); - if (lookahead == '=') ADVANCE(20); - if (lookahead == '>') ADVANCE(155); - if (lookahead == '?') ADVANCE(149); - if (lookahead == '[') ADVANCE(74); - if (lookahead == 'a') ADVANCE(110); - if (lookahead == 'b') ADVANCE(119); - if (lookahead == 'c') ADVANCE(116); - if (lookahead == 'e') ADVANCE(108); - if (lookahead == 'f') ADVANCE(117); - if (lookahead == 'i') ADVANCE(95); - if (lookahead == 'n') ADVANCE(115); - if (lookahead == 'o') ADVANCE(120); + ADVANCE_MAP( + '!', 16, + '#', 49, + '\'', 60, + '(', 54, + '+', 147, + '.', 163, + '/', 145, + '<', 156, + '=', 20, + '>', 155, + '?', 149, + '[', 74, + 'a', 110, + 'b', 119, + 'c', 116, + 'e', 108, + 'f', 117, + 'i', 95, + 'n', 115, + 'o', 120, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(1) + lookahead == ' ') SKIP(1); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('d' <= lookahead && lookahead <= 'z')) ADVANCE(129); END_STATE(); case 2: - if (lookahead == '!') ADVANCE(16); - if (lookahead == '#') ADVANCE(49); - if (lookahead == '\'') ADVANCE(60); - if (lookahead == '(') ADVANCE(54); - if (lookahead == '+') ADVANCE(147); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(145); - if (lookahead == '<') ADVANCE(156); - if (lookahead == '=') ADVANCE(20); - if (lookahead == '>') ADVANCE(155); - if (lookahead == '?') ADVANCE(149); - if (lookahead == '[') ADVANCE(74); - if (lookahead == 'a') ADVANCE(110); - if (lookahead == 'e') ADVANCE(112); - if (lookahead == 'f') ADVANCE(117); - if (lookahead == 'i') ADVANCE(95); - if (lookahead == 'n') ADVANCE(115); - if (lookahead == 'o') ADVANCE(120); + ADVANCE_MAP( + '!', 16, + '#', 49, + '\'', 60, + '(', 54, + '+', 147, + '.', 163, + '/', 145, + '<', 156, + '=', 20, + '>', 155, + '?', 149, + '[', 74, + 'a', 110, + 'e', 112, + 'f', 117, + 'i', 95, + 'n', 115, + 'o', 120, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(2) + lookahead == ' ') SKIP(2); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(129); END_STATE(); case 3: - if (lookahead == '!') ADVANCE(16); - if (lookahead == '#') ADVANCE(49); - if (lookahead == '\'') ADVANCE(60); - if (lookahead == '(') ADVANCE(54); - if (lookahead == '+') ADVANCE(147); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(145); - if (lookahead == '<') ADVANCE(156); - if (lookahead == '=') ADVANCE(20); - if (lookahead == '>') ADVANCE(155); - if (lookahead == '?') ADVANCE(149); - if (lookahead == '[') ADVANCE(74); - if (lookahead == 'a') ADVANCE(110); - if (lookahead == 'e') ADVANCE(113); - if (lookahead == 'f') ADVANCE(117); - if (lookahead == 'i') ADVANCE(95); - if (lookahead == 'n') ADVANCE(115); - if (lookahead == 'o') ADVANCE(120); + ADVANCE_MAP( + '!', 16, + '#', 49, + '\'', 60, + '(', 54, + '+', 147, + '.', 163, + '/', 145, + '<', 156, + '=', 20, + '>', 155, + '?', 149, + '[', 74, + 'a', 110, + 'e', 113, + 'f', 117, + 'i', 95, + 'n', 115, + 'o', 120, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(3) + lookahead == ' ') SKIP(3); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(129); END_STATE(); case 4: - if (lookahead == '!') ADVANCE(16); - if (lookahead == '#') ADVANCE(49); - if (lookahead == '(') ADVANCE(54); - if (lookahead == ')') ADVANCE(56); - if (lookahead == '+') ADVANCE(147); - if (lookahead == ',') ADVANCE(55); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(145); - if (lookahead == ':') ADVANCE(76); - if (lookahead == '<') ADVANCE(156); - if (lookahead == '=') ADVANCE(20); - if (lookahead == '>') ADVANCE(155); - if (lookahead == '[') ADVANCE(74); - if (lookahead == ']') ADVANCE(75); - if (lookahead == 'a') ADVANCE(29); - if (lookahead == 'e') ADVANCE(28); - if (lookahead == 'i') ADVANCE(30); - if (lookahead == 'n') ADVANCE(31); - if (lookahead == 'o') ADVANCE(32); - if (lookahead == '}') ADVANCE(73); + ADVANCE_MAP( + '!', 16, + '#', 49, + '(', 54, + ')', 56, + '+', 147, + ',', 55, + '.', 163, + '/', 145, + ':', 76, + '<', 156, + '=', 20, + '>', 155, + '[', 74, + ']', 75, + 'a', 29, + 'e', 28, + 'i', 30, + 'n', 31, + 'o', 32, + '}', 73, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(4) + lookahead == ' ') SKIP(4); END_STATE(); case 5: - if (lookahead == '#') ADVANCE(49); - if (lookahead == '\'') ADVANCE(60); - if (lookahead == '(') ADVANCE(54); - if (lookahead == ')') ADVANCE(56); - if (lookahead == '+' || - lookahead == '-') ADVANCE(41); - if (lookahead == '.') ADVANCE(42); - if (lookahead == '0') ADVANCE(131); - if (lookahead == '[') ADVANCE(74); - if (lookahead == 'f') ADVANCE(78); - if (lookahead == 'n') ADVANCE(115); - if (lookahead == 't') ADVANCE(121); - if (lookahead == '{') ADVANCE(72); - if (lookahead == '}') ADVANCE(73); + ADVANCE_MAP( + '#', 49, + '\'', 60, + '(', 54, + ')', 56, + '.', 42, + '0', 131, + '[', 74, + 'f', 78, + 'n', 115, + 't', 121, + '{', 72, + '}', 73, + '+', 41, + '-', 41, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(5) + lookahead == ' ') SKIP(5); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(132); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(129); END_STATE(); case 6: - if (lookahead == '#') ADVANCE(49); - if (lookahead == '\'') ADVANCE(60); - if (lookahead == '(') ADVANCE(54); - if (lookahead == '+') ADVANCE(147); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(145); - if (lookahead == '?') ADVANCE(149); - if (lookahead == '[') ADVANCE(74); - if (lookahead == 'b') ADVANCE(119); - if (lookahead == 'c') ADVANCE(116); - if (lookahead == 'e') ADVANCE(108); - if (lookahead == 'f') ADVANCE(117); - if (lookahead == 'i') ADVANCE(96); + ADVANCE_MAP( + '#', 49, + '\'', 60, + '(', 54, + '+', 147, + '.', 163, + '/', 145, + '?', 149, + '[', 74, + 'b', 119, + 'c', 116, + 'e', 108, + 'f', 117, + 'i', 96, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(6) + lookahead == ' ') SKIP(6); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(129); END_STATE(); case 7: - if (lookahead == '#') ADVANCE(49); - if (lookahead == '\'') ADVANCE(60); - if (lookahead == '(') ADVANCE(54); - if (lookahead == '+') ADVANCE(147); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(145); - if (lookahead == '?') ADVANCE(149); - if (lookahead == '[') ADVANCE(74); - if (lookahead == 'e') ADVANCE(112); - if (lookahead == 'f') ADVANCE(117); - if (lookahead == 'i') ADVANCE(96); + ADVANCE_MAP( + '#', 49, + '\'', 60, + '(', 54, + '+', 147, + '.', 163, + '/', 145, + '?', 149, + '[', 74, + 'e', 112, + 'f', 117, + 'i', 96, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(7) + lookahead == ' ') SKIP(7); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(129); END_STATE(); case 8: - if (lookahead == '#') ADVANCE(49); - if (lookahead == '\'') ADVANCE(60); - if (lookahead == '(') ADVANCE(54); - if (lookahead == '+') ADVANCE(147); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(145); - if (lookahead == '?') ADVANCE(149); - if (lookahead == '[') ADVANCE(74); - if (lookahead == 'e') ADVANCE(113); - if (lookahead == 'f') ADVANCE(117); - if (lookahead == 'i') ADVANCE(96); + ADVANCE_MAP( + '#', 49, + '\'', 60, + '(', 54, + '+', 147, + '.', 163, + '/', 145, + '?', 149, + '[', 74, + 'e', 113, + 'f', 117, + 'i', 96, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(8) + lookahead == ' ') SKIP(8); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(129); END_STATE(); case 9: - if (lookahead == '#') ADVANCE(49); - if (lookahead == '\'') ADVANCE(60); - if (lookahead == '(') ADVANCE(54); - if (lookahead == '+') ADVANCE(17); - if (lookahead == '-') ADVANCE(18); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(146); - if (lookahead == '=') ADVANCE(140); - if (lookahead == '[') ADVANCE(74); - if (lookahead == '{') ADVANCE(72); + ADVANCE_MAP( + '#', 49, + '\'', 60, + '(', 54, + '+', 17, + '-', 18, + '.', 163, + '/', 146, + '=', 140, + '[', 74, + '{', 72, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(9) + lookahead == ' ') SKIP(9); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(129); END_STATE(); case 10: - if (lookahead == '#') ADVANCE(49); - if (lookahead == '\'') ADVANCE(60); - if (lookahead == '(') ADVANCE(54); - if (lookahead == '+' || - lookahead == '-') ADVANCE(41); - if (lookahead == '.') ADVANCE(42); - if (lookahead == '0') ADVANCE(131); - if (lookahead == '[') ADVANCE(74); - if (lookahead == ']') ADVANCE(75); - if (lookahead == 'f') ADVANCE(78); - if (lookahead == 't') ADVANCE(121); - if (lookahead == '{') ADVANCE(72); + ADVANCE_MAP( + '#', 49, + '\'', 60, + '(', 54, + '.', 42, + '0', 131, + '[', 74, + ']', 75, + 'f', 78, + 't', 121, + '{', 72, + '+', 41, + '-', 41, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(10) + lookahead == ' ') SKIP(10); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(132); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || @@ -2270,36 +2292,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 11: if (lookahead == '#') ADVANCE(49); if (lookahead == '\'') ADVANCE(60); - if (lookahead == '+' || - lookahead == '-') ADVANCE(41); if (lookahead == '.') ADVANCE(42); if (lookahead == '0') ADVANCE(131); + if (lookahead == '+' || + lookahead == '-') ADVANCE(41); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(11) + lookahead == ' ') SKIP(11); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(132); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(129); END_STATE(); case 12: - if (lookahead == '#') ADVANCE(65); - if (lookahead == '\'') ADVANCE(14); + if (lookahead == '#') ADVANCE(61); + if (lookahead == '\'') ADVANCE(59); if (lookahead == '@') ADVANCE(71); if (lookahead == '\\') ADVANCE(34); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(66); + lookahead == ' ') ADVANCE(62); if (lookahead != 0 && - lookahead != '^') ADVANCE(67); + lookahead != '^') ADVANCE(63); END_STATE(); case 13: - if (lookahead == '#') ADVANCE(61); - if (lookahead == '\'') ADVANCE(59); + if (lookahead == '#') ADVANCE(65); + if (lookahead == '\'') ADVANCE(14); if (lookahead == '@') ADVANCE(71); if (lookahead == '\\') ADVANCE(34); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(62); + lookahead == ' ') ADVANCE(66); if (lookahead != 0 && - lookahead != '^') ADVANCE(63); + lookahead != '^') ADVANCE(67); END_STATE(); case 14: if (lookahead == '\'') ADVANCE(15); @@ -2389,10 +2411,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 38: if (lookahead == '0' || - lookahead == '1') ADVANCE(133); + lookahead == '1') ADVANCE(134); END_STATE(); case 39: - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(134); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(135); END_STATE(); case 40: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(132); @@ -2404,7 +2426,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('0' <= lookahead && lookahead <= '9')) ADVANCE(138); END_STATE(); case 43: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(136); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(133); END_STATE(); case 44: if (('0' <= lookahead && lookahead <= '9') || @@ -2414,7 +2436,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 45: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(135); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(136); END_STATE(); case 46: if (('0' <= lookahead && lookahead <= '9') || @@ -2437,38 +2459,40 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 50: if (eof) ADVANCE(53); - if (lookahead == '!') ADVANCE(16); - if (lookahead == '#') ADVANCE(49); - if (lookahead == '\'') ADVANCE(60); - if (lookahead == '(') ADVANCE(54); - if (lookahead == ')') ADVANCE(56); - if (lookahead == '+') ADVANCE(148); - if (lookahead == ',') ADVANCE(55); - if (lookahead == '-') ADVANCE(19); - if (lookahead == '.') ADVANCE(164); - if (lookahead == '/') ADVANCE(146); - if (lookahead == '0') ADVANCE(131); - if (lookahead == ':') ADVANCE(76); - if (lookahead == '<') ADVANCE(156); - if (lookahead == '=') ADVANCE(141); - if (lookahead == '>') ADVANCE(155); - if (lookahead == '?') ADVANCE(149); - if (lookahead == '@') ADVANCE(71); - if (lookahead == '[') ADVANCE(74); - if (lookahead == ']') ADVANCE(75); - if (lookahead == 'a') ADVANCE(110); - if (lookahead == 'b') ADVANCE(119); - if (lookahead == 'c') ADVANCE(116); - if (lookahead == 'e') ADVANCE(107); - if (lookahead == 'f') ADVANCE(77); - if (lookahead == 'i') ADVANCE(95); - if (lookahead == 'n') ADVANCE(115); - if (lookahead == 'o') ADVANCE(120); - if (lookahead == 't') ADVANCE(121); - if (lookahead == '{') ADVANCE(72); - if (lookahead == '}') ADVANCE(73); + ADVANCE_MAP( + '!', 16, + '#', 49, + '\'', 60, + '(', 54, + ')', 56, + '+', 148, + ',', 55, + '-', 19, + '.', 164, + '/', 146, + '0', 131, + ':', 76, + '<', 156, + '=', 141, + '>', 155, + '?', 149, + '@', 71, + '[', 74, + ']', 75, + 'a', 110, + 'b', 119, + 'c', 116, + 'e', 107, + 'f', 77, + 'i', 95, + 'n', 115, + 'o', 120, + 't', 121, + '{', 72, + '}', 73, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(50) + lookahead == ' ') SKIP(50); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(132); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || @@ -2476,48 +2500,52 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 51: if (eof) ADVANCE(53); - if (lookahead == '!') ADVANCE(16); - if (lookahead == '#') ADVANCE(49); - if (lookahead == '\'') ADVANCE(60); - if (lookahead == '(') ADVANCE(54); - if (lookahead == '+') ADVANCE(147); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(145); - if (lookahead == '<') ADVANCE(156); - if (lookahead == '=') ADVANCE(20); - if (lookahead == '>') ADVANCE(155); - if (lookahead == '?') ADVANCE(149); - if (lookahead == '[') ADVANCE(74); - if (lookahead == 'a') ADVANCE(110); - if (lookahead == 'f') ADVANCE(117); - if (lookahead == 'i') ADVANCE(95); - if (lookahead == 'n') ADVANCE(115); - if (lookahead == 'o') ADVANCE(120); + ADVANCE_MAP( + '!', 16, + '#', 49, + '\'', 60, + '(', 54, + '+', 147, + '.', 163, + '/', 145, + '<', 156, + '=', 20, + '>', 155, + '?', 149, + '[', 74, + 'a', 110, + 'f', 117, + 'i', 95, + 'n', 115, + 'o', 120, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(51) + lookahead == ' ') SKIP(51); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(129); END_STATE(); case 52: if (eof) ADVANCE(53); - if (lookahead == '#') ADVANCE(49); - if (lookahead == '\'') ADVANCE(60); - if (lookahead == '(') ADVANCE(54); - if (lookahead == ')') ADVANCE(56); - if (lookahead == '+') ADVANCE(147); - if (lookahead == ',') ADVANCE(55); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(145); - if (lookahead == ':') ADVANCE(76); - if (lookahead == '?') ADVANCE(149); - if (lookahead == '[') ADVANCE(74); - if (lookahead == ']') ADVANCE(75); - if (lookahead == 'f') ADVANCE(117); - if (lookahead == 'i') ADVANCE(96); - if (lookahead == '}') ADVANCE(73); + ADVANCE_MAP( + '#', 49, + '\'', 60, + '(', 54, + ')', 56, + '+', 147, + ',', 55, + '.', 163, + '/', 145, + ':', 76, + '?', 149, + '[', 74, + ']', 75, + 'f', 117, + 'i', 96, + '}', 73, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(52) + lookahead == ' ') SKIP(52); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(129); @@ -3077,55 +3105,57 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 131: ACCEPT_TOKEN(sym_number); - if (lookahead == '.') ADVANCE(139); - if (lookahead == '0') ADVANCE(136); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(38); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(37); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(39); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(45); - if (lookahead == '_') ADVANCE(43); - if (lookahead == 'n') ADVANCE(130); + ADVANCE_MAP( + '.', 139, + '0', 133, + '_', 43, + 'n', 130, + 'B', 38, + 'b', 38, + 'E', 37, + 'e', 37, + 'O', 39, + 'o', 39, + 'X', 45, + 'x', 45, + ); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(132); END_STATE(); case 132: ACCEPT_TOKEN(sym_number); if (lookahead == '.') ADVANCE(139); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(37); if (lookahead == '_') ADVANCE(40); if (lookahead == 'n') ADVANCE(130); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(37); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(132); END_STATE(); case 133: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(38); + if (lookahead == '_') ADVANCE(43); if (lookahead == 'n') ADVANCE(130); - if (lookahead == '0' || - lookahead == '1') ADVANCE(133); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(133); END_STATE(); case 134: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(39); + if (lookahead == '_') ADVANCE(38); if (lookahead == 'n') ADVANCE(130); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(134); + if (lookahead == '0' || + lookahead == '1') ADVANCE(134); END_STATE(); case 135: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(45); + if (lookahead == '_') ADVANCE(39); if (lookahead == 'n') ADVANCE(130); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(135); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(135); END_STATE(); case 136: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(43); + if (lookahead == '_') ADVANCE(45); if (lookahead == 'n') ADVANCE(130); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(136); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(136); END_STATE(); case 137: ACCEPT_TOKEN(sym_number); @@ -3134,9 +3164,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 138: ACCEPT_TOKEN(sym_number); + if (lookahead == '_') ADVANCE(42); if (lookahead == 'E' || lookahead == 'e') ADVANCE(37); - if (lookahead == '_') ADVANCE(42); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(138); END_STATE(); case 139: @@ -3334,306 +3364,306 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [13] = {.lex_state = 1}, [14] = {.lex_state = 1}, [15] = {.lex_state = 1}, - [16] = {.lex_state = 1}, + [16] = {.lex_state = 5}, [17] = {.lex_state = 5}, [18] = {.lex_state = 1}, - [19] = {.lex_state = 5}, - [20] = {.lex_state = 5}, - [21] = {.lex_state = 5}, + [19] = {.lex_state = 1}, + [20] = {.lex_state = 1}, + [21] = {.lex_state = 1}, [22] = {.lex_state = 1}, [23] = {.lex_state = 1}, [24] = {.lex_state = 1}, [25] = {.lex_state = 1}, [26] = {.lex_state = 1}, [27] = {.lex_state = 1}, - [28] = {.lex_state = 5}, + [28] = {.lex_state = 1}, [29] = {.lex_state = 1}, [30] = {.lex_state = 1}, - [31] = {.lex_state = 5}, - [32] = {.lex_state = 5}, - [33] = {.lex_state = 1}, + [31] = {.lex_state = 1}, + [32] = {.lex_state = 1}, + [33] = {.lex_state = 5}, [34] = {.lex_state = 5}, [35] = {.lex_state = 1}, - [36] = {.lex_state = 1}, - [37] = {.lex_state = 1}, - [38] = {.lex_state = 1}, + [36] = {.lex_state = 5}, + [37] = {.lex_state = 5}, + [38] = {.lex_state = 5}, [39] = {.lex_state = 1}, [40] = {.lex_state = 5}, - [41] = {.lex_state = 1}, + [41] = {.lex_state = 5}, [42] = {.lex_state = 1}, - [43] = {.lex_state = 2}, + [43] = {.lex_state = 5}, [44] = {.lex_state = 5}, - [45] = {.lex_state = 1}, - [46] = {.lex_state = 5}, + [45] = {.lex_state = 2}, + [46] = {.lex_state = 3}, [47] = {.lex_state = 1}, - [48] = {.lex_state = 5}, + [48] = {.lex_state = 1}, [49] = {.lex_state = 5}, - [50] = {.lex_state = 5}, - [51] = {.lex_state = 5}, + [50] = {.lex_state = 51}, + [51] = {.lex_state = 1}, [52] = {.lex_state = 5}, [53] = {.lex_state = 5}, [54] = {.lex_state = 5}, [55] = {.lex_state = 5}, - [56] = {.lex_state = 3}, - [57] = {.lex_state = 51}, - [58] = {.lex_state = 1}, - [59] = {.lex_state = 1}, - [60] = {.lex_state = 5}, - [61] = {.lex_state = 5}, - [62] = {.lex_state = 51}, - [63] = {.lex_state = 2}, - [64] = {.lex_state = 1}, - [65] = {.lex_state = 1}, + [56] = {.lex_state = 5}, + [57] = {.lex_state = 5}, + [58] = {.lex_state = 5}, + [59] = {.lex_state = 5}, + [60] = {.lex_state = 1}, + [61] = {.lex_state = 51}, + [62] = {.lex_state = 2}, + [63] = {.lex_state = 3}, + [64] = {.lex_state = 2}, + [65] = {.lex_state = 3}, [66] = {.lex_state = 1}, - [67] = {.lex_state = 3}, + [67] = {.lex_state = 1}, [68] = {.lex_state = 5}, - [69] = {.lex_state = 3}, - [70] = {.lex_state = 5}, + [69] = {.lex_state = 5}, + [70] = {.lex_state = 1}, [71] = {.lex_state = 5}, - [72] = {.lex_state = 1}, + [72] = {.lex_state = 5}, [73] = {.lex_state = 5}, - [74] = {.lex_state = 1}, + [74] = {.lex_state = 5}, [75] = {.lex_state = 1}, - [76] = {.lex_state = 51}, - [77] = {.lex_state = 1}, + [76] = {.lex_state = 5}, + [77] = {.lex_state = 5}, [78] = {.lex_state = 1}, [79] = {.lex_state = 5}, - [80] = {.lex_state = 1}, + [80] = {.lex_state = 5}, [81] = {.lex_state = 1}, [82] = {.lex_state = 1}, - [83] = {.lex_state = 5}, - [84] = {.lex_state = 1}, + [83] = {.lex_state = 1}, + [84] = {.lex_state = 5}, [85] = {.lex_state = 1}, - [86] = {.lex_state = 1}, - [87] = {.lex_state = 5}, - [88] = {.lex_state = 5}, - [89] = {.lex_state = 2}, - [90] = {.lex_state = 5}, + [86] = {.lex_state = 5}, + [87] = {.lex_state = 1}, + [88] = {.lex_state = 1}, + [89] = {.lex_state = 1}, + [90] = {.lex_state = 1}, [91] = {.lex_state = 5}, - [92] = {.lex_state = 5}, - [93] = {.lex_state = 5}, + [92] = {.lex_state = 1}, + [93] = {.lex_state = 51}, [94] = {.lex_state = 5}, - [95] = {.lex_state = 51}, + [95] = {.lex_state = 3}, [96] = {.lex_state = 3}, - [97] = {.lex_state = 51}, + [97] = {.lex_state = 3}, [98] = {.lex_state = 51}, [99] = {.lex_state = 51}, - [100] = {.lex_state = 2}, - [101] = {.lex_state = 51}, - [102] = {.lex_state = 2}, - [103] = {.lex_state = 2}, - [104] = {.lex_state = 2}, + [100] = {.lex_state = 51}, + [101] = {.lex_state = 5}, + [102] = {.lex_state = 51}, + [103] = {.lex_state = 51}, + [104] = {.lex_state = 51}, [105] = {.lex_state = 51}, - [106] = {.lex_state = 3}, + [106] = {.lex_state = 51}, [107] = {.lex_state = 2}, - [108] = {.lex_state = 3}, + [108] = {.lex_state = 2}, [109] = {.lex_state = 3}, [110] = {.lex_state = 3}, - [111] = {.lex_state = 51}, - [112] = {.lex_state = 5}, - [113] = {.lex_state = 3}, - [114] = {.lex_state = 51}, - [115] = {.lex_state = 3}, - [116] = {.lex_state = 3}, + [111] = {.lex_state = 2}, + [112] = {.lex_state = 2}, + [113] = {.lex_state = 2}, + [114] = {.lex_state = 2}, + [115] = {.lex_state = 2}, + [116] = {.lex_state = 2}, [117] = {.lex_state = 3}, - [118] = {.lex_state = 51}, + [118] = {.lex_state = 3}, [119] = {.lex_state = 3}, [120] = {.lex_state = 3}, - [121] = {.lex_state = 2}, - [122] = {.lex_state = 2}, - [123] = {.lex_state = 2}, + [121] = {.lex_state = 3}, + [122] = {.lex_state = 3}, + [123] = {.lex_state = 51}, [124] = {.lex_state = 51}, - [125] = {.lex_state = 2}, - [126] = {.lex_state = 51}, + [125] = {.lex_state = 51}, + [126] = {.lex_state = 2}, [127] = {.lex_state = 2}, [128] = {.lex_state = 2}, - [129] = {.lex_state = 3}, - [130] = {.lex_state = 6}, - [131] = {.lex_state = 51}, + [129] = {.lex_state = 2}, + [130] = {.lex_state = 2}, + [131] = {.lex_state = 6}, [132] = {.lex_state = 2}, - [133] = {.lex_state = 1}, - [134] = {.lex_state = 3}, - [135] = {.lex_state = 2}, + [133] = {.lex_state = 51}, + [134] = {.lex_state = 1}, + [135] = {.lex_state = 3}, [136] = {.lex_state = 3}, [137] = {.lex_state = 2}, [138] = {.lex_state = 2}, [139] = {.lex_state = 2}, [140] = {.lex_state = 2}, [141] = {.lex_state = 3}, - [142] = {.lex_state = 3}, + [142] = {.lex_state = 4}, [143] = {.lex_state = 3}, [144] = {.lex_state = 3}, - [145] = {.lex_state = 2}, + [145] = {.lex_state = 3}, [146] = {.lex_state = 3}, - [147] = {.lex_state = 2}, - [148] = {.lex_state = 4}, - [149] = {.lex_state = 3}, - [150] = {.lex_state = 2}, - [151] = {.lex_state = 1}, - [152] = {.lex_state = 2}, + [147] = {.lex_state = 3}, + [148] = {.lex_state = 3}, + [149] = {.lex_state = 6}, + [150] = {.lex_state = 51}, + [151] = {.lex_state = 51}, + [152] = {.lex_state = 51}, [153] = {.lex_state = 2}, - [154] = {.lex_state = 2}, - [155] = {.lex_state = 51}, + [154] = {.lex_state = 51}, + [155] = {.lex_state = 2}, [156] = {.lex_state = 2}, - [157] = {.lex_state = 51}, - [158] = {.lex_state = 51}, - [159] = {.lex_state = 6}, + [157] = {.lex_state = 2}, + [158] = {.lex_state = 1}, + [159] = {.lex_state = 51}, [160] = {.lex_state = 51}, - [161] = {.lex_state = 1}, - [162] = {.lex_state = 1}, - [163] = {.lex_state = 1}, + [161] = {.lex_state = 2}, + [162] = {.lex_state = 3}, + [163] = {.lex_state = 2}, [164] = {.lex_state = 3}, [165] = {.lex_state = 3}, - [166] = {.lex_state = 51}, - [167] = {.lex_state = 1}, - [168] = {.lex_state = 3}, + [166] = {.lex_state = 3}, + [167] = {.lex_state = 51}, + [168] = {.lex_state = 51}, [169] = {.lex_state = 3}, - [170] = {.lex_state = 51}, - [171] = {.lex_state = 3}, - [172] = {.lex_state = 3}, + [170] = {.lex_state = 3}, + [171] = {.lex_state = 1}, + [172] = {.lex_state = 51}, [173] = {.lex_state = 51}, [174] = {.lex_state = 51}, - [175] = {.lex_state = 4}, - [176] = {.lex_state = 6}, - [177] = {.lex_state = 3}, - [178] = {.lex_state = 3}, + [175] = {.lex_state = 51}, + [176] = {.lex_state = 51}, + [177] = {.lex_state = 2}, + [178] = {.lex_state = 2}, [179] = {.lex_state = 3}, - [180] = {.lex_state = 51}, - [181] = {.lex_state = 6}, - [182] = {.lex_state = 51}, + [180] = {.lex_state = 1}, + [181] = {.lex_state = 2}, + [182] = {.lex_state = 3}, [183] = {.lex_state = 2}, - [184] = {.lex_state = 2}, - [185] = {.lex_state = 51}, - [186] = {.lex_state = 2}, + [184] = {.lex_state = 3}, + [185] = {.lex_state = 1}, + [186] = {.lex_state = 6}, [187] = {.lex_state = 51}, - [188] = {.lex_state = 2}, + [188] = {.lex_state = 1}, [189] = {.lex_state = 51}, - [190] = {.lex_state = 1}, - [191] = {.lex_state = 51}, - [192] = {.lex_state = 6}, - [193] = {.lex_state = 2}, + [190] = {.lex_state = 51}, + [191] = {.lex_state = 6}, + [192] = {.lex_state = 1}, + [193] = {.lex_state = 6}, [194] = {.lex_state = 51}, - [195] = {.lex_state = 51}, - [196] = {.lex_state = 51}, - [197] = {.lex_state = 3}, - [198] = {.lex_state = 4}, - [199] = {.lex_state = 4}, + [195] = {.lex_state = 4}, + [196] = {.lex_state = 2}, + [197] = {.lex_state = 4}, + [198] = {.lex_state = 3}, + [199] = {.lex_state = 2}, [200] = {.lex_state = 4}, - [201] = {.lex_state = 4}, - [202] = {.lex_state = 4}, - [203] = {.lex_state = 4}, + [201] = {.lex_state = 3}, + [202] = {.lex_state = 3}, + [203] = {.lex_state = 51}, [204] = {.lex_state = 4}, - [205] = {.lex_state = 2}, - [206] = {.lex_state = 3}, - [207] = {.lex_state = 2}, + [205] = {.lex_state = 51}, + [206] = {.lex_state = 2}, + [207] = {.lex_state = 51}, [208] = {.lex_state = 4}, [209] = {.lex_state = 4}, - [210] = {.lex_state = 2}, - [211] = {.lex_state = 51}, + [210] = {.lex_state = 4}, + [211] = {.lex_state = 4}, [212] = {.lex_state = 4}, - [213] = {.lex_state = 3}, - [214] = {.lex_state = 51}, + [213] = {.lex_state = 4}, + [214] = {.lex_state = 2}, [215] = {.lex_state = 4}, - [216] = {.lex_state = 51}, - [217] = {.lex_state = 2}, - [218] = {.lex_state = 10}, + [216] = {.lex_state = 4}, + [217] = {.lex_state = 4}, + [218] = {.lex_state = 2}, [219] = {.lex_state = 2}, - [220] = {.lex_state = 10}, - [221] = {.lex_state = 4}, - [222] = {.lex_state = 10}, + [220] = {.lex_state = 51}, + [221] = {.lex_state = 51}, + [222] = {.lex_state = 51}, [223] = {.lex_state = 4}, - [224] = {.lex_state = 10}, - [225] = {.lex_state = 4}, - [226] = {.lex_state = 2}, - [227] = {.lex_state = 2}, - [228] = {.lex_state = 2}, - [229] = {.lex_state = 2}, - [230] = {.lex_state = 2}, - [231] = {.lex_state = 2}, - [232] = {.lex_state = 2}, - [233] = {.lex_state = 2}, - [234] = {.lex_state = 2}, - [235] = {.lex_state = 5}, - [236] = {.lex_state = 2}, - [237] = {.lex_state = 5}, - [238] = {.lex_state = 5}, - [239] = {.lex_state = 10}, - [240] = {.lex_state = 2}, - [241] = {.lex_state = 5}, - [242] = {.lex_state = 10}, - [243] = {.lex_state = 5}, + [224] = {.lex_state = 3}, + [225] = {.lex_state = 51}, + [226] = {.lex_state = 5}, + [227] = {.lex_state = 51}, + [228] = {.lex_state = 4}, + [229] = {.lex_state = 5}, + [230] = {.lex_state = 4}, + [231] = {.lex_state = 51}, + [232] = {.lex_state = 5}, + [233] = {.lex_state = 3}, + [234] = {.lex_state = 51}, + [235] = {.lex_state = 51}, + [236] = {.lex_state = 51}, + [237] = {.lex_state = 51}, + [238] = {.lex_state = 3}, + [239] = {.lex_state = 3}, + [240] = {.lex_state = 3}, + [241] = {.lex_state = 51}, + [242] = {.lex_state = 3}, + [243] = {.lex_state = 3}, [244] = {.lex_state = 3}, [245] = {.lex_state = 3}, - [246] = {.lex_state = 10}, - [247] = {.lex_state = 5}, - [248] = {.lex_state = 4}, - [249] = {.lex_state = 10}, - [250] = {.lex_state = 5}, - [251] = {.lex_state = 3}, - [252] = {.lex_state = 3}, - [253] = {.lex_state = 51}, - [254] = {.lex_state = 3}, + [246] = {.lex_state = 3}, + [247] = {.lex_state = 3}, + [248] = {.lex_state = 3}, + [249] = {.lex_state = 3}, + [250] = {.lex_state = 4}, + [251] = {.lex_state = 4}, + [252] = {.lex_state = 4}, + [253] = {.lex_state = 4}, + [254] = {.lex_state = 4}, [255] = {.lex_state = 10}, - [256] = {.lex_state = 4}, - [257] = {.lex_state = 3}, - [258] = {.lex_state = 10}, - [259] = {.lex_state = 3}, + [256] = {.lex_state = 51}, + [257] = {.lex_state = 10}, + [258] = {.lex_state = 4}, + [259] = {.lex_state = 10}, [260] = {.lex_state = 10}, - [261] = {.lex_state = 10}, - [262] = {.lex_state = 10}, - [263] = {.lex_state = 4}, - [264] = {.lex_state = 4}, - [265] = {.lex_state = 4}, - [266] = {.lex_state = 3}, - [267] = {.lex_state = 3}, + [261] = {.lex_state = 5}, + [262] = {.lex_state = 3}, + [263] = {.lex_state = 3}, + [264] = {.lex_state = 10}, + [265] = {.lex_state = 2}, + [266] = {.lex_state = 10}, + [267] = {.lex_state = 2}, [268] = {.lex_state = 5}, - [269] = {.lex_state = 3}, - [270] = {.lex_state = 10}, - [271] = {.lex_state = 3}, - [272] = {.lex_state = 5}, + [269] = {.lex_state = 51}, + [270] = {.lex_state = 5}, + [271] = {.lex_state = 10}, + [272] = {.lex_state = 4}, [273] = {.lex_state = 10}, - [274] = {.lex_state = 3}, - [275] = {.lex_state = 5}, - [276] = {.lex_state = 5}, - [277] = {.lex_state = 10}, - [278] = {.lex_state = 51}, - [279] = {.lex_state = 10}, + [274] = {.lex_state = 2}, + [275] = {.lex_state = 10}, + [276] = {.lex_state = 10}, + [277] = {.lex_state = 4}, + [278] = {.lex_state = 10}, + [279] = {.lex_state = 4}, [280] = {.lex_state = 4}, - [281] = {.lex_state = 5}, - [282] = {.lex_state = 5}, - [283] = {.lex_state = 5}, - [284] = {.lex_state = 51}, - [285] = {.lex_state = 3}, - [286] = {.lex_state = 3}, - [287] = {.lex_state = 10}, - [288] = {.lex_state = 4}, - [289] = {.lex_state = 2}, - [290] = {.lex_state = 2}, + [281] = {.lex_state = 10}, + [282] = {.lex_state = 10}, + [283] = {.lex_state = 51}, + [284] = {.lex_state = 10}, + [285] = {.lex_state = 10}, + [286] = {.lex_state = 51}, + [287] = {.lex_state = 4}, + [288] = {.lex_state = 10}, + [289] = {.lex_state = 10}, + [290] = {.lex_state = 4}, [291] = {.lex_state = 10}, - [292] = {.lex_state = 5}, - [293] = {.lex_state = 4}, - [294] = {.lex_state = 4}, - [295] = {.lex_state = 51}, - [296] = {.lex_state = 4}, + [292] = {.lex_state = 10}, + [293] = {.lex_state = 5}, + [294] = {.lex_state = 2}, + [295] = {.lex_state = 5}, + [296] = {.lex_state = 5}, [297] = {.lex_state = 4}, - [298] = {.lex_state = 51}, - [299] = {.lex_state = 4}, - [300] = {.lex_state = 4}, - [301] = {.lex_state = 51}, - [302] = {.lex_state = 51}, - [303] = {.lex_state = 51}, - [304] = {.lex_state = 51}, - [305] = {.lex_state = 51}, - [306] = {.lex_state = 51}, - [307] = {.lex_state = 51}, - [308] = {.lex_state = 51}, - [309] = {.lex_state = 4}, - [310] = {.lex_state = 51}, - [311] = {.lex_state = 3}, - [312] = {.lex_state = 51}, + [298] = {.lex_state = 2}, + [299] = {.lex_state = 2}, + [300] = {.lex_state = 5}, + [301] = {.lex_state = 5}, + [302] = {.lex_state = 2}, + [303] = {.lex_state = 5}, + [304] = {.lex_state = 2}, + [305] = {.lex_state = 5}, + [306] = {.lex_state = 2}, + [307] = {.lex_state = 2}, + [308] = {.lex_state = 5}, + [309] = {.lex_state = 2}, + [310] = {.lex_state = 2}, + [311] = {.lex_state = 5}, + [312] = {.lex_state = 2}, [313] = {.lex_state = 4}, - [314] = {.lex_state = 4}, - [315] = {.lex_state = 4}, + [314] = {.lex_state = 5}, + [315] = {.lex_state = 5}, [316] = {.lex_state = 4}, [317] = {.lex_state = 5}, [318] = {.lex_state = 5}, @@ -3642,117 +3672,117 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [321] = {.lex_state = 4}, [322] = {.lex_state = 5}, [323] = {.lex_state = 4}, - [324] = {.lex_state = 4}, + [324] = {.lex_state = 5}, [325] = {.lex_state = 4}, [326] = {.lex_state = 4}, [327] = {.lex_state = 4}, - [328] = {.lex_state = 5}, + [328] = {.lex_state = 4}, [329] = {.lex_state = 4}, - [330] = {.lex_state = 5}, + [330] = {.lex_state = 4}, [331] = {.lex_state = 4}, [332] = {.lex_state = 4}, [333] = {.lex_state = 4}, [334] = {.lex_state = 4}, [335] = {.lex_state = 4}, - [336] = {.lex_state = 5}, + [336] = {.lex_state = 4}, [337] = {.lex_state = 4}, [338] = {.lex_state = 4}, [339] = {.lex_state = 4}, [340] = {.lex_state = 4}, [341] = {.lex_state = 4}, [342] = {.lex_state = 4}, - [343] = {.lex_state = 4}, - [344] = {.lex_state = 8}, - [345] = {.lex_state = 8}, - [346] = {.lex_state = 8}, - [347] = {.lex_state = 8}, - [348] = {.lex_state = 8}, - [349] = {.lex_state = 8}, - [350] = {.lex_state = 3}, - [351] = {.lex_state = 8}, - [352] = {.lex_state = 8}, - [353] = {.lex_state = 8}, - [354] = {.lex_state = 8}, - [355] = {.lex_state = 8}, - [356] = {.lex_state = 8}, - [357] = {.lex_state = 51}, - [358] = {.lex_state = 8}, + [343] = {.lex_state = 8}, + [344] = {.lex_state = 4}, + [345] = {.lex_state = 4}, + [346] = {.lex_state = 4}, + [347] = {.lex_state = 4}, + [348] = {.lex_state = 4}, + [349] = {.lex_state = 4}, + [350] = {.lex_state = 4}, + [351] = {.lex_state = 4}, + [352] = {.lex_state = 4}, + [353] = {.lex_state = 4}, + [354] = {.lex_state = 4}, + [355] = {.lex_state = 3}, + [356] = {.lex_state = 7}, + [357] = {.lex_state = 6}, + [358] = {.lex_state = 51}, [359] = {.lex_state = 51}, - [360] = {.lex_state = 2}, + [360] = {.lex_state = 8}, [361] = {.lex_state = 7}, [362] = {.lex_state = 2}, - [363] = {.lex_state = 3}, - [364] = {.lex_state = 3}, - [365] = {.lex_state = 2}, - [366] = {.lex_state = 4}, - [367] = {.lex_state = 51}, - [368] = {.lex_state = 3}, - [369] = {.lex_state = 51}, + [363] = {.lex_state = 51}, + [364] = {.lex_state = 51}, + [365] = {.lex_state = 3}, + [366] = {.lex_state = 3}, + [367] = {.lex_state = 8}, + [368] = {.lex_state = 8}, + [369] = {.lex_state = 8}, [370] = {.lex_state = 8}, [371] = {.lex_state = 8}, [372] = {.lex_state = 8}, - [373] = {.lex_state = 4}, + [373] = {.lex_state = 3}, [374] = {.lex_state = 8}, [375] = {.lex_state = 8}, [376] = {.lex_state = 8}, [377] = {.lex_state = 8}, - [378] = {.lex_state = 4}, - [379] = {.lex_state = 4}, - [380] = {.lex_state = 51}, - [381] = {.lex_state = 4}, - [382] = {.lex_state = 4}, - [383] = {.lex_state = 4}, - [384] = {.lex_state = 51}, + [378] = {.lex_state = 51}, + [379] = {.lex_state = 8}, + [380] = {.lex_state = 8}, + [381] = {.lex_state = 3}, + [382] = {.lex_state = 8}, + [383] = {.lex_state = 8}, + [384] = {.lex_state = 8}, [385] = {.lex_state = 8}, - [386] = {.lex_state = 3}, - [387] = {.lex_state = 6}, + [386] = {.lex_state = 8}, + [387] = {.lex_state = 2}, [388] = {.lex_state = 8}, [389] = {.lex_state = 8}, - [390] = {.lex_state = 3}, - [391] = {.lex_state = 51}, - [392] = {.lex_state = 6}, - [393] = {.lex_state = 52}, - [394] = {.lex_state = 8}, - [395] = {.lex_state = 8}, + [390] = {.lex_state = 8}, + [391] = {.lex_state = 8}, + [392] = {.lex_state = 51}, + [393] = {.lex_state = 6}, + [394] = {.lex_state = 3}, + [395] = {.lex_state = 6}, [396] = {.lex_state = 8}, - [397] = {.lex_state = 2}, + [397] = {.lex_state = 8}, [398] = {.lex_state = 8}, [399] = {.lex_state = 8}, - [400] = {.lex_state = 4}, + [400] = {.lex_state = 8}, [401] = {.lex_state = 8}, [402] = {.lex_state = 8}, [403] = {.lex_state = 8}, - [404] = {.lex_state = 4}, - [405] = {.lex_state = 4}, - [406] = {.lex_state = 8}, + [404] = {.lex_state = 8}, + [405] = {.lex_state = 8}, + [406] = {.lex_state = 52}, [407] = {.lex_state = 8}, [408] = {.lex_state = 8}, - [409] = {.lex_state = 8}, - [410] = {.lex_state = 8}, - [411] = {.lex_state = 2}, + [409] = {.lex_state = 2}, + [410] = {.lex_state = 2}, + [411] = {.lex_state = 52}, [412] = {.lex_state = 8}, - [413] = {.lex_state = 7}, + [413] = {.lex_state = 2}, [414] = {.lex_state = 8}, [415] = {.lex_state = 4}, - [416] = {.lex_state = 52}, - [417] = {.lex_state = 7}, - [418] = {.lex_state = 8}, - [419] = {.lex_state = 4}, - [420] = {.lex_state = 2}, - [421] = {.lex_state = 8}, - [422] = {.lex_state = 3}, - [423] = {.lex_state = 8}, - [424] = {.lex_state = 6}, - [425] = {.lex_state = 2}, - [426] = {.lex_state = 6}, - [427] = {.lex_state = 6}, - [428] = {.lex_state = 6}, - [429] = {.lex_state = 6}, - [430] = {.lex_state = 6}, + [416] = {.lex_state = 7}, + [417] = {.lex_state = 8}, + [418] = {.lex_state = 2}, + [419] = {.lex_state = 8}, + [420] = {.lex_state = 4}, + [421] = {.lex_state = 3}, + [422] = {.lex_state = 2}, + [423] = {.lex_state = 51}, + [424] = {.lex_state = 8}, + [425] = {.lex_state = 8}, + [426] = {.lex_state = 4}, + [427] = {.lex_state = 10}, + [428] = {.lex_state = 10}, + [429] = {.lex_state = 4}, + [430] = {.lex_state = 4}, [431] = {.lex_state = 10}, - [432] = {.lex_state = 6}, + [432] = {.lex_state = 10}, [433] = {.lex_state = 10}, - [434] = {.lex_state = 10}, + [434] = {.lex_state = 4}, [435] = {.lex_state = 4}, [436] = {.lex_state = 4}, [437] = {.lex_state = 4}, @@ -3760,91 +3790,91 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [439] = {.lex_state = 4}, [440] = {.lex_state = 4}, [441] = {.lex_state = 10}, - [442] = {.lex_state = 6}, - [443] = {.lex_state = 4}, + [442] = {.lex_state = 4}, + [443] = {.lex_state = 10}, [444] = {.lex_state = 4}, [445] = {.lex_state = 4}, - [446] = {.lex_state = 4}, - [447] = {.lex_state = 4}, - [448] = {.lex_state = 10}, - [449] = {.lex_state = 4}, + [446] = {.lex_state = 6}, + [447] = {.lex_state = 6}, + [448] = {.lex_state = 4}, + [449] = {.lex_state = 6}, [450] = {.lex_state = 10}, [451] = {.lex_state = 4}, [452] = {.lex_state = 4}, - [453] = {.lex_state = 4}, - [454] = {.lex_state = 6}, + [453] = {.lex_state = 10}, + [454] = {.lex_state = 4}, [455] = {.lex_state = 6}, [456] = {.lex_state = 4}, - [457] = {.lex_state = 4}, + [457] = {.lex_state = 6}, [458] = {.lex_state = 4}, - [459] = {.lex_state = 10}, - [460] = {.lex_state = 10}, - [461] = {.lex_state = 10}, - [462] = {.lex_state = 4}, - [463] = {.lex_state = 4}, + [459] = {.lex_state = 6}, + [460] = {.lex_state = 4}, + [461] = {.lex_state = 4}, + [462] = {.lex_state = 6}, + [463] = {.lex_state = 6}, [464] = {.lex_state = 4}, [465] = {.lex_state = 10}, - [466] = {.lex_state = 10}, - [467] = {.lex_state = 4}, - [468] = {.lex_state = 4}, - [469] = {.lex_state = 4}, - [470] = {.lex_state = 6}, - [471] = {.lex_state = 6}, - [472] = {.lex_state = 4}, - [473] = {.lex_state = 6}, - [474] = {.lex_state = 4}, + [466] = {.lex_state = 4}, + [467] = {.lex_state = 6}, + [468] = {.lex_state = 10}, + [469] = {.lex_state = 6}, + [470] = {.lex_state = 4}, + [471] = {.lex_state = 4}, + [472] = {.lex_state = 6}, + [473] = {.lex_state = 4}, + [474] = {.lex_state = 6}, [475] = {.lex_state = 6}, [476] = {.lex_state = 6}, - [477] = {.lex_state = 6}, + [477] = {.lex_state = 4}, [478] = {.lex_state = 6}, [479] = {.lex_state = 4}, [480] = {.lex_state = 4}, [481] = {.lex_state = 6}, [482] = {.lex_state = 6}, - [483] = {.lex_state = 4}, - [484] = {.lex_state = 4}, + [483] = {.lex_state = 6}, + [484] = {.lex_state = 6}, [485] = {.lex_state = 6}, - [486] = {.lex_state = 4}, - [487] = {.lex_state = 4}, - [488] = {.lex_state = 6}, + [486] = {.lex_state = 6}, + [487] = {.lex_state = 6}, + [488] = {.lex_state = 4}, [489] = {.lex_state = 4}, - [490] = {.lex_state = 6}, - [491] = {.lex_state = 6}, - [492] = {.lex_state = 6}, - [493] = {.lex_state = 4}, - [494] = {.lex_state = 6}, - [495] = {.lex_state = 6}, + [490] = {.lex_state = 4}, + [491] = {.lex_state = 4}, + [492] = {.lex_state = 4}, + [493] = {.lex_state = 6}, + [494] = {.lex_state = 4}, + [495] = {.lex_state = 4}, [496] = {.lex_state = 4}, - [497] = {.lex_state = 4}, - [498] = {.lex_state = 6}, + [497] = {.lex_state = 6}, + [498] = {.lex_state = 4}, [499] = {.lex_state = 4}, - [500] = {.lex_state = 6}, - [501] = {.lex_state = 4}, - [502] = {.lex_state = 4}, + [500] = {.lex_state = 4}, + [501] = {.lex_state = 6}, + [502] = {.lex_state = 6}, [503] = {.lex_state = 4}, [504] = {.lex_state = 4}, - [505] = {.lex_state = 4}, + [505] = {.lex_state = 6}, [506] = {.lex_state = 6}, [507] = {.lex_state = 4}, - [508] = {.lex_state = 6}, - [509] = {.lex_state = 6}, + [508] = {.lex_state = 4}, + [509] = {.lex_state = 4}, [510] = {.lex_state = 6}, [511] = {.lex_state = 4}, [512] = {.lex_state = 6}, [513] = {.lex_state = 4}, - [514] = {.lex_state = 6}, - [515] = {.lex_state = 4}, + [514] = {.lex_state = 4}, + [515] = {.lex_state = 6}, [516] = {.lex_state = 4}, - [517] = {.lex_state = 4}, - [518] = {.lex_state = 6}, - [519] = {.lex_state = 4}, - [520] = {.lex_state = 4}, + [517] = {.lex_state = 6}, + [518] = {.lex_state = 4}, + [519] = {.lex_state = 6}, + [520] = {.lex_state = 6}, [521] = {.lex_state = 6}, - [522] = {.lex_state = 52}, - [523] = {.lex_state = 8}, - [524] = {.lex_state = 8}, - [525] = {.lex_state = 6}, - [526] = {.lex_state = 6}, + [522] = {.lex_state = 6}, + [523] = {.lex_state = 6}, + [524] = {.lex_state = 6}, + [525] = {.lex_state = 8}, + [526] = {.lex_state = 52}, [527] = {.lex_state = 6}, [528] = {.lex_state = 6}, [529] = {.lex_state = 6}, @@ -3852,444 +3882,444 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [531] = {.lex_state = 6}, [532] = {.lex_state = 7}, [533] = {.lex_state = 6}, - [534] = {.lex_state = 8}, - [535] = {.lex_state = 6}, - [536] = {.lex_state = 7}, - [537] = {.lex_state = 6}, - [538] = {.lex_state = 52}, + [534] = {.lex_state = 4}, + [535] = {.lex_state = 52}, + [536] = {.lex_state = 6}, + [537] = {.lex_state = 7}, + [538] = {.lex_state = 6}, [539] = {.lex_state = 6}, - [540] = {.lex_state = 4}, - [541] = {.lex_state = 6}, + [540] = {.lex_state = 6}, + [541] = {.lex_state = 8}, [542] = {.lex_state = 6}, - [543] = {.lex_state = 6}, + [543] = {.lex_state = 8}, [544] = {.lex_state = 52}, [545] = {.lex_state = 7}, - [546] = {.lex_state = 5}, - [547] = {.lex_state = 7}, - [548] = {.lex_state = 7}, - [549] = {.lex_state = 5}, - [550] = {.lex_state = 7}, + [546] = {.lex_state = 7}, + [547] = {.lex_state = 8}, + [548] = {.lex_state = 8}, + [549] = {.lex_state = 8}, + [550] = {.lex_state = 8}, [551] = {.lex_state = 8}, - [552] = {.lex_state = 8}, - [553] = {.lex_state = 8}, - [554] = {.lex_state = 8}, - [555] = {.lex_state = 5}, - [556] = {.lex_state = 8}, - [557] = {.lex_state = 7}, - [558] = {.lex_state = 7}, - [559] = {.lex_state = 8}, - [560] = {.lex_state = 8}, - [561] = {.lex_state = 8}, - [562] = {.lex_state = 5}, - [563] = {.lex_state = 7}, + [552] = {.lex_state = 52}, + [553] = {.lex_state = 52}, + [554] = {.lex_state = 52}, + [555] = {.lex_state = 52}, + [556] = {.lex_state = 5}, + [557] = {.lex_state = 5}, + [558] = {.lex_state = 52}, + [559] = {.lex_state = 6}, + [560] = {.lex_state = 5}, + [561] = {.lex_state = 52}, + [562] = {.lex_state = 52}, + [563] = {.lex_state = 5}, [564] = {.lex_state = 5}, - [565] = {.lex_state = 7}, - [566] = {.lex_state = 52}, - [567] = {.lex_state = 5}, - [568] = {.lex_state = 5}, - [569] = {.lex_state = 6}, - [570] = {.lex_state = 5}, - [571] = {.lex_state = 52}, - [572] = {.lex_state = 5}, + [565] = {.lex_state = 5}, + [566] = {.lex_state = 8}, + [567] = {.lex_state = 7}, + [568] = {.lex_state = 7}, + [569] = {.lex_state = 5}, + [570] = {.lex_state = 52}, + [571] = {.lex_state = 5}, + [572] = {.lex_state = 7}, [573] = {.lex_state = 52}, - [574] = {.lex_state = 52}, - [575] = {.lex_state = 5}, - [576] = {.lex_state = 7}, + [574] = {.lex_state = 5}, + [575] = {.lex_state = 8}, + [576] = {.lex_state = 5}, [577] = {.lex_state = 8}, - [578] = {.lex_state = 52}, - [579] = {.lex_state = 52}, + [578] = {.lex_state = 5}, + [579] = {.lex_state = 5}, [580] = {.lex_state = 5}, - [581] = {.lex_state = 52}, - [582] = {.lex_state = 5}, + [581] = {.lex_state = 5}, + [582] = {.lex_state = 7}, [583] = {.lex_state = 5}, - [584] = {.lex_state = 5}, - [585] = {.lex_state = 52}, - [586] = {.lex_state = 52}, + [584] = {.lex_state = 7}, + [585] = {.lex_state = 7}, + [586] = {.lex_state = 7}, [587] = {.lex_state = 5}, - [588] = {.lex_state = 52}, + [588] = {.lex_state = 8}, [589] = {.lex_state = 5}, - [590] = {.lex_state = 5}, - [591] = {.lex_state = 5}, - [592] = {.lex_state = 7}, - [593] = {.lex_state = 7}, - [594] = {.lex_state = 8}, - [595] = {.lex_state = 52}, - [596] = {.lex_state = 8}, - [597] = {.lex_state = 8}, - [598] = {.lex_state = 6}, + [590] = {.lex_state = 52}, + [591] = {.lex_state = 7}, + [592] = {.lex_state = 5}, + [593] = {.lex_state = 8}, + [594] = {.lex_state = 7}, + [595] = {.lex_state = 6}, + [596] = {.lex_state = 52}, + [597] = {.lex_state = 52}, + [598] = {.lex_state = 52}, [599] = {.lex_state = 7}, - [600] = {.lex_state = 7}, + [600] = {.lex_state = 52}, [601] = {.lex_state = 7}, [602] = {.lex_state = 52}, [603] = {.lex_state = 7}, - [604] = {.lex_state = 8}, - [605] = {.lex_state = 7}, - [606] = {.lex_state = 7}, - [607] = {.lex_state = 52}, - [608] = {.lex_state = 7}, - [609] = {.lex_state = 7}, - [610] = {.lex_state = 7}, + [604] = {.lex_state = 6}, + [605] = {.lex_state = 52}, + [606] = {.lex_state = 8}, + [607] = {.lex_state = 7}, + [608] = {.lex_state = 6}, + [609] = {.lex_state = 6}, + [610] = {.lex_state = 5}, [611] = {.lex_state = 6}, [612] = {.lex_state = 52}, - [613] = {.lex_state = 8}, - [614] = {.lex_state = 7}, - [615] = {.lex_state = 8}, - [616] = {.lex_state = 8}, - [617] = {.lex_state = 6}, - [618] = {.lex_state = 52}, + [613] = {.lex_state = 52}, + [614] = {.lex_state = 52}, + [615] = {.lex_state = 52}, + [616] = {.lex_state = 7}, + [617] = {.lex_state = 8}, + [618] = {.lex_state = 8}, [619] = {.lex_state = 52}, [620] = {.lex_state = 7}, [621] = {.lex_state = 7}, - [622] = {.lex_state = 52}, - [623] = {.lex_state = 8}, - [624] = {.lex_state = 6}, - [625] = {.lex_state = 52}, - [626] = {.lex_state = 52}, - [627] = {.lex_state = 8}, - [628] = {.lex_state = 6}, - [629] = {.lex_state = 6}, - [630] = {.lex_state = 8}, - [631] = {.lex_state = 52}, - [632] = {.lex_state = 6}, - [633] = {.lex_state = 6}, - [634] = {.lex_state = 6}, + [622] = {.lex_state = 6}, + [623] = {.lex_state = 7}, + [624] = {.lex_state = 7}, + [625] = {.lex_state = 6}, + [626] = {.lex_state = 6}, + [627] = {.lex_state = 52}, + [628] = {.lex_state = 7}, + [629] = {.lex_state = 52}, + [630] = {.lex_state = 52}, + [631] = {.lex_state = 6}, + [632] = {.lex_state = 8}, + [633] = {.lex_state = 7}, + [634] = {.lex_state = 7}, [635] = {.lex_state = 8}, - [636] = {.lex_state = 8}, + [636] = {.lex_state = 7}, [637] = {.lex_state = 8}, - [638] = {.lex_state = 52}, - [639] = {.lex_state = 6}, - [640] = {.lex_state = 6}, - [641] = {.lex_state = 52}, - [642] = {.lex_state = 7}, - [643] = {.lex_state = 6}, - [644] = {.lex_state = 7}, - [645] = {.lex_state = 7}, + [638] = {.lex_state = 8}, + [639] = {.lex_state = 8}, + [640] = {.lex_state = 52}, + [641] = {.lex_state = 8}, + [642] = {.lex_state = 52}, + [643] = {.lex_state = 52}, + [644] = {.lex_state = 6}, + [645] = {.lex_state = 8}, [646] = {.lex_state = 7}, - [647] = {.lex_state = 6}, - [648] = {.lex_state = 52}, - [649] = {.lex_state = 52}, - [650] = {.lex_state = 8}, - [651] = {.lex_state = 6}, + [647] = {.lex_state = 8}, + [648] = {.lex_state = 8}, + [649] = {.lex_state = 6}, + [650] = {.lex_state = 6}, + [651] = {.lex_state = 7}, [652] = {.lex_state = 6}, - [653] = {.lex_state = 8}, - [654] = {.lex_state = 5}, + [653] = {.lex_state = 6}, + [654] = {.lex_state = 6}, [655] = {.lex_state = 6}, - [656] = {.lex_state = 7}, - [657] = {.lex_state = 6}, - [658] = {.lex_state = 52}, - [659] = {.lex_state = 52}, + [656] = {.lex_state = 6}, + [657] = {.lex_state = 8}, + [658] = {.lex_state = 6}, + [659] = {.lex_state = 7}, [660] = {.lex_state = 8}, [661] = {.lex_state = 8}, - [662] = {.lex_state = 5}, - [663] = {.lex_state = 8}, + [662] = {.lex_state = 8}, + [663] = {.lex_state = 7}, [664] = {.lex_state = 8}, [665] = {.lex_state = 7}, [666] = {.lex_state = 52}, [667] = {.lex_state = 52}, - [668] = {.lex_state = 6}, - [669] = {.lex_state = 52}, - [670] = {.lex_state = 52}, + [668] = {.lex_state = 8}, + [669] = {.lex_state = 5}, + [670] = {.lex_state = 5}, [671] = {.lex_state = 5}, - [672] = {.lex_state = 52}, - [673] = {.lex_state = 5}, - [674] = {.lex_state = 4}, - [675] = {.lex_state = 8}, + [672] = {.lex_state = 5}, + [673] = {.lex_state = 9}, + [674] = {.lex_state = 5}, + [675] = {.lex_state = 7}, [676] = {.lex_state = 9}, - [677] = {.lex_state = 4}, + [677] = {.lex_state = 5}, [678] = {.lex_state = 52}, - [679] = {.lex_state = 8}, + [679] = {.lex_state = 5}, [680] = {.lex_state = 5}, - [681] = {.lex_state = 5}, - [682] = {.lex_state = 5}, + [681] = {.lex_state = 8}, + [682] = {.lex_state = 7}, [683] = {.lex_state = 5}, - [684] = {.lex_state = 5}, - [685] = {.lex_state = 5}, - [686] = {.lex_state = 8}, - [687] = {.lex_state = 5}, - [688] = {.lex_state = 5}, + [684] = {.lex_state = 52}, + [685] = {.lex_state = 52}, + [686] = {.lex_state = 52}, + [687] = {.lex_state = 52}, + [688] = {.lex_state = 52}, [689] = {.lex_state = 5}, - [690] = {.lex_state = 52}, - [691] = {.lex_state = 9}, - [692] = {.lex_state = 52}, - [693] = {.lex_state = 9}, - [694] = {.lex_state = 8}, - [695] = {.lex_state = 9}, - [696] = {.lex_state = 52}, - [697] = {.lex_state = 52}, - [698] = {.lex_state = 7}, - [699] = {.lex_state = 52}, - [700] = {.lex_state = 52}, - [701] = {.lex_state = 52}, + [690] = {.lex_state = 9}, + [691] = {.lex_state = 52}, + [692] = {.lex_state = 4}, + [693] = {.lex_state = 52}, + [694] = {.lex_state = 52}, + [695] = {.lex_state = 8}, + [696] = {.lex_state = 5}, + [697] = {.lex_state = 9}, + [698] = {.lex_state = 52}, + [699] = {.lex_state = 7}, + [700] = {.lex_state = 5}, + [701] = {.lex_state = 9}, [702] = {.lex_state = 5}, - [703] = {.lex_state = 9}, - [704] = {.lex_state = 7}, - [705] = {.lex_state = 8}, - [706] = {.lex_state = 7}, - [707] = {.lex_state = 8}, + [703] = {.lex_state = 52}, + [704] = {.lex_state = 52}, + [705] = {.lex_state = 52}, + [706] = {.lex_state = 52}, + [707] = {.lex_state = 52}, [708] = {.lex_state = 5}, [709] = {.lex_state = 5}, - [710] = {.lex_state = 5}, - [711] = {.lex_state = 5}, - [712] = {.lex_state = 5}, - [713] = {.lex_state = 5}, + [710] = {.lex_state = 52}, + [711] = {.lex_state = 52}, + [712] = {.lex_state = 52}, + [713] = {.lex_state = 7}, [714] = {.lex_state = 7}, [715] = {.lex_state = 5}, - [716] = {.lex_state = 52}, + [716] = {.lex_state = 4}, [717] = {.lex_state = 52}, - [718] = {.lex_state = 8}, - [719] = {.lex_state = 5}, + [718] = {.lex_state = 10}, + [719] = {.lex_state = 52}, [720] = {.lex_state = 52}, - [721] = {.lex_state = 5}, - [722] = {.lex_state = 5}, - [723] = {.lex_state = 52}, + [721] = {.lex_state = 9}, + [722] = {.lex_state = 8}, + [723] = {.lex_state = 7}, [724] = {.lex_state = 52}, - [725] = {.lex_state = 52}, - [726] = {.lex_state = 52}, - [727] = {.lex_state = 52}, - [728] = {.lex_state = 5}, - [729] = {.lex_state = 5}, - [730] = {.lex_state = 5}, - [731] = {.lex_state = 52}, - [732] = {.lex_state = 5}, - [733] = {.lex_state = 52}, - [734] = {.lex_state = 10}, - [735] = {.lex_state = 9}, - [736] = {.lex_state = 52}, - [737] = {.lex_state = 7}, - [738] = {.lex_state = 5}, - [739] = {.lex_state = 5}, - [740] = {.lex_state = 7}, - [741] = {.lex_state = 9}, - [742] = {.lex_state = 10}, - [743] = {.lex_state = 7}, - [744] = {.lex_state = 9}, - [745] = {.lex_state = 52}, - [746] = {.lex_state = 52}, - [747] = {.lex_state = 52}, - [748] = {.lex_state = 52}, + [725] = {.lex_state = 5}, + [726] = {.lex_state = 9}, + [727] = {.lex_state = 5}, + [728] = {.lex_state = 10}, + [729] = {.lex_state = 8}, + [730] = {.lex_state = 52}, + [731] = {.lex_state = 9}, + [732] = {.lex_state = 52}, + [733] = {.lex_state = 8}, + [734] = {.lex_state = 8}, + [735] = {.lex_state = 52}, + [736] = {.lex_state = 5}, + [737] = {.lex_state = 5}, + [738] = {.lex_state = 8}, + [739] = {.lex_state = 7}, + [740] = {.lex_state = 52}, + [741] = {.lex_state = 5}, + [742] = {.lex_state = 52}, + [743] = {.lex_state = 5}, + [744] = {.lex_state = 5}, + [745] = {.lex_state = 5}, + [746] = {.lex_state = 5}, + [747] = {.lex_state = 5}, + [748] = {.lex_state = 5}, [749] = {.lex_state = 5}, - [750] = {.lex_state = 52}, + [750] = {.lex_state = 5}, [751] = {.lex_state = 5}, [752] = {.lex_state = 5}, - [753] = {.lex_state = 9}, + [753] = {.lex_state = 5}, [754] = {.lex_state = 5}, - [755] = {.lex_state = 52}, - [756] = {.lex_state = 8}, - [757] = {.lex_state = 7}, - [758] = {.lex_state = 52}, + [755] = {.lex_state = 9}, + [756] = {.lex_state = 52}, + [757] = {.lex_state = 52}, + [758] = {.lex_state = 8}, [759] = {.lex_state = 52}, [760] = {.lex_state = 52}, [761] = {.lex_state = 52}, - [762] = {.lex_state = 8}, + [762] = {.lex_state = 52}, [763] = {.lex_state = 52}, - [764] = {.lex_state = 52}, + [764] = {.lex_state = 8}, [765] = {.lex_state = 52}, - [766] = {.lex_state = 7}, + [766] = {.lex_state = 8}, [767] = {.lex_state = 8}, - [768] = {.lex_state = 52}, - [769] = {.lex_state = 52}, - [770] = {.lex_state = 52}, - [771] = {.lex_state = 4}, - [772] = {.lex_state = 7}, - [773] = {.lex_state = 52}, - [774] = {.lex_state = 52}, - [775] = {.lex_state = 52}, + [768] = {.lex_state = 8}, + [769] = {.lex_state = 4}, + [770] = {.lex_state = 7}, + [771] = {.lex_state = 8}, + [772] = {.lex_state = 8}, + [773] = {.lex_state = 8}, + [774] = {.lex_state = 8}, + [775] = {.lex_state = 8}, [776] = {.lex_state = 8}, - [777] = {.lex_state = 52}, - [778] = {.lex_state = 52}, - [779] = {.lex_state = 52}, - [780] = {.lex_state = 52}, - [781] = {.lex_state = 52}, - [782] = {.lex_state = 8}, - [783] = {.lex_state = 4}, - [784] = {.lex_state = 52}, - [785] = {.lex_state = 8}, + [777] = {.lex_state = 8}, + [778] = {.lex_state = 8}, + [779] = {.lex_state = 7}, + [780] = {.lex_state = 7}, + [781] = {.lex_state = 7}, + [782] = {.lex_state = 7}, + [783] = {.lex_state = 7}, + [784] = {.lex_state = 7}, + [785] = {.lex_state = 7}, [786] = {.lex_state = 7}, [787] = {.lex_state = 7}, [788] = {.lex_state = 7}, - [789] = {.lex_state = 8}, - [790] = {.lex_state = 8}, - [791] = {.lex_state = 7}, - [792] = {.lex_state = 8}, - [793] = {.lex_state = 8}, - [794] = {.lex_state = 8}, - [795] = {.lex_state = 8}, - [796] = {.lex_state = 7}, - [797] = {.lex_state = 7}, - [798] = {.lex_state = 7}, - [799] = {.lex_state = 8}, - [800] = {.lex_state = 7}, + [789] = {.lex_state = 7}, + [790] = {.lex_state = 7}, + [791] = {.lex_state = 4}, + [792] = {.lex_state = 52}, + [793] = {.lex_state = 52}, + [794] = {.lex_state = 52}, + [795] = {.lex_state = 52}, + [796] = {.lex_state = 8}, + [797] = {.lex_state = 52}, + [798] = {.lex_state = 52}, + [799] = {.lex_state = 52}, + [800] = {.lex_state = 52}, [801] = {.lex_state = 52}, - [802] = {.lex_state = 7}, - [803] = {.lex_state = 7}, - [804] = {.lex_state = 8}, + [802] = {.lex_state = 52}, + [803] = {.lex_state = 52}, + [804] = {.lex_state = 52}, [805] = {.lex_state = 7}, [806] = {.lex_state = 52}, - [807] = {.lex_state = 52}, + [807] = {.lex_state = 9}, [808] = {.lex_state = 52}, - [809] = {.lex_state = 52}, - [810] = {.lex_state = 52}, - [811] = {.lex_state = 9}, + [809] = {.lex_state = 9}, + [810] = {.lex_state = 9}, + [811] = {.lex_state = 52}, [812] = {.lex_state = 52}, - [813] = {.lex_state = 52}, - [814] = {.lex_state = 9}, + [813] = {.lex_state = 8}, + [814] = {.lex_state = 52}, [815] = {.lex_state = 52}, - [816] = {.lex_state = 9}, + [816] = {.lex_state = 52}, [817] = {.lex_state = 52}, [818] = {.lex_state = 52}, - [819] = {.lex_state = 8}, - [820] = {.lex_state = 9}, - [821] = {.lex_state = 9}, - [822] = {.lex_state = 9}, + [819] = {.lex_state = 9}, + [820] = {.lex_state = 52}, + [821] = {.lex_state = 52}, + [822] = {.lex_state = 52}, [823] = {.lex_state = 52}, [824] = {.lex_state = 52}, [825] = {.lex_state = 9}, - [826] = {.lex_state = 9}, + [826] = {.lex_state = 52}, [827] = {.lex_state = 52}, [828] = {.lex_state = 52}, - [829] = {.lex_state = 9}, - [830] = {.lex_state = 9}, + [829] = {.lex_state = 7}, + [830] = {.lex_state = 52}, [831] = {.lex_state = 52}, - [832] = {.lex_state = 52}, + [832] = {.lex_state = 9}, [833] = {.lex_state = 9}, [834] = {.lex_state = 52}, - [835] = {.lex_state = 9}, - [836] = {.lex_state = 7}, - [837] = {.lex_state = 52}, + [835] = {.lex_state = 52}, + [836] = {.lex_state = 52}, + [837] = {.lex_state = 9}, [838] = {.lex_state = 52}, [839] = {.lex_state = 52}, - [840] = {.lex_state = 9}, - [841] = {.lex_state = 52}, + [840] = {.lex_state = 52}, + [841] = {.lex_state = 9}, [842] = {.lex_state = 52}, [843] = {.lex_state = 52}, [844] = {.lex_state = 52}, [845] = {.lex_state = 52}, [846] = {.lex_state = 52}, - [847] = {.lex_state = 9}, + [847] = {.lex_state = 52}, [848] = {.lex_state = 52}, [849] = {.lex_state = 52}, [850] = {.lex_state = 52}, [851] = {.lex_state = 52}, - [852] = {.lex_state = 9}, + [852] = {.lex_state = 52}, [853] = {.lex_state = 52}, - [854] = {.lex_state = 52}, - [855] = {.lex_state = 52}, - [856] = {.lex_state = 52}, - [857] = {.lex_state = 52}, + [854] = {.lex_state = 9}, + [855] = {.lex_state = 9}, + [856] = {.lex_state = 9}, + [857] = {.lex_state = 9}, [858] = {.lex_state = 9}, [859] = {.lex_state = 9}, - [860] = {.lex_state = 52}, - [861] = {.lex_state = 52}, + [860] = {.lex_state = 9}, + [861] = {.lex_state = 9}, [862] = {.lex_state = 9}, [863] = {.lex_state = 52}, [864] = {.lex_state = 8}, - [865] = {.lex_state = 7}, + [865] = {.lex_state = 52}, [866] = {.lex_state = 12}, - [867] = {.lex_state = 4}, - [868] = {.lex_state = 12}, - [869] = {.lex_state = 12}, - [870] = {.lex_state = 13}, - [871] = {.lex_state = 13}, - [872] = {.lex_state = 4}, + [867] = {.lex_state = 13}, + [868] = {.lex_state = 52}, + [869] = {.lex_state = 7}, + [870] = {.lex_state = 12}, + [871] = {.lex_state = 8}, + [872] = {.lex_state = 7}, [873] = {.lex_state = 8}, - [874] = {.lex_state = 12}, - [875] = {.lex_state = 13}, - [876] = {.lex_state = 8}, + [874] = {.lex_state = 8}, + [875] = {.lex_state = 8}, + [876] = {.lex_state = 12}, [877] = {.lex_state = 12}, [878] = {.lex_state = 13}, - [879] = {.lex_state = 8}, - [880] = {.lex_state = 8}, + [879] = {.lex_state = 12}, + [880] = {.lex_state = 13}, [881] = {.lex_state = 13}, - [882] = {.lex_state = 8}, - [883] = {.lex_state = 8}, - [884] = {.lex_state = 8}, - [885] = {.lex_state = 52}, - [886] = {.lex_state = 7}, - [887] = {.lex_state = 8}, - [888] = {.lex_state = 8}, - [889] = {.lex_state = 52}, + [882] = {.lex_state = 4}, + [883] = {.lex_state = 12}, + [884] = {.lex_state = 13}, + [885] = {.lex_state = 7}, + [886] = {.lex_state = 52}, + [887] = {.lex_state = 52}, + [888] = {.lex_state = 52}, + [889] = {.lex_state = 7}, [890] = {.lex_state = 52}, [891] = {.lex_state = 52}, - [892] = {.lex_state = 7}, - [893] = {.lex_state = 8}, - [894] = {.lex_state = 13}, - [895] = {.lex_state = 12}, - [896] = {.lex_state = 52}, - [897] = {.lex_state = 8}, - [898] = {.lex_state = 4}, - [899] = {.lex_state = 13}, - [900] = {.lex_state = 12}, + [892] = {.lex_state = 12}, + [893] = {.lex_state = 13}, + [894] = {.lex_state = 12}, + [895] = {.lex_state = 13}, + [896] = {.lex_state = 4}, + [897] = {.lex_state = 4}, + [898] = {.lex_state = 52}, + [899] = {.lex_state = 7}, + [900] = {.lex_state = 4}, [901] = {.lex_state = 52}, [902] = {.lex_state = 7}, - [903] = {.lex_state = 7}, - [904] = {.lex_state = 12}, + [903] = {.lex_state = 52}, + [904] = {.lex_state = 13}, [905] = {.lex_state = 52}, - [906] = {.lex_state = 4}, - [907] = {.lex_state = 13}, + [906] = {.lex_state = 7}, + [907] = {.lex_state = 52}, [908] = {.lex_state = 52}, [909] = {.lex_state = 8}, - [910] = {.lex_state = 8}, - [911] = {.lex_state = 7}, - [912] = {.lex_state = 4}, + [910] = {.lex_state = 52}, + [911] = {.lex_state = 12}, + [912] = {.lex_state = 13}, [913] = {.lex_state = 12}, [914] = {.lex_state = 13}, - [915] = {.lex_state = 13}, - [916] = {.lex_state = 52}, - [917] = {.lex_state = 4}, - [918] = {.lex_state = 12}, + [915] = {.lex_state = 52}, + [916] = {.lex_state = 8}, + [917] = {.lex_state = 13}, + [918] = {.lex_state = 7}, [919] = {.lex_state = 13}, - [920] = {.lex_state = 52}, + [920] = {.lex_state = 8}, [921] = {.lex_state = 4}, [922] = {.lex_state = 12}, [923] = {.lex_state = 13}, - [924] = {.lex_state = 12}, - [925] = {.lex_state = 13}, + [924] = {.lex_state = 8}, + [925] = {.lex_state = 7}, [926] = {.lex_state = 7}, - [927] = {.lex_state = 52}, + [927] = {.lex_state = 8}, [928] = {.lex_state = 12}, - [929] = {.lex_state = 7}, - [930] = {.lex_state = 8}, - [931] = {.lex_state = 7}, + [929] = {.lex_state = 13}, + [930] = {.lex_state = 12}, + [931] = {.lex_state = 13}, [932] = {.lex_state = 8}, [933] = {.lex_state = 7}, - [934] = {.lex_state = 7}, - [935] = {.lex_state = 13}, + [934] = {.lex_state = 52}, + [935] = {.lex_state = 4}, [936] = {.lex_state = 7}, - [937] = {.lex_state = 12}, - [938] = {.lex_state = 8}, - [939] = {.lex_state = 13}, - [940] = {.lex_state = 12}, - [941] = {.lex_state = 7}, - [942] = {.lex_state = 52}, - [943] = {.lex_state = 52}, - [944] = {.lex_state = 7}, - [945] = {.lex_state = 7}, - [946] = {.lex_state = 4}, - [947] = {.lex_state = 52}, - [948] = {.lex_state = 8}, - [949] = {.lex_state = 13}, + [937] = {.lex_state = 4}, + [938] = {.lex_state = 7}, + [939] = {.lex_state = 7}, + [940] = {.lex_state = 13}, + [941] = {.lex_state = 8}, + [942] = {.lex_state = 8}, + [943] = {.lex_state = 8}, + [944] = {.lex_state = 8}, + [945] = {.lex_state = 4}, + [946] = {.lex_state = 7}, + [947] = {.lex_state = 12}, + [948] = {.lex_state = 13}, + [949] = {.lex_state = 52}, [950] = {.lex_state = 12}, [951] = {.lex_state = 13}, - [952] = {.lex_state = 12}, - [953] = {.lex_state = 7}, - [954] = {.lex_state = 7}, - [955] = {.lex_state = 12}, - [956] = {.lex_state = 52}, + [952] = {.lex_state = 7}, + [953] = {.lex_state = 12}, + [954] = {.lex_state = 52}, + [955] = {.lex_state = 8}, + [956] = {.lex_state = 8}, [957] = {.lex_state = 52}, - [958] = {.lex_state = 52}, + [958] = {.lex_state = 12}, [959] = {.lex_state = 7}, - [960] = {.lex_state = 52}, - [961] = {.lex_state = 13}, - [962] = {.lex_state = 12}, + [960] = {.lex_state = 7}, + [961] = {.lex_state = 8}, + [962] = {.lex_state = 52}, [963] = {.lex_state = 13}, - [964] = {.lex_state = 52}, - [965] = {.lex_state = 52}, - [966] = {.lex_state = 52}, - [967] = {.lex_state = 52}, + [964] = {.lex_state = 12}, + [965] = {.lex_state = 12}, + [966] = {.lex_state = 9}, + [967] = {.lex_state = 11}, [968] = {.lex_state = 52}, - [969] = {.lex_state = 9}, + [969] = {.lex_state = 52}, [970] = {.lex_state = 52}, - [971] = {.lex_state = 11}, + [971] = {.lex_state = 52}, [972] = {.lex_state = 52}, [973] = {.lex_state = 52}, [974] = {.lex_state = 52}, @@ -4298,105 +4328,105 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [977] = {.lex_state = 52}, [978] = {.lex_state = 52}, [979] = {.lex_state = 52}, - [980] = {.lex_state = 11}, + [980] = {.lex_state = 52}, [981] = {.lex_state = 11}, [982] = {.lex_state = 52}, - [983] = {.lex_state = 11}, - [984] = {.lex_state = 11}, - [985] = {.lex_state = 11}, - [986] = {.lex_state = 11}, - [987] = {.lex_state = 11}, + [983] = {.lex_state = 52}, + [984] = {.lex_state = 52}, + [985] = {.lex_state = 52}, + [986] = {.lex_state = 52}, + [987] = {.lex_state = 52}, [988] = {.lex_state = 52}, - [989] = {.lex_state = 11}, - [990] = {.lex_state = 11}, - [991] = {.lex_state = 11}, + [989] = {.lex_state = 52}, + [990] = {.lex_state = 52}, + [991] = {.lex_state = 52}, [992] = {.lex_state = 52}, [993] = {.lex_state = 52}, [994] = {.lex_state = 52}, - [995] = {.lex_state = 11}, + [995] = {.lex_state = 9}, [996] = {.lex_state = 52}, - [997] = {.lex_state = 11}, - [998] = {.lex_state = 4}, - [999] = {.lex_state = 11}, + [997] = {.lex_state = 52}, + [998] = {.lex_state = 52}, + [999] = {.lex_state = 52}, [1000] = {.lex_state = 11}, - [1001] = {.lex_state = 9}, - [1002] = {.lex_state = 11}, + [1001] = {.lex_state = 52}, + [1002] = {.lex_state = 52}, [1003] = {.lex_state = 52}, - [1004] = {.lex_state = 9}, + [1004] = {.lex_state = 52}, [1005] = {.lex_state = 52}, [1006] = {.lex_state = 52}, - [1007] = {.lex_state = 52}, - [1008] = {.lex_state = 52}, - [1009] = {.lex_state = 52}, + [1007] = {.lex_state = 11}, + [1008] = {.lex_state = 9}, + [1009] = {.lex_state = 4}, [1010] = {.lex_state = 11}, [1011] = {.lex_state = 9}, [1012] = {.lex_state = 11}, - [1013] = {.lex_state = 9}, - [1014] = {.lex_state = 52}, - [1015] = {.lex_state = 52}, - [1016] = {.lex_state = 11}, + [1013] = {.lex_state = 11}, + [1014] = {.lex_state = 9}, + [1015] = {.lex_state = 11}, + [1016] = {.lex_state = 9}, [1017] = {.lex_state = 11}, [1018] = {.lex_state = 11}, - [1019] = {.lex_state = 52}, - [1020] = {.lex_state = 52}, - [1021] = {.lex_state = 52}, - [1022] = {.lex_state = 52}, - [1023] = {.lex_state = 52}, - [1024] = {.lex_state = 52}, - [1025] = {.lex_state = 9}, + [1019] = {.lex_state = 9}, + [1020] = {.lex_state = 11}, + [1021] = {.lex_state = 9}, + [1022] = {.lex_state = 11}, + [1023] = {.lex_state = 11}, + [1024] = {.lex_state = 11}, + [1025] = {.lex_state = 11}, [1026] = {.lex_state = 11}, - [1027] = {.lex_state = 9}, - [1028] = {.lex_state = 52}, - [1029] = {.lex_state = 52}, - [1030] = {.lex_state = 52}, + [1027] = {.lex_state = 11}, + [1028] = {.lex_state = 11}, + [1029] = {.lex_state = 11}, + [1030] = {.lex_state = 11}, [1031] = {.lex_state = 11}, - [1032] = {.lex_state = 52}, - [1033] = {.lex_state = 9}, + [1032] = {.lex_state = 11}, + [1033] = {.lex_state = 11}, [1034] = {.lex_state = 52}, - [1035] = {.lex_state = 13}, - [1036] = {.lex_state = 12}, - [1037] = {.lex_state = 12}, + [1035] = {.lex_state = 52}, + [1036] = {.lex_state = 13}, + [1037] = {.lex_state = 13}, [1038] = {.lex_state = 52}, - [1039] = {.lex_state = 52}, - [1040] = {.lex_state = 13}, - [1041] = {.lex_state = 4}, + [1039] = {.lex_state = 12}, + [1040] = {.lex_state = 12}, + [1041] = {.lex_state = 0}, [1042] = {.lex_state = 0}, [1043] = {.lex_state = 0}, [1044] = {.lex_state = 0}, [1045] = {.lex_state = 0}, - [1046] = {.lex_state = 0}, + [1046] = {.lex_state = 4}, [1047] = {.lex_state = 0}, [1048] = {.lex_state = 0}, [1049] = {.lex_state = 0}, [1050] = {.lex_state = 0}, [1051] = {.lex_state = 0}, [1052] = {.lex_state = 0}, - [1053] = {.lex_state = 52}, + [1053] = {.lex_state = 0}, [1054] = {.lex_state = 0}, - [1055] = {.lex_state = 4}, + [1055] = {.lex_state = 0}, [1056] = {.lex_state = 0}, - [1057] = {.lex_state = 0}, + [1057] = {.lex_state = 4}, [1058] = {.lex_state = 0}, [1059] = {.lex_state = 0}, [1060] = {.lex_state = 0}, - [1061] = {.lex_state = 0}, + [1061] = {.lex_state = 4}, [1062] = {.lex_state = 0}, [1063] = {.lex_state = 0}, - [1064] = {.lex_state = 0}, - [1065] = {.lex_state = 0}, + [1064] = {.lex_state = 4}, + [1065] = {.lex_state = 52}, [1066] = {.lex_state = 0}, [1067] = {.lex_state = 0}, - [1068] = {.lex_state = 4}, + [1068] = {.lex_state = 0}, [1069] = {.lex_state = 0}, [1070] = {.lex_state = 0}, - [1071] = {.lex_state = 4}, + [1071] = {.lex_state = 0}, [1072] = {.lex_state = 0}, [1073] = {.lex_state = 0}, [1074] = {.lex_state = 0}, [1075] = {.lex_state = 0}, [1076] = {.lex_state = 0}, - [1077] = {.lex_state = 11}, - [1078] = {.lex_state = 0}, + [1077] = {.lex_state = 0}, + [1078] = {.lex_state = 52}, [1079] = {.lex_state = 0}, [1080] = {.lex_state = 0}, [1081] = {.lex_state = 52}, @@ -4404,7 +4434,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1083] = {.lex_state = 0}, [1084] = {.lex_state = 0}, [1085] = {.lex_state = 0}, - [1086] = {.lex_state = 52}, + [1086] = {.lex_state = 0}, [1087] = {.lex_state = 0}, [1088] = {.lex_state = 0}, [1089] = {.lex_state = 0}, @@ -4417,111 +4447,111 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1096] = {.lex_state = 0}, [1097] = {.lex_state = 0}, [1098] = {.lex_state = 0}, - [1099] = {.lex_state = 0}, + [1099] = {.lex_state = 52}, [1100] = {.lex_state = 0}, [1101] = {.lex_state = 0}, [1102] = {.lex_state = 0}, [1103] = {.lex_state = 0}, [1104] = {.lex_state = 0}, - [1105] = {.lex_state = 0}, + [1105] = {.lex_state = 52}, [1106] = {.lex_state = 0}, [1107] = {.lex_state = 0}, - [1108] = {.lex_state = 52}, + [1108] = {.lex_state = 0}, [1109] = {.lex_state = 0}, [1110] = {.lex_state = 0}, [1111] = {.lex_state = 0}, - [1112] = {.lex_state = 52}, + [1112] = {.lex_state = 0}, [1113] = {.lex_state = 0}, [1114] = {.lex_state = 0}, - [1115] = {.lex_state = 11}, + [1115] = {.lex_state = 0}, [1116] = {.lex_state = 0}, [1117] = {.lex_state = 0}, [1118] = {.lex_state = 0}, - [1119] = {.lex_state = 0}, - [1120] = {.lex_state = 0}, + [1119] = {.lex_state = 52}, + [1120] = {.lex_state = 52}, [1121] = {.lex_state = 0}, [1122] = {.lex_state = 0}, [1123] = {.lex_state = 52}, - [1124] = {.lex_state = 52}, - [1125] = {.lex_state = 0}, - [1126] = {.lex_state = 0}, + [1124] = {.lex_state = 0}, + [1125] = {.lex_state = 52}, + [1126] = {.lex_state = 52}, [1127] = {.lex_state = 0}, - [1128] = {.lex_state = 0}, - [1129] = {.lex_state = 0}, - [1130] = {.lex_state = 0}, - [1131] = {.lex_state = 0}, - [1132] = {.lex_state = 0}, - [1133] = {.lex_state = 0}, + [1128] = {.lex_state = 52}, + [1129] = {.lex_state = 52}, + [1130] = {.lex_state = 52}, + [1131] = {.lex_state = 52}, + [1132] = {.lex_state = 52}, + [1133] = {.lex_state = 11}, [1134] = {.lex_state = 0}, - [1135] = {.lex_state = 52}, + [1135] = {.lex_state = 0}, [1136] = {.lex_state = 0}, - [1137] = {.lex_state = 52}, + [1137] = {.lex_state = 0}, [1138] = {.lex_state = 0}, - [1139] = {.lex_state = 52}, - [1140] = {.lex_state = 0}, + [1139] = {.lex_state = 0}, + [1140] = {.lex_state = 52}, [1141] = {.lex_state = 0}, - [1142] = {.lex_state = 0}, - [1143] = {.lex_state = 52}, + [1142] = {.lex_state = 52}, + [1143] = {.lex_state = 0}, [1144] = {.lex_state = 0}, - [1145] = {.lex_state = 52}, + [1145] = {.lex_state = 11}, [1146] = {.lex_state = 0}, [1147] = {.lex_state = 0}, [1148] = {.lex_state = 0}, - [1149] = {.lex_state = 52}, + [1149] = {.lex_state = 0}, [1150] = {.lex_state = 0}, [1151] = {.lex_state = 0}, - [1152] = {.lex_state = 52}, + [1152] = {.lex_state = 0}, [1153] = {.lex_state = 0}, - [1154] = {.lex_state = 52}, + [1154] = {.lex_state = 0}, [1155] = {.lex_state = 0}, [1156] = {.lex_state = 0}, - [1157] = {.lex_state = 52}, - [1158] = {.lex_state = 52}, + [1157] = {.lex_state = 0}, + [1158] = {.lex_state = 0}, [1159] = {.lex_state = 0}, - [1160] = {.lex_state = 52}, - [1161] = {.lex_state = 0}, + [1160] = {.lex_state = 0}, + [1161] = {.lex_state = 52}, [1162] = {.lex_state = 52}, [1163] = {.lex_state = 0}, [1164] = {.lex_state = 0}, [1165] = {.lex_state = 0}, [1166] = {.lex_state = 0}, - [1167] = {.lex_state = 0}, + [1167] = {.lex_state = 4}, [1168] = {.lex_state = 0}, [1169] = {.lex_state = 0}, [1170] = {.lex_state = 0}, [1171] = {.lex_state = 0}, - [1172] = {.lex_state = 9}, - [1173] = {.lex_state = 0}, - [1174] = {.lex_state = 5}, + [1172] = {.lex_state = 0}, + [1173] = {.lex_state = 4}, + [1174] = {.lex_state = 0}, [1175] = {.lex_state = 0}, [1176] = {.lex_state = 0}, - [1177] = {.lex_state = 5}, + [1177] = {.lex_state = 9}, [1178] = {.lex_state = 0}, [1179] = {.lex_state = 0}, - [1180] = {.lex_state = 4}, - [1181] = {.lex_state = 4}, + [1180] = {.lex_state = 0}, + [1181] = {.lex_state = 0}, [1182] = {.lex_state = 0}, - [1183] = {.lex_state = 4}, + [1183] = {.lex_state = 0}, [1184] = {.lex_state = 0}, - [1185] = {.lex_state = 0}, + [1185] = {.lex_state = 4}, [1186] = {.lex_state = 0}, [1187] = {.lex_state = 0}, [1188] = {.lex_state = 0}, [1189] = {.lex_state = 0}, - [1190] = {.lex_state = 0}, - [1191] = {.lex_state = 0}, + [1190] = {.lex_state = 9}, + [1191] = {.lex_state = 4}, [1192] = {.lex_state = 0}, [1193] = {.lex_state = 0}, [1194] = {.lex_state = 0}, - [1195] = {.lex_state = 0}, + [1195] = {.lex_state = 5}, [1196] = {.lex_state = 5}, - [1197] = {.lex_state = 5}, + [1197] = {.lex_state = 0}, [1198] = {.lex_state = 0}, [1199] = {.lex_state = 0}, [1200] = {.lex_state = 0}, - [1201] = {.lex_state = 4}, + [1201] = {.lex_state = 0}, [1202] = {.lex_state = 0}, - [1203] = {.lex_state = 0}, + [1203] = {.lex_state = 4}, [1204] = {.lex_state = 0}, [1205] = {.lex_state = 0}, [1206] = {.lex_state = 0}, @@ -4531,59 +4561,59 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1210] = {.lex_state = 0}, [1211] = {.lex_state = 0}, [1212] = {.lex_state = 0}, - [1213] = {.lex_state = 0}, - [1214] = {.lex_state = 0}, + [1213] = {.lex_state = 5}, + [1214] = {.lex_state = 5}, [1215] = {.lex_state = 0}, [1216] = {.lex_state = 0}, [1217] = {.lex_state = 0}, [1218] = {.lex_state = 0}, [1219] = {.lex_state = 0}, [1220] = {.lex_state = 0}, - [1221] = {.lex_state = 4}, - [1222] = {.lex_state = 0}, + [1221] = {.lex_state = 0}, + [1222] = {.lex_state = 5}, [1223] = {.lex_state = 5}, - [1224] = {.lex_state = 5}, + [1224] = {.lex_state = 0}, [1225] = {.lex_state = 0}, [1226] = {.lex_state = 0}, [1227] = {.lex_state = 0}, [1228] = {.lex_state = 0}, - [1229] = {.lex_state = 0}, + [1229] = {.lex_state = 5}, [1230] = {.lex_state = 5}, - [1231] = {.lex_state = 5}, + [1231] = {.lex_state = 4}, [1232] = {.lex_state = 4}, - [1233] = {.lex_state = 4}, + [1233] = {.lex_state = 5}, [1234] = {.lex_state = 5}, - [1235] = {.lex_state = 5}, - [1236] = {.lex_state = 4}, - [1237] = {.lex_state = 0}, + [1235] = {.lex_state = 0}, + [1236] = {.lex_state = 0}, + [1237] = {.lex_state = 5}, [1238] = {.lex_state = 5}, - [1239] = {.lex_state = 5}, + [1239] = {.lex_state = 0}, [1240] = {.lex_state = 0}, - [1241] = {.lex_state = 0}, + [1241] = {.lex_state = 5}, [1242] = {.lex_state = 5}, - [1243] = {.lex_state = 5}, - [1244] = {.lex_state = 9}, - [1245] = {.lex_state = 0}, + [1243] = {.lex_state = 0}, + [1244] = {.lex_state = 0}, + [1245] = {.lex_state = 5}, [1246] = {.lex_state = 5}, - [1247] = {.lex_state = 5}, + [1247] = {.lex_state = 0}, [1248] = {.lex_state = 0}, - [1249] = {.lex_state = 5}, - [1250] = {.lex_state = 5}, + [1249] = {.lex_state = 0}, + [1250] = {.lex_state = 0}, [1251] = {.lex_state = 0}, - [1252] = {.lex_state = 0}, + [1252] = {.lex_state = 5}, [1253] = {.lex_state = 0}, [1254] = {.lex_state = 0}, - [1255] = {.lex_state = 0}, + [1255] = {.lex_state = 4}, [1256] = {.lex_state = 0}, [1257] = {.lex_state = 0}, [1258] = {.lex_state = 0}, [1259] = {.lex_state = 0}, [1260] = {.lex_state = 0}, - [1261] = {.lex_state = 0}, - [1262] = {.lex_state = 0}, + [1261] = {.lex_state = 5}, + [1262] = {.lex_state = 9}, [1263] = {.lex_state = 9}, [1264] = {.lex_state = 9}, - [1265] = {.lex_state = 9}, + [1265] = {.lex_state = 0}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -4633,17 +4663,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [1] = { - [sym_source_file] = STATE(1240), - [sym__unit] = STATE(393), - [sym_normal_command] = STATE(784), - [sym_string] = STATE(1108), - [sym_listitem] = STATE(1108), - [sym_operatorunit] = STATE(393), - [sym_expression_statement] = STATE(393), - [sym_if_condition] = STATE(393), - [sym_if_command] = STATE(946), - [sym_foreach_command] = STATE(393), - [aux_sym_source_file_repeat1] = STATE(393), + [sym_source_file] = STATE(1247), + [sym__unit] = STATE(411), + [sym_normal_command] = STATE(756), + [sym_string] = STATE(1105), + [sym_listitem] = STATE(1105), + [sym_operatorunit] = STATE(411), + [sym_expression_statement] = STATE(411), + [sym_if_condition] = STATE(411), + [sym_if_command] = STATE(896), + [sym_foreach_command] = STATE(411), + [aux_sym_source_file_repeat1] = STATE(411), [ts_builtin_sym_end] = ACTIONS(5), [anon_sym_SQUOTE] = ACTIONS(7), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(9), @@ -4662,9 +4692,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(35), 1, anon_sym_DOT, - STATE(33), 1, + STATE(23), 1, aux_sym_expression_statement_repeat1, - STATE(512), 1, + STATE(519), 1, aux_sym_variableunit_repeat1, ACTIONS(24), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, @@ -4699,7 +4729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(41), 1, anon_sym_LBRACK, - ACTIONS(44), 1, + ACTIONS(43), 1, anon_sym_DOT, STATE(10), 1, aux_sym_expression_statement_repeat1, @@ -4731,9 +4761,9 @@ static const uint16_t ts_small_parse_table[] = { [89] = 6, ACTIONS(19), 1, anon_sym_LPAREN, - ACTIONS(44), 1, + ACTIONS(43), 1, anon_sym_DOT, - ACTIONS(47), 1, + ACTIONS(46), 1, anon_sym_LBRACK, STATE(10), 1, aux_sym_expression_statement_repeat1, @@ -4762,31 +4792,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [129] = 5, - ACTIONS(53), 1, - anon_sym_LBRACK, - ACTIONS(55), 1, + [129] = 8, + ACTIONS(35), 1, anon_sym_DOT, - STATE(11), 1, + STATE(25), 1, aux_sym_expression_statement_repeat1, - ACTIONS(51), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(510), 1, + aux_sym_variableunit_repeat1, + ACTIONS(29), 2, anon_sym_SLASH, anon_sym_PLUS, + ACTIONS(52), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(55), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - ACTIONS(49), 14, - anon_sym_SQUOTE, - sym_identifier, + ACTIONS(57), 5, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, + ACTIONS(49), 9, + anon_sym_SQUOTE, + sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_elif, @@ -4794,15 +4827,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [166] = 5, - ACTIONS(55), 1, + [172] = 4, + ACTIONS(63), 1, anon_sym_DOT, - ACTIONS(58), 1, - anon_sym_LBRACK, - STATE(11), 1, + STATE(6), 1, aux_sym_expression_statement_repeat1, - ACTIONS(51), 9, + ACTIONS(61), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -4811,7 +4843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(49), 14, + ACTIONS(59), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -4826,31 +4858,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [203] = 5, - ACTIONS(65), 1, - anon_sym_LBRACK, - ACTIONS(68), 1, + [207] = 8, + ACTIONS(35), 1, anon_sym_DOT, - STATE(9), 1, + STATE(24), 1, aux_sym_expression_statement_repeat1, - ACTIONS(63), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(521), 1, + aux_sym_variableunit_repeat1, + ACTIONS(29), 2, anon_sym_SLASH, anon_sym_PLUS, + ACTIONS(70), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(55), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - ACTIONS(61), 14, - anon_sym_SQUOTE, - sym_identifier, + ACTIONS(57), 5, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, + ACTIONS(66), 9, + anon_sym_SQUOTE, + sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_elif, @@ -4858,14 +4893,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [240] = 4, - ACTIONS(75), 1, + [250] = 5, + ACTIONS(78), 1, + anon_sym_LBRACK, + ACTIONS(80), 1, anon_sym_DOT, - STATE(15), 1, + STATE(9), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 10, + ACTIONS(76), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -4874,7 +4910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(71), 14, + ACTIONS(74), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -4889,12 +4925,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [275] = 4, - ACTIONS(82), 1, + [287] = 4, + ACTIONS(87), 1, anon_sym_DOT, - STATE(15), 1, + STATE(6), 1, aux_sym_expression_statement_repeat1, - ACTIONS(80), 10, + ACTIONS(85), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -4905,7 +4941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(78), 14, + ACTIONS(83), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -4920,12 +4956,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [310] = 4, - ACTIONS(75), 1, + [322] = 4, + ACTIONS(87), 1, anon_sym_DOT, - STATE(15), 1, + STATE(6), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 10, + ACTIONS(85), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -4936,7 +4972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(71), 14, + ACTIONS(83), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -4951,12 +4987,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [345] = 4, - ACTIONS(75), 1, + [357] = 4, + ACTIONS(94), 1, anon_sym_DOT, - STATE(15), 1, + STATE(6), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 10, + ACTIONS(92), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -4967,7 +5003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(71), 14, + ACTIONS(90), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -4982,69 +5018,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [380] = 8, - ACTIONS(35), 1, + [392] = 4, + ACTIONS(87), 1, anon_sym_DOT, - STATE(36), 1, + STATE(6), 1, aux_sym_expression_statement_repeat1, - STATE(514), 1, - aux_sym_variableunit_repeat1, - ACTIONS(29), 2, + ACTIONS(85), 10, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(93), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - ACTIONS(85), 9, + sym_comment, + ACTIONS(83), 14, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [423] = 8, - ACTIONS(35), 1, - anon_sym_DOT, - STATE(38), 1, - aux_sym_expression_statement_repeat1, - STATE(518), 1, - aux_sym_variableunit_repeat1, - ACTIONS(29), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(100), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(93), 5, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(95), 5, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - ACTIONS(97), 9, - anon_sym_SQUOTE, - sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_elif, @@ -5052,14 +5049,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [466] = 5, - ACTIONS(68), 1, - anon_sym_DOT, - ACTIONS(103), 1, + [427] = 5, + ACTIONS(101), 1, anon_sym_LBRACK, - STATE(9), 1, + ACTIONS(103), 1, + anon_sym_DOT, + STATE(11), 1, aux_sym_expression_statement_repeat1, - ACTIONS(63), 9, + ACTIONS(99), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -5069,7 +5066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(61), 14, + ACTIONS(97), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5084,14 +5081,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [503] = 4, - ACTIONS(109), 1, + [464] = 5, + ACTIONS(103), 1, anon_sym_DOT, - STATE(15), 1, + ACTIONS(106), 1, + anon_sym_LBRACK, + STATE(11), 1, aux_sym_expression_statement_repeat1, - ACTIONS(107), 10, + ACTIONS(99), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -5100,7 +5098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(105), 14, + ACTIONS(97), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5115,12 +5113,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [538] = 4, - ACTIONS(112), 1, + [501] = 5, + ACTIONS(80), 1, anon_sym_DOT, - STATE(16), 1, + ACTIONS(109), 1, + anon_sym_LBRACK, + STATE(9), 1, aux_sym_expression_statement_repeat1, - ACTIONS(107), 9, + ACTIONS(76), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -5130,7 +5130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(105), 14, + ACTIONS(74), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5145,220 +5145,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [572] = 20, + [538] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(117), 1, + ACTIONS(114), 1, anon_sym_RPAREN, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, - STATE(49), 1, + STATE(55), 1, aux_sym_normal_command_repeat1, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(320), 1, sym_string, - STATE(341), 1, + STATE(329), 1, sym_normal_command, - STATE(472), 1, + STATE(477), 1, sym_listitem, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(468), 2, + STATE(444), 2, sym_list, sym_expression_statement, - STATE(517), 2, + STATE(518), 2, sym_bool, sym__logic_unit, - STATE(1074), 2, + STATE(1058), 2, sym_variableunit, sym_var_unit, - STATE(1088), 2, + STATE(1155), 2, sym_dictionaries, sym_pair, - [638] = 2, - ACTIONS(133), 11, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_DOT, - sym_comment, - ACTIONS(131), 14, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [668] = 20, + [604] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, - ACTIONS(135), 1, + ACTIONS(128), 1, anon_sym_RPAREN, - STATE(54), 1, + STATE(49), 1, aux_sym_normal_command_repeat1, - STATE(326), 1, - sym_normal_command, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(319), 1, + sym_normal_command, + STATE(320), 1, sym_string, - STATE(505), 1, + STATE(470), 1, sym_listitem, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(452), 2, + STATE(440), 2, sym_list, sym_expression_statement, - STATE(517), 2, + STATE(518), 2, sym_bool, sym__logic_unit, STATE(1063), 2, sym_variableunit, sym_var_unit, - STATE(1091), 2, + STATE(1151), 2, sym_dictionaries, sym_pair, - [734] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, + [670] = 2, + ACTIONS(132), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_DOT, + sym_comment, + ACTIONS(130), 14, + anon_sym_SQUOTE, sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, anon_sym_not, - ACTIONS(137), 1, - anon_sym_RPAREN, - STATE(50), 1, - aux_sym_normal_command_repeat1, - STATE(321), 1, - sym_normal_command, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(493), 1, - sym_listitem, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(440), 2, - sym_list, - sym_expression_statement, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(1056), 2, - sym_variableunit, - sym_var_unit, - STATE(1126), 2, - sym_dictionaries, - sym_pair, - [800] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(139), 1, - anon_sym_RPAREN, - STATE(48), 1, - aux_sym_normal_command_repeat1, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(334), 1, - sym_normal_command, - STATE(502), 1, - sym_listitem, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(453), 2, - sym_list, - sym_expression_statement, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(1065), 2, - sym_variableunit, - sym_var_unit, - STATE(1103), 2, - sym_dictionaries, - sym_pair, - [866] = 2, - ACTIONS(144), 11, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [700] = 2, + ACTIONS(136), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -5370,7 +5278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - ACTIONS(141), 14, + ACTIONS(134), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5385,12 +5293,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [896] = 4, - ACTIONS(35), 1, - anon_sym_DOT, - STATE(16), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(73), 9, + [730] = 3, + ACTIONS(144), 1, + anon_sym_LBRACK, + ACTIONS(141), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -5399,8 +5305,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_DOT, sym_comment, - ACTIONS(71), 14, + ACTIONS(138), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5415,8 +5322,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [930] = 2, - ACTIONS(149), 11, + [762] = 2, + ACTIONS(148), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -5428,7 +5335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - ACTIONS(147), 14, + ACTIONS(146), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5443,8 +5350,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [960] = 2, - ACTIONS(153), 11, + [792] = 2, + ACTIONS(152), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -5456,7 +5363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - ACTIONS(151), 14, + ACTIONS(150), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5471,24 +5378,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [990] = 6, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(27), 1, - anon_sym_LBRACK, + [822] = 4, ACTIONS(35), 1, anon_sym_DOT, - STATE(33), 1, + STATE(29), 1, aux_sym_expression_statement_repeat1, - ACTIONS(31), 7, + ACTIONS(85), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(33), 14, + ACTIONS(83), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5503,10 +5408,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [1028] = 2, - ACTIONS(157), 11, + [856] = 4, + ACTIONS(35), 1, + anon_sym_DOT, + STATE(29), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(92), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -5514,9 +5422,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - ACTIONS(155), 14, + ACTIONS(90), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5531,56 +5438,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [1058] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(159), 1, - anon_sym_RPAREN, - STATE(46), 1, - aux_sym_normal_command_repeat1, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(337), 1, - sym_normal_command, - STATE(480), 1, - sym_listitem, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(462), 2, - sym_list, - sym_expression_statement, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(1048), 2, - sym_variableunit, - sym_var_unit, - STATE(1121), 2, - sym_dictionaries, - sym_pair, - [1124] = 3, - ACTIONS(65), 1, - anon_sym_LBRACK, - ACTIONS(63), 10, + [890] = 4, + ACTIONS(35), 1, + anon_sym_DOT, + STATE(29), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(85), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -5589,9 +5452,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - ACTIONS(61), 14, + ACTIONS(83), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5606,8 +5468,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [1156] = 2, - ACTIONS(163), 11, + [924] = 2, + ACTIONS(156), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -5619,7 +5481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - ACTIONS(161), 14, + ACTIONS(154), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5634,114 +5496,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [1186] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(165), 1, - anon_sym_RPAREN, - STATE(52), 1, - aux_sym_normal_command_repeat1, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(339), 1, - sym_normal_command, - STATE(479), 1, - sym_listitem, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(463), 2, - sym_list, - sym_expression_statement, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(1052), 2, - sym_variableunit, - sym_var_unit, - STATE(1119), 2, - sym_dictionaries, - sym_pair, - [1252] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + [954] = 6, + ACTIONS(19), 1, anon_sym_LPAREN, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(27), 1, anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(167), 1, - anon_sym_RPAREN, - STATE(53), 1, - aux_sym_normal_command_repeat1, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(331), 1, - sym_normal_command, - STATE(333), 1, - sym_string, - STATE(499), 1, - sym_listitem, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(456), 2, - sym_list, - sym_expression_statement, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(1054), 2, - sym_variableunit, - sym_var_unit, - STATE(1133), 2, - sym_dictionaries, - sym_pair, - [1318] = 4, ACTIONS(35), 1, anon_sym_DOT, - STATE(16), 1, + STATE(23), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 9, + ACTIONS(31), 7, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(71), 14, + ACTIONS(33), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5756,56 +5528,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [1352] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(169), 1, - anon_sym_RPAREN, - STATE(55), 1, - aux_sym_normal_command_repeat1, - STATE(325), 1, - sym_normal_command, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(469), 1, - sym_listitem, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(447), 2, - sym_list, - sym_expression_statement, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(1076), 2, - sym_variableunit, - sym_var_unit, - STATE(1092), 2, - sym_dictionaries, - sym_pair, - [1418] = 3, - ACTIONS(103), 1, + [992] = 3, + ACTIONS(101), 1, anon_sym_LBRACK, - ACTIONS(63), 10, + ACTIONS(99), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -5816,7 +5542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - ACTIONS(61), 14, + ACTIONS(97), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5831,12 +5557,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [1450] = 4, - ACTIONS(35), 1, + [1024] = 4, + ACTIONS(158), 1, anon_sym_DOT, - STATE(16), 1, + STATE(29), 1, aux_sym_expression_statement_repeat1, - ACTIONS(80), 9, + ACTIONS(61), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -5846,7 +5572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(78), 14, + ACTIONS(59), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5861,10 +5587,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [1484] = 3, - ACTIONS(157), 1, + [1058] = 3, + ACTIONS(106), 1, anon_sym_LBRACK, - ACTIONS(144), 10, + ACTIONS(99), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -5875,7 +5601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - ACTIONS(141), 14, + ACTIONS(97), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5890,12 +5616,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [1516] = 4, + [1090] = 4, ACTIONS(35), 1, anon_sym_DOT, - STATE(16), 1, + STATE(29), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 9, + ACTIONS(85), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -5905,7 +5631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(71), 14, + ACTIONS(83), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5920,8 +5646,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [1550] = 2, - ACTIONS(173), 11, + [1124] = 2, + ACTIONS(141), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -5933,7 +5659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - ACTIONS(171), 14, + ACTIONS(138), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -5948,82 +5674,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [1580] = 20, + [1154] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, - ACTIONS(175), 1, + ACTIONS(161), 1, anon_sym_RPAREN, - STATE(51), 1, + STATE(53), 1, aux_sym_normal_command_repeat1, - STATE(320), 1, - sym_normal_command, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(320), 1, sym_string, - STATE(486), 1, + STATE(325), 1, + sym_normal_command, + STATE(471), 1, sym_listitem, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(438), 2, + STATE(434), 2, sym_list, sym_expression_statement, - STATE(517), 2, + STATE(518), 2, sym_bool, sym__logic_unit, - STATE(1051), 2, + STATE(1042), 2, sym_variableunit, sym_var_unit, - STATE(1131), 2, + STATE(1153), 2, sym_dictionaries, sym_pair, - [1646] = 2, - ACTIONS(179), 11, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_DOT, + [1220] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(177), 14, + ACTIONS(7), 1, anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(122), 1, sym_identifier, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [1676] = 2, - ACTIONS(183), 11, + ACTIONS(163), 1, + anon_sym_RPAREN, + STATE(54), 1, + aux_sym_normal_command_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(327), 1, + sym_normal_command, + STATE(499), 1, + sym_listitem, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(437), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1062), 2, + sym_variableunit, + sym_var_unit, + STATE(1108), 2, + sym_dictionaries, + sym_pair, + [1286] = 2, + ACTIONS(167), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -6035,7 +5779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - ACTIONS(181), 14, + ACTIONS(165), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -6050,163 +5794,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [1706] = 10, - ACTIONS(185), 1, - anon_sym_LPAREN, - ACTIONS(187), 1, - anon_sym_LBRACK, - ACTIONS(191), 1, - anon_sym_DOT, - STATE(154), 1, - aux_sym_expression_statement_repeat1, - STATE(743), 1, - aux_sym_variableunit_repeat1, - ACTIONS(24), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [1316] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(189), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(21), 5, + ACTIONS(7), 1, anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(122), 1, sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - ACTIONS(31), 5, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(33), 5, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [1751] = 19, + ACTIONS(169), 1, + anon_sym_RPAREN, + STATE(56), 1, + aux_sym_normal_command_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(331), 1, + sym_normal_command, + STATE(507), 1, + sym_listitem, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(448), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1054), 2, + sym_variableunit, + sym_var_unit, + STATE(1158), 2, + sym_dictionaries, + sym_pair, + [1382] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(193), 1, - anon_sym_LPAREN, - ACTIONS(199), 1, + ACTIONS(7), 1, anon_sym_SQUOTE, - ACTIONS(202), 1, + ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(205), 1, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(208), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(211), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(214), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(217), 1, + ACTIONS(126), 1, anon_sym_not, - STATE(44), 1, + ACTIONS(171), 1, + anon_sym_RPAREN, + STATE(57), 1, aux_sym_normal_command_repeat1, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(320), 1, sym_string, - STATE(415), 1, + STATE(335), 1, sym_normal_command, - STATE(511), 1, + STATE(489), 1, sym_listitem, - ACTIONS(196), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(507), 2, + STATE(454), 2, sym_list, sym_expression_statement, - STATE(517), 2, + STATE(518), 2, sym_bool, sym__logic_unit, - STATE(1122), 2, + STATE(1068), 2, sym_variableunit, sym_var_unit, - STATE(1202), 2, + STATE(1086), 2, sym_dictionaries, sym_pair, - [1814] = 6, - STATE(521), 1, - aux_sym_variableunit_repeat1, - ACTIONS(29), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(93), 5, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(95), 5, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - ACTIONS(85), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [1851] = 19, + [1448] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, - STATE(44), 1, + ACTIONS(173), 1, + anon_sym_RPAREN, + STATE(58), 1, aux_sym_normal_command_repeat1, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(320), 1, sym_string, - STATE(342), 1, + STATE(337), 1, sym_normal_command, - STATE(474), 1, + STATE(492), 1, sym_listitem, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(464), 2, + STATE(456), 2, sym_list, sym_expression_statement, - STATE(517), 2, + STATE(518), 2, sym_bool, sym__logic_unit, - STATE(1057), 2, + STATE(1048), 2, sym_variableunit, sym_var_unit, - STATE(1110), 2, + STATE(1146), 2, sym_dictionaries, sym_pair, - [1914] = 2, - ACTIONS(222), 10, + [1514] = 2, + ACTIONS(144), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -6216,7 +5945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - ACTIONS(220), 14, + ACTIONS(175), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -6231,381 +5960,237 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [1943] = 19, + [1544] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, + ACTIONS(177), 1, + anon_sym_RPAREN, STATE(44), 1, aux_sym_normal_command_repeat1, - STATE(329), 1, - sym_normal_command, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(320), 1, sym_string, - STATE(496), 1, + STATE(338), 1, + sym_normal_command, + STATE(495), 1, sym_listitem, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(457), 2, + STATE(460), 2, sym_list, sym_expression_statement, - STATE(517), 2, + STATE(518), 2, sym_bool, sym__logic_unit, - STATE(1049), 2, + STATE(1067), 2, sym_variableunit, sym_var_unit, - STATE(1142), 2, + STATE(1082), 2, sym_dictionaries, sym_pair, - [2006] = 19, + [1610] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, - STATE(44), 1, + ACTIONS(179), 1, + anon_sym_RPAREN, + STATE(43), 1, aux_sym_normal_command_repeat1, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(320), 1, sym_string, STATE(340), 1, sym_normal_command, - STATE(504), 1, + STATE(500), 1, sym_listitem, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(467), 2, + STATE(464), 2, sym_list, sym_expression_statement, - STATE(517), 2, + STATE(518), 2, sym_bool, sym__logic_unit, - STATE(1059), 2, + STATE(1041), 2, sym_variableunit, sym_var_unit, - STATE(1087), 2, + STATE(1102), 2, sym_dictionaries, sym_pair, - [2069] = 19, + [1676] = 2, + ACTIONS(183), 11, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_DOT, + sym_comment, + ACTIONS(181), 14, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [1706] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, - STATE(44), 1, + STATE(52), 1, aux_sym_normal_command_repeat1, - STATE(315), 1, - sym_normal_command, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(320), 1, sym_string, - STATE(501), 1, + STATE(341), 1, + sym_normal_command, + STATE(503), 1, sym_listitem, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(446), 2, + STATE(466), 2, sym_list, sym_expression_statement, - STATE(517), 2, + STATE(518), 2, sym_bool, sym__logic_unit, - STATE(1066), 2, + STATE(1060), 2, sym_variableunit, sym_var_unit, - STATE(1104), 2, + STATE(1113), 2, sym_dictionaries, sym_pair, - [2132] = 19, + [1769] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, - STATE(44), 1, + STATE(52), 1, aux_sym_normal_command_repeat1, - STATE(319), 1, - sym_normal_command, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(320), 1, sym_string, - STATE(484), 1, + STATE(339), 1, + sym_normal_command, + STATE(498), 1, sym_listitem, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(435), 2, + STATE(461), 2, sym_list, sym_expression_statement, - STATE(517), 2, + STATE(518), 2, sym_bool, sym__logic_unit, - STATE(1047), 2, + STATE(1044), 2, sym_variableunit, sym_var_unit, - STATE(1146), 2, + STATE(1090), 2, sym_dictionaries, sym_pair, - [2195] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - STATE(44), 1, - aux_sym_normal_command_repeat1, - STATE(314), 1, - sym_normal_command, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(489), 1, - sym_listitem, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(458), 2, - sym_list, - sym_expression_statement, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(1058), 2, - sym_variableunit, - sym_var_unit, - STATE(1127), 2, - sym_dictionaries, - sym_pair, - [2258] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - STATE(44), 1, - aux_sym_normal_command_repeat1, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(335), 1, - sym_normal_command, - STATE(503), 1, - sym_listitem, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(451), 2, - sym_list, - sym_expression_statement, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(1069), 2, - sym_variableunit, - sym_var_unit, - STATE(1109), 2, - sym_dictionaries, - sym_pair, - [2321] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - STATE(44), 1, - aux_sym_normal_command_repeat1, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(338), 1, - sym_normal_command, - STATE(483), 1, - sym_listitem, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(436), 2, - sym_list, - sym_expression_statement, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(1046), 2, - sym_variableunit, - sym_var_unit, - STATE(1148), 2, - sym_dictionaries, - sym_pair, - [2384] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - STATE(44), 1, - aux_sym_normal_command_repeat1, - STATE(323), 1, - sym_normal_command, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(497), 1, - sym_listitem, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(445), 2, - sym_list, - sym_expression_statement, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(1064), 2, - sym_variableunit, - sym_var_unit, - STATE(1106), 2, - sym_dictionaries, - sym_pair, - [2447] = 10, - ACTIONS(224), 1, + [1832] = 10, + ACTIONS(185), 1, anon_sym_LPAREN, - ACTIONS(226), 1, + ACTIONS(187), 1, anon_sym_LBRACK, - ACTIONS(230), 1, + ACTIONS(191), 1, anon_sym_DOT, - STATE(144), 1, + STATE(155), 1, aux_sym_expression_statement_repeat1, - STATE(675), 1, + STATE(699), 1, aux_sym_variableunit_repeat1, ACTIONS(24), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(228), 2, + ACTIONS(189), 2, anon_sym_SLASH, anon_sym_PLUS, ACTIONS(21), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, ACTIONS(31), 5, anon_sym_QMARK, anon_sym_EQ_EQ, @@ -6618,29 +6203,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [2492] = 10, - ACTIONS(232), 1, + [1877] = 10, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(234), 1, + ACTIONS(195), 1, anon_sym_LBRACK, - ACTIONS(238), 1, + ACTIONS(199), 1, anon_sym_DOT, - STATE(170), 1, + STATE(164), 1, aux_sym_expression_statement_repeat1, - STATE(736), 1, + STATE(722), 1, aux_sym_variableunit_repeat1, - ACTIONS(236), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(24), 3, - ts_builtin_sym_end, + ACTIONS(24), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(21), 4, + ACTIONS(197), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(21), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, + anon_sym_endforeach, ACTIONS(31), 5, anon_sym_QMARK, anon_sym_EQ_EQ, @@ -6653,8 +6238,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [2537] = 2, - ACTIONS(242), 10, + [1922] = 2, + ACTIONS(203), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -6665,7 +6250,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - ACTIONS(240), 14, + ACTIONS(201), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -6680,8 +6265,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [2566] = 2, - ACTIONS(246), 9, + [1951] = 2, + ACTIONS(207), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -6690,8 +6275,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_DOT, sym_comment, - ACTIONS(244), 14, + ACTIONS(205), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -6706,164 +6292,543 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [2594] = 19, + [1980] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(123), 1, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, - ACTIONS(248), 1, - anon_sym_RBRACE, - STATE(91), 1, - aux_sym_dictionaries_repeat1, - STATE(330), 1, + STATE(52), 1, + aux_sym_normal_command_repeat1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(320), 1, sym_string, - STATE(437), 1, + STATE(321), 1, sym_normal_command, - STATE(449), 1, + STATE(473), 1, sym_listitem, - STATE(1132), 1, - sym_pair, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(520), 2, + STATE(442), 2, sym_list, sym_expression_statement, - STATE(1178), 2, - sym_variableunit, - sym_var_unit, - [2656] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(250), 1, - anon_sym_RBRACE, - STATE(68), 1, - aux_sym_dictionaries_repeat1, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(437), 1, - sym_normal_command, - STATE(449), 1, - sym_listitem, - STATE(1144), 1, - sym_pair, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(517), 2, + STATE(518), 2, sym_bool, sym__logic_unit, - STATE(520), 2, - sym_list, - sym_expression_statement, - STATE(1178), 2, + STATE(1051), 2, sym_variableunit, sym_var_unit, - [2718] = 6, - ACTIONS(232), 1, + STATE(1138), 2, + sym_dictionaries, + sym_pair, + [2043] = 10, + ACTIONS(209), 1, anon_sym_LPAREN, - ACTIONS(252), 1, + ACTIONS(211), 1, anon_sym_LBRACK, - ACTIONS(254), 1, + ACTIONS(215), 1, anon_sym_DOT, - STATE(101), 1, + STATE(151), 1, aux_sym_expression_statement_repeat1, - ACTIONS(37), 9, + STATE(684), 1, + aux_sym_variableunit_repeat1, + ACTIONS(213), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(24), 3, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(21), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(39), 10, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, + ACTIONS(31), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - [2754] = 6, - ACTIONS(185), 1, - anon_sym_LPAREN, - ACTIONS(257), 1, - anon_sym_LBRACK, - ACTIONS(260), 1, - anon_sym_DOT, - STATE(128), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(39), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(33), 5, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [2088] = 6, + STATE(515), 1, + aux_sym_variableunit_repeat1, + ACTIONS(29), 2, anon_sym_SLASH, anon_sym_PLUS, + ACTIONS(70), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(55), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - ACTIONS(37), 10, - anon_sym_SQUOTE, - sym_identifier, + ACTIONS(57), 5, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, + ACTIONS(66), 9, + anon_sym_SQUOTE, + sym_identifier, anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - [2790] = 2, - ACTIONS(265), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, + sym_keyword_break, + sym_keyword_continue, + [2125] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(217), 1, + anon_sym_LPAREN, + ACTIONS(223), 1, + anon_sym_SQUOTE, + ACTIONS(226), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(229), 1, + anon_sym_LBRACE, + ACTIONS(232), 1, + anon_sym_LBRACK, + ACTIONS(235), 1, + sym_identifier, + ACTIONS(238), 1, + sym_number, + ACTIONS(241), 1, + anon_sym_not, + STATE(52), 1, + aux_sym_normal_command_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(415), 1, + sym_normal_command, + STATE(516), 1, + sym_listitem, + ACTIONS(220), 2, + anon_sym_true, + anon_sym_false, + STATE(496), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1144), 2, + sym_variableunit, + sym_var_unit, + STATE(1205), 2, + sym_dictionaries, + sym_pair, + [2188] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(122), 1, + sym_identifier, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + STATE(52), 1, + aux_sym_normal_command_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(326), 1, + sym_normal_command, + STATE(480), 1, + sym_listitem, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(435), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1052), 2, + sym_variableunit, + sym_var_unit, + STATE(1094), 2, + sym_dictionaries, + sym_pair, + [2251] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(122), 1, + sym_identifier, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + STATE(52), 1, + aux_sym_normal_command_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(328), 1, + sym_normal_command, + STATE(504), 1, + sym_listitem, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(438), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1045), 2, + sym_variableunit, + sym_var_unit, + STATE(1135), 2, + sym_dictionaries, + sym_pair, + [2314] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(122), 1, + sym_identifier, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + STATE(52), 1, + aux_sym_normal_command_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(330), 1, + sym_normal_command, + STATE(479), 1, + sym_listitem, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(445), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1050), 2, + sym_variableunit, + sym_var_unit, + STATE(1096), 2, + sym_dictionaries, + sym_pair, + [2377] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(122), 1, + sym_identifier, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + STATE(52), 1, + aux_sym_normal_command_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(334), 1, + sym_normal_command, + STATE(488), 1, + sym_listitem, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(451), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1053), 2, + sym_variableunit, + sym_var_unit, + STATE(1092), 2, + sym_dictionaries, + sym_pair, + [2440] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(122), 1, + sym_identifier, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + STATE(52), 1, + aux_sym_normal_command_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(336), 1, + sym_normal_command, + STATE(490), 1, + sym_listitem, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(426), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1059), 2, + sym_variableunit, + sym_var_unit, + STATE(1110), 2, + sym_dictionaries, + sym_pair, + [2503] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(122), 1, + sym_identifier, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + STATE(52), 1, + aux_sym_normal_command_repeat1, + STATE(313), 1, + sym_normal_command, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(494), 1, + sym_listitem, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(458), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1076), 2, + sym_variableunit, + sym_var_unit, + STATE(1154), 2, + sym_dictionaries, + sym_pair, + [2566] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(244), 1, + anon_sym_LPAREN, + ACTIONS(248), 1, + anon_sym_SQUOTE, + ACTIONS(250), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(252), 1, + anon_sym_LBRACE, + ACTIONS(254), 1, + anon_sym_LBRACK, + ACTIONS(256), 1, + sym_identifier, + ACTIONS(258), 1, + sym_number, + ACTIONS(260), 1, + anon_sym_not, + STATE(5), 1, + sym_string, + STATE(7), 1, + sym_normal_command, + STATE(66), 1, + sym_listitem, + STATE(134), 1, + sym_bool, + STATE(188), 1, + sym__logic_unit, + STATE(322), 1, + aux_sym_var_unit_repeat1, + STATE(559), 1, + sym_var_unit, + ACTIONS(246), 2, + anon_sym_true, + anon_sym_false, + STATE(51), 2, + sym_list, + sym_expression_statement, + STATE(595), 3, + sym_dictionaries, + sym_variableunit, + sym_ternaryoperator, + [2628] = 2, + ACTIONS(264), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + ACTIONS(262), 14, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [2656] = 6, + ACTIONS(209), 1, + anon_sym_LPAREN, + ACTIONS(266), 1, + anon_sym_LBRACK, + ACTIONS(269), 1, + anon_sym_DOT, + STATE(102), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(37), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + ACTIONS(39), 10, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + [2692] = 6, + ACTIONS(185), 1, + anon_sym_LPAREN, + ACTIONS(272), 1, + anon_sym_LBRACK, + ACTIONS(274), 1, + anon_sym_DOT, + STATE(112), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(39), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(263), 14, + ACTIONS(37), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -6873,13 +6838,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_endif, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [2818] = 2, - ACTIONS(269), 9, + [2728] = 6, + ACTIONS(193), 1, + anon_sym_LPAREN, + ACTIONS(277), 1, + anon_sym_LBRACK, + ACTIONS(279), 1, + anon_sym_DOT, + STATE(117), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(39), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + ACTIONS(37), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [2764] = 6, + ACTIONS(185), 1, + anon_sym_LPAREN, + ACTIONS(274), 1, + anon_sym_DOT, + ACTIONS(282), 1, + anon_sym_LBRACK, + STATE(112), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(39), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + ACTIONS(37), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [2800] = 6, + ACTIONS(193), 1, + anon_sym_LPAREN, + ACTIONS(279), 1, + anon_sym_DOT, + ACTIONS(285), 1, + anon_sym_LBRACK, + STATE(117), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(39), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -6889,7 +6918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(267), 14, + ACTIONS(37), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -6897,6 +6926,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [2836] = 6, + ACTIONS(35), 1, + anon_sym_DOT, + STATE(31), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(291), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(55), 5, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(57), 5, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + ACTIONS(288), 9, + anon_sym_SQUOTE, + sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_elif, @@ -6904,8 +6959,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [2846] = 2, - ACTIONS(273), 9, + [2872] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -6915,7 +6970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(271), 14, + ACTIONS(294), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -6930,16 +6985,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [2874] = 6, - ACTIONS(224), 1, + [2900] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(275), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(278), 1, - anon_sym_DOT, - STATE(117), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(39), 9, + ACTIONS(122), 1, + sym_identifier, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + ACTIONS(298), 1, + anon_sym_RBRACE, + STATE(69), 1, + aux_sym_dictionaries_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(436), 1, + sym_listitem, + STATE(439), 1, + sym_normal_command, + STATE(1079), 1, + sym_pair, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(509), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1235), 2, + sym_variableunit, + sym_var_unit, + [2962] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(122), 1, + sym_identifier, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + ACTIONS(300), 1, + anon_sym_RBRACE, + STATE(84), 1, + aux_sym_dictionaries_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(436), 1, + sym_listitem, + STATE(439), 1, + sym_normal_command, + STATE(1109), 1, + sym_pair, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(509), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1235), 2, + sym_variableunit, + sym_var_unit, + [3024] = 2, + ACTIONS(304), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -6949,7 +7082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(37), 10, + ACTIONS(302), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -6957,62 +7090,187 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - anon_sym_endforeach, - [2910] = 19, + sym_keyword_break, + sym_keyword_continue, + [3052] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(306), 1, + anon_sym_LPAREN, + ACTIONS(310), 1, + anon_sym_SQUOTE, + ACTIONS(312), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(314), 1, + anon_sym_LBRACE, + ACTIONS(316), 1, + anon_sym_LBRACK, + ACTIONS(318), 1, + sym_identifier, + ACTIONS(320), 1, + sym_number, + ACTIONS(322), 1, + anon_sym_not, + STATE(111), 1, + sym_string, + STATE(127), 1, + sym_normal_command, + STATE(307), 1, + sym_listitem, + STATE(314), 1, + aux_sym_var_unit_repeat1, + STATE(362), 1, + sym_bool, + STATE(422), 1, + sym__logic_unit, + STATE(829), 1, + sym_var_unit, + ACTIONS(308), 2, + anon_sym_true, + anon_sym_false, + STATE(214), 2, + sym_list, + sym_expression_statement, + STATE(899), 3, + sym_dictionaries, + sym_variableunit, + sym_ternaryoperator, + [3114] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(122), 1, + sym_identifier, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + ACTIONS(324), 1, + anon_sym_RBRACE, + STATE(73), 1, + aux_sym_dictionaries_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(436), 1, + sym_listitem, + STATE(439), 1, + sym_normal_command, + STATE(1139), 1, + sym_pair, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(509), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1235), 2, + sym_variableunit, + sym_var_unit, + [3176] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(122), 1, + sym_identifier, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + ACTIONS(326), 1, + anon_sym_RBRACE, + STATE(84), 1, + aux_sym_dictionaries_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(436), 1, + sym_listitem, + STATE(439), 1, + sym_normal_command, + STATE(1160), 1, + sym_pair, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(509), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1235), 2, + sym_variableunit, + sym_var_unit, + [3238] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, - ACTIONS(281), 1, + ACTIONS(328), 1, anon_sym_RBRACE, - STATE(91), 1, + STATE(84), 1, aux_sym_dictionaries_repeat1, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(320), 1, sym_string, - STATE(437), 1, - sym_normal_command, - STATE(449), 1, + STATE(436), 1, sym_listitem, - STATE(1128), 1, + STATE(439), 1, + sym_normal_command, + STATE(1150), 1, sym_pair, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(520), 2, + STATE(509), 2, sym_list, sym_expression_statement, - STATE(1178), 2, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1235), 2, sym_variableunit, sym_var_unit, - [2972] = 6, - ACTIONS(224), 1, - anon_sym_LPAREN, - ACTIONS(278), 1, - anon_sym_DOT, - ACTIONS(283), 1, - anon_sym_LBRACK, - STATE(117), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(39), 9, + [3300] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -7022,7 +7280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(37), 10, + ACTIONS(294), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -7030,97 +7288,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - anon_sym_endforeach, - [3008] = 19, + sym_keyword_break, + sym_keyword_continue, + [3328] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, - ACTIONS(285), 1, + ACTIONS(330), 1, anon_sym_RBRACE, - STATE(91), 1, + STATE(77), 1, aux_sym_dictionaries_repeat1, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(320), 1, sym_string, - STATE(437), 1, - sym_normal_command, - STATE(449), 1, + STATE(436), 1, sym_listitem, - STATE(1107), 1, + STATE(439), 1, + sym_normal_command, + STATE(1088), 1, sym_pair, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(520), 2, + STATE(509), 2, sym_list, sym_expression_statement, - STATE(1178), 2, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1235), 2, sym_variableunit, sym_var_unit, - [3070] = 19, + [3390] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(287), 1, - anon_sym_LPAREN, - ACTIONS(291), 1, + ACTIONS(7), 1, anon_sym_SQUOTE, - ACTIONS(293), 1, + ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(295), 1, - anon_sym_LBRACE, - ACTIONS(297), 1, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(299), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(301), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(303), 1, + ACTIONS(126), 1, anon_sym_not, - STATE(12), 1, - sym_normal_command, - STATE(13), 1, + ACTIONS(332), 1, + anon_sym_RBRACE, + STATE(84), 1, + aux_sym_dictionaries_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, sym_string, - STATE(85), 1, + STATE(436), 1, sym_listitem, - STATE(162), 1, - sym__logic_unit, - STATE(190), 1, - sym_bool, - STATE(318), 1, - aux_sym_var_unit_repeat1, - STATE(569), 1, - sym_var_unit, - ACTIONS(289), 2, + STATE(439), 1, + sym_normal_command, + STATE(1077), 1, + sym_pair, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(45), 2, + STATE(509), 2, sym_list, sym_expression_statement, - STATE(652), 3, - sym_dictionaries, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1235), 2, sym_variableunit, - sym_ternaryoperator, - [3132] = 2, - ACTIONS(307), 9, + sym_var_unit, + [3452] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -7130,7 +7392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(305), 14, + ACTIONS(294), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -7145,135 +7407,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [3160] = 19, + [3480] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, - ACTIONS(309), 1, + ACTIONS(334), 1, anon_sym_RBRACE, - STATE(70), 1, + STATE(80), 1, aux_sym_dictionaries_repeat1, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(320), 1, sym_string, - STATE(437), 1, - sym_normal_command, - STATE(449), 1, + STATE(436), 1, sym_listitem, - STATE(1083), 1, + STATE(439), 1, + sym_normal_command, + STATE(1141), 1, sym_pair, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(520), 2, + STATE(509), 2, sym_list, sym_expression_statement, - STATE(1178), 2, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1235), 2, sym_variableunit, sym_var_unit, - [3222] = 4, - ACTIONS(35), 1, - anon_sym_DOT, - STATE(38), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(93), 7, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, + [3542] = 19, + ACTIONS(3), 1, sym_comment, - ACTIONS(95), 14, + ACTIONS(7), 1, anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [3254] = 2, - ACTIONS(313), 9, + ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - ACTIONS(311), 14, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [3282] = 6, - ACTIONS(232), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(254), 1, - anon_sym_DOT, - ACTIONS(315), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - STATE(101), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(37), 9, - anon_sym_SQUOTE, + ACTIONS(122), 1, sym_identifier, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - ACTIONS(39), 10, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - [3318] = 2, - ACTIONS(246), 9, + ACTIONS(336), 1, + anon_sym_RBRACE, + STATE(84), 1, + aux_sym_dictionaries_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(436), 1, + sym_listitem, + STATE(439), 1, + sym_normal_command, + STATE(1143), 1, + sym_pair, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(509), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1235), 2, + sym_variableunit, + sym_var_unit, + [3604] = 2, + ACTIONS(340), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -7283,7 +7504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(244), 14, + ACTIONS(338), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -7298,8 +7519,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [3346] = 2, - ACTIONS(246), 9, + [3632] = 2, + ACTIONS(344), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -7309,7 +7530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(244), 14, + ACTIONS(342), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -7324,51 +7545,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [3374] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(318), 1, - anon_sym_RBRACE, - STATE(60), 1, - aux_sym_dictionaries_repeat1, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(437), 1, - sym_normal_command, - STATE(449), 1, - sym_listitem, - STATE(1089), 1, - sym_pair, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(520), 2, - sym_list, - sym_expression_statement, - STATE(1178), 2, - sym_variableunit, - sym_var_unit, - [3436] = 2, - ACTIONS(246), 9, + [3660] = 2, + ACTIONS(348), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -7378,7 +7556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(244), 14, + ACTIONS(346), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -7393,34 +7571,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [3464] = 2, - ACTIONS(246), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, + [3688] = 19, + ACTIONS(3), 1, sym_comment, - ACTIONS(244), 14, + ACTIONS(350), 1, + anon_sym_LPAREN, + ACTIONS(356), 1, anon_sym_SQUOTE, + ACTIONS(359), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(362), 1, + anon_sym_RBRACE, + ACTIONS(364), 1, + anon_sym_LBRACK, + ACTIONS(367), 1, sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [3492] = 2, - ACTIONS(246), 9, + ACTIONS(370), 1, + sym_number, + ACTIONS(373), 1, + anon_sym_not, + STATE(84), 1, + aux_sym_dictionaries_repeat1, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(320), 1, + sym_string, + STATE(436), 1, + sym_listitem, + STATE(439), 1, + sym_normal_command, + STATE(1186), 1, + sym_pair, + ACTIONS(353), 2, + anon_sym_true, + anon_sym_false, + STATE(509), 2, + sym_list, + sym_expression_statement, + STATE(518), 2, + sym_bool, + sym__logic_unit, + STATE(1235), 2, + sym_variableunit, + sym_var_unit, + [3750] = 2, + ACTIONS(304), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -7430,7 +7625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(244), 14, + ACTIONS(302), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -7445,55 +7640,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [3520] = 19, + [3778] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(320), 1, + ACTIONS(376), 1, anon_sym_LPAREN, - ACTIONS(324), 1, + ACTIONS(380), 1, anon_sym_SQUOTE, - ACTIONS(326), 1, + ACTIONS(382), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(328), 1, + ACTIONS(384), 1, anon_sym_LBRACE, - ACTIONS(330), 1, + ACTIONS(386), 1, anon_sym_LBRACK, - ACTIONS(332), 1, + ACTIONS(388), 1, sym_identifier, - ACTIONS(334), 1, + ACTIONS(390), 1, sym_number, - ACTIONS(336), 1, + ACTIONS(392), 1, anon_sym_not, - STATE(96), 1, - sym_string, - STATE(120), 1, + STATE(123), 1, sym_normal_command, - STATE(274), 1, + STATE(124), 1, + sym_string, + STATE(269), 1, sym_listitem, - STATE(336), 1, + STATE(324), 1, aux_sym_var_unit_repeat1, - STATE(363), 1, + STATE(359), 1, sym__logic_unit, - STATE(422), 1, + STATE(423), 1, sym_bool, - STATE(819), 1, + STATE(808), 1, sym_var_unit, - ACTIONS(322), 2, + ACTIONS(378), 2, anon_sym_true, anon_sym_false, - STATE(197), 2, + STATE(203), 2, sym_list, sym_expression_statement, - STATE(938), 3, + STATE(934), 3, sym_dictionaries, sym_variableunit, sym_ternaryoperator, - [3582] = 4, + [3840] = 2, + ACTIONS(296), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + ACTIONS(294), 14, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [3868] = 4, ACTIONS(35), 1, anon_sym_DOT, - STATE(36), 1, + STATE(24), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 7, + ACTIONS(55), 7, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, anon_sym_EQ_EQ, @@ -7501,7 +7722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(95), 14, + ACTIONS(57), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -7516,29 +7737,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [3614] = 6, + [3900] = 4, ACTIONS(35), 1, anon_sym_DOT, - STATE(23), 1, + STATE(25), 1, aux_sym_expression_statement_repeat1, - ACTIONS(341), 2, + ACTIONS(55), 7, anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(93), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, + sym_comment, + ACTIONS(57), 14, + anon_sym_SQUOTE, + sym_identifier, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - ACTIONS(338), 9, - anon_sym_SQUOTE, - sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_elif, @@ -7546,8 +7765,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [3650] = 2, - ACTIONS(313), 9, + [3932] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -7557,7 +7776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(311), 14, + ACTIONS(294), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -7572,102 +7791,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [3678] = 19, + [3960] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(125), 1, + ACTIONS(122), 1, sym_identifier, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, - ACTIONS(344), 1, + ACTIONS(394), 1, anon_sym_RBRACE, - STATE(91), 1, + STATE(74), 1, aux_sym_dictionaries_repeat1, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(333), 1, + STATE(320), 1, sym_string, - STATE(437), 1, - sym_normal_command, - STATE(449), 1, + STATE(436), 1, sym_listitem, - STATE(1130), 1, + STATE(439), 1, + sym_normal_command, + STATE(1152), 1, sym_pair, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(520), 2, + STATE(509), 2, sym_list, sym_expression_statement, - STATE(1178), 2, - sym_variableunit, - sym_var_unit, - [3740] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(346), 1, - anon_sym_RBRACE, - STATE(92), 1, - aux_sym_dictionaries_repeat1, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(437), 1, - sym_normal_command, - STATE(449), 1, - sym_listitem, - STATE(1105), 1, - sym_pair, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(517), 2, + STATE(518), 2, sym_bool, sym__logic_unit, - STATE(520), 2, - sym_list, - sym_expression_statement, - STATE(1178), 2, + STATE(1235), 2, sym_variableunit, sym_var_unit, - [3802] = 6, - ACTIONS(185), 1, - anon_sym_LPAREN, - ACTIONS(260), 1, - anon_sym_DOT, - ACTIONS(348), 1, - anon_sym_LBRACK, - STATE(128), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(39), 9, + [4022] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -7677,7 +7845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(37), 10, + ACTIONS(294), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -7687,179 +7855,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - [3838] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(350), 1, - anon_sym_RBRACE, - STATE(87), 1, - aux_sym_dictionaries_repeat1, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(437), 1, - sym_normal_command, - STATE(449), 1, - sym_listitem, - STATE(1141), 1, - sym_pair, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(520), 2, - sym_list, - sym_expression_statement, - STATE(1178), 2, - sym_variableunit, - sym_var_unit, - [3900] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(352), 1, - anon_sym_LPAREN, - ACTIONS(358), 1, - anon_sym_SQUOTE, - ACTIONS(361), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(364), 1, - anon_sym_RBRACE, - ACTIONS(366), 1, - anon_sym_LBRACK, - ACTIONS(369), 1, - sym_identifier, - ACTIONS(372), 1, - sym_number, - ACTIONS(375), 1, - anon_sym_not, - STATE(91), 1, - aux_sym_dictionaries_repeat1, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(437), 1, - sym_normal_command, - STATE(449), 1, - sym_listitem, - STATE(1175), 1, - sym_pair, - ACTIONS(355), 2, - anon_sym_true, - anon_sym_false, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(520), 2, - sym_list, - sym_expression_statement, - STATE(1178), 2, - sym_variableunit, - sym_var_unit, - [3962] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(125), 1, - sym_identifier, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(378), 1, - anon_sym_RBRACE, - STATE(91), 1, - aux_sym_dictionaries_repeat1, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(333), 1, - sym_string, - STATE(437), 1, - sym_normal_command, - STATE(449), 1, - sym_listitem, - STATE(1090), 1, - sym_pair, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(517), 2, - sym_bool, - sym__logic_unit, - STATE(520), 2, - sym_list, - sym_expression_statement, - STATE(1178), 2, - sym_variableunit, - sym_var_unit, - [4024] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(380), 1, + sym_keyword_break, + sym_keyword_continue, + [4050] = 6, + ACTIONS(209), 1, anon_sym_LPAREN, - ACTIONS(384), 1, - anon_sym_SQUOTE, - ACTIONS(386), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(388), 1, - anon_sym_LBRACE, - ACTIONS(390), 1, - anon_sym_LBRACK, - ACTIONS(392), 1, - sym_identifier, - ACTIONS(394), 1, - sym_number, + ACTIONS(269), 1, + anon_sym_DOT, ACTIONS(396), 1, - anon_sym_not, - STATE(100), 1, - sym_string, - STATE(107), 1, - sym_normal_command, - STATE(219), 1, - sym_listitem, - STATE(317), 1, - aux_sym_var_unit_repeat1, - STATE(362), 1, - sym_bool, - STATE(425), 1, - sym__logic_unit, - STATE(836), 1, - sym_var_unit, - ACTIONS(382), 2, - anon_sym_true, - anon_sym_false, - STATE(210), 2, - sym_list, - sym_expression_statement, - STATE(931), 3, - sym_dictionaries, - sym_variableunit, - sym_ternaryoperator, + anon_sym_LBRACK, + STATE(102), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(37), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + ACTIONS(39), 10, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, [4086] = 19, ACTIONS(3), 1, sym_comment, @@ -7879,36 +7909,36 @@ static const uint16_t ts_small_parse_table[] = { sym_number, ACTIONS(414), 1, anon_sym_not, - STATE(114), 1, - sym_string, - STATE(118), 1, + STATE(96), 1, sym_normal_command, - STATE(253), 1, + STATE(97), 1, + sym_string, + STATE(224), 1, sym_listitem, - STATE(322), 1, + STATE(315), 1, aux_sym_var_unit_repeat1, - STATE(359), 1, + STATE(355), 1, sym__logic_unit, - STATE(391), 1, + STATE(373), 1, sym_bool, - STATE(848), 1, + STATE(813), 1, sym_var_unit, ACTIONS(400), 2, anon_sym_true, anon_sym_false, - STATE(216), 2, + STATE(198), 2, sym_list, sym_expression_statement, - STATE(885), 3, + STATE(920), 3, sym_dictionaries, sym_variableunit, sym_ternaryoperator, [4148] = 4, ACTIONS(416), 1, anon_sym_DOT, - STATE(105), 1, + STATE(95), 1, aux_sym_expression_statement_repeat1, - ACTIONS(78), 9, + ACTIONS(59), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -7918,8 +7948,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(80), 11, - ts_builtin_sym_end, + anon_sym_endforeach, + ACTIONS(61), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -7931,71 +7961,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, sym_comment, [4179] = 8, - ACTIONS(230), 1, + ACTIONS(199), 1, anon_sym_DOT, - STATE(142), 1, + STATE(165), 1, aux_sym_expression_statement_repeat1, - STATE(694), 1, + STATE(733), 1, aux_sym_variableunit_repeat1, - ACTIONS(100), 2, + ACTIONS(70), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(228), 2, + ACTIONS(197), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 5, + ACTIONS(55), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, + ACTIONS(57), 5, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - ACTIONS(97), 5, + ACTIONS(66), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [4218] = 4, - ACTIONS(419), 1, + [4218] = 8, + ACTIONS(199), 1, anon_sym_DOT, - STATE(105), 1, + STATE(166), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 9, + STATE(734), 1, + aux_sym_variableunit_repeat1, + ACTIONS(52), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(197), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(49), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 11, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, + anon_sym_endforeach, + ACTIONS(55), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - [4249] = 5, - ACTIONS(422), 1, + ACTIONS(57), 5, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [4257] = 5, + ACTIONS(419), 1, anon_sym_LBRACK, - ACTIONS(425), 1, + ACTIONS(421), 1, anon_sym_DOT, - STATE(95), 1, + STATE(103), 1, aux_sym_expression_statement_repeat1, - ACTIONS(61), 9, + ACTIONS(97), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8005,7 +8039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(63), 10, + ACTIONS(99), 10, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, @@ -8016,14 +8050,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [4282] = 5, - ACTIONS(428), 1, + [4290] = 5, + ACTIONS(424), 1, anon_sym_LBRACK, - ACTIONS(431), 1, + ACTIONS(426), 1, anon_sym_DOT, - STATE(111), 1, + STATE(100), 1, aux_sym_expression_statement_repeat1, - ACTIONS(49), 9, + ACTIONS(74), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8033,7 +8067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(51), 10, + ACTIONS(76), 10, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, @@ -8044,43 +8078,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [4315] = 8, - ACTIONS(191), 1, - anon_sym_DOT, - STATE(152), 1, - aux_sym_expression_statement_repeat1, - STATE(704), 1, - aux_sym_variableunit_repeat1, - ACTIONS(100), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(189), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(93), 5, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(95), 5, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - ACTIONS(97), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [4354] = 4, - ACTIONS(419), 1, + [4323] = 4, + ACTIONS(429), 1, anon_sym_DOT, - STATE(105), 1, + STATE(125), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 9, + ACTIONS(83), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8090,7 +8093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 11, + ACTIONS(85), 11, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, @@ -8102,40 +8105,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [4385] = 5, - ACTIONS(434), 1, - anon_sym_LBRACK, - ACTIONS(436), 1, - anon_sym_DOT, - STATE(121), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(63), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, + [4354] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(61), 10, + ACTIONS(7), 1, anon_sym_SQUOTE, - sym_identifier, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(126), 1, anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [4418] = 4, - ACTIONS(439), 1, + ACTIONS(432), 1, + sym_identifier, + ACTIONS(434), 1, + sym_number, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(332), 1, + sym_normal_command, + STATE(333), 1, + sym_string, + STATE(436), 1, + sym_listitem, + STATE(518), 1, + sym__logic_unit, + STATE(534), 1, + sym_bool, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(452), 2, + sym_list, + sym_expression_statement, + STATE(1073), 3, + sym_dictionaries, + sym_variableunit, + sym_var_unit, + [4413] = 4, + ACTIONS(429), 1, anon_sym_DOT, - STATE(103), 1, + STATE(125), 1, aux_sym_expression_statement_repeat1, - ACTIONS(105), 10, + ACTIONS(83), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8143,10 +8159,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(107), 10, + ACTIONS(85), 11, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -8157,40 +8173,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [4449] = 5, - ACTIONS(442), 1, - anon_sym_LBRACK, - ACTIONS(444), 1, - anon_sym_DOT, - STATE(127), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(51), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - ACTIONS(49), 10, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [4482] = 4, - ACTIONS(447), 1, + [4444] = 4, + ACTIONS(436), 1, anon_sym_DOT, - STATE(105), 1, + STATE(125), 1, aux_sym_expression_statement_repeat1, - ACTIONS(105), 9, + ACTIONS(90), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8200,7 +8188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(107), 11, + ACTIONS(92), 11, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, @@ -8212,12 +8200,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [4513] = 4, - ACTIONS(450), 1, + [4475] = 4, + ACTIONS(429), 1, anon_sym_DOT, - STATE(106), 1, + STATE(125), 1, aux_sym_expression_statement_repeat1, - ACTIONS(105), 10, + ACTIONS(83), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8227,8 +8215,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(107), 10, + ACTIONS(85), 11, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -8239,43 +8227,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [4544] = 8, - ACTIONS(191), 1, + [4506] = 5, + ACTIONS(421), 1, anon_sym_DOT, - STATE(153), 1, + ACTIONS(439), 1, + anon_sym_LBRACK, + STATE(103), 1, aux_sym_expression_statement_repeat1, - STATE(740), 1, - aux_sym_variableunit_repeat1, - ACTIONS(89), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(189), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(85), 5, + ACTIONS(97), 9, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(93), 5, + ACTIONS(99), 10, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [4583] = 4, - ACTIONS(453), 1, + sym_comment, + [4539] = 5, + ACTIONS(426), 1, anon_sym_DOT, - STATE(106), 1, + ACTIONS(442), 1, + anon_sym_LBRACK, + STATE(100), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 10, + ACTIONS(74), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8285,10 +8272,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(73), 10, + ACTIONS(76), 10, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -8297,14 +8283,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [4614] = 5, - ACTIONS(456), 1, + [4572] = 5, + ACTIONS(445), 1, anon_sym_LBRACK, - ACTIONS(458), 1, + ACTIONS(447), 1, anon_sym_DOT, - STATE(116), 1, + STATE(113), 1, aux_sym_expression_statement_repeat1, - ACTIONS(63), 9, + ACTIONS(99), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -8314,7 +8300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(61), 10, + ACTIONS(97), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8322,43 +8308,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [4647] = 5, - ACTIONS(461), 1, + [4605] = 5, + ACTIONS(450), 1, anon_sym_LBRACK, - ACTIONS(464), 1, + ACTIONS(452), 1, anon_sym_DOT, - STATE(108), 1, + STATE(128), 1, aux_sym_expression_statement_repeat1, - ACTIONS(51), 9, + ACTIONS(76), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - ACTIONS(49), 10, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [4680] = 4, - ACTIONS(419), 1, - anon_sym_DOT, - STATE(105), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(71), 9, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + ACTIONS(74), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8366,12 +8336,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 11, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [4638] = 5, + ACTIONS(455), 1, anon_sym_LBRACK, + ACTIONS(457), 1, + anon_sym_DOT, + STATE(118), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(99), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -8380,55 +8356,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [4711] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, + ACTIONS(97), 10, anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(467), 1, sym_identifier, - ACTIONS(469), 1, - sym_number, - STATE(316), 1, - sym_string, - STATE(327), 1, - sym_normal_command, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(449), 1, - sym_listitem, - STATE(517), 1, - sym__logic_unit, - STATE(540), 1, - sym_bool, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(439), 2, - sym_list, - sym_expression_statement, - STATE(1044), 3, - sym_dictionaries, - sym_variableunit, - sym_var_unit, - [4770] = 5, - ACTIONS(458), 1, - anon_sym_DOT, - ACTIONS(471), 1, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [4671] = 5, + ACTIONS(460), 1, anon_sym_LBRACK, - STATE(116), 1, + ACTIONS(462), 1, + anon_sym_DOT, + STATE(122), 1, aux_sym_expression_statement_repeat1, - ACTIONS(63), 9, + ACTIONS(76), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -8438,7 +8384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(61), 10, + ACTIONS(74), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8449,43 +8395,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [4803] = 8, - ACTIONS(238), 1, + [4704] = 8, + ACTIONS(191), 1, anon_sym_DOT, - STATE(187), 1, + STATE(157), 1, aux_sym_expression_statement_repeat1, - STATE(733), 1, + STATE(713), 1, aux_sym_variableunit_repeat1, - ACTIONS(236), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(100), 3, - ts_builtin_sym_end, + ACTIONS(52), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(97), 4, + ACTIONS(189), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(49), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(93), 5, + ACTIONS(55), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, + ACTIONS(57), 5, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - [4842] = 4, - ACTIONS(453), 1, + [4743] = 4, + ACTIONS(465), 1, anon_sym_DOT, - STATE(106), 1, + STATE(126), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 10, + ACTIONS(83), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8493,10 +8439,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(73), 10, + ACTIONS(85), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -8507,12 +8453,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [4873] = 4, - ACTIONS(474), 1, + [4774] = 4, + ACTIONS(468), 1, anon_sym_DOT, - STATE(106), 1, + STATE(126), 1, aux_sym_expression_statement_repeat1, - ACTIONS(78), 10, + ACTIONS(90), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8520,10 +8466,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(80), 10, + ACTIONS(92), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -8534,12 +8480,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [4904] = 4, - ACTIONS(453), 1, + [4805] = 4, + ACTIONS(465), 1, anon_sym_DOT, - STATE(106), 1, + STATE(126), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 10, + ACTIONS(83), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8547,10 +8493,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(73), 10, + ACTIONS(85), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -8561,45 +8507,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [4935] = 8, - ACTIONS(238), 1, + [4836] = 5, + ACTIONS(447), 1, anon_sym_DOT, - STATE(185), 1, + ACTIONS(471), 1, + anon_sym_LBRACK, + STATE(113), 1, aux_sym_expression_statement_repeat1, - STATE(748), 1, - aux_sym_variableunit_repeat1, - ACTIONS(236), 2, + ACTIONS(99), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(89), 3, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(85), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(93), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, + sym_comment, + ACTIONS(97), 10, + anon_sym_SQUOTE, + sym_identifier, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - [4974] = 5, - ACTIONS(464), 1, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [4869] = 5, + ACTIONS(452), 1, anon_sym_DOT, - ACTIONS(477), 1, + ACTIONS(474), 1, anon_sym_LBRACK, - STATE(108), 1, + STATE(128), 1, aux_sym_expression_statement_repeat1, - ACTIONS(51), 9, + ACTIONS(76), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -8609,7 +8552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(49), 10, + ACTIONS(74), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8617,46 +8560,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [5007] = 8, - ACTIONS(230), 1, + [4902] = 4, + ACTIONS(477), 1, anon_sym_DOT, - STATE(143), 1, + STATE(95), 1, aux_sym_expression_statement_repeat1, - STATE(679), 1, - aux_sym_variableunit_repeat1, - ACTIONS(89), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(228), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(85), 5, + ACTIONS(83), 10, anon_sym_SQUOTE, sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - ACTIONS(93), 5, + ACTIONS(85), 10, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, + sym_comment, + [4933] = 4, + ACTIONS(480), 1, + anon_sym_DOT, + STATE(95), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(90), 10, + anon_sym_SQUOTE, + sym_identifier, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - [5046] = 4, - ACTIONS(479), 1, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + ACTIONS(92), 10, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + [4964] = 4, + ACTIONS(477), 1, anon_sym_DOT, - STATE(103), 1, + STATE(95), 1, aux_sym_expression_statement_repeat1, - ACTIONS(78), 10, + ACTIONS(83), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8664,10 +8630,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(80), 10, + anon_sym_endforeach, + ACTIONS(85), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -8678,14 +8644,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [5077] = 5, - ACTIONS(444), 1, + [4995] = 5, + ACTIONS(457), 1, anon_sym_DOT, - ACTIONS(482), 1, + ACTIONS(483), 1, anon_sym_LBRACK, - STATE(127), 1, + STATE(118), 1, aux_sym_expression_statement_repeat1, - ACTIONS(51), 9, + ACTIONS(99), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -8695,7 +8661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(49), 10, + ACTIONS(97), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8703,17 +8669,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [5110] = 5, - ACTIONS(436), 1, + anon_sym_endforeach, + [5028] = 5, + ACTIONS(462), 1, anon_sym_DOT, - ACTIONS(485), 1, + ACTIONS(486), 1, anon_sym_LBRACK, - STATE(121), 1, + STATE(122), 1, aux_sym_expression_statement_repeat1, - ACTIONS(63), 9, + ACTIONS(76), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -8723,7 +8689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(61), 10, + ACTIONS(74), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8731,17 +8697,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [5143] = 5, - ACTIONS(431), 1, + anon_sym_endforeach, + [5061] = 4, + ACTIONS(477), 1, anon_sym_DOT, - ACTIONS(488), 1, - anon_sym_LBRACK, - STATE(111), 1, + STATE(95), 1, aux_sym_expression_statement_repeat1, - ACTIONS(49), 9, + ACTIONS(83), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8751,9 +8715,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(51), 10, - ts_builtin_sym_end, + anon_sym_endforeach, + ACTIONS(85), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -8762,41 +8727,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [5176] = 4, - ACTIONS(490), 1, + [5092] = 8, + ACTIONS(215), 1, anon_sym_DOT, - STATE(103), 1, + STATE(159), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 10, + STATE(703), 1, + aux_sym_variableunit_repeat1, + ACTIONS(213), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(70), 3, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(66), 4, anon_sym_SQUOTE, sym_identifier, + anon_sym_if, + anon_sym_foreach, + ACTIONS(55), 5, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(57), 5, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - ACTIONS(73), 10, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, + [5131] = 8, + ACTIONS(215), 1, + anon_sym_DOT, + STATE(190), 1, + aux_sym_expression_statement_repeat1, + STATE(706), 1, + aux_sym_variableunit_repeat1, + ACTIONS(213), 2, anon_sym_SLASH, anon_sym_PLUS, + ACTIONS(52), 3, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(49), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + ACTIONS(55), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - [5207] = 5, - ACTIONS(425), 1, + ACTIONS(57), 5, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [5170] = 4, + ACTIONS(489), 1, anon_sym_DOT, - ACTIONS(493), 1, - anon_sym_LBRACK, - STATE(95), 1, + STATE(125), 1, aux_sym_expression_statement_repeat1, - ACTIONS(61), 9, + ACTIONS(59), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8806,9 +8804,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(63), 10, + ACTIONS(61), 11, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -8817,12 +8816,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [5240] = 4, - ACTIONS(490), 1, + [5201] = 4, + ACTIONS(492), 1, anon_sym_DOT, - STATE(103), 1, + STATE(126), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 10, + ACTIONS(59), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8833,7 +8832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 10, + ACTIONS(61), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -8844,12 +8843,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, + [5232] = 8, + ACTIONS(191), 1, + anon_sym_DOT, + STATE(156), 1, + aux_sym_expression_statement_repeat1, + STATE(714), 1, + aux_sym_variableunit_repeat1, + ACTIONS(70), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(189), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(55), 5, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(57), 5, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + ACTIONS(66), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, [5271] = 4, - ACTIONS(490), 1, + ACTIONS(465), 1, anon_sym_DOT, - STATE(103), 1, + STATE(126), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 10, + ACTIONS(83), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8860,7 +8890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 10, + ACTIONS(85), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -8871,8 +8901,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [5302] = 2, - ACTIONS(161), 10, + [5302] = 6, + ACTIONS(185), 1, + anon_sym_LPAREN, + ACTIONS(187), 1, + anon_sym_LBRACK, + ACTIONS(191), 1, + anon_sym_DOT, + STATE(155), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(31), 7, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + ACTIONS(33), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [5336] = 2, + ACTIONS(154), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8880,10 +8938,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(163), 11, + ACTIONS(156), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -8895,59 +8953,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [5328] = 12, - ACTIONS(7), 1, + [5362] = 11, + ACTIONS(495), 1, anon_sym_SQUOTE, - ACTIONS(9), 1, + ACTIONS(498), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(13), 1, - anon_sym_if, - ACTIONS(495), 1, + ACTIONS(501), 1, sym_identifier, - ACTIONS(499), 1, + ACTIONS(506), 1, + anon_sym_if, + ACTIONS(509), 1, anon_sym_foreach, - ACTIONS(503), 1, + ACTIONS(512), 1, sym_comment, - STATE(527), 1, + STATE(538), 1, sym_normal_command, - STATE(872), 1, + STATE(945), 1, sym_if_command, - ACTIONS(501), 2, - sym_keyword_break, - sym_keyword_continue, STATE(1081), 2, sym_string, sym_listitem, - ACTIONS(497), 3, + ACTIONS(504), 5, anon_sym_endif, anon_sym_elif, anon_sym_else, - STATE(181), 6, + sym_keyword_break, + sym_keyword_continue, + STATE(131), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [5374] = 6, - ACTIONS(232), 1, - anon_sym_LPAREN, - ACTIONS(234), 1, - anon_sym_LBRACK, - ACTIONS(238), 1, + [5406] = 4, + ACTIONS(515), 1, anon_sym_DOT, - STATE(170), 1, + STATE(132), 1, aux_sym_expression_statement_repeat1, - ACTIONS(31), 8, - ts_builtin_sym_end, + ACTIONS(61), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(33), 9, + ACTIONS(59), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8955,10 +9009,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - [5408] = 2, - ACTIONS(171), 10, + [5436] = 2, + ACTIONS(175), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -8966,10 +9021,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(173), 11, + ACTIONS(144), 12, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -8981,23 +9036,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [5434] = 2, - ACTIONS(507), 7, + [5462] = 4, + ACTIONS(291), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(55), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - ACTIONS(505), 14, - anon_sym_SQUOTE, - sym_identifier, + ACTIONS(57), 5, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, + ACTIONS(288), 9, + anon_sym_SQUOTE, + sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_elif, @@ -9005,10 +9062,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [5460] = 3, - ACTIONS(157), 1, - anon_sym_LBRACK, - ACTIONS(141), 10, + [5492] = 2, + ACTIONS(175), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9019,8 +9074,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - ACTIONS(144), 10, + ACTIONS(144), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9030,13 +9086,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [5488] = 4, - ACTIONS(509), 1, - anon_sym_DOT, - STATE(135), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(107), 9, + [5518] = 2, + ACTIONS(181), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + ACTIONS(183), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9044,8 +9108,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_DOT, sym_comment, - ACTIONS(105), 10, + [5544] = 2, + ACTIONS(130), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9056,10 +9122,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - [5518] = 3, - ACTIONS(456), 1, + ACTIONS(132), 11, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, - ACTIONS(61), 10, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_DOT, + sym_comment, + [5570] = 2, + ACTIONS(134), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9067,11 +9143,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(63), 10, + ACTIONS(136), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9081,8 +9158,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [5546] = 2, - ACTIONS(161), 10, + [5596] = 2, + ACTIONS(146), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9093,7 +9170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(163), 11, + ACTIONS(148), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -9105,10 +9182,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [5572] = 3, - ACTIONS(485), 1, - anon_sym_LBRACK, - ACTIONS(61), 10, + [5622] = 2, + ACTIONS(150), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9119,8 +9194,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(63), 10, + ACTIONS(152), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9130,8 +9206,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [5600] = 2, - ACTIONS(151), 10, + [5648] = 2, + ACTIONS(154), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9139,10 +9215,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(153), 11, + anon_sym_endforeach, + ACTIONS(156), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -9154,8 +9230,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [5626] = 2, - ACTIONS(141), 10, + [5674] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(37), 1, + anon_sym_GT, + ACTIONS(518), 1, + anon_sym_LPAREN, + ACTIONS(520), 1, + anon_sym_LBRACK, + ACTIONS(523), 1, + anon_sym_DOT, + STATE(213), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(39), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [5710] = 4, + ACTIONS(526), 1, + anon_sym_DOT, + STATE(143), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(61), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + ACTIONS(59), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9163,10 +9282,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(144), 11, + anon_sym_endforeach, + [5740] = 2, + ACTIONS(165), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + ACTIONS(167), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -9178,10 +9309,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [5652] = 3, - ACTIONS(471), 1, - anon_sym_LBRACK, - ACTIONS(61), 10, + [5766] = 2, + ACTIONS(130), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9192,8 +9321,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - ACTIONS(63), 10, + ACTIONS(132), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9203,13 +9333,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [5680] = 4, - ACTIONS(230), 1, - anon_sym_DOT, - STATE(171), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(73), 9, + [5792] = 2, + ACTIONS(134), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + ACTIONS(136), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9217,8 +9355,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_DOT, sym_comment, - ACTIONS(71), 10, + [5818] = 2, + ACTIONS(146), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9229,13 +9369,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [5710] = 4, - ACTIONS(230), 1, - anon_sym_DOT, - STATE(171), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(80), 9, + ACTIONS(148), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9243,8 +9379,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_DOT, sym_comment, - ACTIONS(78), 10, + [5844] = 2, + ACTIONS(150), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9255,13 +9393,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [5740] = 4, - ACTIONS(230), 1, + ACTIONS(152), 11, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, anon_sym_DOT, - STATE(171), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(73), 9, + sym_comment, + [5870] = 12, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(13), 1, + anon_sym_if, + ACTIONS(529), 1, + sym_identifier, + ACTIONS(533), 1, + anon_sym_foreach, + ACTIONS(537), 1, + sym_comment, + STATE(538), 1, + sym_normal_command, + STATE(945), 1, + sym_if_command, + ACTIONS(535), 2, + sym_keyword_break, + sym_keyword_continue, + STATE(1081), 2, + sym_string, + sym_listitem, + ACTIONS(531), 3, + anon_sym_endif, + anon_sym_elif, + anon_sym_else, + STATE(131), 6, + sym__unit, + sym_operatorunit, + sym_expression_statement, + sym_if_condition, + sym_foreach_command, + aux_sym_source_file_repeat1, + [5916] = 2, + ACTIONS(181), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + ACTIONS(183), 12, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9269,8 +9461,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_DOT, sym_comment, - ACTIONS(71), 10, + [5942] = 4, + ACTIONS(215), 1, + anon_sym_DOT, + STATE(167), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(83), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9280,11 +9478,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [5770] = 3, - ACTIONS(157), 1, + ACTIONS(85), 10, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + [5972] = 3, + ACTIONS(439), 1, anon_sym_LBRACK, - ACTIONS(141), 10, + ACTIONS(97), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9292,10 +9500,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(144), 10, + ACTIONS(99), 11, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -9306,12 +9514,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [5798] = 4, - ACTIONS(230), 1, + [6000] = 4, + ACTIONS(191), 1, anon_sym_DOT, - STATE(171), 1, + STATE(132), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 9, + ACTIONS(85), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -9321,7 +9529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(71), 10, + ACTIONS(83), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9329,13 +9537,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [5828] = 3, - ACTIONS(434), 1, - anon_sym_LBRACK, - ACTIONS(61), 10, + [6030] = 2, + ACTIONS(138), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9343,11 +9549,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(63), 10, + ACTIONS(141), 12, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9356,38 +9563,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_DOT, - sym_comment, - [5856] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(37), 1, - anon_sym_GT, - ACTIONS(512), 1, - anon_sym_LPAREN, - ACTIONS(514), 1, - anon_sym_LBRACK, - ACTIONS(516), 1, - anon_sym_DOT, - STATE(200), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(39), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, + sym_comment, + [6056] = 4, + ACTIONS(191), 1, + anon_sym_DOT, + STATE(132), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(85), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_not, + anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [5892] = 2, - ACTIONS(141), 10, + sym_comment, + ACTIONS(83), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9395,12 +9587,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(144), 11, + [6086] = 4, + ACTIONS(191), 1, + anon_sym_DOT, + STATE(132), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(92), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9408,10 +9604,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - [5918] = 2, - ACTIONS(155), 10, + ACTIONS(90), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9422,9 +9616,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(157), 11, + [6116] = 4, + ACTIONS(191), 1, + anon_sym_DOT, + STATE(132), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(85), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9432,10 +9630,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - [5944] = 2, - ACTIONS(521), 7, + ACTIONS(83), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [6146] = 2, + ACTIONS(541), 7, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, anon_sym_EQ_EQ, @@ -9443,7 +9651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(519), 14, + ACTIONS(539), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9458,12 +9666,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [5970] = 4, - ACTIONS(191), 1, + [6172] = 4, + ACTIONS(215), 1, anon_sym_DOT, - STATE(135), 1, + STATE(167), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 9, + ACTIONS(90), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + ACTIONS(92), 10, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -9473,7 +9692,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(71), 10, + [6202] = 3, + ACTIONS(419), 1, + anon_sym_LBRACK, + ACTIONS(97), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9481,15 +9703,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [6000] = 4, - ACTIONS(191), 1, - anon_sym_DOT, - STATE(135), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(80), 9, + ACTIONS(99), 11, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -9498,8 +9715,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_DOT, sym_comment, - ACTIONS(78), 10, + [6230] = 3, + ACTIONS(445), 1, + anon_sym_LBRACK, + ACTIONS(97), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9510,12 +9731,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - [6030] = 4, - ACTIONS(191), 1, + ACTIONS(99), 10, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_DOT, + sym_comment, + [6258] = 4, + ACTIONS(199), 1, anon_sym_DOT, - STATE(135), 1, + STATE(143), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 9, + ACTIONS(85), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -9525,7 +9757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(71), 10, + ACTIONS(83), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9533,11 +9765,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [6060] = 2, - ACTIONS(141), 9, + anon_sym_endforeach, + [6288] = 3, + ACTIONS(144), 1, + anon_sym_LBRACK, + ACTIONS(138), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9545,12 +9779,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(144), 12, - ts_builtin_sym_end, + ACTIONS(141), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9560,12 +9793,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [6086] = 4, - ACTIONS(191), 1, + [6316] = 4, + ACTIONS(199), 1, anon_sym_DOT, - STATE(135), 1, + STATE(143), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 9, + ACTIONS(85), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -9575,7 +9808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(71), 10, + ACTIONS(83), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9583,13 +9816,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [6116] = 3, - ACTIONS(422), 1, - anon_sym_LBRACK, - ACTIONS(61), 9, + anon_sym_endforeach, + [6346] = 4, + ACTIONS(199), 1, + anon_sym_DOT, + STATE(143), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(92), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + ACTIONS(90), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9599,8 +9844,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(63), 11, - ts_builtin_sym_end, + anon_sym_endforeach, + [6376] = 4, + ACTIONS(199), 1, + anon_sym_DOT, + STATE(143), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(85), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -9609,10 +9859,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - [6144] = 2, - ACTIONS(155), 9, + ACTIONS(83), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9622,10 +9870,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(157), 12, + anon_sym_endforeach, + [6406] = 4, + ACTIONS(543), 1, + anon_sym_DOT, + STATE(167), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(59), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + ACTIONS(61), 10, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9633,44 +9896,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - [6170] = 12, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(13), 1, - anon_sym_if, - ACTIONS(495), 1, - sym_identifier, - ACTIONS(499), 1, - anon_sym_foreach, - ACTIONS(527), 1, - sym_comment, - STATE(527), 1, - sym_normal_command, - STATE(872), 1, - sym_if_command, - ACTIONS(525), 2, - sym_keyword_break, - sym_keyword_continue, - STATE(1081), 2, - sym_string, - sym_listitem, - ACTIONS(523), 3, - anon_sym_endif, - anon_sym_elif, - anon_sym_else, - STATE(176), 6, - sym__unit, - sym_operatorunit, - sym_expression_statement, - sym_if_condition, - sym_foreach_command, - aux_sym_source_file_repeat1, - [6216] = 2, - ACTIONS(151), 9, + [6436] = 2, + ACTIONS(165), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9680,7 +9908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(153), 12, + ACTIONS(167), 12, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, @@ -9693,96 +9921,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [6242] = 11, - ACTIONS(533), 1, + [6462] = 3, + ACTIONS(455), 1, + anon_sym_LBRACK, + ACTIONS(97), 10, + anon_sym_SQUOTE, + sym_identifier, anon_sym_not, - ACTIONS(535), 1, - anon_sym_EQ_EQ, - ACTIONS(537), 1, - anon_sym_BANG_EQ, - ACTIONS(539), 1, - anon_sym_GT_EQ, - ACTIONS(541), 1, anon_sym_GT, - ACTIONS(543), 1, - anon_sym_LT, - ACTIONS(545), 1, anon_sym_and, - ACTIONS(547), 1, anon_sym_or, - ACTIONS(549), 1, anon_sym_in, - ACTIONS(531), 3, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + ACTIONS(99), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_DOT, sym_comment, - ACTIONS(529), 9, + [6490] = 3, + ACTIONS(144), 1, + anon_sym_LBRACK, + ACTIONS(138), 10, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [6286] = 11, - ACTIONS(555), 1, anon_sym_not, - ACTIONS(557), 1, - anon_sym_EQ_EQ, - ACTIONS(559), 1, - anon_sym_BANG_EQ, - ACTIONS(561), 1, - anon_sym_GT_EQ, - ACTIONS(563), 1, anon_sym_GT, - ACTIONS(565), 1, - anon_sym_LT, - ACTIONS(567), 1, anon_sym_and, - ACTIONS(569), 1, anon_sym_or, - ACTIONS(571), 1, anon_sym_in, - ACTIONS(553), 3, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + ACTIONS(141), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_DOT, sym_comment, - ACTIONS(551), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [6330] = 11, - ACTIONS(555), 1, + [6518] = 11, + ACTIONS(550), 1, anon_sym_not, - ACTIONS(557), 1, + ACTIONS(552), 1, anon_sym_EQ_EQ, - ACTIONS(559), 1, + ACTIONS(554), 1, anon_sym_BANG_EQ, - ACTIONS(561), 1, + ACTIONS(556), 1, anon_sym_GT_EQ, - ACTIONS(563), 1, + ACTIONS(558), 1, anon_sym_GT, - ACTIONS(565), 1, + ACTIONS(560), 1, anon_sym_LT, - ACTIONS(567), 1, + ACTIONS(562), 1, anon_sym_and, - ACTIONS(569), 1, + ACTIONS(564), 1, anon_sym_or, - ACTIONS(571), 1, + ACTIONS(566), 1, anon_sym_in, - ACTIONS(575), 3, + ACTIONS(548), 3, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, sym_comment, - ACTIONS(573), 9, + ACTIONS(546), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -9792,8 +10004,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [6374] = 2, - ACTIONS(177), 10, + [6562] = 2, + ACTIONS(130), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9803,8 +10015,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(179), 11, + ACTIONS(132), 12, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -9816,8 +10028,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [6400] = 2, - ACTIONS(181), 10, + [6588] = 2, + ACTIONS(134), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9827,8 +10039,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(183), 11, + ACTIONS(136), 12, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -9840,12 +10052,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [6426] = 4, - ACTIONS(238), 1, - anon_sym_DOT, - STATE(195), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(71), 9, + [6614] = 3, + ACTIONS(144), 1, + anon_sym_LBRACK, + ACTIONS(138), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9855,7 +10065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 10, + ACTIONS(141), 11, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, @@ -9865,42 +10075,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_DOT, sym_comment, - [6456] = 11, - ACTIONS(533), 1, + [6642] = 2, + ACTIONS(146), 9, + anon_sym_SQUOTE, + sym_identifier, anon_sym_not, - ACTIONS(535), 1, - anon_sym_EQ_EQ, - ACTIONS(537), 1, - anon_sym_BANG_EQ, - ACTIONS(539), 1, - anon_sym_GT_EQ, - ACTIONS(541), 1, anon_sym_GT, - ACTIONS(543), 1, - anon_sym_LT, - ACTIONS(545), 1, anon_sym_and, - ACTIONS(547), 1, anon_sym_or, - ACTIONS(549), 1, anon_sym_in, - ACTIONS(579), 3, + anon_sym_if, + anon_sym_foreach, + ACTIONS(148), 12, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_DOT, sym_comment, - ACTIONS(577), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [6500] = 2, - ACTIONS(131), 10, + [6668] = 2, + ACTIONS(150), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9910,8 +10112,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(133), 11, + ACTIONS(152), 12, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -9923,8 +10125,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [6526] = 2, - ACTIONS(147), 10, + [6694] = 3, + ACTIONS(471), 1, + anon_sym_LBRACK, + ACTIONS(97), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9932,12 +10136,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(149), 11, + ACTIONS(99), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9947,12 +10150,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [6552] = 4, - ACTIONS(238), 1, - anon_sym_DOT, - STATE(195), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(71), 9, + [6722] = 2, + ACTIONS(138), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9960,11 +10159,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 10, - ts_builtin_sym_end, + ACTIONS(141), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -9972,23 +10172,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_DOT, sym_comment, - [6582] = 4, - ACTIONS(581), 1, + [6748] = 6, + ACTIONS(193), 1, + anon_sym_LPAREN, + ACTIONS(195), 1, + anon_sym_LBRACK, + ACTIONS(199), 1, anon_sym_DOT, - STATE(171), 1, + STATE(164), 1, aux_sym_expression_statement_repeat1, - ACTIONS(107), 9, + ACTIONS(31), 7, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(105), 10, + ACTIONS(33), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -9999,16 +10202,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [6612] = 6, - ACTIONS(224), 1, - anon_sym_LPAREN, - ACTIONS(226), 1, - anon_sym_LBRACK, - ACTIONS(230), 1, - anon_sym_DOT, - STATE(144), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(31), 7, + [6782] = 2, + ACTIONS(570), 7, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, anon_sym_EQ_EQ, @@ -10016,7 +10211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(33), 10, + ACTIONS(568), 14, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10024,11 +10219,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - anon_sym_endforeach, - [6646] = 2, - ACTIONS(177), 9, + sym_keyword_break, + sym_keyword_continue, + [6808] = 2, + ACTIONS(175), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10036,10 +10235,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(179), 12, - ts_builtin_sym_end, + ACTIONS(144), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -10051,8 +10250,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [6672] = 2, - ACTIONS(181), 9, + [6834] = 3, + ACTIONS(483), 1, + anon_sym_LBRACK, + ACTIONS(97), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10062,10 +10263,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(183), 12, - ts_builtin_sym_end, + anon_sym_endforeach, + ACTIONS(99), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -10075,71 +10275,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [6698] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(37), 1, + [6862] = 2, + ACTIONS(181), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, anon_sym_GT, - ACTIONS(512), 1, - anon_sym_LPAREN, - ACTIONS(516), 1, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + ACTIONS(183), 11, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, anon_sym_DOT, - ACTIONS(584), 1, + sym_comment, + [6888] = 2, + ACTIONS(138), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + ACTIONS(141), 11, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, - STATE(200), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(39), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_DOT, + sym_comment, + [6914] = 11, + ACTIONS(576), 1, anon_sym_not, + ACTIONS(578), 1, anon_sym_EQ_EQ, + ACTIONS(580), 1, anon_sym_BANG_EQ, + ACTIONS(582), 1, anon_sym_GT_EQ, + ACTIONS(584), 1, + anon_sym_GT, + ACTIONS(586), 1, anon_sym_LT, + ACTIONS(588), 1, anon_sym_and, + ACTIONS(590), 1, anon_sym_or, + ACTIONS(592), 1, anon_sym_in, - [6734] = 12, + ACTIONS(574), 3, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_QMARK, + sym_comment, + ACTIONS(572), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [6958] = 12, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(13), 1, anon_sym_if, - ACTIONS(495), 1, + ACTIONS(529), 1, sym_identifier, - ACTIONS(499), 1, + ACTIONS(533), 1, anon_sym_foreach, - ACTIONS(591), 1, + ACTIONS(537), 1, sym_comment, - STATE(527), 1, + STATE(538), 1, sym_normal_command, - STATE(872), 1, + STATE(945), 1, sym_if_command, - ACTIONS(589), 2, + ACTIONS(596), 2, sym_keyword_break, sym_keyword_continue, STATE(1081), 2, sym_string, sym_listitem, - ACTIONS(587), 3, + ACTIONS(594), 3, anon_sym_endif, anon_sym_elif, anon_sym_else, - STATE(192), 6, + STATE(131), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [6780] = 2, - ACTIONS(171), 10, + [7004] = 4, + ACTIONS(215), 1, + anon_sym_DOT, + STATE(167), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(83), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10149,10 +10405,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(173), 11, + ACTIONS(85), 10, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -10160,34 +10415,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - [6806] = 2, - ACTIONS(155), 10, - anon_sym_SQUOTE, - sym_identifier, + [7034] = 11, + ACTIONS(550), 1, anon_sym_not, + ACTIONS(552), 1, + anon_sym_EQ_EQ, + ACTIONS(554), 1, + anon_sym_BANG_EQ, + ACTIONS(556), 1, + anon_sym_GT_EQ, + ACTIONS(558), 1, anon_sym_GT, + ACTIONS(560), 1, + anon_sym_LT, + ACTIONS(562), 1, anon_sym_and, + ACTIONS(564), 1, anon_sym_or, + ACTIONS(566), 1, anon_sym_in, + ACTIONS(600), 3, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_QMARK, + sym_comment, + ACTIONS(598), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(157), 11, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_keyword_break, + sym_keyword_continue, + [7078] = 6, + ACTIONS(209), 1, + anon_sym_LPAREN, + ACTIONS(211), 1, anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, + ACTIONS(215), 1, + anon_sym_DOT, + STATE(151), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(31), 8, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - [6832] = 2, - ACTIONS(151), 10, + ACTIONS(33), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10197,23 +10477,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(153), 11, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, + [7112] = 4, + ACTIONS(215), 1, anon_sym_DOT, - sym_comment, - [6858] = 3, - ACTIONS(157), 1, - anon_sym_LBRACK, - ACTIONS(141), 9, + STATE(167), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(83), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10223,7 +10492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(144), 11, + ACTIONS(85), 10, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, @@ -10233,44 +10502,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - [6886] = 12, + [7142] = 12, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(13), 1, anon_sym_if, - ACTIONS(495), 1, + ACTIONS(529), 1, + sym_identifier, + ACTIONS(533), 1, + anon_sym_foreach, + ACTIONS(606), 1, + sym_comment, + STATE(538), 1, + sym_normal_command, + STATE(945), 1, + sym_if_command, + ACTIONS(604), 2, + sym_keyword_break, + sym_keyword_continue, + STATE(1081), 2, + sym_string, + sym_listitem, + ACTIONS(602), 3, + anon_sym_endif, + anon_sym_elif, + anon_sym_else, + STATE(186), 6, + sym__unit, + sym_operatorunit, + sym_expression_statement, + sym_if_condition, + sym_foreach_command, + aux_sym_source_file_repeat1, + [7188] = 11, + ACTIONS(576), 1, + anon_sym_not, + ACTIONS(578), 1, + anon_sym_EQ_EQ, + ACTIONS(580), 1, + anon_sym_BANG_EQ, + ACTIONS(582), 1, + anon_sym_GT_EQ, + ACTIONS(584), 1, + anon_sym_GT, + ACTIONS(586), 1, + anon_sym_LT, + ACTIONS(588), 1, + anon_sym_and, + ACTIONS(590), 1, + anon_sym_or, + ACTIONS(592), 1, + anon_sym_in, + ACTIONS(610), 3, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_QMARK, + sym_comment, + ACTIONS(608), 9, + anon_sym_SQUOTE, sym_identifier, - ACTIONS(499), 1, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [7232] = 12, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(13), 1, + anon_sym_if, + ACTIONS(529), 1, + sym_identifier, + ACTIONS(533), 1, anon_sym_foreach, - ACTIONS(591), 1, + ACTIONS(616), 1, sym_comment, - STATE(527), 1, + STATE(538), 1, sym_normal_command, - STATE(872), 1, + STATE(945), 1, sym_if_command, - ACTIONS(595), 2, + ACTIONS(614), 2, sym_keyword_break, sym_keyword_continue, STATE(1081), 2, sym_string, sym_listitem, - ACTIONS(593), 3, + ACTIONS(612), 3, anon_sym_endif, anon_sym_elif, anon_sym_else, - STATE(192), 6, + STATE(149), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [6932] = 2, - ACTIONS(131), 9, + [7278] = 2, + ACTIONS(154), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10280,7 +10615,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(133), 12, + ACTIONS(156), 12, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, @@ -10293,8 +10628,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [6958] = 2, - ACTIONS(177), 10, + [7304] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(37), 1, + anon_sym_GT, + ACTIONS(518), 1, + anon_sym_LPAREN, + ACTIONS(523), 1, + anon_sym_DOT, + ACTIONS(618), 1, + anon_sym_LBRACK, + STATE(213), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(39), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [7340] = 2, + ACTIONS(165), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10305,7 +10669,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(179), 11, + ACTIONS(167), 11, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -10317,62 +10681,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [6984] = 6, - ACTIONS(185), 1, - anon_sym_LPAREN, - ACTIONS(187), 1, + [7366] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(97), 1, + anon_sym_GT, + ACTIONS(620), 1, anon_sym_LBRACK, - ACTIONS(191), 1, + ACTIONS(623), 1, anon_sym_DOT, - STATE(154), 1, + STATE(215), 1, aux_sym_expression_statement_repeat1, - ACTIONS(31), 7, + ACTIONS(99), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [7399] = 6, + STATE(695), 1, + aux_sym_variableunit_repeat1, + ACTIONS(70), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(197), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(55), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - ACTIONS(33), 10, - anon_sym_SQUOTE, - sym_identifier, + ACTIONS(57), 5, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [7018] = 4, - ACTIONS(238), 1, - anon_sym_DOT, - STATE(195), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(78), 9, + ACTIONS(66), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(80), 10, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - [7048] = 2, - ACTIONS(181), 10, + anon_sym_endforeach, + [7432] = 2, + ACTIONS(201), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10383,9 +10747,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(183), 11, + ACTIONS(203), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -10395,34 +10758,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [7074] = 4, - ACTIONS(238), 1, + [7457] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym_GT, + ACTIONS(518), 1, + anon_sym_LPAREN, + ACTIONS(630), 1, + anon_sym_LBRACK, + ACTIONS(634), 1, anon_sym_DOT, - STATE(195), 1, + STATE(279), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - ACTIONS(73), 10, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(757), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_QMARK, + ACTIONS(626), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(31), 8, + anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - [7104] = 2, - ACTIONS(131), 10, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [7498] = 2, + ACTIONS(201), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10430,12 +10798,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(133), 11, + anon_sym_endforeach, + ACTIONS(203), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -10445,8 +10812,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [7130] = 2, - ACTIONS(171), 9, + [7523] = 2, + ACTIONS(205), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10456,10 +10823,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(173), 12, - ts_builtin_sym_end, + anon_sym_endforeach, + ACTIONS(207), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -10469,34 +10835,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [7156] = 4, - ACTIONS(341), 2, + [7548] = 6, + STATE(712), 1, + aux_sym_variableunit_repeat1, + ACTIONS(213), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(70), 3, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(93), 5, + ACTIONS(66), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + ACTIONS(55), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, + ACTIONS(57), 5, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - ACTIONS(338), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [7186] = 2, - ACTIONS(147), 9, + [7581] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(74), 1, + anon_sym_GT, + ACTIONS(636), 1, + anon_sym_LBRACK, + ACTIONS(638), 1, + anon_sym_DOT, + STATE(210), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(76), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [7614] = 2, + ACTIONS(201), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10506,10 +10900,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(149), 12, + ACTIONS(203), 11, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -10519,41 +10912,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [7212] = 11, - ACTIONS(597), 1, - anon_sym_SQUOTE, - ACTIONS(600), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(603), 1, - sym_identifier, - ACTIONS(608), 1, - anon_sym_if, - ACTIONS(611), 1, - anon_sym_foreach, - ACTIONS(614), 1, - sym_comment, - STATE(527), 1, - sym_normal_command, - STATE(872), 1, - sym_if_command, - STATE(1081), 2, - sym_string, - sym_listitem, - ACTIONS(606), 5, - anon_sym_endif, - anon_sym_elif, - anon_sym_else, - sym_keyword_break, - sym_keyword_continue, - STATE(192), 6, - sym__unit, - sym_operatorunit, - sym_expression_statement, - sym_if_condition, - sym_foreach_command, - aux_sym_source_file_repeat1, - [7256] = 2, - ACTIONS(147), 10, + [7639] = 2, + ACTIONS(205), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10564,9 +10924,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(149), 11, + ACTIONS(207), 10, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_QMARK, @@ -10576,10 +10935,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [7282] = 3, - ACTIONS(493), 1, - anon_sym_LBRACK, - ACTIONS(61), 9, + [7664] = 2, + ACTIONS(205), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10589,7 +10946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(63), 11, + ACTIONS(207), 11, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, @@ -10601,104 +10958,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, sym_comment, - [7310] = 4, - ACTIONS(617), 1, + [7689] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(59), 1, + anon_sym_GT, + ACTIONS(641), 1, anon_sym_DOT, - STATE(195), 1, + STATE(208), 1, aux_sym_expression_statement_repeat1, - ACTIONS(105), 9, - anon_sym_SQUOTE, - sym_identifier, + ACTIONS(61), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_not, - anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_if, - anon_sym_foreach, - ACTIONS(107), 10, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [7720] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(74), 1, + anon_sym_GT, + ACTIONS(638), 1, + anon_sym_DOT, + ACTIONS(644), 1, + anon_sym_LBRACK, + STATE(210), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(76), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_QMARK, + anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - [7340] = 2, - ACTIONS(161), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_if, - anon_sym_foreach, - ACTIONS(163), 12, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [7753] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(83), 1, + anon_sym_GT, + ACTIONS(647), 1, + anon_sym_DOT, + STATE(208), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(85), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_QMARK, + anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, - sym_comment, - [7366] = 6, - STATE(707), 1, - aux_sym_variableunit_repeat1, - ACTIONS(89), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [7784] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(228), 2, + ACTIONS(83), 1, + anon_sym_GT, + ACTIONS(647), 1, + anon_sym_DOT, + STATE(208), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(85), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(85), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(93), 5, - anon_sym_QMARK, + anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, - anon_sym_not, - anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - [7399] = 11, + [7815] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym_GT, - ACTIONS(512), 1, + ACTIONS(518), 1, anon_sym_LPAREN, - ACTIONS(620), 1, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(622), 1, - anon_sym_COLON, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - STATE(225), 1, + ACTIONS(650), 1, + anon_sym_COLON, + STATE(279), 1, aux_sym_expression_statement_repeat1, - STATE(780), 1, + STATE(757), 1, aux_sym_variableunit_repeat1, ACTIONS(24), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, ACTIONS(31), 8, @@ -10710,29 +11095,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [7442] = 10, + [7858] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, + ACTIONS(83), 1, anon_sym_GT, - ACTIONS(512), 1, - anon_sym_LPAREN, - ACTIONS(620), 1, - anon_sym_LBRACK, - ACTIONS(628), 1, + ACTIONS(647), 1, anon_sym_DOT, - STATE(225), 1, + STATE(208), 1, aux_sym_expression_statement_repeat1, - STATE(780), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(630), 3, + ACTIONS(85), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, - ACTIONS(31), 8, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -10741,16 +11121,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [7483] = 5, + [7889] = 6, + STATE(682), 1, + aux_sym_variableunit_repeat1, + ACTIONS(70), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(189), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(55), 5, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(57), 5, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + ACTIONS(66), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [7922] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(71), 1, + ACTIONS(90), 1, anon_sym_GT, - ACTIONS(634), 1, + ACTIONS(654), 1, anon_sym_DOT, STATE(208), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 16, + ACTIONS(92), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, @@ -10767,20 +11174,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [7514] = 5, + [7953] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(78), 1, + ACTIONS(97), 1, anon_sym_GT, - ACTIONS(637), 1, + ACTIONS(623), 1, anon_sym_DOT, - STATE(208), 1, + ACTIONS(657), 1, + anon_sym_LBRACK, + STATE(215), 1, aux_sym_expression_statement_repeat1, - ACTIONS(80), 16, + ACTIONS(99), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_SLASH, @@ -10793,16 +11201,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [7545] = 5, + [7986] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(71), 1, + ACTIONS(154), 1, anon_sym_GT, - ACTIONS(634), 1, - anon_sym_DOT, - STATE(208), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(73), 16, + ACTIONS(156), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, @@ -10819,62 +11223,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [7576] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(61), 1, - anon_sym_GT, - ACTIONS(640), 1, - anon_sym_LBRACK, - ACTIONS(643), 1, anon_sym_DOT, - STATE(201), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(63), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, + [8012] = 2, + ACTIONS(296), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_not, + anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + sym_comment, + ACTIONS(294), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - [7609] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - anon_sym_GT, - ACTIONS(646), 1, - anon_sym_LBRACK, - ACTIONS(649), 1, - anon_sym_DOT, - STATE(209), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(51), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [8036] = 2, + ACTIONS(304), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_not, + anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + sym_comment, + ACTIONS(302), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - [7642] = 2, - ACTIONS(240), 10, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [8060] = 2, + ACTIONS(338), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10882,10 +11277,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(242), 10, + ACTIONS(340), 10, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -10894,10 +11289,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - [7667] = 2, - ACTIONS(220), 10, + [8084] = 2, + ACTIONS(342), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10907,8 +11301,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(222), 10, + ACTIONS(344), 10, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -10917,10 +11311,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - [7692] = 2, - ACTIONS(220), 10, + [8108] = 2, + ACTIONS(346), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -10928,10 +11321,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(222), 10, + ACTIONS(348), 10, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -10940,18 +11333,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - [7717] = 5, + [8132] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, + ACTIONS(130), 1, anon_sym_GT, - ACTIONS(652), 1, - anon_sym_DOT, - STATE(208), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(107), 16, + ACTIONS(132), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, @@ -10968,20 +11356,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [7748] = 5, + anon_sym_DOT, + [8158] = 6, + ACTIONS(199), 1, + anon_sym_DOT, + STATE(162), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(291), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(55), 5, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(57), 5, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + ACTIONS(288), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [8190] = 2, + ACTIONS(302), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + ACTIONS(304), 10, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + [8214] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(376), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_SQUOTE, + ACTIONS(382), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(386), 1, + anon_sym_LBRACK, + ACTIONS(392), 1, + anon_sym_not, + ACTIONS(659), 1, + sym_identifier, + ACTIONS(661), 1, + sym_number, + STATE(283), 1, + sym_normal_command, + STATE(324), 1, + aux_sym_var_unit_repeat1, + STATE(901), 1, + sym_var_unit, + ACTIONS(378), 2, + anon_sym_true, + anon_sym_false, + STATE(286), 2, + sym_string, + sym_listitem, + STATE(359), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [8262] = 2, + ACTIONS(294), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + ACTIONS(296), 10, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + [8286] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(71), 1, + ACTIONS(83), 1, anon_sym_GT, ACTIONS(634), 1, anon_sym_DOT, - STATE(208), 1, + STATE(280), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 16, + ACTIONS(85), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_SLASH, @@ -10994,35 +11486,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [7779] = 6, - STATE(706), 1, - aux_sym_variableunit_repeat1, - ACTIONS(89), 2, + [8316] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(244), 1, + anon_sym_LPAREN, + ACTIONS(248), 1, + anon_sym_SQUOTE, + ACTIONS(250), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(254), 1, + anon_sym_LBRACK, + ACTIONS(260), 1, + anon_sym_not, + ACTIONS(663), 1, + sym_identifier, + ACTIONS(665), 1, + sym_number, + STATE(88), 1, + sym_normal_command, + STATE(191), 1, + sym_var_unit, + STATE(322), 1, + aux_sym_var_unit_repeat1, + ACTIONS(246), 2, + anon_sym_true, + anon_sym_false, + STATE(89), 2, + sym_string, + sym_listitem, + STATE(188), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [8364] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(189), 2, + ACTIONS(175), 1, + anon_sym_GT, + ACTIONS(144), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(85), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - ACTIONS(93), 5, - anon_sym_QMARK, + anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, - anon_sym_not, - anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - [7812] = 2, - ACTIONS(220), 9, + anon_sym_DOT, + [8390] = 2, + ACTIONS(294), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11032,7 +11554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(222), 11, + ACTIONS(296), 10, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, @@ -11042,37 +11564,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - [7837] = 6, + [8414] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(61), 1, - anon_sym_GT, - ACTIONS(643), 1, - anon_sym_DOT, - ACTIONS(655), 1, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, anon_sym_LBRACK, - STATE(201), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(63), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + ACTIONS(667), 1, + sym_identifier, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(429), 1, + sym_normal_command, + STATE(1170), 1, + sym_var_unit, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(430), 2, + sym_string, + sym_listitem, + STATE(518), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [8462] = 2, + ACTIONS(264), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_not, + anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + sym_comment, + ACTIONS(262), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - [7870] = 2, - ACTIONS(240), 10, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [8486] = 2, + ACTIONS(294), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11082,8 +11632,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(242), 10, + ACTIONS(296), 10, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -11092,10 +11642,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, sym_comment, - [7895] = 2, - ACTIONS(240), 9, + [8510] = 2, + ACTIONS(294), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11105,7 +11654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(242), 11, + ACTIONS(296), 10, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, @@ -11115,64 +11664,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_DOT, - sym_comment, - [7920] = 6, - ACTIONS(3), 1, sym_comment, - ACTIONS(49), 1, + [8534] = 2, + ACTIONS(294), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, anon_sym_GT, - ACTIONS(649), 1, - anon_sym_DOT, - ACTIONS(657), 1, - anon_sym_LBRACK, - STATE(209), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(51), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + ACTIONS(296), 10, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_not, + anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [7953] = 6, - STATE(678), 1, - aux_sym_variableunit_repeat1, - ACTIONS(236), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(89), 3, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(85), 4, + [8558] = 2, + ACTIONS(294), 9, anon_sym_SQUOTE, sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, anon_sym_if, anon_sym_foreach, - ACTIONS(93), 5, + ACTIONS(296), 10, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [7986] = 2, - ACTIONS(269), 9, + sym_comment, + [8582] = 2, + ACTIONS(340), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -11182,7 +11720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(267), 10, + ACTIONS(338), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11190,257 +11728,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [8010] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(659), 1, - anon_sym_RBRACK, - ACTIONS(661), 1, - sym_identifier, - ACTIONS(663), 1, - sym_number, - STATE(242), 1, - aux_sym_list_repeat1, - STATE(815), 1, - sym_normal_command, - STATE(817), 1, - sym_string, - STATE(1007), 1, - sym_list, - STATE(1023), 1, - sym_expression_statement, - STATE(1053), 1, - sym_listitem, - STATE(1225), 1, - sym_dictionaries, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(1084), 2, - sym_bool, - sym_variableunit, - [8064] = 6, - ACTIONS(191), 1, - anon_sym_DOT, - STATE(156), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(341), 2, + anon_sym_endforeach, + [8606] = 2, + ACTIONS(344), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(93), 5, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, + sym_comment, + ACTIONS(342), 10, + anon_sym_SQUOTE, + sym_identifier, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - ACTIONS(338), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [8096] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, + anon_sym_endforeach, + [8630] = 2, + ACTIONS(348), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(665), 1, - anon_sym_RBRACK, - ACTIONS(667), 1, - sym_identifier, - ACTIONS(669), 1, - sym_number, - STATE(222), 1, - aux_sym_list_repeat1, - STATE(812), 1, - sym_string, - STATE(813), 1, - sym_normal_command, - STATE(977), 1, - sym_list, - STATE(978), 1, - sym_expression_statement, - STATE(1053), 1, - sym_listitem, - STATE(1225), 1, - sym_dictionaries, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(1082), 2, - sym_bool, - sym_variableunit, - [8150] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(151), 1, - anon_sym_GT, - ACTIONS(153), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_not, + anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_DOT, - [8176] = 18, - ACTIONS(3), 1, sym_comment, - ACTIONS(7), 1, + ACTIONS(346), 10, anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(671), 1, - anon_sym_RBRACK, - ACTIONS(673), 1, sym_identifier, - ACTIONS(675), 1, - sym_number, - STATE(258), 1, - aux_sym_list_repeat1, - STATE(827), 1, - sym_normal_command, - STATE(828), 1, - sym_string, - STATE(994), 1, - sym_list, - STATE(996), 1, - sym_expression_statement, - STATE(1053), 1, - sym_listitem, - STATE(1100), 1, - sym_bool, - STATE(1102), 1, - sym_variableunit, - STATE(1225), 1, - sym_dictionaries, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - [8232] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(155), 1, - anon_sym_GT, - ACTIONS(157), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, + anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_DOT, - [8258] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [8654] = 2, + ACTIONS(302), 9, anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(677), 1, - anon_sym_RBRACK, - ACTIONS(679), 1, sym_identifier, - ACTIONS(681), 1, - sym_number, - STATE(255), 1, - aux_sym_list_repeat1, - STATE(843), 1, - sym_normal_command, - STATE(844), 1, - sym_string, - STATE(967), 1, - sym_expression_statement, - STATE(1021), 1, - sym_list, - STATE(1053), 1, - sym_listitem, - STATE(1225), 1, - sym_dictionaries, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(1120), 2, - sym_bool, - sym_variableunit, - [8312] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(71), 1, - anon_sym_GT, - ACTIONS(628), 1, - anon_sym_DOT, - STATE(280), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(73), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, + anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - [8342] = 2, - ACTIONS(313), 9, + anon_sym_if, + anon_sym_foreach, + ACTIONS(304), 10, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -11450,19 +11797,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(311), 10, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [8366] = 2, - ACTIONS(246), 9, + [8678] = 2, + ACTIONS(304), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -11472,7 +11808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(244), 10, + ACTIONS(302), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11480,11 +11816,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [8390] = 2, - ACTIONS(246), 9, + anon_sym_endforeach, + [8702] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -11494,7 +11830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(244), 10, + ACTIONS(294), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11502,11 +11838,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [8414] = 2, - ACTIONS(246), 9, + anon_sym_endforeach, + [8726] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -11516,7 +11852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(244), 10, + ACTIONS(294), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11524,11 +11860,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [8438] = 2, - ACTIONS(246), 9, + anon_sym_endforeach, + [8750] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -11538,7 +11874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(244), 10, + ACTIONS(294), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11546,11 +11882,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [8462] = 2, - ACTIONS(246), 9, + anon_sym_endforeach, + [8774] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -11560,7 +11896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(244), 10, + ACTIONS(294), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11568,11 +11904,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [8486] = 2, - ACTIONS(246), 9, + anon_sym_endforeach, + [8798] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -11582,7 +11918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(244), 10, + ACTIONS(294), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11590,11 +11926,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [8510] = 2, - ACTIONS(313), 9, + anon_sym_endforeach, + [8822] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -11604,7 +11940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(311), 10, + ACTIONS(294), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11612,11 +11948,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [8534] = 2, - ACTIONS(273), 9, + anon_sym_endforeach, + [8846] = 2, + ACTIONS(304), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -11626,7 +11962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(271), 10, + ACTIONS(302), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11634,183 +11970,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [8558] = 14, + anon_sym_endforeach, + [8870] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, + ACTIONS(134), 1, + anon_sym_GT, + ACTIONS(136), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(683), 1, - sym_identifier, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(444), 1, - sym_normal_command, - STATE(1199), 1, - sym_var_unit, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(443), 2, - sym_string, - sym_listitem, - STATE(517), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [8606] = 2, - ACTIONS(265), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_QMARK, + anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_DOT, + [8896] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(263), 10, - anon_sym_SQUOTE, - sym_identifier, + ACTIONS(181), 1, + anon_sym_GT, + ACTIONS(183), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_DOT, + [8922] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(138), 1, anon_sym_GT, + ACTIONS(144), 1, + anon_sym_LBRACK, + ACTIONS(141), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [8630] = 14, + anon_sym_DOT, + [8950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, + ACTIONS(146), 1, + anon_sym_GT, + ACTIONS(148), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_not, - ACTIONS(683), 1, - sym_identifier, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(444), 1, - sym_normal_command, - STATE(1204), 1, - sym_var_unit, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(443), 2, - sym_string, - sym_listitem, - STATE(517), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [8678] = 14, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_DOT, + [8976] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(398), 1, - anon_sym_LPAREN, - ACTIONS(402), 1, - anon_sym_SQUOTE, - ACTIONS(404), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(408), 1, + ACTIONS(150), 1, + anon_sym_GT, + ACTIONS(152), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(414), 1, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_not, - ACTIONS(685), 1, - sym_identifier, - ACTIONS(687), 1, - sym_number, - STATE(295), 1, - sym_normal_command, - STATE(322), 1, - aux_sym_var_unit_repeat1, - STATE(889), 1, - sym_var_unit, - ACTIONS(400), 2, - anon_sym_true, - anon_sym_false, - STATE(278), 2, - sym_string, - sym_listitem, - STATE(359), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [8726] = 18, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_DOT, + [9002] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(7), 1, + ACTIONS(672), 1, anon_sym_SQUOTE, - ACTIONS(9), 1, + ACTIONS(675), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, + ACTIONS(678), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(681), 1, anon_sym_LBRACK, - ACTIONS(689), 1, + ACTIONS(684), 1, anon_sym_RBRACK, - ACTIONS(691), 1, + ACTIONS(686), 1, sym_identifier, - ACTIONS(693), 1, + ACTIONS(689), 1, sym_number, - STATE(258), 1, + STATE(255), 1, aux_sym_list_repeat1, - STATE(823), 1, - sym_string, - STATE(824), 1, + STATE(954), 1, sym_normal_command, - STATE(973), 1, + STATE(957), 1, + sym_string, + STATE(1035), 1, sym_expression_statement, - STATE(982), 1, + STATE(1038), 1, sym_list, - STATE(1053), 1, + STATE(1065), 1, sym_listitem, - STATE(1085), 1, - sym_variableunit, - STATE(1094), 1, - sym_bool, - STATE(1225), 1, - sym_dictionaries, - ACTIONS(119), 2, + ACTIONS(669), 2, anon_sym_true, anon_sym_false, - [8782] = 2, - ACTIONS(307), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - ACTIONS(305), 10, + STATE(1219), 3, + sym_bool, + sym_dictionaries, + sym_variableunit, + [9054] = 2, + ACTIONS(262), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11818,121 +12134,194 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [8806] = 14, + ACTIONS(264), 10, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + [9078] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(683), 1, + ACTIONS(692), 1, + anon_sym_RBRACK, + ACTIONS(694), 1, sym_identifier, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(444), 1, + ACTIONS(696), 1, + sym_number, + STATE(259), 1, + aux_sym_list_repeat1, + STATE(836), 1, + sym_string, + STATE(851), 1, sym_normal_command, - STATE(1217), 1, - sym_var_unit, - ACTIONS(119), 2, + STATE(985), 1, + sym_list, + STATE(986), 1, + sym_expression_statement, + STATE(1065), 1, + sym_listitem, + STATE(1219), 1, + sym_dictionaries, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(443), 2, - sym_string, - sym_listitem, - STATE(517), 4, + STATE(1111), 2, sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [8854] = 18, + sym_variableunit, + [9132] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(165), 1, + anon_sym_GT, + ACTIONS(167), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_DOT, + [9158] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(695), 1, + ACTIONS(698), 1, anon_sym_RBRACK, - ACTIONS(697), 1, + ACTIONS(700), 1, sym_identifier, - ACTIONS(699), 1, + ACTIONS(702), 1, sym_number, - STATE(258), 1, + STATE(255), 1, aux_sym_list_repeat1, - STATE(837), 1, - sym_string, STATE(849), 1, sym_normal_command, - STATE(1014), 1, + STATE(850), 1, + sym_string, + STATE(970), 1, sym_expression_statement, - STATE(1032), 1, + STATE(999), 1, sym_list, - STATE(1053), 1, + STATE(1065), 1, sym_listitem, - STATE(1078), 1, + STATE(1087), 1, sym_variableunit, - STATE(1159), 1, + STATE(1148), 1, sym_bool, - STATE(1225), 1, + STATE(1219), 1, + sym_dictionaries, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + [9214] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(704), 1, + anon_sym_RBRACK, + ACTIONS(706), 1, + sym_identifier, + ACTIONS(708), 1, + sym_number, + STATE(275), 1, + aux_sym_list_repeat1, + STATE(814), 1, + sym_normal_command, + STATE(820), 1, + sym_string, + STATE(977), 1, + sym_list, + STATE(978), 1, + sym_expression_statement, + STATE(1065), 1, + sym_listitem, + STATE(1219), 1, sym_dictionaries, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - [8910] = 14, + STATE(1091), 2, + sym_bool, + sym_variableunit, + [9268] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(287), 1, + ACTIONS(306), 1, anon_sym_LPAREN, - ACTIONS(291), 1, + ACTIONS(310), 1, anon_sym_SQUOTE, - ACTIONS(293), 1, + ACTIONS(312), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(297), 1, + ACTIONS(316), 1, anon_sym_LBRACK, - ACTIONS(303), 1, + ACTIONS(322), 1, anon_sym_not, - ACTIONS(701), 1, + ACTIONS(710), 1, sym_identifier, - ACTIONS(703), 1, + ACTIONS(712), 1, sym_number, - STATE(84), 1, + STATE(312), 1, sym_normal_command, - STATE(130), 1, - sym_var_unit, - STATE(318), 1, + STATE(314), 1, aux_sym_var_unit_repeat1, - ACTIONS(289), 2, + STATE(936), 1, + sym_var_unit, + ACTIONS(308), 2, anon_sym_true, anon_sym_false, - STATE(74), 2, + STATE(267), 2, sym_string, sym_listitem, - STATE(162), 4, + STATE(422), 4, sym_bool, sym_list, sym__logic_unit, sym_expression_statement, - [8958] = 4, - ACTIONS(230), 1, + [9316] = 4, + ACTIONS(199), 1, anon_sym_DOT, - STATE(142), 1, + STATE(165), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 7, + ACTIONS(55), 7, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, anon_sym_EQ_EQ, @@ -11940,7 +12329,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(95), 10, + ACTIONS(57), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11951,12 +12340,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [8986] = 4, - ACTIONS(230), 1, + [9344] = 4, + ACTIONS(199), 1, anon_sym_DOT, - STATE(143), 1, + STATE(166), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 7, + ACTIONS(55), 7, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, anon_sym_EQ_EQ, @@ -11964,7 +12353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(95), 10, + ACTIONS(57), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -11975,186 +12364,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [9014] = 17, + [9372] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(705), 1, + ACTIONS(714), 1, anon_sym_RBRACK, - ACTIONS(707), 1, + ACTIONS(716), 1, sym_identifier, - ACTIONS(709), 1, + ACTIONS(718), 1, sym_number, - STATE(239), 1, + STATE(266), 1, aux_sym_list_repeat1, - STATE(831), 1, + STATE(806), 1, sym_string, - STATE(832), 1, + STATE(826), 1, sym_normal_command, - STATE(1008), 1, - sym_expression_statement, - STATE(1009), 1, + STATE(1005), 1, sym_list, - STATE(1053), 1, + STATE(1006), 1, + sym_expression_statement, + STATE(1065), 1, sym_listitem, - STATE(1225), 1, + STATE(1219), 1, sym_dictionaries, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(1118), 2, + STATE(1124), 2, sym_bool, sym_variableunit, - [9068] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(320), 1, - anon_sym_LPAREN, - ACTIONS(324), 1, - anon_sym_SQUOTE, - ACTIONS(326), 1, + [9426] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(330), 1, - anon_sym_LBRACK, - ACTIONS(336), 1, - anon_sym_not, - ACTIONS(711), 1, - sym_identifier, - ACTIONS(713), 1, - sym_number, - STATE(245), 1, - sym_normal_command, - STATE(336), 1, - aux_sym_var_unit_repeat1, - STATE(880), 1, - sym_var_unit, - ACTIONS(322), 2, - anon_sym_true, - anon_sym_false, - STATE(244), 2, - sym_string, - sym_listitem, - STATE(363), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [9116] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(71), 1, - anon_sym_GT, - ACTIONS(628), 1, - anon_sym_DOT, - STATE(280), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(73), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_not, + anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + sym_comment, + ACTIONS(294), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - [9146] = 18, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [9450] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(715), 1, + ACTIONS(720), 1, anon_sym_RBRACK, - ACTIONS(717), 1, + ACTIONS(722), 1, sym_identifier, - ACTIONS(719), 1, + ACTIONS(724), 1, sym_number, - STATE(258), 1, + STATE(255), 1, aux_sym_list_repeat1, - STATE(806), 1, - sym_string, - STATE(860), 1, + STATE(840), 1, sym_normal_command, - STATE(1029), 1, + STATE(847), 1, + sym_string, + STATE(971), 1, sym_list, - STATE(1034), 1, + STATE(972), 1, sym_expression_statement, - STATE(1053), 1, + STATE(1065), 1, sym_listitem, - STATE(1136), 1, - sym_variableunit, - STATE(1155), 1, + STATE(1089), 1, sym_bool, - STATE(1225), 1, + STATE(1103), 1, + sym_variableunit, + STATE(1219), 1, sym_dictionaries, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - [9202] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(683), 1, - sym_identifier, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(444), 1, - sym_normal_command, - STATE(1260), 1, - sym_var_unit, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(443), 2, - sym_string, - sym_listitem, - STATE(517), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [9250] = 2, - ACTIONS(265), 9, + [9506] = 4, + ACTIONS(191), 1, + anon_sym_DOT, + STATE(157), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(55), 7, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(263), 10, + ACTIONS(57), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -12162,127 +12482,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [9274] = 2, - ACTIONS(269), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, + [9534] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(267), 10, + ACTIONS(398), 1, + anon_sym_LPAREN, + ACTIONS(402), 1, anon_sym_SQUOTE, - sym_identifier, + ACTIONS(404), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(408), 1, + anon_sym_LBRACK, + ACTIONS(414), 1, anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [9298] = 6, - ACTIONS(238), 1, + ACTIONS(726), 1, + sym_identifier, + ACTIONS(728), 1, + sym_number, + STATE(262), 1, + sym_normal_command, + STATE(315), 1, + aux_sym_var_unit_repeat1, + STATE(871), 1, + sym_var_unit, + ACTIONS(400), 2, + anon_sym_true, + anon_sym_false, + STATE(263), 2, + sym_string, + sym_listitem, + STATE(355), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [9582] = 6, + ACTIONS(215), 1, anon_sym_DOT, - STATE(166), 1, + STATE(187), 1, aux_sym_expression_statement_repeat1, - ACTIONS(341), 3, + ACTIONS(291), 3, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(338), 4, + ACTIONS(288), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(93), 5, + ACTIONS(55), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, + ACTIONS(57), 5, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - [9330] = 2, - ACTIONS(273), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, + [9614] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(271), 10, + ACTIONS(244), 1, + anon_sym_LPAREN, + ACTIONS(248), 1, anon_sym_SQUOTE, - sym_identifier, + ACTIONS(250), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(254), 1, + anon_sym_LBRACK, + ACTIONS(260), 1, anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [9354] = 18, + ACTIONS(663), 1, + sym_identifier, + ACTIONS(665), 1, + sym_number, + STATE(88), 1, + sym_normal_command, + STATE(322), 1, + aux_sym_var_unit_repeat1, + STATE(654), 1, + sym_var_unit, + ACTIONS(246), 2, + anon_sym_true, + anon_sym_false, + STATE(89), 2, + sym_string, + sym_listitem, + STATE(188), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [9662] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(721), 1, + ACTIONS(730), 1, anon_sym_RBRACK, - ACTIONS(723), 1, + ACTIONS(732), 1, sym_identifier, - ACTIONS(725), 1, + ACTIONS(734), 1, sym_number, - STATE(258), 1, + STATE(273), 1, aux_sym_list_repeat1, - STATE(807), 1, + STATE(815), 1, sym_normal_command, - STATE(861), 1, + STATE(816), 1, sym_string, - STATE(966), 1, + STATE(991), 1, sym_list, - STATE(1030), 1, + STATE(992), 1, sym_expression_statement, - STATE(1053), 1, + STATE(1065), 1, sym_listitem, - STATE(1134), 1, - sym_bool, - STATE(1147), 1, - sym_variableunit, - STATE(1225), 1, + STATE(1219), 1, sym_dictionaries, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - [9410] = 3, + STATE(1080), 2, + sym_bool, + sym_variableunit, + [9716] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(171), 1, + ACTIONS(97), 1, anon_sym_GT, - ACTIONS(173), 17, + ACTIONS(620), 1, + anon_sym_LBRACK, + ACTIONS(99), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_SLASH, @@ -12295,67 +12639,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_DOT, - [9436] = 2, - ACTIONS(313), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - ACTIONS(311), 10, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [9460] = 16, + anon_sym_DOT, + [9744] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(730), 1, + ACTIONS(7), 1, anon_sym_SQUOTE, - ACTIONS(733), 1, + ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(736), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(739), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(736), 1, anon_sym_RBRACK, - ACTIONS(744), 1, + ACTIONS(738), 1, sym_identifier, - ACTIONS(747), 1, + ACTIONS(740), 1, sym_number, - STATE(258), 1, + STATE(255), 1, aux_sym_list_repeat1, - STATE(956), 1, + STATE(842), 1, sym_normal_command, - STATE(957), 1, + STATE(843), 1, sym_string, - STATE(1038), 1, + STATE(998), 1, sym_list, - STATE(1039), 1, + STATE(1034), 1, sym_expression_statement, - STATE(1053), 1, + STATE(1065), 1, sym_listitem, - ACTIONS(727), 2, - anon_sym_true, - anon_sym_false, - STATE(1225), 3, + STATE(1101), 1, sym_bool, - sym_dictionaries, + STATE(1104), 1, sym_variableunit, - [9512] = 2, - ACTIONS(246), 9, + STATE(1219), 1, + sym_dictionaries, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + [9800] = 2, + ACTIONS(264), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -12365,7 +12689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(244), 10, + ACTIONS(262), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -12373,129 +12697,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [9536] = 17, + [9824] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(750), 1, + ACTIONS(742), 1, anon_sym_RBRACK, - ACTIONS(752), 1, + ACTIONS(744), 1, sym_identifier, - ACTIONS(754), 1, + ACTIONS(746), 1, sym_number, - STATE(262), 1, + STATE(255), 1, aux_sym_list_repeat1, - STATE(850), 1, - sym_string, - STATE(851), 1, + STATE(844), 1, sym_normal_command, + STATE(848), 1, + sym_string, STATE(975), 1, - sym_expression_statement, - STATE(976), 1, sym_list, - STATE(1053), 1, - sym_listitem, - STATE(1225), 1, - sym_dictionaries, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(1117), 2, - sym_bool, - sym_variableunit, - [9590] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(756), 1, - anon_sym_RBRACK, - ACTIONS(758), 1, - sym_identifier, - ACTIONS(760), 1, - sym_number, - STATE(291), 1, - aux_sym_list_repeat1, - STATE(841), 1, - sym_string, - STATE(842), 1, - sym_normal_command, - STATE(979), 1, + STATE(976), 1, sym_expression_statement, - STATE(988), 1, - sym_list, - STATE(1053), 1, + STATE(1065), 1, sym_listitem, - STATE(1225), 1, + STATE(1085), 1, + sym_variableunit, + STATE(1112), 1, + sym_bool, + STATE(1219), 1, sym_dictionaries, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(1114), 2, - sym_bool, - sym_variableunit, - [9644] = 18, + [9880] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(762), 1, + ACTIONS(748), 1, anon_sym_RBRACK, - ACTIONS(764), 1, + ACTIONS(750), 1, sym_identifier, - ACTIONS(766), 1, + ACTIONS(752), 1, sym_number, - STATE(258), 1, + STATE(278), 1, aux_sym_list_repeat1, - STATE(834), 1, - sym_string, - STATE(838), 1, + STATE(811), 1, sym_normal_command, + STATE(812), 1, + sym_string, STATE(968), 1, sym_list, - STATE(1022), 1, + STATE(969), 1, sym_expression_statement, - STATE(1053), 1, + STATE(1065), 1, sym_listitem, - STATE(1079), 1, - sym_bool, - STATE(1080), 1, - sym_variableunit, - STATE(1225), 1, + STATE(1219), 1, sym_dictionaries, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - [9700] = 4, + STATE(1147), 2, + sym_bool, + sym_variableunit, + [9934] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(61), 1, + ACTIONS(97), 1, anon_sym_GT, - ACTIONS(655), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(63), 16, + ACTIONS(99), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, @@ -12512,16 +12799,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_in, anon_sym_DOT, - [9728] = 5, + [9962] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(754), 1, + anon_sym_RBRACK, + ACTIONS(756), 1, + sym_identifier, + ACTIONS(758), 1, + sym_number, + STATE(255), 1, + aux_sym_list_repeat1, + STATE(817), 1, + sym_normal_command, + STATE(818), 1, + sym_string, + STATE(973), 1, + sym_list, + STATE(974), 1, + sym_expression_statement, + STATE(1065), 1, + sym_listitem, + STATE(1116), 1, + sym_bool, + STATE(1137), 1, + sym_variableunit, + STATE(1219), 1, + sym_dictionaries, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + [10018] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(71), 1, + ACTIONS(83), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, STATE(280), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 15, + ACTIONS(85), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, @@ -12537,16 +12862,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [9758] = 5, + [10048] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(78), 1, + ACTIONS(59), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(760), 1, anon_sym_DOT, STATE(280), 1, aux_sym_expression_statement_repeat1, - ACTIONS(80), 15, + ACTIONS(61), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, @@ -12562,374 +12887,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [9788] = 2, - ACTIONS(246), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - ACTIONS(244), 10, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [9812] = 2, - ACTIONS(246), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - ACTIONS(244), 10, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [9836] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(683), 1, - sym_identifier, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(444), 1, - sym_normal_command, - STATE(1216), 1, - sym_var_unit, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(443), 2, - sym_string, - sym_listitem, - STATE(517), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [9884] = 2, - ACTIONS(246), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - ACTIONS(244), 10, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [9908] = 17, + [10078] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(768), 1, + ACTIONS(763), 1, anon_sym_RBRACK, - ACTIONS(770), 1, + ACTIONS(765), 1, sym_identifier, - ACTIONS(772), 1, + ACTIONS(767), 1, sym_number, - STATE(273), 1, + STATE(282), 1, aux_sym_list_repeat1, - STATE(808), 1, - sym_normal_command, - STATE(857), 1, - sym_string, - STATE(972), 1, - sym_list, - STATE(974), 1, - sym_expression_statement, - STATE(1053), 1, - sym_listitem, - STATE(1225), 1, - sym_dictionaries, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(1098), 2, - sym_bool, - sym_variableunit, - [9962] = 2, - ACTIONS(246), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - ACTIONS(244), 10, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [9986] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(683), 1, - sym_identifier, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(444), 1, - sym_normal_command, - STATE(1220), 1, - sym_var_unit, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(443), 2, + STATE(821), 1, + sym_normal_command, + STATE(822), 1, sym_string, - sym_listitem, - STATE(517), 4, - sym_bool, + STATE(979), 1, sym_list, - sym__logic_unit, + STATE(980), 1, sym_expression_statement, - [10034] = 18, + STATE(1065), 1, + sym_listitem, + STATE(1219), 1, + sym_dictionaries, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(1098), 2, + sym_bool, + sym_variableunit, + [10132] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(774), 1, + ACTIONS(769), 1, anon_sym_RBRACK, - ACTIONS(776), 1, + ACTIONS(771), 1, sym_identifier, - ACTIONS(778), 1, + ACTIONS(773), 1, sym_number, - STATE(258), 1, + STATE(255), 1, aux_sym_list_repeat1, - STATE(845), 1, + STATE(823), 1, sym_normal_command, - STATE(846), 1, + STATE(824), 1, sym_string, - STATE(992), 1, + STATE(982), 1, sym_list, - STATE(993), 1, + STATE(983), 1, sym_expression_statement, - STATE(1053), 1, + STATE(1065), 1, sym_listitem, - STATE(1113), 1, + STATE(1122), 1, sym_bool, - STATE(1116), 1, + STATE(1134), 1, sym_variableunit, - STATE(1225), 1, + STATE(1219), 1, sym_dictionaries, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - [10090] = 6, - ACTIONS(230), 1, + [10188] = 4, + ACTIONS(215), 1, anon_sym_DOT, - STATE(146), 1, + STATE(159), 1, aux_sym_expression_statement_repeat1, - ACTIONS(341), 2, + ACTIONS(55), 8, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(93), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(95), 5, + sym_comment, + ACTIONS(57), 9, + anon_sym_SQUOTE, + sym_identifier, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - ACTIONS(338), 5, - anon_sym_SQUOTE, - sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [10122] = 14, + [10216] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(287), 1, - anon_sym_LPAREN, - ACTIONS(291), 1, + ACTIONS(7), 1, anon_sym_SQUOTE, - ACTIONS(293), 1, + ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(297), 1, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(303), 1, - anon_sym_not, - ACTIONS(701), 1, + ACTIONS(775), 1, + anon_sym_RBRACK, + ACTIONS(777), 1, sym_identifier, - ACTIONS(703), 1, + ACTIONS(779), 1, sym_number, - STATE(84), 1, + STATE(285), 1, + aux_sym_list_repeat1, + STATE(827), 1, sym_normal_command, - STATE(318), 1, - aux_sym_var_unit_repeat1, - STATE(647), 1, - sym_var_unit, - ACTIONS(289), 2, - anon_sym_true, - anon_sym_false, - STATE(74), 2, + STATE(828), 1, sym_string, - sym_listitem, - STATE(162), 4, - sym_bool, + STATE(987), 1, sym_list, - sym__logic_unit, + STATE(988), 1, sym_expression_statement, - [10170] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(683), 1, - sym_identifier, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(444), 1, - sym_normal_command, - STATE(1256), 1, - sym_var_unit, - ACTIONS(119), 2, + STATE(1065), 1, + sym_listitem, + STATE(1219), 1, + sym_dictionaries, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(443), 2, - sym_string, - sym_listitem, - STATE(517), 4, + STATE(1149), 2, sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [10218] = 17, + sym_variableunit, + [10270] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(780), 1, + ACTIONS(781), 1, anon_sym_RBRACK, - ACTIONS(782), 1, + ACTIONS(783), 1, sym_identifier, - ACTIONS(784), 1, + ACTIONS(785), 1, sym_number, - STATE(279), 1, + STATE(255), 1, aux_sym_list_repeat1, - STATE(854), 1, - sym_string, - STATE(863), 1, + STATE(830), 1, sym_normal_command, - STATE(1015), 1, + STATE(831), 1, + sym_string, + STATE(989), 1, sym_list, - STATE(1019), 1, + STATE(990), 1, sym_expression_statement, - STATE(1053), 1, + STATE(1065), 1, sym_listitem, - STATE(1225), 1, + STATE(1121), 1, + sym_variableunit, + STATE(1159), 1, + sym_bool, + STATE(1219), 1, sym_dictionaries, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(1138), 2, - sym_bool, - sym_variableunit, - [10272] = 4, - ACTIONS(238), 1, + [10326] = 4, + ACTIONS(215), 1, anon_sym_DOT, - STATE(187), 1, + STATE(190), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 8, + ACTIONS(55), 8, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, @@ -12938,7 +13075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(95), 9, + ACTIONS(57), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -12948,54 +13085,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_if, anon_sym_foreach, - [10300] = 18, + [10354] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(90), 1, + anon_sym_GT, + ACTIONS(634), 1, + anon_sym_DOT, + STATE(280), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(92), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [10384] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, + ACTIONS(118), 1, anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(787), 1, anon_sym_RBRACK, - ACTIONS(788), 1, + ACTIONS(789), 1, sym_identifier, - ACTIONS(790), 1, + ACTIONS(791), 1, sym_number, - STATE(258), 1, + STATE(289), 1, aux_sym_list_repeat1, - STATE(839), 1, + STATE(835), 1, + sym_string, + STATE(863), 1, sym_normal_command, - STATE(853), 1, + STATE(993), 1, + sym_list, + STATE(994), 1, + sym_expression_statement, + STATE(1065), 1, + sym_listitem, + STATE(1219), 1, + sym_dictionaries, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(1084), 2, + sym_bool, + sym_variableunit, + [10438] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(793), 1, + anon_sym_RBRACK, + ACTIONS(795), 1, + sym_identifier, + ACTIONS(797), 1, + sym_number, + STATE(255), 1, + aux_sym_list_repeat1, + STATE(838), 1, + sym_normal_command, + STATE(839), 1, sym_string, - STATE(1020), 1, + STATE(996), 1, sym_list, - STATE(1024), 1, + STATE(997), 1, sym_expression_statement, - STATE(1053), 1, + STATE(1065), 1, sym_listitem, - STATE(1153), 1, + STATE(1095), 1, sym_bool, - STATE(1156), 1, + STATE(1097), 1, sym_variableunit, - STATE(1225), 1, + STATE(1219), 1, sym_dictionaries, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - [10356] = 5, + [10494] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, + ACTIONS(83), 1, anon_sym_GT, - ACTIONS(792), 1, + ACTIONS(634), 1, anon_sym_DOT, STATE(280), 1, aux_sym_expression_statement_repeat1, - ACTIONS(107), 15, + ACTIONS(85), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, @@ -13011,154 +13210,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [10386] = 14, + [10524] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(287), 1, - anon_sym_LPAREN, - ACTIONS(291), 1, + ACTIONS(7), 1, anon_sym_SQUOTE, - ACTIONS(293), 1, + ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(297), 1, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(303), 1, - anon_sym_not, - ACTIONS(701), 1, + ACTIONS(799), 1, + anon_sym_RBRACK, + ACTIONS(801), 1, sym_identifier, - ACTIONS(703), 1, + ACTIONS(803), 1, sym_number, - STATE(84), 1, + STATE(292), 1, + aux_sym_list_repeat1, + STATE(845), 1, sym_normal_command, - STATE(159), 1, - sym_var_unit, - STATE(318), 1, - aux_sym_var_unit_repeat1, - ACTIONS(289), 2, - anon_sym_true, - anon_sym_false, - STATE(74), 2, + STATE(846), 1, sym_string, - sym_listitem, - STATE(162), 4, - sym_bool, + STATE(1001), 1, sym_list, - sym__logic_unit, + STATE(1002), 1, sym_expression_statement, - [10434] = 14, + STATE(1065), 1, + sym_listitem, + STATE(1219), 1, + sym_dictionaries, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(1107), 2, + sym_bool, + sym_variableunit, + [10578] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, + ACTIONS(118), 1, + anon_sym_LBRACE, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(127), 1, - sym_number, - ACTIONS(129), 1, - anon_sym_not, - ACTIONS(683), 1, + ACTIONS(805), 1, + anon_sym_RBRACK, + ACTIONS(807), 1, sym_identifier, - STATE(330), 1, - aux_sym_var_unit_repeat1, - STATE(444), 1, + ACTIONS(809), 1, + sym_number, + STATE(255), 1, + aux_sym_list_repeat1, + STATE(852), 1, sym_normal_command, - STATE(1219), 1, - sym_var_unit, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(443), 2, + STATE(853), 1, sym_string, - sym_listitem, - STATE(517), 4, - sym_bool, + STATE(1003), 1, sym_list, - sym__logic_unit, + STATE(1004), 1, sym_expression_statement, - [10482] = 14, + STATE(1065), 1, + sym_listitem, + STATE(1115), 1, + sym_bool, + STATE(1118), 1, + sym_variableunit, + STATE(1219), 1, + sym_dictionaries, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + [10634] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(127), 1, + ACTIONS(124), 1, sym_number, - ACTIONS(129), 1, + ACTIONS(126), 1, anon_sym_not, - ACTIONS(683), 1, + ACTIONS(667), 1, sym_identifier, - STATE(330), 1, + STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(444), 1, + STATE(429), 1, sym_normal_command, - STATE(1164), 1, + STATE(1174), 1, sym_var_unit, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(443), 2, + STATE(430), 2, sym_string, sym_listitem, - STATE(517), 4, + STATE(518), 4, sym_bool, sym_list, sym__logic_unit, - sym_expression_statement, - [10530] = 2, - ACTIONS(305), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - ACTIONS(307), 10, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - [10554] = 2, - ACTIONS(246), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - ACTIONS(244), 10, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [10578] = 2, - ACTIONS(313), 9, + sym_expression_statement, + [10682] = 2, + ACTIONS(340), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -13168,7 +13330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(311), 10, + ACTIONS(338), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -13176,52 +13338,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [10602] = 17, + [10706] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(795), 1, - anon_sym_RBRACK, - ACTIONS(797), 1, - sym_identifier, - ACTIONS(799), 1, + ACTIONS(124), 1, sym_number, - STATE(249), 1, - aux_sym_list_repeat1, - STATE(855), 1, + ACTIONS(126), 1, + anon_sym_not, + ACTIONS(667), 1, + sym_identifier, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(429), 1, sym_normal_command, - STATE(856), 1, + STATE(1218), 1, + sym_var_unit, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(430), 2, sym_string, - STATE(1003), 1, + sym_listitem, + STATE(518), 4, + sym_bool, sym_list, - STATE(1006), 1, + sym__logic_unit, sym_expression_statement, - STATE(1053), 1, - sym_listitem, - STATE(1225), 1, - sym_dictionaries, - ACTIONS(119), 2, + [10754] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(244), 1, + anon_sym_LPAREN, + ACTIONS(248), 1, + anon_sym_SQUOTE, + ACTIONS(250), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(254), 1, + anon_sym_LBRACK, + ACTIONS(260), 1, + anon_sym_not, + ACTIONS(663), 1, + sym_identifier, + ACTIONS(665), 1, + sym_number, + STATE(88), 1, + sym_normal_command, + STATE(193), 1, + sym_var_unit, + STATE(322), 1, + aux_sym_var_unit_repeat1, + ACTIONS(246), 2, anon_sym_true, anon_sym_false, - STATE(1125), 2, + STATE(89), 2, + sym_string, + sym_listitem, + STATE(188), 4, sym_bool, - sym_variableunit, - [10656] = 3, + sym_list, + sym__logic_unit, + sym_expression_statement, + [10802] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(161), 1, + ACTIONS(138), 1, anon_sym_GT, - ACTIONS(163), 17, + ACTIONS(141), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, @@ -13239,20 +13432,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_in, anon_sym_DOT, - [10682] = 4, - ACTIONS(191), 1, - anon_sym_DOT, - STATE(152), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(93), 7, + [10828] = 2, + ACTIONS(344), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(95), 10, + ACTIONS(342), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -13263,20 +13454,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - [10710] = 4, - ACTIONS(191), 1, - anon_sym_DOT, - STATE(153), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(93), 7, + [10852] = 2, + ACTIONS(348), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(95), 10, + ACTIONS(346), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -13287,140 +13476,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - [10738] = 18, + [10876] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(123), 1, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(801), 1, - anon_sym_RBRACK, - ACTIONS(803), 1, - sym_identifier, - ACTIONS(805), 1, + ACTIONS(124), 1, sym_number, - STATE(258), 1, - aux_sym_list_repeat1, - STATE(809), 1, + ACTIONS(126), 1, + anon_sym_not, + ACTIONS(667), 1, + sym_identifier, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(429), 1, sym_normal_command, - STATE(810), 1, + STATE(1216), 1, + sym_var_unit, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(430), 2, sym_string, - STATE(970), 1, - sym_expression_statement, - STATE(1005), 1, - sym_list, - STATE(1053), 1, sym_listitem, - STATE(1093), 1, - sym_variableunit, - STATE(1097), 1, + STATE(518), 4, sym_bool, - STATE(1225), 1, - sym_dictionaries, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - [10794] = 14, + sym_list, + sym__logic_unit, + sym_expression_statement, + [10924] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(380), 1, - anon_sym_LPAREN, - ACTIONS(384), 1, + ACTIONS(7), 1, anon_sym_SQUOTE, - ACTIONS(386), 1, + ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(390), 1, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(396), 1, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, anon_sym_not, - ACTIONS(807), 1, + ACTIONS(667), 1, sym_identifier, - ACTIONS(809), 1, - sym_number, - STATE(290), 1, - sym_normal_command, STATE(317), 1, aux_sym_var_unit_repeat1, - STATE(953), 1, + STATE(429), 1, + sym_normal_command, + STATE(1165), 1, sym_var_unit, - ACTIONS(382), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(289), 2, + STATE(430), 2, sym_string, sym_listitem, - STATE(425), 4, + STATE(518), 4, sym_bool, sym_list, sym__logic_unit, sym_expression_statement, - [10842] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(61), 1, - anon_sym_GT, - ACTIONS(640), 1, - anon_sym_LBRACK, - ACTIONS(63), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_DOT, - [10870] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(177), 1, - anon_sym_GT, - ACTIONS(179), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + [10972] = 2, + ACTIONS(304), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_DOT, - [10896] = 4, - ACTIONS(238), 1, - anon_sym_DOT, - STATE(185), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(93), 8, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(95), 9, + ACTIONS(302), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -13428,56 +13563,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - [10924] = 3, + [10996] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(181), 1, - anon_sym_GT, - ACTIONS(183), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_DOT, - [10950] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(141), 1, - anon_sym_GT, - ACTIONS(144), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + ACTIONS(667), 1, + sym_identifier, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(429), 1, + sym_normal_command, + STATE(1206), 1, + sym_var_unit, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(430), 2, + sym_string, + sym_listitem, + STATE(518), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [11044] = 2, + ACTIONS(296), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_not, + anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_DOT, - [10976] = 2, - ACTIONS(263), 9, + sym_comment, + ACTIONS(294), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -13485,68 +13619,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(265), 10, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - [11000] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(141), 1, - anon_sym_GT, - ACTIONS(157), 1, - anon_sym_LBRACK, - ACTIONS(144), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_DOT, - [11028] = 3, + [11068] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(131), 1, - anon_sym_GT, - ACTIONS(133), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + ACTIONS(667), 1, + sym_identifier, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(429), 1, + sym_normal_command, + STATE(1227), 1, + sym_var_unit, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(430), 2, + sym_string, + sym_listitem, + STATE(518), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [11116] = 2, + ACTIONS(296), 9, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_not, + anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_DOT, - [11054] = 2, - ACTIONS(311), 9, + sym_comment, + ACTIONS(294), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -13554,32 +13675,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(313), 10, - ts_builtin_sym_end, + [11140] = 6, + ACTIONS(191), 1, + anon_sym_DOT, + STATE(153), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(291), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, + sym_comment, + ACTIONS(55), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - [11078] = 2, - ACTIONS(244), 9, - anon_sym_SQUOTE, - sym_identifier, + ACTIONS(57), 5, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, + ACTIONS(288), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(246), 10, - ts_builtin_sym_end, + [11172] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + ACTIONS(667), 1, + sym_identifier, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(429), 1, + sym_normal_command, + STATE(1211), 1, + sym_var_unit, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(430), 2, + sym_string, + sym_listitem, + STATE(518), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [11220] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -13589,8 +13749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [11102] = 2, - ACTIONS(244), 9, + ACTIONS(294), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -13598,10 +13757,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(246), 10, - ts_builtin_sym_end, + [11244] = 2, + ACTIONS(296), 9, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, @@ -13611,8 +13771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [11126] = 2, - ACTIONS(244), 9, + ACTIONS(294), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -13620,21 +13779,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(246), 10, - ts_builtin_sym_end, + [11268] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(124), 1, + sym_number, + ACTIONS(126), 1, + anon_sym_not, + ACTIONS(667), 1, + sym_identifier, + STATE(317), 1, + aux_sym_var_unit_repeat1, + STATE(429), 1, + sym_normal_command, + STATE(1198), 1, + sym_var_unit, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(430), 2, + sym_string, + sym_listitem, + STATE(518), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [11316] = 4, + ACTIONS(191), 1, + anon_sym_DOT, + STATE(156), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(55), 7, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, sym_comment, - [11150] = 2, - ACTIONS(244), 9, + ACTIONS(57), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -13642,95 +13837,319 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(246), 10, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [11344] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(811), 1, + anon_sym_COMMA, + ACTIONS(815), 1, + anon_sym_RPAREN, + STATE(287), 1, + aux_sym_expression_statement_repeat1, + STATE(759), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_QMARK, + ACTIONS(55), 8, + anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [11383] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(306), 1, + anon_sym_LPAREN, + ACTIONS(310), 1, + anon_sym_SQUOTE, + ACTIONS(312), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(316), 1, + anon_sym_LBRACK, + ACTIONS(710), 1, + sym_identifier, + ACTIONS(819), 1, + sym_number, + ACTIONS(821), 1, + anon_sym_not, + STATE(312), 1, + sym_normal_command, + STATE(318), 1, + aux_sym_var_unit_repeat1, + ACTIONS(308), 2, + anon_sym_true, + anon_sym_false, + STATE(267), 2, + sym_string, + sym_listitem, + STATE(387), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [11428] = 13, + ACTIONS(3), 1, sym_comment, - [11174] = 2, - ACTIONS(244), 9, + ACTIONS(398), 1, + anon_sym_LPAREN, + ACTIONS(402), 1, anon_sym_SQUOTE, + ACTIONS(404), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(408), 1, + anon_sym_LBRACK, + ACTIONS(726), 1, sym_identifier, + ACTIONS(823), 1, + sym_number, + ACTIONS(825), 1, anon_sym_not, + STATE(262), 1, + sym_normal_command, + STATE(318), 1, + aux_sym_var_unit_repeat1, + ACTIONS(400), 2, + anon_sym_true, + anon_sym_false, + STATE(263), 2, + sym_string, + sym_listitem, + STATE(366), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [11473] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, anon_sym_GT, + ACTIONS(518), 1, + anon_sym_LPAREN, + ACTIONS(630), 1, + anon_sym_LBRACK, + ACTIONS(634), 1, + anon_sym_DOT, + STATE(279), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(31), 12, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_if, - anon_sym_foreach, - ACTIONS(246), 10, - ts_builtin_sym_end, + [11506] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(667), 1, + sym_identifier, + ACTIONS(827), 1, + sym_number, + ACTIONS(829), 1, + anon_sym_not, + STATE(318), 1, + aux_sym_var_unit_repeat1, + STATE(429), 1, + sym_normal_command, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(430), 2, + sym_string, + sym_listitem, + STATE(513), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [11551] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(831), 1, + anon_sym_LPAREN, + ACTIONS(837), 1, + anon_sym_SQUOTE, + ACTIONS(840), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(843), 1, + anon_sym_LBRACK, + ACTIONS(846), 1, + sym_identifier, + ACTIONS(849), 1, + sym_number, + ACTIONS(852), 1, + anon_sym_not, + STATE(318), 1, + aux_sym_var_unit_repeat1, + STATE(429), 1, + sym_normal_command, + ACTIONS(834), 2, + anon_sym_true, + anon_sym_false, + STATE(430), 2, + sym_string, + sym_listitem, + STATE(716), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [11596] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(855), 1, + anon_sym_COMMA, + ACTIONS(859), 1, + anon_sym_RPAREN, + STATE(287), 1, + aux_sym_expression_statement_repeat1, + STATE(759), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_QMARK, + ACTIONS(55), 8, + anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - [11198] = 2, - ACTIONS(244), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_if, - anon_sym_foreach, - ACTIONS(246), 10, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [11635] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(863), 1, + anon_sym_COLON, + STATE(290), 1, + aux_sym_expression_statement_repeat1, + STATE(761), 1, + aux_sym_variableunit_repeat1, + ACTIONS(52), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_QMARK, + ACTIONS(55), 8, + anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - [11222] = 2, - ACTIONS(311), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_if, - anon_sym_foreach, - ACTIONS(313), 10, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [11672] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(867), 1, + anon_sym_COMMA, + ACTIONS(871), 1, + anon_sym_RPAREN, + STATE(287), 1, + aux_sym_expression_statement_repeat1, + STATE(759), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_QMARK, + ACTIONS(55), 8, + anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [11711] = 13, + ACTIONS(3), 1, sym_comment, - [11246] = 3, + ACTIONS(244), 1, + anon_sym_LPAREN, + ACTIONS(248), 1, + anon_sym_SQUOTE, + ACTIONS(250), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(254), 1, + anon_sym_LBRACK, + ACTIONS(663), 1, + sym_identifier, + ACTIONS(875), 1, + sym_number, + ACTIONS(877), 1, + anon_sym_not, + STATE(88), 1, + sym_normal_command, + STATE(318), 1, + aux_sym_var_unit_repeat1, + ACTIONS(246), 2, + anon_sym_true, + anon_sym_false, + STATE(89), 2, + sym_string, + sym_listitem, + STATE(171), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [11756] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(147), 1, + ACTIONS(201), 1, anon_sym_GT, - ACTIONS(149), 17, + ACTIONS(203), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_SLASH, @@ -13744,85 +14163,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_in, anon_sym_DOT, - [11272] = 2, - ACTIONS(271), 9, + [11781] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(376), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_SQUOTE, + ACTIONS(382), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(386), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, sym_identifier, + ACTIONS(879), 1, + sym_number, + ACTIONS(881), 1, anon_sym_not, + STATE(283), 1, + sym_normal_command, + STATE(318), 1, + aux_sym_var_unit_repeat1, + ACTIONS(378), 2, + anon_sym_true, + anon_sym_false, + STATE(286), 2, + sym_string, + sym_listitem, + STATE(364), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [11826] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - ACTIONS(273), 10, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(883), 1, + anon_sym_COMMA, + ACTIONS(887), 1, + anon_sym_RPAREN, + STATE(287), 1, + aux_sym_expression_statement_repeat1, + STATE(759), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_QMARK, + ACTIONS(55), 8, + anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [11865] = 10, + ACTIONS(3), 1, sym_comment, - [11296] = 2, - ACTIONS(307), 9, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(891), 1, + anon_sym_COMMA, + ACTIONS(895), 1, + anon_sym_RPAREN, + STATE(287), 1, + aux_sym_expression_statement_repeat1, + STATE(759), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_QMARK, + ACTIONS(55), 8, + anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - ACTIONS(305), 10, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [11320] = 2, - ACTIONS(267), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, + [11904] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - ACTIONS(269), 10, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(899), 1, + anon_sym_COMMA, + ACTIONS(903), 1, + anon_sym_RPAREN, + STATE(287), 1, + aux_sym_expression_statement_repeat1, + STATE(759), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_QMARK, + ACTIONS(55), 8, + anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - [11344] = 3, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [11943] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(240), 1, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(242), 16, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(907), 1, anon_sym_COMMA, + ACTIONS(911), 1, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, + STATE(287), 1, + aux_sym_expression_statement_repeat1, + STATE(759), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -13831,28 +14311,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_DOT, - [11369] = 10, + [11982] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(628), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(811), 1, + ACTIONS(915), 1, anon_sym_COMMA, - ACTIONS(815), 1, + ACTIONS(919), 1, anon_sym_RPAREN, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -13861,27 +14340,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [11408] = 10, + [12021] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(628), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(819), 1, + ACTIONS(923), 1, anon_sym_COMMA, - ACTIONS(823), 1, + ACTIONS(927), 1, anon_sym_RPAREN, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -13890,25 +14369,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [11447] = 8, + [12060] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - STATE(264), 1, + ACTIONS(931), 1, + anon_sym_COMMA, + ACTIONS(935), 1, + anon_sym_RPAREN, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(827), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -13917,91 +14398,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [11482] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(380), 1, - anon_sym_LPAREN, - ACTIONS(384), 1, - anon_sym_SQUOTE, - ACTIONS(386), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(390), 1, - anon_sym_LBRACK, - ACTIONS(807), 1, - sym_identifier, - ACTIONS(831), 1, - sym_number, - ACTIONS(833), 1, - anon_sym_not, - STATE(290), 1, - sym_normal_command, - STATE(328), 1, - aux_sym_var_unit_repeat1, - ACTIONS(382), 2, - anon_sym_true, - anon_sym_false, - STATE(289), 2, - sym_string, - sym_listitem, - STATE(397), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [11527] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(287), 1, - anon_sym_LPAREN, - ACTIONS(291), 1, - anon_sym_SQUOTE, - ACTIONS(293), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(297), 1, - anon_sym_LBRACK, - ACTIONS(701), 1, - sym_identifier, - ACTIONS(835), 1, - sym_number, - ACTIONS(837), 1, - anon_sym_not, - STATE(84), 1, - sym_normal_command, - STATE(328), 1, - aux_sym_var_unit_repeat1, - ACTIONS(289), 2, - anon_sym_true, - anon_sym_false, - STATE(74), 2, - sym_string, - sym_listitem, - STATE(163), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [11572] = 10, + [12099] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(839), 1, - anon_sym_COMMA, - ACTIONS(843), 1, - anon_sym_RPAREN, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(939), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14010,27 +14425,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [11611] = 10, + [12134] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(847), 1, - anon_sym_COMMA, - ACTIONS(851), 1, - anon_sym_RPAREN, - STATE(265), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(939), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14039,27 +14452,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [11650] = 10, + [12169] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(628), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(855), 1, + ACTIONS(943), 1, anon_sym_COMMA, - ACTIONS(859), 1, + ACTIONS(947), 1, anon_sym_RPAREN, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14068,59 +14481,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [11689] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(398), 1, - anon_sym_LPAREN, - ACTIONS(402), 1, - anon_sym_SQUOTE, - ACTIONS(404), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(408), 1, - anon_sym_LBRACK, - ACTIONS(685), 1, - sym_identifier, - ACTIONS(863), 1, - sym_number, - ACTIONS(865), 1, - anon_sym_not, - STATE(295), 1, - sym_normal_command, - STATE(328), 1, - aux_sym_var_unit_repeat1, - ACTIONS(400), 2, - anon_sym_true, - anon_sym_false, - STATE(278), 2, - sym_string, - sym_listitem, - STATE(369), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [11734] = 10, + [12208] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(628), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(867), 1, + ACTIONS(951), 1, anon_sym_COMMA, - ACTIONS(871), 1, + ACTIONS(955), 1, anon_sym_RPAREN, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14129,19 +14510,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [11773] = 3, + [12247] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(220), 1, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(222), 16, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(959), 1, anon_sym_COMMA, + ACTIONS(963), 1, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, + STATE(287), 1, + aux_sym_expression_statement_repeat1, + STATE(759), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14150,28 +14539,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - anon_sym_DOT, - [11798] = 10, + [12286] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(628), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(875), 1, + ACTIONS(967), 1, anon_sym_COMMA, - ACTIONS(879), 1, + ACTIONS(971), 1, anon_sym_RPAREN, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14180,27 +14568,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [11837] = 10, + [12325] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(628), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(883), 1, + ACTIONS(975), 1, anon_sym_COMMA, - ACTIONS(887), 1, + ACTIONS(979), 1, anon_sym_RPAREN, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14209,25 +14597,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [11876] = 8, + [12364] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - STATE(265), 1, + ACTIONS(983), 1, + anon_sym_COMMA, + ACTIONS(987), 1, + anon_sym_RPAREN, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(827), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14236,59 +14626,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [11911] = 13, + [12403] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(891), 1, - anon_sym_LPAREN, - ACTIONS(897), 1, - anon_sym_SQUOTE, - ACTIONS(900), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(903), 1, - anon_sym_LBRACK, - ACTIONS(906), 1, - sym_identifier, - ACTIONS(909), 1, - sym_number, - ACTIONS(912), 1, - anon_sym_not, - STATE(328), 1, - aux_sym_var_unit_repeat1, - STATE(444), 1, - sym_normal_command, - ACTIONS(894), 2, - anon_sym_true, - anon_sym_false, - STATE(443), 2, - sym_string, - sym_listitem, - STATE(677), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [11956] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(628), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(915), 1, + ACTIONS(991), 1, anon_sym_COMMA, - ACTIONS(919), 1, + ACTIONS(995), 1, anon_sym_RPAREN, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14297,59 +14655,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [11995] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(683), 1, - sym_identifier, - ACTIONS(923), 1, - sym_number, - ACTIONS(925), 1, - anon_sym_not, - STATE(328), 1, - aux_sym_var_unit_repeat1, - STATE(444), 1, - sym_normal_command, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(443), 2, - sym_string, - sym_listitem, - STATE(519), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [12040] = 10, + [12442] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(628), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(927), 1, + ACTIONS(999), 1, anon_sym_COMMA, - ACTIONS(931), 1, + ACTIONS(1003), 1, anon_sym_RPAREN, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14358,24 +14684,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [12079] = 7, + [12481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, + ACTIONS(205), 1, anon_sym_GT, - ACTIONS(512), 1, - anon_sym_LPAREN, - ACTIONS(620), 1, - anon_sym_LBRACK, - ACTIONS(628), 1, - anon_sym_DOT, - STATE(225), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(31), 12, + ACTIONS(207), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14384,26 +14705,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [12112] = 9, + anon_sym_DOT, + [12506] = 11, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(13), 1, + anon_sym_if, + ACTIONS(1007), 1, + sym_identifier, + ACTIONS(1009), 1, + anon_sym_foreach, + ACTIONS(1011), 1, + anon_sym_endforeach, + ACTIONS(1013), 1, + sym_comment, + STATE(758), 1, + sym_normal_command, + STATE(882), 1, + sym_if_command, + STATE(1120), 2, + sym_string, + sym_listitem, + STATE(376), 6, + sym__unit, + sym_operatorunit, + sym_expression_statement, + sym_if_condition, + sym_foreach_command, + aux_sym_source_file_repeat1, + [12546] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(338), 1, anon_sym_GT, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(935), 1, - anon_sym_COLON, - STATE(264), 1, - aux_sym_expression_statement_repeat1, - STATE(758), 1, - aux_sym_variableunit_repeat1, - ACTIONS(100), 2, + ACTIONS(340), 15, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(626), 2, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14412,27 +14756,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [12149] = 10, + [12570] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(342), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(939), 1, + ACTIONS(344), 15, anon_sym_COMMA, - ACTIONS(943), 1, anon_sym_RPAREN, - STATE(265), 1, - aux_sym_expression_statement_repeat1, - STATE(779), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14441,27 +14777,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [12188] = 10, + [12594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(346), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(947), 1, + ACTIONS(348), 15, anon_sym_COMMA, - ACTIONS(951), 1, anon_sym_RPAREN, - STATE(265), 1, - aux_sym_expression_statement_repeat1, - STATE(779), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14470,59 +14798,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [12227] = 13, + [12618] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(320), 1, - anon_sym_LPAREN, - ACTIONS(324), 1, - anon_sym_SQUOTE, - ACTIONS(326), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(330), 1, - anon_sym_LBRACK, - ACTIONS(711), 1, - sym_identifier, - ACTIONS(955), 1, - sym_number, - ACTIONS(957), 1, - anon_sym_not, - STATE(245), 1, - sym_normal_command, - STATE(328), 1, - aux_sym_var_unit_repeat1, - ACTIONS(322), 2, - anon_sym_true, - anon_sym_false, - STATE(244), 2, - sym_string, - sym_listitem, - STATE(368), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [12272] = 10, + ACTIONS(302), 1, + anon_sym_GT, + ACTIONS(304), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [12642] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(294), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(959), 1, + ACTIONS(296), 15, anon_sym_COMMA, - ACTIONS(963), 1, anon_sym_RPAREN, - STATE(265), 1, - aux_sym_expression_statement_repeat1, - STATE(779), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14531,27 +14840,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [12311] = 10, + [12666] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(294), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(967), 1, + ACTIONS(296), 15, anon_sym_COMMA, - ACTIONS(971), 1, anon_sym_RPAREN, - STATE(265), 1, - aux_sym_expression_statement_repeat1, - STATE(779), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14560,27 +14861,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [12350] = 10, + [12690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(294), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(975), 1, + ACTIONS(296), 15, anon_sym_COMMA, - ACTIONS(979), 1, anon_sym_RPAREN, - STATE(265), 1, - aux_sym_expression_statement_repeat1, - STATE(779), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14589,27 +14882,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [12389] = 10, + [12714] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(294), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(983), 1, + ACTIONS(296), 15, anon_sym_COMMA, - ACTIONS(987), 1, anon_sym_RPAREN, - STATE(265), 1, - aux_sym_expression_statement_repeat1, - STATE(779), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14618,27 +14903,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [12428] = 10, + [12738] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(294), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(991), 1, + ACTIONS(296), 15, anon_sym_COMMA, - ACTIONS(995), 1, anon_sym_RPAREN, - STATE(265), 1, - aux_sym_expression_statement_repeat1, - STATE(779), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14647,27 +14924,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [12467] = 10, + [12762] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(294), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(999), 1, + ACTIONS(296), 15, anon_sym_COMMA, - ACTIONS(1003), 1, anon_sym_RPAREN, - STATE(265), 1, - aux_sym_expression_statement_repeat1, - STATE(779), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -14676,12 +14945,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [12506] = 3, + [12786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(244), 1, + ACTIONS(302), 1, anon_sym_GT, - ACTIONS(246), 15, + ACTIONS(304), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, @@ -14697,94 +14966,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [12530] = 11, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, + [12810] = 11, + ACTIONS(550), 1, + anon_sym_not, + ACTIONS(552), 1, + anon_sym_EQ_EQ, + ACTIONS(554), 1, + anon_sym_BANG_EQ, + ACTIONS(556), 1, + anon_sym_GT_EQ, + ACTIONS(558), 1, + anon_sym_GT, + ACTIONS(560), 1, + anon_sym_LT, + ACTIONS(562), 1, + anon_sym_and, + ACTIONS(564), 1, + anon_sym_or, + ACTIONS(566), 1, + anon_sym_in, + ACTIONS(600), 3, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(13), 1, - anon_sym_if, - ACTIONS(1007), 1, + anon_sym_QMARK, + sym_comment, + ACTIONS(598), 5, + anon_sym_SQUOTE, sym_identifier, - ACTIONS(1009), 1, + anon_sym_if, anon_sym_foreach, - ACTIONS(1011), 1, anon_sym_endforeach, - ACTIONS(1013), 1, - sym_comment, - STATE(776), 1, - sym_normal_command, - STATE(898), 1, - sym_if_command, - STATE(1160), 2, - sym_string, - sym_listitem, - STATE(401), 6, - sym__unit, - sym_operatorunit, - sym_expression_statement, - sym_if_condition, - sym_foreach_command, - aux_sym_source_file_repeat1, - [12570] = 11, + [12850] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(13), 1, anon_sym_if, - ACTIONS(1007), 1, - sym_identifier, - ACTIONS(1009), 1, - anon_sym_foreach, ACTIONS(1015), 1, - anon_sym_endforeach, + sym_identifier, ACTIONS(1017), 1, + anon_sym_endif, + ACTIONS(1019), 1, + anon_sym_foreach, + ACTIONS(1021), 1, sym_comment, - STATE(776), 1, + STATE(779), 1, sym_normal_command, - STATE(898), 1, + STATE(921), 1, sym_if_command, - STATE(1160), 2, + STATE(1142), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(416), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [12610] = 11, - ACTIONS(7), 1, + [12890] = 6, + ACTIONS(1023), 1, + anon_sym_LPAREN, + ACTIONS(1025), 1, + anon_sym_LBRACK, + ACTIONS(1028), 1, + anon_sym_DOT, + STATE(455), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(39), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(37), 9, anon_sym_SQUOTE, - ACTIONS(9), 1, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [12920] = 2, + ACTIONS(570), 8, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(13), 1, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + ACTIONS(568), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, anon_sym_if, - ACTIONS(1007), 1, + anon_sym_foreach, + [12942] = 11, + ACTIONS(550), 1, + anon_sym_not, + ACTIONS(552), 1, + anon_sym_EQ_EQ, + ACTIONS(554), 1, + anon_sym_BANG_EQ, + ACTIONS(556), 1, + anon_sym_GT_EQ, + ACTIONS(558), 1, + anon_sym_GT, + ACTIONS(560), 1, + anon_sym_LT, + ACTIONS(562), 1, + anon_sym_and, + ACTIONS(564), 1, + anon_sym_or, + ACTIONS(566), 1, + anon_sym_in, + ACTIONS(598), 4, + anon_sym_SQUOTE, sym_identifier, - ACTIONS(1009), 1, + anon_sym_if, anon_sym_foreach, - ACTIONS(1017), 1, + ACTIONS(600), 4, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_QMARK, sym_comment, - ACTIONS(1019), 1, - anon_sym_endforeach, - STATE(776), 1, - sym_normal_command, - STATE(898), 1, - sym_if_command, - STATE(1160), 2, - sym_string, - sym_listitem, - STATE(423), 6, - sym__unit, - sym_operatorunit, - sym_expression_statement, - sym_if_condition, - sym_foreach_command, - aux_sym_source_file_repeat1, - [12650] = 11, + [12982] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -14795,103 +15108,192 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, - sym_comment, - ACTIONS(1021), 1, + ACTIONS(1031), 1, anon_sym_endforeach, - STATE(776), 1, + ACTIONS(1033), 1, + sym_comment, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [12690] = 11, - ACTIONS(7), 1, + [13022] = 11, + ACTIONS(495), 1, anon_sym_SQUOTE, - ACTIONS(9), 1, + ACTIONS(498), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(13), 1, + ACTIONS(504), 1, + anon_sym_endif, + ACTIONS(506), 1, anon_sym_if, - ACTIONS(1007), 1, + ACTIONS(1035), 1, sym_identifier, - ACTIONS(1009), 1, + ACTIONS(1038), 1, anon_sym_foreach, - ACTIONS(1023), 1, - anon_sym_endforeach, - ACTIONS(1025), 1, + ACTIONS(1041), 1, sym_comment, - STATE(776), 1, + STATE(779), 1, sym_normal_command, - STATE(898), 1, + STATE(921), 1, sym_if_command, - STATE(1160), 2, + STATE(1142), 2, sym_string, sym_listitem, - STATE(345), 6, + STATE(361), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [12730] = 11, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, + [13062] = 4, + ACTIONS(291), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(13), 1, + sym_comment, + ACTIONS(55), 5, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(57), 5, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + ACTIONS(288), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, anon_sym_if, - ACTIONS(1007), 1, + anon_sym_foreach, + [13088] = 11, + ACTIONS(576), 1, + anon_sym_not, + ACTIONS(578), 1, + anon_sym_EQ_EQ, + ACTIONS(580), 1, + anon_sym_BANG_EQ, + ACTIONS(582), 1, + anon_sym_GT_EQ, + ACTIONS(584), 1, + anon_sym_GT, + ACTIONS(586), 1, + anon_sym_LT, + ACTIONS(588), 1, + anon_sym_and, + ACTIONS(590), 1, + anon_sym_or, + ACTIONS(592), 1, + anon_sym_in, + ACTIONS(608), 4, + anon_sym_SQUOTE, sym_identifier, - ACTIONS(1009), 1, + anon_sym_if, + anon_sym_foreach, + ACTIONS(610), 4, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_QMARK, + sym_comment, + [13128] = 11, + ACTIONS(550), 1, + anon_sym_not, + ACTIONS(552), 1, + anon_sym_EQ_EQ, + ACTIONS(554), 1, + anon_sym_BANG_EQ, + ACTIONS(556), 1, + anon_sym_GT_EQ, + ACTIONS(558), 1, + anon_sym_GT, + ACTIONS(560), 1, + anon_sym_LT, + ACTIONS(562), 1, + anon_sym_and, + ACTIONS(564), 1, + anon_sym_or, + ACTIONS(566), 1, + anon_sym_in, + ACTIONS(546), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, anon_sym_foreach, - ACTIONS(1027), 1, - anon_sym_endforeach, - ACTIONS(1029), 1, - sym_comment, - STATE(776), 1, - sym_normal_command, - STATE(898), 1, - sym_if_command, - STATE(1160), 2, - sym_string, - sym_listitem, - STATE(346), 6, - sym__unit, - sym_operatorunit, - sym_expression_statement, - sym_if_condition, - sym_foreach_command, - aux_sym_source_file_repeat1, - [12770] = 2, - ACTIONS(521), 7, + ACTIONS(548), 4, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, + sym_comment, + [13168] = 11, + ACTIONS(576), 1, + anon_sym_not, + ACTIONS(578), 1, anon_sym_EQ_EQ, + ACTIONS(580), 1, anon_sym_BANG_EQ, + ACTIONS(582), 1, anon_sym_GT_EQ, + ACTIONS(584), 1, + anon_sym_GT, + ACTIONS(586), 1, anon_sym_LT, + ACTIONS(588), 1, + anon_sym_and, + ACTIONS(590), 1, + anon_sym_or, + ACTIONS(592), 1, + anon_sym_in, + ACTIONS(610), 3, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_QMARK, sym_comment, - ACTIONS(519), 10, + ACTIONS(608), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [13208] = 11, + ACTIONS(550), 1, anon_sym_not, + ACTIONS(552), 1, + anon_sym_EQ_EQ, + ACTIONS(554), 1, + anon_sym_BANG_EQ, + ACTIONS(556), 1, + anon_sym_GT_EQ, + ACTIONS(558), 1, anon_sym_GT, + ACTIONS(560), 1, + anon_sym_LT, + ACTIONS(562), 1, anon_sym_and, + ACTIONS(564), 1, anon_sym_or, + ACTIONS(566), 1, anon_sym_in, + ACTIONS(548), 3, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_QMARK, + sym_comment, + ACTIONS(546), 5, + anon_sym_SQUOTE, + sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [12792] = 11, + [13248] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -14902,25 +15304,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1031), 1, + ACTIONS(1044), 1, anon_sym_endforeach, - ACTIONS(1033), 1, + ACTIONS(1046), 1, sym_comment, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(347), 6, + STATE(369), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [12832] = 11, + [13288] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -14931,25 +15333,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, - sym_comment, - ACTIONS(1035), 1, + ACTIONS(1048), 1, anon_sym_endforeach, - STATE(776), 1, + ACTIONS(1050), 1, + sym_comment, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(370), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [12872] = 11, + [13328] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -14960,25 +15362,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, + ACTIONS(1033), 1, sym_comment, - ACTIONS(1037), 1, + ACTIONS(1052), 1, anon_sym_endforeach, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [12912] = 11, + [13368] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -14989,25 +15391,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1039), 1, - anon_sym_endforeach, - ACTIONS(1041), 1, + ACTIONS(1033), 1, sym_comment, - STATE(776), 1, + ACTIONS(1054), 1, + anon_sym_endforeach, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(352), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [12952] = 11, + [13408] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -15018,25 +15420,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1043), 1, + ACTIONS(1056), 1, anon_sym_endforeach, - ACTIONS(1045), 1, + ACTIONS(1058), 1, sym_comment, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(353), 6, + STATE(374), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [12992] = 11, + [13448] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -15047,45 +15449,47 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, - sym_comment, - ACTIONS(1047), 1, + ACTIONS(1060), 1, anon_sym_endforeach, - STATE(776), 1, + ACTIONS(1062), 1, + sym_comment, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(375), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [13032] = 2, - ACTIONS(521), 8, - ts_builtin_sym_end, + [13488] = 4, + ACTIONS(291), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(55), 5, anon_sym_QMARK, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT, - sym_comment, - ACTIONS(519), 9, - anon_sym_SQUOTE, - sym_identifier, + ACTIONS(57), 5, anon_sym_not, anon_sym_GT, anon_sym_and, anon_sym_or, anon_sym_in, + ACTIONS(288), 5, + anon_sym_SQUOTE, + sym_identifier, anon_sym_if, anon_sym_foreach, - [13054] = 11, + anon_sym_endforeach, + [13514] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -15096,320 +15500,132 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, + ACTIONS(1033), 1, sym_comment, - ACTIONS(1049), 1, + ACTIONS(1064), 1, anon_sym_endforeach, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [13094] = 11, - ACTIONS(555), 1, - anon_sym_not, - ACTIONS(557), 1, - anon_sym_EQ_EQ, - ACTIONS(559), 1, - anon_sym_BANG_EQ, - ACTIONS(561), 1, - anon_sym_GT_EQ, - ACTIONS(563), 1, - anon_sym_GT, - ACTIONS(565), 1, - anon_sym_LT, - ACTIONS(567), 1, - anon_sym_and, - ACTIONS(569), 1, - anon_sym_or, - ACTIONS(571), 1, - anon_sym_in, - ACTIONS(551), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(553), 4, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_QMARK, - sym_comment, - [13134] = 11, - ACTIONS(533), 1, - anon_sym_not, - ACTIONS(535), 1, - anon_sym_EQ_EQ, - ACTIONS(537), 1, - anon_sym_BANG_EQ, - ACTIONS(539), 1, - anon_sym_GT_EQ, - ACTIONS(541), 1, - anon_sym_GT, - ACTIONS(543), 1, - anon_sym_LT, - ACTIONS(545), 1, - anon_sym_and, - ACTIONS(547), 1, - anon_sym_or, - ACTIONS(549), 1, - anon_sym_in, - ACTIONS(579), 3, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_QMARK, - sym_comment, - ACTIONS(577), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [13174] = 11, - ACTIONS(597), 1, + [13554] = 11, + ACTIONS(7), 1, anon_sym_SQUOTE, - ACTIONS(600), 1, + ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(606), 1, - anon_sym_endif, - ACTIONS(608), 1, + ACTIONS(13), 1, anon_sym_if, - ACTIONS(1051), 1, + ACTIONS(1007), 1, sym_identifier, - ACTIONS(1054), 1, + ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1057), 1, + ACTIONS(1033), 1, sym_comment, - STATE(786), 1, + ACTIONS(1066), 1, + anon_sym_endforeach, + STATE(758), 1, sym_normal_command, - STATE(917), 1, + STATE(882), 1, sym_if_command, - STATE(1123), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(361), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [13214] = 4, - ACTIONS(341), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(93), 5, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(95), 5, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - ACTIONS(338), 5, + [13594] = 11, + ACTIONS(7), 1, anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [13240] = 11, - ACTIONS(555), 1, - anon_sym_not, - ACTIONS(557), 1, - anon_sym_EQ_EQ, - ACTIONS(559), 1, - anon_sym_BANG_EQ, - ACTIONS(561), 1, - anon_sym_GT_EQ, - ACTIONS(563), 1, - anon_sym_GT, - ACTIONS(565), 1, - anon_sym_LT, - ACTIONS(567), 1, - anon_sym_and, - ACTIONS(569), 1, - anon_sym_or, - ACTIONS(571), 1, - anon_sym_in, - ACTIONS(553), 3, + ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_QMARK, - sym_comment, - ACTIONS(551), 5, - anon_sym_SQUOTE, - sym_identifier, + ACTIONS(13), 1, anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [13280] = 11, - ACTIONS(533), 1, - anon_sym_not, - ACTIONS(535), 1, - anon_sym_EQ_EQ, - ACTIONS(537), 1, - anon_sym_BANG_EQ, - ACTIONS(539), 1, - anon_sym_GT_EQ, - ACTIONS(541), 1, - anon_sym_GT, - ACTIONS(543), 1, - anon_sym_LT, - ACTIONS(545), 1, - anon_sym_and, - ACTIONS(547), 1, - anon_sym_or, - ACTIONS(549), 1, - anon_sym_in, - ACTIONS(531), 3, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_QMARK, - sym_comment, - ACTIONS(529), 5, - anon_sym_SQUOTE, + ACTIONS(1007), 1, sym_identifier, - anon_sym_if, + ACTIONS(1009), 1, anon_sym_foreach, - anon_sym_endforeach, - [13320] = 2, - ACTIONS(507), 7, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, + ACTIONS(1033), 1, sym_comment, - ACTIONS(505), 10, + ACTIONS(1068), 1, + anon_sym_endforeach, + STATE(758), 1, + sym_normal_command, + STATE(882), 1, + sym_if_command, + STATE(1120), 2, + sym_string, + sym_listitem, + STATE(424), 6, + sym__unit, + sym_operatorunit, + sym_expression_statement, + sym_if_condition, + sym_foreach_command, + aux_sym_source_file_repeat1, + [13634] = 11, + ACTIONS(7), 1, anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_endif, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(13), 1, anon_sym_if, - anon_sym_foreach, - [13342] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(311), 1, - anon_sym_GT, - ACTIONS(313), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [13366] = 11, - ACTIONS(533), 1, - anon_sym_not, - ACTIONS(535), 1, - anon_sym_EQ_EQ, - ACTIONS(537), 1, - anon_sym_BANG_EQ, - ACTIONS(539), 1, - anon_sym_GT_EQ, - ACTIONS(541), 1, - anon_sym_GT, - ACTIONS(543), 1, - anon_sym_LT, - ACTIONS(545), 1, - anon_sym_and, - ACTIONS(547), 1, - anon_sym_or, - ACTIONS(549), 1, - anon_sym_in, - ACTIONS(529), 4, - anon_sym_SQUOTE, + ACTIONS(1007), 1, sym_identifier, - anon_sym_if, + ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(531), 4, + ACTIONS(1070), 1, + anon_sym_endforeach, + ACTIONS(1072), 1, + sym_comment, + STATE(758), 1, + sym_normal_command, + STATE(882), 1, + sym_if_command, + STATE(1120), 2, + sym_string, + sym_listitem, + STATE(360), 6, + sym__unit, + sym_operatorunit, + sym_expression_statement, + sym_if_condition, + sym_foreach_command, + aux_sym_source_file_repeat1, + [13674] = 2, + ACTIONS(541), 8, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, - sym_comment, - [13406] = 11, - ACTIONS(555), 1, - anon_sym_not, - ACTIONS(557), 1, anon_sym_EQ_EQ, - ACTIONS(559), 1, anon_sym_BANG_EQ, - ACTIONS(561), 1, anon_sym_GT_EQ, - ACTIONS(563), 1, - anon_sym_GT, - ACTIONS(565), 1, anon_sym_LT, - ACTIONS(567), 1, - anon_sym_and, - ACTIONS(569), 1, - anon_sym_or, - ACTIONS(571), 1, - anon_sym_in, - ACTIONS(575), 3, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_QMARK, sym_comment, - ACTIONS(573), 5, + ACTIONS(539), 9, anon_sym_SQUOTE, sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [13446] = 11, - ACTIONS(555), 1, anon_sym_not, - ACTIONS(557), 1, - anon_sym_EQ_EQ, - ACTIONS(559), 1, - anon_sym_BANG_EQ, - ACTIONS(561), 1, - anon_sym_GT_EQ, - ACTIONS(563), 1, anon_sym_GT, - ACTIONS(565), 1, - anon_sym_LT, - ACTIONS(567), 1, anon_sym_and, - ACTIONS(569), 1, anon_sym_or, - ACTIONS(571), 1, anon_sym_in, - ACTIONS(573), 4, - anon_sym_SQUOTE, - sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(575), 4, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_QMARK, - sym_comment, - [13486] = 11, + [13696] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -15420,25 +15636,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, + ACTIONS(1033), 1, sym_comment, - ACTIONS(1060), 1, + ACTIONS(1074), 1, anon_sym_endforeach, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [13526] = 11, + [13736] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -15449,25 +15665,45 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, - sym_comment, - ACTIONS(1062), 1, + ACTIONS(1076), 1, anon_sym_endforeach, - STATE(776), 1, + ACTIONS(1078), 1, + sym_comment, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(412), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [13566] = 11, + [13776] = 2, + ACTIONS(541), 7, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + ACTIONS(539), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [13798] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -15478,46 +15714,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, - sym_comment, - ACTIONS(1064), 1, + ACTIONS(1080), 1, anon_sym_endforeach, - STATE(776), 1, + ACTIONS(1082), 1, + sym_comment, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(384), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [13606] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(244), 1, - anon_sym_GT, - ACTIONS(246), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [13630] = 11, + [13838] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -15528,25 +15743,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1066), 1, + ACTIONS(1084), 1, anon_sym_endforeach, - ACTIONS(1068), 1, + ACTIONS(1086), 1, sym_comment, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(370), 6, + STATE(385), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [13670] = 11, + [13878] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -15557,25 +15772,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1070), 1, - anon_sym_endforeach, - ACTIONS(1072), 1, + ACTIONS(1033), 1, sym_comment, - STATE(776), 1, + ACTIONS(1088), 1, + anon_sym_endforeach, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(371), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [13710] = 11, + [13918] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -15586,25 +15801,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1074), 1, - anon_sym_endforeach, - ACTIONS(1076), 1, + ACTIONS(1033), 1, sym_comment, - STATE(776), 1, + ACTIONS(1090), 1, + anon_sym_endforeach, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(372), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [13750] = 11, + [13958] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -15615,179 +15830,83 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, - sym_comment, - ACTIONS(1078), 1, + ACTIONS(1092), 1, anon_sym_endforeach, - STATE(776), 1, + ACTIONS(1094), 1, + sym_comment, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(389), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [13790] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(244), 1, - anon_sym_GT, - ACTIONS(246), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, + [13998] = 11, + ACTIONS(550), 1, anon_sym_not, + ACTIONS(552), 1, anon_sym_EQ_EQ, + ACTIONS(554), 1, anon_sym_BANG_EQ, + ACTIONS(556), 1, anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [13814] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(244), 1, + ACTIONS(558), 1, anon_sym_GT, - ACTIONS(246), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + ACTIONS(560), 1, anon_sym_LT, + ACTIONS(562), 1, anon_sym_and, + ACTIONS(564), 1, anon_sym_or, + ACTIONS(566), 1, anon_sym_in, - [13838] = 2, - ACTIONS(507), 8, - ts_builtin_sym_end, + ACTIONS(548), 3, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, sym_comment, - ACTIONS(505), 9, + ACTIONS(546), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - [13860] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(244), 1, - anon_sym_GT, - ACTIONS(246), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [13884] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(244), 1, - anon_sym_GT, - ACTIONS(246), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [13908] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(311), 1, - anon_sym_GT, - ACTIONS(313), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [13932] = 11, - ACTIONS(533), 1, - anon_sym_not, - ACTIONS(535), 1, - anon_sym_EQ_EQ, - ACTIONS(537), 1, - anon_sym_BANG_EQ, - ACTIONS(539), 1, - anon_sym_GT_EQ, - ACTIONS(541), 1, - anon_sym_GT, - ACTIONS(543), 1, - anon_sym_LT, - ACTIONS(545), 1, - anon_sym_and, - ACTIONS(547), 1, - anon_sym_or, - ACTIONS(549), 1, - anon_sym_in, - ACTIONS(577), 4, + [14038] = 11, + ACTIONS(7), 1, anon_sym_SQUOTE, - sym_identifier, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(13), 1, anon_sym_if, + ACTIONS(1007), 1, + sym_identifier, + ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(579), 4, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_QMARK, + ACTIONS(1096), 1, + anon_sym_endforeach, + ACTIONS(1098), 1, sym_comment, - [13972] = 11, + STATE(758), 1, + sym_normal_command, + STATE(882), 1, + sym_if_command, + STATE(1120), 2, + sym_string, + sym_listitem, + STATE(391), 6, + sym__unit, + sym_operatorunit, + sym_expression_statement, + sym_if_condition, + sym_foreach_command, + aux_sym_source_file_repeat1, + [14078] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -15798,69 +15917,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, + ACTIONS(1033), 1, sym_comment, - ACTIONS(1080), 1, + ACTIONS(1100), 1, anon_sym_endforeach, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14012] = 2, - ACTIONS(507), 7, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - sym_comment, - ACTIONS(505), 10, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [14034] = 6, - ACTIONS(620), 1, - anon_sym_LBRACK, - ACTIONS(1082), 1, - anon_sym_LPAREN, - ACTIONS(1088), 1, - anon_sym_DOT, - STATE(476), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1086), 4, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - ACTIONS(1084), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [14064] = 11, + [14118] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -15871,25 +15946,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1090), 1, - anon_sym_endforeach, - ACTIONS(1092), 1, + ACTIONS(1033), 1, sym_comment, - STATE(776), 1, + ACTIONS(1102), 1, + anon_sym_endforeach, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(377), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14104] = 11, + [14158] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -15900,83 +15975,114 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1094), 1, - anon_sym_endforeach, - ACTIONS(1096), 1, + ACTIONS(1033), 1, sym_comment, - STATE(776), 1, + ACTIONS(1104), 1, + anon_sym_endforeach, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(385), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14144] = 11, - ACTIONS(533), 1, + [14198] = 11, + ACTIONS(576), 1, anon_sym_not, - ACTIONS(535), 1, + ACTIONS(578), 1, anon_sym_EQ_EQ, - ACTIONS(537), 1, + ACTIONS(580), 1, anon_sym_BANG_EQ, - ACTIONS(539), 1, + ACTIONS(582), 1, anon_sym_GT_EQ, - ACTIONS(541), 1, + ACTIONS(584), 1, anon_sym_GT, - ACTIONS(543), 1, + ACTIONS(586), 1, anon_sym_LT, - ACTIONS(545), 1, + ACTIONS(588), 1, anon_sym_and, - ACTIONS(547), 1, + ACTIONS(590), 1, anon_sym_or, - ACTIONS(549), 1, + ACTIONS(592), 1, anon_sym_in, - ACTIONS(579), 3, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_QMARK, - sym_comment, - ACTIONS(577), 5, + ACTIONS(572), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [14184] = 4, - ACTIONS(341), 3, + ACTIONS(574), 4, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_QMARK, sym_comment, - ACTIONS(338), 4, + [14238] = 6, + ACTIONS(630), 1, + anon_sym_LBRACK, + ACTIONS(1023), 1, + anon_sym_LPAREN, + ACTIONS(1110), 1, + anon_sym_DOT, + STATE(482), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(1108), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(1106), 9, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - ACTIONS(93), 5, - anon_sym_QMARK, + sym_keyword_break, + sym_keyword_continue, + [14268] = 11, + ACTIONS(576), 1, + anon_sym_not, + ACTIONS(578), 1, anon_sym_EQ_EQ, + ACTIONS(580), 1, anon_sym_BANG_EQ, + ACTIONS(582), 1, anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(95), 5, - anon_sym_not, + ACTIONS(584), 1, anon_sym_GT, + ACTIONS(586), 1, + anon_sym_LT, + ACTIONS(588), 1, anon_sym_and, + ACTIONS(590), 1, anon_sym_or, + ACTIONS(592), 1, anon_sym_in, - [14210] = 6, - ACTIONS(1082), 1, + ACTIONS(574), 3, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_QMARK, + sym_comment, + ACTIONS(572), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [14308] = 6, + ACTIONS(1023), 1, anon_sym_LPAREN, - ACTIONS(1098), 1, - anon_sym_LBRACK, - ACTIONS(1100), 1, + ACTIONS(1028), 1, anon_sym_DOT, - STATE(429), 1, + ACTIONS(1112), 1, + anon_sym_LBRACK, + STATE(455), 1, aux_sym_expression_statement_repeat1, ACTIONS(39), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, @@ -15993,36 +16099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [14240] = 11, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(11), 1, - sym_identifier, - ACTIONS(13), 1, - anon_sym_if, - ACTIONS(15), 1, - anon_sym_foreach, - ACTIONS(1103), 1, - ts_builtin_sym_end, - ACTIONS(1105), 1, - sym_comment, - STATE(784), 1, - sym_normal_command, - STATE(946), 1, - sym_if_command, - STATE(1108), 2, - sym_string, - sym_listitem, - STATE(416), 6, - sym__unit, - sym_operatorunit, - sym_expression_statement, - sym_if_condition, - sym_foreach_command, - aux_sym_source_file_repeat1, - [14280] = 11, + [14338] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16033,25 +16110,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1107), 1, + ACTIONS(1114), 1, anon_sym_endforeach, - ACTIONS(1109), 1, + ACTIONS(1116), 1, sym_comment, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(406), 6, + STATE(398), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14320] = 11, + [14378] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16062,25 +16139,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1111), 1, + ACTIONS(1118), 1, anon_sym_endforeach, - ACTIONS(1113), 1, + ACTIONS(1120), 1, sym_comment, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(356), 6, + STATE(399), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14360] = 11, + [14418] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16091,54 +16168,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1115), 1, - anon_sym_endforeach, - ACTIONS(1117), 1, + ACTIONS(1033), 1, sym_comment, - STATE(776), 1, + ACTIONS(1122), 1, + anon_sym_endforeach, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(358), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14400] = 11, - ACTIONS(555), 1, - anon_sym_not, - ACTIONS(557), 1, - anon_sym_EQ_EQ, - ACTIONS(559), 1, - anon_sym_BANG_EQ, - ACTIONS(561), 1, - anon_sym_GT_EQ, - ACTIONS(563), 1, - anon_sym_GT, - ACTIONS(565), 1, - anon_sym_LT, - ACTIONS(567), 1, - anon_sym_and, - ACTIONS(569), 1, - anon_sym_or, - ACTIONS(571), 1, - anon_sym_in, - ACTIONS(575), 3, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_QMARK, - sym_comment, - ACTIONS(573), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [14440] = 11, + [14458] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16149,25 +16197,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, + ACTIONS(1033), 1, sym_comment, - ACTIONS(1119), 1, + ACTIONS(1124), 1, anon_sym_endforeach, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14480] = 11, + [14498] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16178,46 +16226,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, - sym_comment, - ACTIONS(1121), 1, + ACTIONS(1126), 1, anon_sym_endforeach, - STATE(776), 1, + ACTIONS(1128), 1, + sym_comment, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(403), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14520] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(271), 1, - anon_sym_GT, - ACTIONS(273), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [14544] = 11, + [14538] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16228,25 +16255,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, - sym_comment, - ACTIONS(1123), 1, + ACTIONS(1130), 1, anon_sym_endforeach, - STATE(776), 1, + ACTIONS(1132), 1, + sym_comment, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(404), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14584] = 11, + [14578] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16257,25 +16284,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1125), 1, + ACTIONS(1134), 1, anon_sym_endforeach, - ACTIONS(1127), 1, + ACTIONS(1136), 1, sym_comment, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(398), 6, + STATE(405), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14624] = 11, + [14618] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16286,67 +16313,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1129), 1, - anon_sym_endforeach, - ACTIONS(1131), 1, + ACTIONS(1033), 1, sym_comment, - STATE(776), 1, + ACTIONS(1138), 1, + anon_sym_endforeach, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(399), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14664] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(267), 1, - anon_sym_GT, - ACTIONS(269), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [14688] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(263), 1, - anon_sym_GT, - ACTIONS(265), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [14712] = 11, + [14658] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16357,25 +16342,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, + ACTIONS(1033), 1, sym_comment, - ACTIONS(1133), 1, + ACTIONS(1140), 1, anon_sym_endforeach, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14752] = 11, + [14698] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16386,54 +16371,54 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, + ACTIONS(1033), 1, sym_comment, - ACTIONS(1135), 1, + ACTIONS(1142), 1, anon_sym_endforeach, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14792] = 11, - ACTIONS(7), 1, + [14738] = 11, + ACTIONS(495), 1, anon_sym_SQUOTE, - ACTIONS(9), 1, + ACTIONS(498), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(13), 1, + ACTIONS(506), 1, anon_sym_if, - ACTIONS(1007), 1, + ACTIONS(1144), 1, + ts_builtin_sym_end, + ACTIONS(1146), 1, sym_identifier, - ACTIONS(1009), 1, + ACTIONS(1149), 1, anon_sym_foreach, - ACTIONS(1017), 1, + ACTIONS(1152), 1, sym_comment, - ACTIONS(1137), 1, - anon_sym_endforeach, - STATE(776), 1, + STATE(756), 1, sym_normal_command, - STATE(898), 1, + STATE(896), 1, sym_if_command, - STATE(1160), 2, + STATE(1105), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(406), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14832] = 11, + [14778] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16444,25 +16429,25 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1139), 1, - anon_sym_endforeach, - ACTIONS(1141), 1, + ACTIONS(1033), 1, sym_comment, - STATE(776), 1, + ACTIONS(1155), 1, + anon_sym_endforeach, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(407), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14872] = 11, + [14818] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16473,112 +16458,161 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1143), 1, - anon_sym_endforeach, - ACTIONS(1145), 1, + ACTIONS(1033), 1, sym_comment, - STATE(776), 1, + ACTIONS(1157), 1, + anon_sym_endforeach, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(408), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14912] = 11, - ACTIONS(533), 1, + [14858] = 2, + ACTIONS(541), 7, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + sym_comment, + ACTIONS(539), 10, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [14880] = 11, + ACTIONS(576), 1, anon_sym_not, - ACTIONS(535), 1, + ACTIONS(578), 1, anon_sym_EQ_EQ, - ACTIONS(537), 1, + ACTIONS(580), 1, anon_sym_BANG_EQ, - ACTIONS(539), 1, + ACTIONS(582), 1, anon_sym_GT_EQ, - ACTIONS(541), 1, + ACTIONS(584), 1, anon_sym_GT, - ACTIONS(543), 1, + ACTIONS(586), 1, anon_sym_LT, - ACTIONS(545), 1, + ACTIONS(588), 1, anon_sym_and, - ACTIONS(547), 1, + ACTIONS(590), 1, anon_sym_or, - ACTIONS(549), 1, + ACTIONS(592), 1, anon_sym_in, - ACTIONS(531), 3, + ACTIONS(574), 3, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, sym_comment, - ACTIONS(529), 5, + ACTIONS(572), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [14952] = 11, + [14920] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(11), 1, + sym_identifier, ACTIONS(13), 1, anon_sym_if, - ACTIONS(1007), 1, - sym_identifier, - ACTIONS(1009), 1, + ACTIONS(15), 1, anon_sym_foreach, - ACTIONS(1017), 1, + ACTIONS(1159), 1, + ts_builtin_sym_end, + ACTIONS(1161), 1, sym_comment, - ACTIONS(1147), 1, - anon_sym_endforeach, - STATE(776), 1, + STATE(756), 1, sym_normal_command, - STATE(898), 1, + STATE(896), 1, sym_if_command, - STATE(1160), 2, + STATE(1105), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(406), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [14992] = 11, + [14960] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(13), 1, anon_sym_if, - ACTIONS(1149), 1, + ACTIONS(1007), 1, sym_identifier, - ACTIONS(1151), 1, - anon_sym_endif, - ACTIONS(1153), 1, + ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1155), 1, + ACTIONS(1033), 1, sym_comment, - STATE(786), 1, + ACTIONS(1163), 1, + anon_sym_endforeach, + STATE(758), 1, sym_normal_command, - STATE(917), 1, + STATE(882), 1, sym_if_command, - STATE(1123), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(361), 6, + STATE(424), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [15032] = 11, + [15000] = 11, + ACTIONS(576), 1, + anon_sym_not, + ACTIONS(578), 1, + anon_sym_EQ_EQ, + ACTIONS(580), 1, + anon_sym_BANG_EQ, + ACTIONS(582), 1, + anon_sym_GT_EQ, + ACTIONS(584), 1, + anon_sym_GT, + ACTIONS(586), 1, + anon_sym_LT, + ACTIONS(588), 1, + anon_sym_and, + ACTIONS(590), 1, + anon_sym_or, + ACTIONS(592), 1, + anon_sym_in, + ACTIONS(610), 3, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_QMARK, + sym_comment, + ACTIONS(608), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [15040] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16589,43 +16623,43 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1017), 1, - sym_comment, - ACTIONS(1157), 1, + ACTIONS(1165), 1, anon_sym_endforeach, - STATE(776), 1, + ACTIONS(1167), 1, + sym_comment, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(423), 6, + STATE(379), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [15072] = 9, + [15080] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(628), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1159), 1, + ACTIONS(1169), 1, anon_sym_COMMA, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -16634,65 +16668,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [15108] = 11, - ACTIONS(597), 1, - anon_sym_SQUOTE, - ACTIONS(600), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(608), 1, - anon_sym_if, - ACTIONS(1163), 1, - ts_builtin_sym_end, - ACTIONS(1165), 1, - sym_identifier, - ACTIONS(1168), 1, - anon_sym_foreach, - ACTIONS(1171), 1, - sym_comment, - STATE(784), 1, - sym_normal_command, - STATE(946), 1, - sym_if_command, - STATE(1108), 2, - sym_string, - sym_listitem, - STATE(416), 6, - sym__unit, - sym_operatorunit, - sym_expression_statement, - sym_if_condition, - sym_foreach_command, - aux_sym_source_file_repeat1, - [15148] = 11, + [15116] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(13), 1, anon_sym_if, - ACTIONS(1149), 1, + ACTIONS(1015), 1, sym_identifier, - ACTIONS(1153), 1, + ACTIONS(1019), 1, anon_sym_foreach, - ACTIONS(1174), 1, + ACTIONS(1173), 1, anon_sym_endif, - ACTIONS(1176), 1, + ACTIONS(1175), 1, sym_comment, - STATE(786), 1, + STATE(779), 1, sym_normal_command, - STATE(917), 1, + STATE(921), 1, sym_if_command, - STATE(1123), 2, + STATE(1142), 2, sym_string, sym_listitem, - STATE(413), 6, + STATE(361), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [15188] = 11, + [15156] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16703,47 +16708,26 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1178), 1, + ACTIONS(1177), 1, anon_sym_endforeach, - ACTIONS(1180), 1, + ACTIONS(1179), 1, sym_comment, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(412), 6, + STATE(407), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [15228] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(305), 1, - anon_sym_GT, - ACTIONS(307), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [15252] = 2, - ACTIONS(521), 7, + [15196] = 2, + ACTIONS(570), 7, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, anon_sym_EQ_EQ, @@ -16751,7 +16735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, sym_comment, - ACTIONS(519), 10, + ACTIONS(568), 10, anon_sym_SQUOTE, sym_identifier, anon_sym_not, @@ -16762,7 +16746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - [15274] = 11, + [15218] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, @@ -16773,357 +16757,269 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1009), 1, anon_sym_foreach, - ACTIONS(1182), 1, + ACTIONS(1181), 1, anon_sym_endforeach, - ACTIONS(1184), 1, + ACTIONS(1183), 1, sym_comment, - STATE(776), 1, + STATE(758), 1, sym_normal_command, - STATE(898), 1, + STATE(882), 1, sym_if_command, - STATE(1160), 2, + STATE(1120), 2, sym_string, sym_listitem, - STATE(414), 6, + STATE(408), 6, sym__unit, sym_operatorunit, sym_expression_statement, sym_if_condition, sym_foreach_command, aux_sym_source_file_repeat1, - [15314] = 4, - ACTIONS(341), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [15258] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(93), 5, - anon_sym_QMARK, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(95), 5, - anon_sym_not, + ACTIONS(262), 1, anon_sym_GT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - ACTIONS(338), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [15340] = 11, - ACTIONS(597), 1, - anon_sym_SQUOTE, - ACTIONS(600), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(606), 1, - anon_sym_endforeach, - ACTIONS(608), 1, - anon_sym_if, - ACTIONS(1186), 1, - sym_identifier, - ACTIONS(1189), 1, - anon_sym_foreach, - ACTIONS(1192), 1, - sym_comment, - STATE(776), 1, - sym_normal_command, - STATE(898), 1, - sym_if_command, - STATE(1160), 2, - sym_string, - sym_listitem, - STATE(423), 6, - sym__unit, - sym_operatorunit, - sym_expression_statement, - sym_if_condition, - sym_foreach_command, - aux_sym_source_file_repeat1, - [15380] = 6, - ACTIONS(1082), 1, - anon_sym_LPAREN, - ACTIONS(1100), 1, - anon_sym_DOT, - ACTIONS(1195), 1, - anon_sym_LBRACK, - STATE(429), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(39), 4, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(264), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - sym_comment, - ACTIONS(37), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [15410] = 11, - ACTIONS(555), 1, anon_sym_not, - ACTIONS(557), 1, anon_sym_EQ_EQ, - ACTIONS(559), 1, anon_sym_BANG_EQ, - ACTIONS(561), 1, anon_sym_GT_EQ, - ACTIONS(563), 1, - anon_sym_GT, - ACTIONS(565), 1, anon_sym_LT, - ACTIONS(567), 1, anon_sym_and, - ACTIONS(569), 1, anon_sym_or, - ACTIONS(571), 1, anon_sym_in, - ACTIONS(553), 3, + [15282] = 2, + ACTIONS(570), 7, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, sym_comment, - ACTIONS(551), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [15450] = 5, - ACTIONS(1198), 1, - anon_sym_LBRACK, - ACTIONS(1201), 1, - anon_sym_DOT, - STATE(428), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(63), 4, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - ACTIONS(61), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [15477] = 4, - ACTIONS(1204), 1, - anon_sym_DOT, - STATE(442), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(73), 5, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - ACTIONS(71), 9, + ACTIONS(568), 10, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [15502] = 4, - ACTIONS(1207), 1, - anon_sym_DOT, - STATE(442), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(80), 5, + anon_sym_endforeach, + [15304] = 11, + ACTIONS(550), 1, + anon_sym_not, + ACTIONS(552), 1, + anon_sym_EQ_EQ, + ACTIONS(554), 1, + anon_sym_BANG_EQ, + ACTIONS(556), 1, + anon_sym_GT_EQ, + ACTIONS(558), 1, + anon_sym_GT, + ACTIONS(560), 1, + anon_sym_LT, + ACTIONS(562), 1, + anon_sym_and, + ACTIONS(564), 1, + anon_sym_or, + ACTIONS(566), 1, + anon_sym_in, + ACTIONS(600), 3, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, + anon_sym_QMARK, sym_comment, - ACTIONS(78), 9, + ACTIONS(598), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [15527] = 4, - ACTIONS(1204), 1, - anon_sym_DOT, - STATE(442), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(73), 5, + [15344] = 4, + ACTIONS(291), 3, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, sym_comment, - ACTIONS(71), 9, + ACTIONS(288), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [15552] = 5, - ACTIONS(1210), 1, - anon_sym_LBRACK, - ACTIONS(1213), 1, - anon_sym_DOT, - STATE(432), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(51), 4, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - ACTIONS(49), 9, + ACTIONS(55), 5, + anon_sym_QMARK, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(57), 5, + anon_sym_not, + anon_sym_GT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [15370] = 11, + ACTIONS(495), 1, anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, + ACTIONS(498), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(504), 1, + anon_sym_endforeach, + ACTIONS(506), 1, anon_sym_if, - anon_sym_elif, - anon_sym_else, + ACTIONS(1185), 1, + sym_identifier, + ACTIONS(1188), 1, anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [15579] = 11, - ACTIONS(3), 1, + ACTIONS(1191), 1, sym_comment, + STATE(758), 1, + sym_normal_command, + STATE(882), 1, + sym_if_command, + STATE(1120), 2, + sym_string, + sym_listitem, + STATE(424), 6, + sym__unit, + sym_operatorunit, + sym_expression_statement, + sym_if_condition, + sym_foreach_command, + aux_sym_source_file_repeat1, + [15410] = 11, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(683), 1, + ACTIONS(13), 1, + anon_sym_if, + ACTIONS(1007), 1, sym_identifier, - ACTIONS(1216), 1, - sym_number, - STATE(444), 1, + ACTIONS(1009), 1, + anon_sym_foreach, + ACTIONS(1194), 1, + anon_sym_endforeach, + ACTIONS(1196), 1, + sym_comment, + STATE(758), 1, sym_normal_command, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(443), 2, + STATE(882), 1, + sym_if_command, + STATE(1120), 2, sym_string, sym_listitem, - STATE(674), 4, - sym_bool, - sym_list, - sym__logic_unit, + STATE(390), 6, + sym__unit, + sym_operatorunit, sym_expression_statement, - [15618] = 4, - ACTIONS(1204), 1, - anon_sym_DOT, - STATE(442), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(73), 5, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, + sym_if_condition, + sym_foreach_command, + aux_sym_source_file_repeat1, + [15450] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(959), 1, + anon_sym_COMMA, + ACTIONS(963), 1, + anon_sym_RPAREN, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - sym_comment, - ACTIONS(71), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [15643] = 11, + ACTIONS(55), 8, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [15483] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, + ACTIONS(112), 1, anon_sym_LPAREN, - ACTIONS(123), 1, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(683), 1, + ACTIONS(667), 1, sym_identifier, - ACTIONS(1218), 1, + ACTIONS(1198), 1, sym_number, - STATE(444), 1, + STATE(429), 1, sym_normal_command, - ACTIONS(119), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(443), 2, + STATE(430), 2, sym_string, sym_listitem, - STATE(516), 4, + STATE(508), 4, sym_bool, sym_list, sym__logic_unit, sym_expression_statement, - [15682] = 11, + [15522] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(380), 1, + ACTIONS(376), 1, anon_sym_LPAREN, - ACTIONS(384), 1, + ACTIONS(380), 1, anon_sym_SQUOTE, - ACTIONS(386), 1, + ACTIONS(382), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(390), 1, + ACTIONS(386), 1, anon_sym_LBRACK, - ACTIONS(807), 1, + ACTIONS(659), 1, sym_identifier, - ACTIONS(1220), 1, + ACTIONS(1200), 1, sym_number, - STATE(290), 1, + STATE(283), 1, sym_normal_command, - ACTIONS(382), 2, + ACTIONS(378), 2, anon_sym_true, anon_sym_false, - STATE(289), 2, + STATE(286), 2, sym_string, sym_listitem, - STATE(411), 4, + STATE(363), 4, sym_bool, sym_list, sym__logic_unit, sym_expression_statement, - [15721] = 8, + [15561] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(839), 1, + ACTIONS(634), 1, + anon_sym_DOT, + STATE(287), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(55), 12, anon_sym_COMMA, - ACTIONS(843), 1, anon_sym_RPAREN, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(93), 8, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17132,23 +17028,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [15754] = 8, + [15588] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(967), 1, + ACTIONS(634), 1, + anon_sym_DOT, + STATE(290), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(55), 12, anon_sym_COMMA, - ACTIONS(971), 1, anon_sym_RPAREN, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(93), 8, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17157,71 +17050,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [15787] = 8, + [15615] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(628), 1, - anon_sym_DOT, - STATE(265), 1, - aux_sym_expression_statement_repeat1, - STATE(779), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(93), 8, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [15820] = 8, + ACTIONS(244), 1, + anon_sym_LPAREN, + ACTIONS(248), 1, + anon_sym_SQUOTE, + ACTIONS(250), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(254), 1, + anon_sym_LBRACK, + ACTIONS(663), 1, + sym_identifier, + ACTIONS(1202), 1, + sym_number, + STATE(88), 1, + sym_normal_command, + ACTIONS(246), 2, + anon_sym_true, + anon_sym_false, + STATE(89), 2, + sym_string, + sym_listitem, + STATE(185), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [15654] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(847), 1, - anon_sym_COMMA, - ACTIONS(851), 1, - anon_sym_RPAREN, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(93), 8, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [15853] = 6, + ACTIONS(376), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_SQUOTE, + ACTIONS(382), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(386), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + sym_identifier, + ACTIONS(1204), 1, + sym_number, + STATE(283), 1, + sym_normal_command, + ACTIONS(378), 2, + anon_sym_true, + anon_sym_false, + STATE(286), 2, + sym_string, + sym_listitem, + STATE(392), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [15693] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(667), 1, + sym_identifier, + ACTIONS(1206), 1, + sym_number, + STATE(429), 1, + sym_normal_command, + ACTIONS(116), 2, + anon_sym_true, + anon_sym_false, + STATE(430), 2, + sym_string, + sym_listitem, + STATE(692), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [15732] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, anon_sym_GT, - STATE(760), 1, + ACTIONS(883), 1, + anon_sym_COMMA, + ACTIONS(887), 1, + anon_sym_RPAREN, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(827), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17230,23 +17159,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [15882] = 8, + [15765] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(855), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(891), 1, anon_sym_COMMA, - ACTIONS(859), 1, + ACTIONS(895), 1, anon_sym_RPAREN, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17255,65 +17184,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [15915] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(287), 1, - anon_sym_LPAREN, - ACTIONS(291), 1, - anon_sym_SQUOTE, - ACTIONS(293), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(297), 1, - anon_sym_LBRACK, - ACTIONS(701), 1, - sym_identifier, - ACTIONS(1222), 1, - sym_number, - STATE(84), 1, - sym_normal_command, - ACTIONS(289), 2, - anon_sym_true, - anon_sym_false, - STATE(74), 2, - sym_string, - sym_listitem, - STATE(161), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [15954] = 4, - ACTIONS(1224), 1, - anon_sym_DOT, - STATE(442), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(107), 5, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - ACTIONS(105), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [15979] = 5, + [15798] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - STATE(264), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 12, + ACTIONS(55), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, @@ -17326,20 +17206,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16006] = 5, + [15825] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, - anon_sym_DOT, - STATE(265), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(93), 12, + ACTIONS(899), 1, anon_sym_COMMA, + ACTIONS(903), 1, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_COLON, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17348,23 +17231,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16033] = 8, + [15858] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(867), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(907), 1, anon_sym_COMMA, - ACTIONS(871), 1, + ACTIONS(911), 1, anon_sym_RPAREN, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17373,23 +17256,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16066] = 8, + [15891] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(819), 1, - anon_sym_COMMA, - ACTIONS(823), 1, - anon_sym_RPAREN, - STATE(760), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, + anon_sym_DOT, + STATE(287), 1, + aux_sym_expression_statement_repeat1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17398,23 +17281,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16099] = 8, + [15924] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(875), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(855), 1, anon_sym_COMMA, - ACTIONS(879), 1, + ACTIONS(859), 1, anon_sym_RPAREN, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17423,48 +17306,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16132] = 11, + [15957] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(380), 1, - anon_sym_LPAREN, - ACTIONS(384), 1, + ACTIONS(7), 1, anon_sym_SQUOTE, - ACTIONS(386), 1, + ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(390), 1, + ACTIONS(112), 1, + anon_sym_LPAREN, + ACTIONS(120), 1, anon_sym_LBRACK, - ACTIONS(807), 1, + ACTIONS(667), 1, sym_identifier, - ACTIONS(1227), 1, + ACTIONS(1208), 1, sym_number, - STATE(290), 1, + STATE(429), 1, sym_normal_command, - ACTIONS(382), 2, + ACTIONS(116), 2, anon_sym_true, anon_sym_false, - STATE(289), 2, + STATE(430), 2, sym_string, sym_listitem, - STATE(360), 4, + STATE(514), 4, sym_bool, sym_list, sym__logic_unit, sym_expression_statement, - [16171] = 5, + [15996] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, - anon_sym_DOT, - STATE(248), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(93), 12, + ACTIONS(867), 1, anon_sym_COMMA, + ACTIONS(871), 1, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_COLON, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17473,76 +17359,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16198] = 11, + [16029] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(287), 1, + ACTIONS(306), 1, anon_sym_LPAREN, - ACTIONS(291), 1, + ACTIONS(310), 1, anon_sym_SQUOTE, - ACTIONS(293), 1, + ACTIONS(312), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(297), 1, + ACTIONS(316), 1, anon_sym_LBRACK, - ACTIONS(701), 1, + ACTIONS(710), 1, sym_identifier, - ACTIONS(1229), 1, + ACTIONS(1210), 1, sym_number, - STATE(84), 1, + STATE(312), 1, sym_normal_command, - ACTIONS(289), 2, + ACTIONS(308), 2, anon_sym_true, anon_sym_false, - STATE(74), 2, + STATE(267), 2, sym_string, sym_listitem, - STATE(167), 4, + STATE(410), 4, sym_bool, sym_list, sym__logic_unit, sym_expression_statement, - [16237] = 8, + [16068] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(947), 1, - anon_sym_COMMA, - ACTIONS(951), 1, - anon_sym_RPAREN, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(93), 8, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [16270] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(883), 1, + ACTIONS(915), 1, anon_sym_COMMA, - ACTIONS(887), 1, + ACTIONS(919), 1, anon_sym_RPAREN, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17551,23 +17412,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16303] = 8, + [16101] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(939), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(923), 1, anon_sym_COMMA, - ACTIONS(943), 1, + ACTIONS(927), 1, anon_sym_RPAREN, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17576,19 +17437,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16336] = 5, - ACTIONS(1213), 1, + [16134] = 4, + ACTIONS(1212), 1, anon_sym_DOT, - ACTIONS(1231), 1, - anon_sym_LBRACK, - STATE(432), 1, + STATE(467), 1, aux_sym_expression_statement_repeat1, - ACTIONS(51), 4, + ACTIONS(85), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(49), 9, + ACTIONS(83), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -17598,19 +17458,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [16363] = 5, - ACTIONS(1201), 1, - anon_sym_DOT, - ACTIONS(1233), 1, + [16159] = 5, + ACTIONS(1215), 1, anon_sym_LBRACK, - STATE(428), 1, + ACTIONS(1217), 1, + anon_sym_DOT, + STATE(457), 1, aux_sym_expression_statement_repeat1, - ACTIONS(63), 4, + ACTIONS(99), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(61), 9, + ACTIONS(97), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -17620,23 +17480,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [16390] = 8, + [16186] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(927), 1, - anon_sym_COMMA, + ACTIONS(57), 1, + anon_sym_GT, ACTIONS(931), 1, + anon_sym_COMMA, + ACTIONS(935), 1, anon_sym_RPAREN, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17645,23 +17505,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16423] = 8, + [16219] = 5, + ACTIONS(1220), 1, + anon_sym_LBRACK, + ACTIONS(1222), 1, + anon_sym_DOT, + STATE(446), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(76), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(74), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [16246] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(398), 1, + anon_sym_LPAREN, + ACTIONS(402), 1, + anon_sym_SQUOTE, + ACTIONS(404), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(408), 1, + anon_sym_LBRACK, + ACTIONS(726), 1, + sym_identifier, + ACTIONS(1225), 1, + sym_number, + STATE(262), 1, + sym_normal_command, + ACTIONS(400), 2, + anon_sym_true, + anon_sym_false, + STATE(263), 2, + sym_string, + sym_listitem, + STATE(394), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [16285] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(915), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(943), 1, anon_sym_COMMA, - ACTIONS(919), 1, + ACTIONS(947), 1, anon_sym_RPAREN, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17670,23 +17580,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16456] = 8, + [16318] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(811), 1, - anon_sym_COMMA, - ACTIONS(815), 1, - anon_sym_RPAREN, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(939), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17695,107 +17603,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16489] = 11, + [16347] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(398), 1, anon_sym_LPAREN, - ACTIONS(402), 1, - anon_sym_SQUOTE, - ACTIONS(404), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(408), 1, - anon_sym_LBRACK, - ACTIONS(685), 1, - sym_identifier, - ACTIONS(1235), 1, - sym_number, - STATE(295), 1, - sym_normal_command, - ACTIONS(400), 2, - anon_sym_true, - anon_sym_false, - STATE(278), 2, - sym_string, - sym_listitem, - STATE(384), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [16528] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(115), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_LBRACK, - ACTIONS(683), 1, - sym_identifier, - ACTIONS(1237), 1, - sym_number, - STATE(444), 1, - sym_normal_command, - ACTIONS(119), 2, - anon_sym_true, - anon_sym_false, - STATE(443), 2, - sym_string, - sym_listitem, - STATE(515), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [16567] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(320), 1, - anon_sym_LPAREN, - ACTIONS(324), 1, + ACTIONS(402), 1, anon_sym_SQUOTE, - ACTIONS(326), 1, + ACTIONS(404), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(330), 1, + ACTIONS(408), 1, anon_sym_LBRACK, - ACTIONS(711), 1, + ACTIONS(726), 1, sym_identifier, - ACTIONS(1239), 1, + ACTIONS(1227), 1, sym_number, - STATE(245), 1, + STATE(262), 1, sym_normal_command, - ACTIONS(322), 2, + ACTIONS(400), 2, anon_sym_true, anon_sym_false, - STATE(244), 2, + STATE(263), 2, sym_string, sym_listitem, - STATE(390), 4, + STATE(365), 4, sym_bool, sym_list, sym__logic_unit, sym_expression_statement, - [16606] = 8, + [16386] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(959), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(951), 1, anon_sym_COMMA, - ACTIONS(963), 1, + ACTIONS(955), 1, anon_sym_RPAREN, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17804,23 +17656,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16639] = 8, + [16419] = 4, + ACTIONS(1212), 1, + anon_sym_DOT, + STATE(467), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(85), 5, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(83), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [16444] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(975), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(967), 1, anon_sym_COMMA, - ACTIONS(979), 1, + ACTIONS(971), 1, anon_sym_RPAREN, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17829,23 +17702,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16672] = 8, + [16477] = 4, + ACTIONS(1229), 1, + anon_sym_DOT, + STATE(467), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(92), 5, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(90), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [16502] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, - ACTIONS(999), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(811), 1, anon_sym_COMMA, - ACTIONS(1003), 1, + ACTIONS(815), 1, anon_sym_RPAREN, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17854,79 +17748,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16705] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(398), 1, - anon_sym_LPAREN, - ACTIONS(402), 1, - anon_sym_SQUOTE, - ACTIONS(404), 1, + [16535] = 4, + ACTIONS(1212), 1, + anon_sym_DOT, + STATE(467), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(85), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(408), 1, anon_sym_LBRACK, - ACTIONS(685), 1, - sym_identifier, - ACTIONS(1241), 1, - sym_number, - STATE(295), 1, - sym_normal_command, - ACTIONS(400), 2, - anon_sym_true, - anon_sym_false, - STATE(278), 2, - sym_string, - sym_listitem, - STATE(367), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [16744] = 11, - ACTIONS(3), 1, + anon_sym_SLASH, + anon_sym_PLUS, sym_comment, - ACTIONS(320), 1, - anon_sym_LPAREN, - ACTIONS(324), 1, + ACTIONS(83), 9, anon_sym_SQUOTE, - ACTIONS(326), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(330), 1, - anon_sym_LBRACK, - ACTIONS(711), 1, sym_identifier, - ACTIONS(1243), 1, - sym_number, - STATE(245), 1, - sym_normal_command, - ACTIONS(322), 2, - anon_sym_true, - anon_sym_false, - STATE(244), 2, - sym_string, - sym_listitem, - STATE(364), 4, - sym_bool, - sym_list, - sym__logic_unit, - sym_expression_statement, - [16783] = 8, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [16560] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(975), 1, + anon_sym_COMMA, + ACTIONS(979), 1, + anon_sym_RPAREN, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(55), 8, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [16593] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(52), 1, anon_sym_COLON, + ACTIONS(57), 1, + anon_sym_GT, ACTIONS(983), 1, anon_sym_COMMA, ACTIONS(987), 1, anon_sym_RPAREN, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17935,23 +17819,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16816] = 8, + [16626] = 5, + ACTIONS(1217), 1, + anon_sym_DOT, + ACTIONS(1232), 1, + anon_sym_LBRACK, + STATE(457), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(99), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(97), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [16653] = 5, + ACTIONS(1222), 1, + anon_sym_DOT, + ACTIONS(1235), 1, + anon_sym_LBRACK, + STATE(446), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(76), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(74), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [16680] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, + ACTIONS(52), 1, anon_sym_COLON, + ACTIONS(57), 1, + anon_sym_GT, ACTIONS(991), 1, anon_sym_COMMA, ACTIONS(995), 1, anon_sym_RPAREN, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17960,21 +17888,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16849] = 7, + [16713] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(306), 1, + anon_sym_LPAREN, + ACTIONS(310), 1, + anon_sym_SQUOTE, + ACTIONS(312), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(316), 1, + anon_sym_LBRACK, + ACTIONS(710), 1, + sym_identifier, + ACTIONS(1238), 1, + sym_number, + STATE(312), 1, + sym_normal_command, + ACTIONS(308), 2, + anon_sym_true, + anon_sym_false, + STATE(267), 2, + sym_string, + sym_listitem, + STATE(413), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [16752] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1245), 1, + ACTIONS(999), 1, anon_sym_COMMA, - ACTIONS(1248), 1, + ACTIONS(1003), 1, anon_sym_RPAREN, - STATE(248), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, - anon_sym_COLON, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -17983,15 +17941,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16879] = 2, - ACTIONS(173), 6, + [16785] = 4, + ACTIONS(1240), 1, + anon_sym_DOT, + STATE(467), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(61), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_DOT, sym_comment, - ACTIONS(171), 9, + ACTIONS(59), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18001,17 +17962,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [16899] = 4, - ACTIONS(1088), 1, - anon_sym_DOT, - STATE(506), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(73), 4, + [16810] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(244), 1, + anon_sym_LPAREN, + ACTIONS(248), 1, + anon_sym_SQUOTE, + ACTIONS(250), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(254), 1, + anon_sym_LBRACK, + ACTIONS(663), 1, + sym_identifier, + ACTIONS(1243), 1, + sym_number, + STATE(88), 1, + sym_normal_command, + ACTIONS(246), 2, + anon_sym_true, + anon_sym_false, + STATE(89), 2, + sym_string, + sym_listitem, + STATE(192), 4, + sym_bool, + sym_list, + sym__logic_unit, + sym_expression_statement, + [16849] = 2, + ACTIONS(183), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, + anon_sym_DOT, sym_comment, - ACTIONS(71), 9, + ACTIONS(181), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18021,20 +18008,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [16923] = 7, + [16869] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1245), 1, + anon_sym_COMMA, + ACTIONS(1248), 1, + anon_sym_RPAREN, + STATE(228), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(55), 9, + anon_sym_COLON, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [16899] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1251), 1, anon_sym_COMMA, ACTIONS(1254), 1, anon_sym_RPAREN, - STATE(248), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, @@ -18044,17 +18054,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [16953] = 4, - ACTIONS(1088), 1, - anon_sym_DOT, - STATE(506), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(73), 4, + [16929] = 2, + ACTIONS(132), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, + anon_sym_DOT, sym_comment, - ACTIONS(71), 9, + ACTIONS(130), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18064,20 +18072,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [16977] = 7, + [16949] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1257), 1, anon_sym_COMMA, ACTIONS(1260), 1, anon_sym_RPAREN, - STATE(248), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, @@ -18087,17 +18095,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17007] = 4, - ACTIONS(1088), 1, - anon_sym_DOT, - STATE(506), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(80), 4, + [16979] = 2, + ACTIONS(136), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, + anon_sym_DOT, sym_comment, - ACTIONS(78), 9, + ACTIONS(134), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18107,17 +18113,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17031] = 4, - ACTIONS(1088), 1, + [16999] = 4, + ACTIONS(1110), 1, anon_sym_DOT, - STATE(506), 1, + STATE(483), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 4, + ACTIONS(1265), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(71), 9, + ACTIONS(1263), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18127,33 +18133,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17055] = 2, - ACTIONS(179), 6, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, + [17023] = 4, + ACTIONS(1110), 1, anon_sym_DOT, - sym_comment, - ACTIONS(177), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [17075] = 2, - ACTIONS(183), 6, + STATE(484), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(1265), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_DOT, sym_comment, - ACTIONS(181), 9, + ACTIONS(1263), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18163,43 +18153,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17095] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1263), 1, - anon_sym_COMMA, - ACTIONS(1266), 1, - anon_sym_RPAREN, - STATE(248), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, - anon_sym_COLON, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [17125] = 7, + [17047] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1269), 1, + ACTIONS(1267), 1, anon_sym_COMMA, - ACTIONS(1272), 1, + ACTIONS(1270), 1, anon_sym_RPAREN, - STATE(248), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, @@ -18209,33 +18176,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17155] = 2, - ACTIONS(133), 6, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_DOT, - sym_comment, - ACTIONS(131), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [17175] = 2, - ACTIONS(149), 6, + [17077] = 2, + ACTIONS(148), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - ACTIONS(147), 9, + ACTIONS(146), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18245,20 +18194,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17195] = 7, + [17097] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1275), 1, + ACTIONS(1273), 1, anon_sym_COMMA, - ACTIONS(1278), 1, + ACTIONS(1276), 1, anon_sym_RPAREN, - STATE(248), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, @@ -18268,20 +18217,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17225] = 7, + [17127] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1281), 1, + ACTIONS(1279), 1, anon_sym_COMMA, - ACTIONS(1284), 1, + ACTIONS(1282), 1, anon_sym_RPAREN, - STATE(248), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, @@ -18291,16 +18240,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17255] = 3, - ACTIONS(1233), 1, - anon_sym_LBRACK, - ACTIONS(63), 5, + [17157] = 2, + ACTIONS(152), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - ACTIONS(61), 9, + ACTIONS(150), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18310,57 +18258,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17277] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(628), 1, + [17177] = 4, + ACTIONS(1110), 1, anon_sym_DOT, - ACTIONS(1287), 1, - anon_sym_COMMA, - ACTIONS(1290), 1, - anon_sym_RPAREN, - STATE(248), 1, + STATE(501), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, - anon_sym_COLON, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [17307] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(519), 1, - anon_sym_GT, - ACTIONS(521), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [17329] = 2, - ACTIONS(153), 6, + ACTIONS(85), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_DOT, sym_comment, - ACTIONS(151), 9, + ACTIONS(83), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18370,40 +18278,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17349] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1293), 1, - anon_sym_COMMA, - ACTIONS(1296), 1, - anon_sym_RPAREN, - STATE(248), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, - anon_sym_COLON, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [17379] = 4, - ACTIONS(1088), 1, + [17201] = 4, + ACTIONS(1110), 1, anon_sym_DOT, - STATE(475), 1, + STATE(501), 1, aux_sym_expression_statement_repeat1, - ACTIONS(1301), 4, + ACTIONS(92), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(1299), 9, + ACTIONS(90), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18413,15 +18298,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17403] = 2, - ACTIONS(157), 6, + [17225] = 4, + ACTIONS(1110), 1, + anon_sym_DOT, + STATE(501), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(85), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_DOT, sym_comment, - ACTIONS(155), 9, + ACTIONS(83), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18431,17 +18318,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17423] = 4, - ACTIONS(1088), 1, - anon_sym_DOT, - STATE(473), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1301), 4, + [17249] = 2, + ACTIONS(156), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, + anon_sym_DOT, sym_comment, - ACTIONS(1299), 9, + ACTIONS(154), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18451,39 +18336,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17447] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1303), 1, - anon_sym_COMMA, - ACTIONS(1306), 1, - anon_sym_RPAREN, - STATE(248), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, - anon_sym_COLON, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [17477] = 3, - ACTIONS(157), 1, - anon_sym_LBRACK, - ACTIONS(144), 5, + [17269] = 2, + ACTIONS(144), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - ACTIONS(141), 9, + ACTIONS(175), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18493,15 +18354,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17499] = 2, - ACTIONS(144), 6, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [17289] = 3, + ACTIONS(1215), 1, anon_sym_LBRACK, + ACTIONS(99), 5, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - ACTIONS(141), 9, + ACTIONS(97), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18511,20 +18373,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17519] = 7, + [17311] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1309), 1, + ACTIONS(1285), 1, anon_sym_COMMA, - ACTIONS(1312), 1, + ACTIONS(1288), 1, anon_sym_RPAREN, - STATE(248), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, @@ -18534,20 +18396,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17549] = 7, + [17341] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1315), 1, + ACTIONS(1291), 1, anon_sym_COMMA, - ACTIONS(1318), 1, + ACTIONS(1294), 1, anon_sym_RPAREN, - STATE(248), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, @@ -18557,38 +18419,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17579] = 2, - ACTIONS(163), 6, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, + [17371] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, anon_sym_DOT, + ACTIONS(1297), 1, + anon_sym_COMMA, + ACTIONS(1300), 1, + anon_sym_RPAREN, + STATE(228), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(55), 9, + anon_sym_COLON, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [17401] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(161), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [17599] = 7, + ACTIONS(568), 1, + anon_sym_GT, + ACTIONS(570), 13, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [17423] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1321), 1, + ACTIONS(1303), 1, anon_sym_COMMA, - ACTIONS(1324), 1, + ACTIONS(1306), 1, anon_sym_RPAREN, - STATE(248), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, @@ -18598,16 +18484,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17629] = 3, - ACTIONS(1198), 1, + [17453] = 3, + ACTIONS(144), 1, anon_sym_LBRACK, - ACTIONS(63), 5, + ACTIONS(141), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - ACTIONS(61), 9, + ACTIONS(138), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18617,20 +18503,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17651] = 7, + [17475] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1327), 1, + ACTIONS(1309), 1, anon_sym_COMMA, - ACTIONS(1330), 1, + ACTIONS(1312), 1, anon_sym_RPAREN, - STATE(248), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, @@ -18640,21 +18526,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17681] = 7, + [17505] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1333), 1, + ACTIONS(1315), 1, anon_sym_COMMA, - ACTIONS(1336), 1, + ACTIONS(1318), 1, anon_sym_RPAREN, - STATE(248), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, + anon_sym_COLON, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [17535] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(52), 1, anon_sym_COLON, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(1169), 1, + anon_sym_COMMA, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -18663,20 +18572,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17711] = 7, + [17565] = 2, + ACTIONS(167), 6, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_DOT, + sym_comment, + ACTIONS(165), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [17585] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1339), 1, + ACTIONS(1321), 1, anon_sym_COMMA, - ACTIONS(1342), 1, + ACTIONS(1324), 1, anon_sym_RPAREN, - STATE(248), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, @@ -18686,20 +18613,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17741] = 7, + [17615] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1345), 1, + ACTIONS(1327), 1, anon_sym_COMMA, - ACTIONS(1348), 1, + ACTIONS(1330), 1, anon_sym_RPAREN, - STATE(248), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, @@ -18709,20 +18636,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17771] = 7, + [17645] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1351), 1, + ACTIONS(1333), 1, anon_sym_COMMA, - ACTIONS(1354), 1, + ACTIONS(1336), 1, anon_sym_RPAREN, - STATE(248), 1, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, @@ -18732,17 +18659,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17801] = 4, - ACTIONS(1357), 1, + [17675] = 4, + ACTIONS(1339), 1, anon_sym_DOT, - STATE(506), 1, + STATE(501), 1, aux_sym_expression_statement_repeat1, - ACTIONS(107), 4, + ACTIONS(61), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(105), 9, + ACTIONS(59), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18752,21 +18679,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17825] = 7, + [17699] = 3, + ACTIONS(1232), 1, + anon_sym_LBRACK, + ACTIONS(99), 5, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_DOT, + sym_comment, + ACTIONS(97), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [17721] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - ACTIONS(1159), 1, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1342), 1, anon_sym_COMMA, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(93), 8, + ACTIONS(1345), 1, + anon_sym_RPAREN, + STATE(228), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(55), 9, + anon_sym_COLON, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -18775,33 +18721,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17855] = 4, - STATE(508), 1, - aux_sym_variableunit_repeat1, - ACTIONS(1362), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [17751] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1364), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1360), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [17878] = 2, - ACTIONS(222), 5, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1348), 1, + anon_sym_COMMA, + ACTIONS(1351), 1, + anon_sym_RPAREN, + STATE(228), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(55), 9, + anon_sym_COLON, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [17781] = 2, + ACTIONS(141), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - ACTIONS(220), 9, + ACTIONS(138), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18811,14 +18762,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17897] = 2, - ACTIONS(242), 5, + [17801] = 4, + ACTIONS(1110), 1, + anon_sym_DOT, + STATE(501), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(85), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_DOT, sym_comment, - ACTIONS(240), 9, + ACTIONS(83), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18828,19 +18782,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17916] = 6, + [17825] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(95), 1, + ACTIONS(57), 1, anon_sym_GT, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1367), 1, + ACTIONS(1354), 1, anon_sym_COMMA, - STATE(248), 1, + ACTIONS(1357), 1, + anon_sym_RPAREN, + STATE(228), 1, aux_sym_expression_statement_repeat1, - ACTIONS(93), 9, + ACTIONS(55), 9, + anon_sym_COLON, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [17855] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(578), 1, + anon_sym_EQ_EQ, + ACTIONS(580), 1, + anon_sym_BANG_EQ, + ACTIONS(582), 1, + anon_sym_GT_EQ, + ACTIONS(584), 1, + anon_sym_GT, + ACTIONS(586), 1, + anon_sym_LT, + ACTIONS(1360), 1, + anon_sym_not, + ACTIONS(1362), 1, + anon_sym_and, + ACTIONS(1364), 1, + anon_sym_or, + ACTIONS(1366), 1, + anon_sym_in, + ACTIONS(610), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_COLON, + [17892] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(52), 1, + anon_sym_COLON, + ACTIONS(57), 1, + anon_sym_GT, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(55), 8, anon_sym_not, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -18849,16 +18852,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17943] = 4, - STATE(508), 1, + [17919] = 4, + STATE(520), 1, aux_sym_variableunit_repeat1, ACTIONS(29), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1372), 2, + ACTIONS(1370), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1370), 9, + ACTIONS(1368), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18868,12 +18871,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [17966] = 3, + [17942] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(505), 1, + ACTIONS(539), 1, anon_sym_GT, - ACTIONS(507), 12, + ACTIONS(541), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, @@ -18886,16 +18889,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_in, - [17987] = 4, - STATE(508), 1, - aux_sym_variableunit_repeat1, - ACTIONS(29), 2, + [17963] = 2, + ACTIONS(203), 5, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1376), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_DOT, sym_comment, - ACTIONS(1374), 9, + ACTIONS(201), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -18905,94 +18906,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18010] = 11, + [17982] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(535), 1, + ACTIONS(552), 1, anon_sym_EQ_EQ, - ACTIONS(537), 1, + ACTIONS(554), 1, anon_sym_BANG_EQ, - ACTIONS(539), 1, + ACTIONS(556), 1, anon_sym_GT_EQ, - ACTIONS(541), 1, + ACTIONS(558), 1, anon_sym_GT, - ACTIONS(543), 1, + ACTIONS(560), 1, anon_sym_LT, - ACTIONS(1378), 1, + ACTIONS(1372), 1, anon_sym_not, - ACTIONS(1380), 1, + ACTIONS(1374), 1, anon_sym_and, - ACTIONS(1382), 1, + ACTIONS(1376), 1, anon_sym_or, - ACTIONS(1384), 1, + ACTIONS(1378), 1, anon_sym_in, - ACTIONS(531), 4, + ACTIONS(548), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_COLON, - [18047] = 11, + [18019] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(535), 1, + ACTIONS(578), 1, anon_sym_EQ_EQ, - ACTIONS(537), 1, + ACTIONS(580), 1, anon_sym_BANG_EQ, - ACTIONS(539), 1, + ACTIONS(582), 1, anon_sym_GT_EQ, - ACTIONS(541), 1, + ACTIONS(584), 1, anon_sym_GT, - ACTIONS(543), 1, + ACTIONS(586), 1, anon_sym_LT, - ACTIONS(1378), 1, + ACTIONS(1360), 1, anon_sym_not, - ACTIONS(1380), 1, + ACTIONS(1362), 1, anon_sym_and, - ACTIONS(1382), 1, + ACTIONS(1364), 1, anon_sym_or, - ACTIONS(1384), 1, + ACTIONS(1366), 1, anon_sym_in, - ACTIONS(579), 4, + ACTIONS(574), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_COLON, - [18084] = 11, + [18056] = 4, + STATE(520), 1, + aux_sym_variableunit_repeat1, + ACTIONS(29), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(1370), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1368), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [18079] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1380), 1, + anon_sym_COMMA, + STATE(228), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(55), 9, + anon_sym_COLON, + anon_sym_not, anon_sym_EQ_EQ, - ACTIONS(559), 1, anon_sym_BANG_EQ, - ACTIONS(561), 1, anon_sym_GT_EQ, - ACTIONS(563), 1, - anon_sym_GT, - ACTIONS(565), 1, anon_sym_LT, - ACTIONS(1386), 1, - anon_sym_not, - ACTIONS(1388), 1, anon_sym_and, - ACTIONS(1390), 1, anon_sym_or, - ACTIONS(1392), 1, anon_sym_in, - ACTIONS(553), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_COLON, - [18121] = 4, - STATE(508), 1, - aux_sym_variableunit_repeat1, - ACTIONS(29), 2, + [18106] = 2, + ACTIONS(207), 5, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1376), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_DOT, sym_comment, - ACTIONS(1374), 9, + ACTIONS(205), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19002,63 +19015,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18144] = 11, + [18125] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, + ACTIONS(552), 1, anon_sym_EQ_EQ, - ACTIONS(559), 1, + ACTIONS(554), 1, anon_sym_BANG_EQ, - ACTIONS(561), 1, + ACTIONS(556), 1, anon_sym_GT_EQ, - ACTIONS(563), 1, + ACTIONS(558), 1, anon_sym_GT, - ACTIONS(565), 1, + ACTIONS(560), 1, anon_sym_LT, - ACTIONS(1386), 1, + ACTIONS(1372), 1, anon_sym_not, - ACTIONS(1388), 1, + ACTIONS(1374), 1, anon_sym_and, - ACTIONS(1390), 1, + ACTIONS(1376), 1, anon_sym_or, - ACTIONS(1392), 1, + ACTIONS(1378), 1, anon_sym_in, - ACTIONS(575), 4, + ACTIONS(600), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_COLON, - [18181] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(100), 1, - anon_sym_COLON, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(93), 8, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [18208] = 4, - STATE(508), 1, + [18162] = 4, + STATE(520), 1, aux_sym_variableunit_repeat1, ACTIONS(29), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1376), 2, + ACTIONS(1385), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1374), 9, + ACTIONS(1383), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19068,73 +19060,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18231] = 6, - ACTIONS(620), 1, - anon_sym_LBRACK, - ACTIONS(1394), 1, - anon_sym_LPAREN, - ACTIONS(1396), 1, - anon_sym_DOT, - STATE(631), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1084), 4, + [18185] = 4, + STATE(520), 1, + aux_sym_variableunit_repeat1, + ACTIONS(1389), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1391), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(1387), 9, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - ACTIONS(1086), 5, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_keyword_break, + sym_keyword_continue, + [18208] = 4, + STATE(520), 1, + aux_sym_variableunit_repeat1, + ACTIONS(29), 2, anon_sym_SLASH, anon_sym_PLUS, - sym_comment, - [18257] = 6, - ACTIONS(620), 1, - anon_sym_LBRACK, - ACTIONS(1398), 1, - anon_sym_LPAREN, - ACTIONS(1400), 1, - anon_sym_DOT, - STATE(661), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1086), 4, + ACTIONS(1370), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, sym_comment, - ACTIONS(1084), 5, + ACTIONS(1368), 9, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - anon_sym_endforeach, - [18283] = 6, - ACTIONS(1398), 1, - anon_sym_LPAREN, - ACTIONS(1402), 1, - anon_sym_LBRACK, - ACTIONS(1404), 1, - anon_sym_DOT, - STATE(554), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(39), 4, + sym_keyword_break, + sym_keyword_continue, + [18231] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(37), 5, + ACTIONS(294), 9, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - anon_sym_endforeach, - [18309] = 2, - ACTIONS(1301), 4, + sym_keyword_break, + sym_keyword_continue, + [18249] = 2, + ACTIONS(348), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(1299), 9, + ACTIONS(346), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19144,13 +19130,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18327] = 2, - ACTIONS(246), 4, + [18267] = 2, + ACTIONS(304), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 9, + ACTIONS(302), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19160,15 +19146,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18345] = 4, - ACTIONS(1088), 1, + [18285] = 6, + ACTIONS(630), 1, + anon_sym_LBRACK, + ACTIONS(1394), 1, + anon_sym_LPAREN, + ACTIONS(1396), 1, anon_sym_DOT, - STATE(475), 1, + STATE(638), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(1108), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(1106), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [18311] = 6, + ACTIONS(630), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + anon_sym_LPAREN, + ACTIONS(1400), 1, + anon_sym_DOT, + STATE(615), 1, aux_sym_expression_statement_repeat1, - ACTIONS(1409), 2, + ACTIONS(1106), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + ACTIONS(1108), 5, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + [18337] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, sym_comment, - ACTIONS(1407), 9, + ACTIONS(294), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19178,13 +19202,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18367] = 2, - ACTIONS(246), 4, + [18355] = 2, + ACTIONS(1265), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 9, + ACTIONS(1263), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19194,13 +19218,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18385] = 2, - ACTIONS(246), 4, + [18373] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 9, + ACTIONS(294), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19210,13 +19234,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18403] = 2, - ACTIONS(246), 4, + [18391] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 9, + ACTIONS(294), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19226,13 +19250,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18421] = 2, - ACTIONS(246), 4, + [18409] = 2, + ACTIONS(304), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 9, + ACTIONS(302), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19242,33 +19266,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18439] = 6, - ACTIONS(620), 1, + [18427] = 6, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(1411), 1, + ACTIONS(1402), 1, anon_sym_LPAREN, - ACTIONS(1413), 1, + ACTIONS(1404), 1, anon_sym_DOT, - STATE(606), 1, + STATE(623), 1, aux_sym_expression_statement_repeat1, - ACTIONS(1086), 4, + ACTIONS(1108), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(1084), 5, + ACTIONS(1106), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [18465] = 2, - ACTIONS(246), 4, + [18453] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 9, + ACTIONS(294), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19278,33 +19302,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18483] = 6, + [18471] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_GT, + ACTIONS(1406), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(55), 8, + anon_sym_not, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_and, + anon_sym_or, + anon_sym_in, + [18493] = 6, ACTIONS(1398), 1, anon_sym_LPAREN, - ACTIONS(1404), 1, - anon_sym_DOT, - ACTIONS(1415), 1, + ACTIONS(1409), 1, anon_sym_LBRACK, - STATE(554), 1, + ACTIONS(1412), 1, + anon_sym_DOT, + STATE(570), 1, aux_sym_expression_statement_repeat1, - ACTIONS(39), 4, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - ACTIONS(37), 5, + ACTIONS(37), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [18509] = 2, - ACTIONS(313), 4, + ACTIONS(39), 5, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + [18519] = 2, + ACTIONS(264), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(311), 9, + ACTIONS(262), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19314,14 +19356,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18527] = 6, - ACTIONS(1411), 1, + [18537] = 6, + ACTIONS(1402), 1, anon_sym_LPAREN, - ACTIONS(1418), 1, + ACTIONS(1415), 1, anon_sym_LBRACK, - ACTIONS(1421), 1, + ACTIONS(1417), 1, anon_sym_DOT, - STATE(550), 1, + STATE(582), 1, aux_sym_expression_statement_repeat1, ACTIONS(39), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, @@ -19334,13 +19376,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_endif, anon_sym_if, anon_sym_foreach, - [18553] = 2, - ACTIONS(313), 4, + [18563] = 4, + ACTIONS(1110), 1, + anon_sym_DOT, + STATE(483), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(1422), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, sym_comment, - ACTIONS(311), 9, + ACTIONS(1420), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19350,33 +19394,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18571] = 6, - ACTIONS(1394), 1, - anon_sym_LPAREN, - ACTIONS(1424), 1, - anon_sym_LBRACK, - ACTIONS(1426), 1, - anon_sym_DOT, - STATE(581), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(37), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(39), 5, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - [18597] = 2, - ACTIONS(273), 4, + [18585] = 2, + ACTIONS(340), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(271), 9, + ACTIONS(338), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19386,31 +19410,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18615] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, - anon_sym_GT, - ACTIONS(1429), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(93), 8, - anon_sym_not, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_and, - anon_sym_or, - anon_sym_in, - [18637] = 2, - ACTIONS(269), 4, + [18603] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(267), 9, + ACTIONS(294), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19420,29 +19426,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18655] = 2, - ACTIONS(265), 4, + [18621] = 6, + ACTIONS(1394), 1, + anon_sym_LPAREN, + ACTIONS(1424), 1, + anon_sym_LBRACK, + ACTIONS(1426), 1, + anon_sym_DOT, + STATE(547), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(39), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(263), 9, + ACTIONS(37), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [18673] = 2, - ACTIONS(307), 4, + anon_sym_endforeach, + [18647] = 2, + ACTIONS(344), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(305), 9, + ACTIONS(342), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -19452,34 +19462,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [18691] = 6, + [18665] = 6, ACTIONS(1394), 1, anon_sym_LPAREN, ACTIONS(1426), 1, anon_sym_DOT, - ACTIONS(1432), 1, - anon_sym_LBRACK, - STATE(581), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(37), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(39), 5, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - [18717] = 6, - ACTIONS(1411), 1, - anon_sym_LPAREN, - ACTIONS(1421), 1, - anon_sym_DOT, - ACTIONS(1435), 1, + ACTIONS(1429), 1, anon_sym_LBRACK, - STATE(550), 1, + STATE(547), 1, aux_sym_expression_statement_repeat1, ACTIONS(39), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, @@ -19489,902 +19479,896 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(37), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [18743] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1439), 1, - anon_sym_RPAREN, - ACTIONS(1437), 5, + anon_sym_endforeach, + [18691] = 6, + ACTIONS(1398), 1, anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACE, - anon_sym_LBRACK, - sym_number, - ACTIONS(1441), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - [18764] = 4, - ACTIONS(1443), 1, + ACTIONS(1412), 1, anon_sym_DOT, - STATE(576), 1, + ACTIONS(1432), 1, + anon_sym_LBRACK, + STATE(570), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 5, + ACTIONS(37), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 5, + ACTIONS(39), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [18785] = 4, - ACTIONS(1446), 1, + [18717] = 6, + ACTIONS(1402), 1, + anon_sym_LPAREN, + ACTIONS(1417), 1, anon_sym_DOT, - STATE(576), 1, + ACTIONS(1434), 1, + anon_sym_LBRACK, + STATE(582), 1, aux_sym_expression_statement_repeat1, - ACTIONS(78), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - ACTIONS(80), 5, + ACTIONS(39), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [18806] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1449), 1, - anon_sym_RPAREN, - ACTIONS(1437), 5, - anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACE, - anon_sym_LBRACK, - sym_number, - ACTIONS(1441), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - [18827] = 4, - ACTIONS(1443), 1, - anon_sym_DOT, - STATE(576), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(71), 5, + ACTIONS(37), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 5, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - [18848] = 4, - ACTIONS(1451), 1, + [18743] = 4, + ACTIONS(1437), 1, anon_sym_DOT, - STATE(577), 1, + STATE(591), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 5, + ACTIONS(83), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(73), 5, + ACTIONS(85), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [18869] = 5, - ACTIONS(1454), 1, - anon_sym_LBRACK, - ACTIONS(1457), 1, - anon_sym_DOT, - STATE(556), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(51), 4, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - ACTIONS(49), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [18892] = 4, - ACTIONS(1460), 1, + [18764] = 4, + ACTIONS(1440), 1, anon_sym_DOT, - STATE(577), 1, + STATE(566), 1, aux_sym_expression_statement_repeat1, - ACTIONS(78), 5, + ACTIONS(83), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - ACTIONS(80), 5, + ACTIONS(85), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [18913] = 4, - ACTIONS(1451), 1, + [18785] = 4, + ACTIONS(1443), 1, anon_sym_DOT, - STATE(577), 1, + STATE(566), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 5, + ACTIONS(90), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - ACTIONS(73), 5, + ACTIONS(92), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [18934] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1463), 1, - anon_sym_RPAREN, - ACTIONS(1437), 5, - anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACE, - anon_sym_LBRACK, - sym_number, - ACTIONS(1441), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - [18955] = 4, - ACTIONS(1451), 1, + [18806] = 4, + ACTIONS(1440), 1, anon_sym_DOT, - STATE(577), 1, + STATE(566), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 5, + ACTIONS(83), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - ACTIONS(73), 5, + ACTIONS(85), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [18976] = 5, - ACTIONS(1465), 1, + [18827] = 5, + ACTIONS(1446), 1, anon_sym_LBRACK, - ACTIONS(1468), 1, + ACTIONS(1449), 1, anon_sym_DOT, - STATE(565), 1, + STATE(548), 1, aux_sym_expression_statement_repeat1, - ACTIONS(51), 4, + ACTIONS(99), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(49), 5, + ACTIONS(97), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [18999] = 5, - ACTIONS(1471), 1, + anon_sym_endforeach, + [18850] = 5, + ACTIONS(1452), 1, anon_sym_LBRACK, - ACTIONS(1474), 1, + ACTIONS(1455), 1, anon_sym_DOT, - STATE(548), 1, + STATE(588), 1, aux_sym_expression_statement_repeat1, - ACTIONS(63), 4, + ACTIONS(76), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(61), 5, + ACTIONS(74), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [19022] = 5, - ACTIONS(1457), 1, - anon_sym_DOT, - ACTIONS(1477), 1, + anon_sym_endforeach, + [18873] = 5, + ACTIONS(1458), 1, anon_sym_LBRACK, - STATE(556), 1, + ACTIONS(1460), 1, + anon_sym_DOT, + STATE(561), 1, aux_sym_expression_statement_repeat1, - ACTIONS(51), 4, + ACTIONS(74), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + ACTIONS(76), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(49), 5, + [18896] = 4, + ACTIONS(1463), 1, + anon_sym_DOT, + STATE(554), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(90), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [19045] = 5, - ACTIONS(1479), 1, + ACTIONS(92), 6, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, - ACTIONS(1482), 1, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + [18917] = 4, + ACTIONS(1466), 1, anon_sym_DOT, - STATE(553), 1, + STATE(554), 1, aux_sym_expression_statement_repeat1, - ACTIONS(63), 4, + ACTIONS(59), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + ACTIONS(61), 6, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(61), 5, + [18938] = 4, + ACTIONS(1469), 1, + anon_sym_DOT, + STATE(554), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(83), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [19068] = 5, - ACTIONS(1482), 1, - anon_sym_DOT, - ACTIONS(1485), 1, - anon_sym_LBRACK, - STATE(553), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(63), 4, + ACTIONS(85), 6, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(61), 5, + [18959] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1474), 1, + anon_sym_RPAREN, + ACTIONS(1472), 5, + anon_sym_LPAREN, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACE, + anon_sym_LBRACK, + sym_number, + ACTIONS(1476), 5, + anon_sym_true, + anon_sym_false, anon_sym_SQUOTE, sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [19091] = 4, + anon_sym_not, + [18980] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1487), 1, + ACTIONS(1478), 1, anon_sym_RPAREN, - ACTIONS(1437), 5, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1441), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [19112] = 5, - ACTIONS(1468), 1, - anon_sym_DOT, - ACTIONS(1489), 1, + [19001] = 5, + ACTIONS(1480), 1, anon_sym_LBRACK, - STATE(565), 1, + ACTIONS(1483), 1, + anon_sym_DOT, + STATE(553), 1, aux_sym_expression_statement_repeat1, - ACTIONS(51), 4, + ACTIONS(97), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + ACTIONS(99), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(49), 5, + [19024] = 3, + ACTIONS(1490), 1, + anon_sym_QMARK, + ACTIONS(1488), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1486), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - [19135] = 4, + sym_keyword_break, + sym_keyword_continue, + [19043] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1491), 1, + ACTIONS(1492), 1, anon_sym_RPAREN, - ACTIONS(1437), 5, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1441), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [19156] = 4, - ACTIONS(1443), 1, + [19064] = 4, + ACTIONS(1469), 1, anon_sym_DOT, - STATE(576), 1, + STATE(554), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 5, + ACTIONS(83), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 5, + ACTIONS(85), 6, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [19177] = 4, - ACTIONS(1493), 1, + [19085] = 5, + ACTIONS(1460), 1, anon_sym_DOT, - STATE(566), 1, + ACTIONS(1494), 1, + anon_sym_LBRACK, + STATE(561), 1, aux_sym_expression_statement_repeat1, - ACTIONS(105), 4, + ACTIONS(74), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(107), 6, + ACTIONS(76), 5, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [19198] = 4, + [19108] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1496), 1, + ACTIONS(1497), 1, anon_sym_RPAREN, - ACTIONS(1437), 5, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1441), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [19219] = 4, + [19129] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1498), 1, + ACTIONS(1499), 1, anon_sym_RPAREN, - ACTIONS(1437), 5, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1441), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [19240] = 3, - ACTIONS(1504), 1, - anon_sym_QMARK, - ACTIONS(1502), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1500), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [19259] = 4, + [19150] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1506), 1, + ACTIONS(1501), 1, anon_sym_RPAREN, - ACTIONS(1437), 5, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1441), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [19280] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(512), 1, - anon_sym_LPAREN, - ACTIONS(620), 1, - anon_sym_LBRACK, - ACTIONS(628), 1, + [19171] = 4, + ACTIONS(1503), 1, anon_sym_DOT, - STATE(225), 1, + STATE(566), 1, aux_sym_expression_statement_repeat1, - ACTIONS(1086), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, + ACTIONS(59), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + ACTIONS(61), 5, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, - [19305] = 4, - ACTIONS(3), 1, sym_comment, + [19192] = 5, + ACTIONS(1506), 1, + anon_sym_LBRACK, ACTIONS(1508), 1, - anon_sym_RPAREN, - ACTIONS(1437), 5, - anon_sym_LPAREN, + anon_sym_DOT, + STATE(584), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(99), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACE, - anon_sym_LBRACK, - sym_number, - ACTIONS(1441), 5, - anon_sym_true, - anon_sym_false, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(97), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_not, - [19326] = 5, - ACTIONS(1510), 1, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [19215] = 5, + ACTIONS(1511), 1, anon_sym_LBRACK, ACTIONS(1513), 1, anon_sym_DOT, - STATE(585), 1, + STATE(572), 1, aux_sym_expression_statement_repeat1, - ACTIONS(49), 4, + ACTIONS(76), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(74), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(51), 5, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, + [19238] = 4, + ACTIONS(3), 1, sym_comment, - [19349] = 5, ACTIONS(1516), 1, + anon_sym_RPAREN, + ACTIONS(1472), 5, + anon_sym_LPAREN, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(1519), 1, + sym_number, + ACTIONS(1476), 5, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + [19259] = 4, + ACTIONS(1469), 1, anon_sym_DOT, - STATE(579), 1, + STATE(554), 1, aux_sym_expression_statement_repeat1, - ACTIONS(61), 4, + ACTIONS(83), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(63), 5, + ACTIONS(85), 6, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [19372] = 4, + [19280] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1522), 1, + ACTIONS(1518), 1, anon_sym_RPAREN, - ACTIONS(1437), 5, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1441), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [19393] = 4, - ACTIONS(1524), 1, + [19301] = 4, + ACTIONS(1437), 1, anon_sym_DOT, - STATE(576), 1, + STATE(591), 1, aux_sym_expression_statement_repeat1, - ACTIONS(105), 5, + ACTIONS(83), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(107), 5, + ACTIONS(85), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [19414] = 4, - ACTIONS(1527), 1, + [19322] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(518), 1, + anon_sym_LPAREN, + ACTIONS(630), 1, + anon_sym_LBRACK, + ACTIONS(634), 1, anon_sym_DOT, - STATE(577), 1, + STATE(279), 1, aux_sym_expression_statement_repeat1, - ACTIONS(105), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(107), 5, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, + ACTIONS(1108), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, + [19347] = 4, + ACTIONS(3), 1, sym_comment, - [19435] = 4, - ACTIONS(1530), 1, - anon_sym_DOT, - STATE(566), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(71), 4, + ACTIONS(1520), 1, + anon_sym_RPAREN, + ACTIONS(1472), 5, + anon_sym_LPAREN, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACE, + anon_sym_LBRACK, + sym_number, + ACTIONS(1476), 5, + anon_sym_true, + anon_sym_false, anon_sym_SQUOTE, sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(73), 6, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_not, + [19368] = 5, + ACTIONS(1449), 1, + anon_sym_DOT, + ACTIONS(1522), 1, anon_sym_LBRACK, + STATE(548), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(99), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [19456] = 4, - ACTIONS(1533), 1, - anon_sym_DOT, - STATE(566), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(78), 4, + ACTIONS(97), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(80), 6, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - [19477] = 4, + anon_sym_endforeach, + [19391] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1536), 1, + ACTIONS(1524), 1, anon_sym_RPAREN, - ACTIONS(1437), 5, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1441), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [19498] = 4, - ACTIONS(1530), 1, + [19412] = 5, + ACTIONS(1455), 1, anon_sym_DOT, - STATE(566), 1, + ACTIONS(1526), 1, + anon_sym_LBRACK, + STATE(588), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 4, + ACTIONS(76), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(74), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 6, - ts_builtin_sym_end, + anon_sym_endforeach, + [19435] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1528), 1, + anon_sym_RPAREN, + ACTIONS(1472), 5, + anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - [19519] = 4, + sym_number, + ACTIONS(1476), 5, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + [19456] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1538), 1, + ACTIONS(1530), 1, anon_sym_RPAREN, - ACTIONS(1437), 5, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1441), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [19540] = 4, + [19477] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1540), 1, + ACTIONS(1532), 1, anon_sym_RPAREN, - ACTIONS(1437), 5, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1441), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [19561] = 4, + [19498] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 1, + ACTIONS(1534), 1, anon_sym_RPAREN, - ACTIONS(1437), 5, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1441), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [19582] = 4, - ACTIONS(1530), 1, + [19519] = 4, + ACTIONS(1437), 1, anon_sym_DOT, - STATE(566), 1, + STATE(591), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 4, + ACTIONS(83), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 6, - ts_builtin_sym_end, + ACTIONS(85), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [19603] = 5, - ACTIONS(1513), 1, - anon_sym_DOT, - ACTIONS(1544), 1, - anon_sym_LBRACK, - STATE(585), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(49), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(51), 5, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - [19626] = 4, + [19540] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1546), 1, + ACTIONS(1536), 1, anon_sym_RPAREN, - ACTIONS(1437), 5, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1441), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [19647] = 5, - ACTIONS(1519), 1, + [19561] = 4, + ACTIONS(1538), 1, anon_sym_DOT, - ACTIONS(1548), 1, - anon_sym_LBRACK, - STATE(579), 1, + STATE(591), 1, aux_sym_expression_statement_repeat1, - ACTIONS(61), 4, + ACTIONS(90), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(63), 5, - ts_builtin_sym_end, + ACTIONS(92), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [19670] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1550), 1, - anon_sym_RPAREN, - ACTIONS(1437), 5, - anon_sym_LPAREN, + [19582] = 5, + ACTIONS(1508), 1, + anon_sym_DOT, + ACTIONS(1541), 1, + anon_sym_LBRACK, + STATE(584), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(99), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(97), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [19605] = 5, + ACTIONS(1513), 1, + anon_sym_DOT, + ACTIONS(1544), 1, anon_sym_LBRACK, - sym_number, - ACTIONS(1441), 5, - anon_sym_true, - anon_sym_false, + STATE(572), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(76), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(74), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_not, - [19691] = 4, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [19628] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1552), 1, + ACTIONS(1547), 1, anon_sym_RPAREN, - ACTIONS(1437), 5, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1441), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [19712] = 4, + [19649] = 4, + ACTIONS(1440), 1, + anon_sym_DOT, + STATE(566), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(83), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + ACTIONS(85), 5, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + [19670] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1554), 1, + ACTIONS(1549), 1, anon_sym_RPAREN, - ACTIONS(1437), 5, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1441), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [19733] = 5, - ACTIONS(1474), 1, + [19691] = 5, + ACTIONS(1483), 1, anon_sym_DOT, - ACTIONS(1556), 1, + ACTIONS(1551), 1, anon_sym_LBRACK, - STATE(548), 1, + STATE(553), 1, aux_sym_expression_statement_repeat1, - ACTIONS(63), 4, + ACTIONS(97), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + ACTIONS(99), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(61), 5, + [19714] = 4, + ACTIONS(1553), 1, + anon_sym_DOT, + STATE(591), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(59), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [19756] = 3, - ACTIONS(1556), 1, - anon_sym_LBRACK, ACTIONS(61), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - ACTIONS(63), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_DOT, sym_comment, - [19774] = 4, - ACTIONS(1400), 1, - anon_sym_DOT, - STATE(596), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(80), 4, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, + [19735] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(78), 5, + ACTIONS(1556), 1, + anon_sym_RPAREN, + ACTIONS(1472), 5, + anon_sym_LPAREN, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACE, + anon_sym_LBRACK, + sym_number, + ACTIONS(1476), 5, + anon_sym_true, + anon_sym_false, anon_sym_SQUOTE, sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [19794] = 3, - ACTIONS(1516), 1, - anon_sym_LBRACK, - ACTIONS(61), 4, + anon_sym_not, + [19756] = 2, + ACTIONS(181), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(63), 6, - ts_builtin_sym_end, + anon_sym_endforeach, + ACTIONS(183), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [19812] = 4, - ACTIONS(1558), 1, + [19772] = 4, + ACTIONS(1404), 1, anon_sym_DOT, - STATE(596), 1, + STATE(624), 1, aux_sym_expression_statement_repeat1, - ACTIONS(107), 4, + ACTIONS(1265), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(105), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [19832] = 2, - ACTIONS(161), 5, + ACTIONS(1263), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(163), 6, + [19792] = 2, + ACTIONS(1488), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_DOT, sym_comment, - [19848] = 2, - ACTIONS(1563), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1561), 9, + ACTIONS(1486), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -20394,186 +20378,233 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [19864] = 2, - ACTIONS(155), 5, + [19808] = 2, + ACTIONS(138), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(157), 6, + ACTIONS(141), 7, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [19880] = 2, - ACTIONS(151), 5, + [19824] = 2, + ACTIONS(165), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(153), 6, + ACTIONS(167), 7, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [19896] = 2, - ACTIONS(171), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - ACTIONS(173), 6, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [19840] = 3, + ACTIONS(144), 1, anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_DOT, - sym_comment, - [19912] = 2, - ACTIONS(171), 4, + ACTIONS(138), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(173), 7, + ACTIONS(141), 6, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [19928] = 4, - ACTIONS(1413), 1, + [19858] = 4, + ACTIONS(1558), 1, anon_sym_DOT, - STATE(656), 1, + STATE(599), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 4, + ACTIONS(61), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(71), 5, + ACTIONS(59), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [19948] = 2, - ACTIONS(147), 5, + [19878] = 3, + ACTIONS(1480), 1, + anon_sym_LBRACK, + ACTIONS(97), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(149), 6, + ACTIONS(99), 6, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [19964] = 4, - ACTIONS(1413), 1, - anon_sym_DOT, - STATE(656), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(80), 4, + [19896] = 2, + ACTIONS(165), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + ACTIONS(167), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, + anon_sym_DOT, sym_comment, - ACTIONS(78), 5, + [19912] = 4, + ACTIONS(1400), 1, + anon_sym_DOT, + STATE(629), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(83), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [19984] = 4, - ACTIONS(1413), 1, + ACTIONS(85), 5, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + [19932] = 4, + ACTIONS(1404), 1, anon_sym_DOT, - STATE(656), 1, + STATE(628), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 4, + ACTIONS(1265), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(71), 5, + ACTIONS(1263), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [19952] = 2, + ACTIONS(1563), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1561), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - [20004] = 3, - ACTIONS(1548), 1, + sym_keyword_break, + sym_keyword_continue, + [19968] = 3, + ACTIONS(1551), 1, anon_sym_LBRACK, - ACTIONS(61), 4, + ACTIONS(97), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(63), 6, + ACTIONS(99), 6, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20022] = 2, - ACTIONS(177), 5, + [19986] = 4, + ACTIONS(1396), 1, + anon_sym_DOT, + STATE(635), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(85), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(83), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [20006] = 2, + ACTIONS(130), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(179), 6, + ACTIONS(132), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20038] = 2, - ACTIONS(181), 5, + [20022] = 2, + ACTIONS(1567), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1565), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - ACTIONS(183), 6, + sym_keyword_break, + sym_keyword_continue, + [20038] = 2, + ACTIONS(1571), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_DOT, sym_comment, - [20054] = 2, - ACTIONS(131), 5, + ACTIONS(1569), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - ACTIONS(133), 6, + sym_keyword_break, + sym_keyword_continue, + [20054] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(362), 5, + anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_DOT, - sym_comment, - [20070] = 2, - ACTIONS(1567), 2, + sym_number, + ACTIONS(1573), 5, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + [20072] = 2, + ACTIONS(1577), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1565), 9, + ACTIONS(1575), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -20583,190 +20614,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [20086] = 4, - ACTIONS(1396), 1, + [20088] = 4, + ACTIONS(1400), 1, anon_sym_DOT, - STATE(638), 1, + STATE(614), 1, aux_sym_expression_statement_repeat1, - ACTIONS(1299), 4, + ACTIONS(1263), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(1301), 5, + ACTIONS(1265), 5, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [20106] = 2, - ACTIONS(131), 5, + [20108] = 4, + ACTIONS(1400), 1, + anon_sym_DOT, + STATE(627), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(1263), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(133), 6, + ACTIONS(1265), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_DOT, sym_comment, - [20122] = 3, - ACTIONS(157), 1, - anon_sym_LBRACK, - ACTIONS(141), 5, + [20128] = 4, + ACTIONS(1400), 1, + anon_sym_DOT, + STATE(629), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(90), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(144), 5, + ACTIONS(92), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_DOT, sym_comment, - [20140] = 2, - ACTIONS(181), 5, + [20148] = 4, + ACTIONS(1400), 1, + anon_sym_DOT, + STATE(629), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(83), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(183), 6, + ACTIONS(85), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_DOT, sym_comment, - [20156] = 2, - ACTIONS(177), 5, + [20168] = 2, + ACTIONS(134), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(179), 6, + ACTIONS(136), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20172] = 2, - ACTIONS(1571), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1569), 9, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [20188] = 4, - ACTIONS(1396), 1, - anon_sym_DOT, - STATE(648), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1299), 4, + [20184] = 2, + ACTIONS(175), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(1301), 5, - ts_builtin_sym_end, + anon_sym_endforeach, + ACTIONS(144), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, + anon_sym_DOT, sym_comment, - [20208] = 2, - ACTIONS(151), 4, + [20200] = 2, + ACTIONS(130), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(153), 7, - ts_builtin_sym_end, + anon_sym_endforeach, + ACTIONS(132), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20224] = 4, - ACTIONS(1413), 1, - anon_sym_DOT, - STATE(605), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1301), 4, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - ACTIONS(1299), 5, + [20216] = 2, + ACTIONS(175), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [20244] = 4, - ACTIONS(1413), 1, - anon_sym_DOT, - STATE(603), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1301), 4, + ACTIONS(144), 7, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, + anon_sym_DOT, sym_comment, - ACTIONS(1299), 5, + [20232] = 2, + ACTIONS(146), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [20264] = 4, - ACTIONS(1573), 1, - anon_sym_DOT, - STATE(622), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(105), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(107), 5, - ts_builtin_sym_end, + ACTIONS(148), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, + anon_sym_DOT, sym_comment, - [20284] = 2, - ACTIONS(171), 5, + [20248] = 2, + ACTIONS(150), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(173), 6, + ACTIONS(152), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20300] = 2, - ACTIONS(1578), 2, + [20264] = 2, + ACTIONS(1581), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1576), 9, + ACTIONS(1579), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -20776,55 +20776,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [20316] = 2, - ACTIONS(155), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(157), 7, - ts_builtin_sym_end, + [20280] = 4, + ACTIONS(1404), 1, + anon_sym_DOT, + STATE(599), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(85), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_DOT, sym_comment, - [20332] = 2, - ACTIONS(161), 4, + ACTIONS(83), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(163), 7, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_DOT, - sym_comment, - [20348] = 4, - ACTIONS(1400), 1, + [20300] = 4, + ACTIONS(1404), 1, anon_sym_DOT, - STATE(596), 1, + STATE(599), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 4, + ACTIONS(92), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(71), 5, + ACTIONS(90), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [20368] = 2, - ACTIONS(1582), 2, + [20320] = 2, + ACTIONS(1585), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1580), 9, + ACTIONS(1583), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -20834,11 +20822,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [20384] = 2, - ACTIONS(1586), 2, + [20336] = 2, + ACTIONS(1589), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1584), 9, + ACTIONS(1587), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -20848,57 +20836,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [20400] = 4, + [20352] = 4, ACTIONS(1400), 1, anon_sym_DOT, - STATE(594), 1, + STATE(629), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(83), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + ACTIONS(85), 5, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + [20372] = 4, + ACTIONS(1404), 1, + anon_sym_DOT, + STATE(599), 1, aux_sym_expression_statement_repeat1, - ACTIONS(1301), 4, + ACTIONS(85), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(1299), 5, + ACTIONS(83), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [20420] = 4, - ACTIONS(1396), 1, + [20392] = 4, + ACTIONS(1591), 1, anon_sym_DOT, - STATE(622), 1, + STATE(629), 1, aux_sym_expression_statement_repeat1, - ACTIONS(71), 4, + ACTIONS(59), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 5, + ACTIONS(61), 5, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [20440] = 2, - ACTIONS(1590), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1588), 9, + [20412] = 2, + ACTIONS(134), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [20456] = 2, - ACTIONS(1594), 2, + ACTIONS(136), 7, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_DOT, + sym_comment, + [20428] = 2, + ACTIONS(1596), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1592), 9, + ACTIONS(1594), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -20908,116 +20912,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [20472] = 2, - ACTIONS(1598), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1596), 9, + [20444] = 2, + ACTIONS(154), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [20488] = 2, - ACTIONS(141), 5, + anon_sym_endforeach, + ACTIONS(156), 6, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_DOT, + sym_comment, + [20460] = 2, + ACTIONS(154), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(144), 6, + ACTIONS(156), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20504] = 3, - ACTIONS(1479), 1, + [20476] = 3, + ACTIONS(1506), 1, anon_sym_LBRACK, - ACTIONS(61), 5, + ACTIONS(97), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(63), 5, + ACTIONS(99), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20522] = 4, - ACTIONS(1400), 1, + [20494] = 4, + ACTIONS(1598), 1, anon_sym_DOT, - STATE(660), 1, + STATE(635), 1, aux_sym_expression_statement_repeat1, - ACTIONS(1301), 4, + ACTIONS(61), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(1299), 5, + ACTIONS(59), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [20542] = 4, - ACTIONS(1396), 1, + [20514] = 4, + ACTIONS(1404), 1, anon_sym_DOT, - STATE(622), 1, + STATE(599), 1, aux_sym_expression_statement_repeat1, - ACTIONS(78), 4, + ACTIONS(85), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(83), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(80), 5, - ts_builtin_sym_end, + [20534] = 2, + ACTIONS(165), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + ACTIONS(167), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, + anon_sym_DOT, sym_comment, - [20562] = 2, - ACTIONS(1602), 2, + [20550] = 4, + ACTIONS(1396), 1, + anon_sym_DOT, + STATE(635), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(85), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, sym_comment, - ACTIONS(1600), 9, + ACTIONS(83), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [20578] = 2, - ACTIONS(1606), 2, + anon_sym_endforeach, + [20570] = 4, + ACTIONS(1396), 1, + anon_sym_DOT, + STATE(635), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(92), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, sym_comment, - ACTIONS(1604), 9, + ACTIONS(90), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [20594] = 2, - ACTIONS(147), 4, + anon_sym_endforeach, + [20590] = 2, + ACTIONS(146), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(149), 7, + ACTIONS(148), 7, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, @@ -21025,143 +21047,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20610] = 4, - ACTIONS(1413), 1, + [20606] = 4, + ACTIONS(1396), 1, anon_sym_DOT, - STATE(656), 1, + STATE(635), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 4, + ACTIONS(85), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(71), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [20630] = 2, - ACTIONS(1598), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1596), 9, + ACTIONS(83), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [20646] = 2, - ACTIONS(141), 5, + anon_sym_endforeach, + [20626] = 2, + ACTIONS(181), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(144), 6, + ACTIONS(183), 7, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20662] = 3, - ACTIONS(1471), 1, - anon_sym_LBRACK, - ACTIONS(61), 5, + [20642] = 2, + ACTIONS(130), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(63), 5, + ACTIONS(132), 7, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20680] = 2, - ACTIONS(147), 5, + [20658] = 2, + ACTIONS(1603), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1601), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [20674] = 3, + ACTIONS(1522), 1, + anon_sym_LBRACK, + ACTIONS(97), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, anon_sym_foreach, - ACTIONS(149), 6, + anon_sym_endforeach, + ACTIONS(99), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20696] = 2, - ACTIONS(1610), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1608), 9, + [20692] = 2, + ACTIONS(175), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, - [20712] = 4, - ACTIONS(1396), 1, - anon_sym_DOT, - STATE(622), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(71), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, anon_sym_foreach, - ACTIONS(73), 5, - ts_builtin_sym_end, + ACTIONS(144), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, + anon_sym_DOT, sym_comment, - [20732] = 2, - ACTIONS(141), 4, + [20708] = 2, + ACTIONS(134), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(144), 7, - ts_builtin_sym_end, + anon_sym_endforeach, + ACTIONS(136), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20748] = 3, - ACTIONS(157), 1, + [20724] = 3, + ACTIONS(144), 1, anon_sym_LBRACK, - ACTIONS(141), 5, + ACTIONS(138), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - ACTIONS(144), 5, + ACTIONS(141), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20766] = 2, - ACTIONS(1614), 2, + [20742] = 2, + ACTIONS(1607), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1612), 9, + ACTIONS(1605), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -21171,11 +21177,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [20782] = 2, - ACTIONS(1502), 2, + [20758] = 2, + ACTIONS(1611), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1500), 9, + ACTIONS(1609), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -21185,41 +21191,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [20798] = 3, - ACTIONS(1485), 1, + [20774] = 3, + ACTIONS(144), 1, anon_sym_LBRACK, - ACTIONS(61), 5, + ACTIONS(138), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(63), 5, + ACTIONS(141), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20816] = 3, - ACTIONS(3), 1, + [20792] = 2, + ACTIONS(1615), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(364), 5, - anon_sym_LPAREN, + ACTIONS(1613), 9, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [20808] = 2, + ACTIONS(1611), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_RBRACE, - anon_sym_LBRACK, - sym_number, - ACTIONS(1616), 5, - anon_sym_true, - anon_sym_false, + sym_comment, + ACTIONS(1609), 9, anon_sym_SQUOTE, sym_identifier, - anon_sym_not, - [20834] = 2, - ACTIONS(1620), 2, + anon_sym_endif, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_foreach, + sym_keyword_break, + sym_keyword_continue, + [20824] = 2, + ACTIONS(1619), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1618), 9, + ACTIONS(1617), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -21229,27 +21248,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [20850] = 4, - ACTIONS(1622), 1, - anon_sym_DOT, - STATE(656), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(107), 4, + [20840] = 2, + ACTIONS(1623), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, sym_comment, - ACTIONS(105), 5, + ACTIONS(1621), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - [20870] = 2, - ACTIONS(1614), 2, + sym_keyword_break, + sym_keyword_continue, + [20856] = 2, + ACTIONS(1627), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1612), 9, + ACTIONS(1625), 9, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -21259,103 +21276,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_foreach, sym_keyword_break, sym_keyword_continue, - [20886] = 2, - ACTIONS(177), 4, + [20872] = 2, + ACTIONS(146), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(179), 7, - ts_builtin_sym_end, + anon_sym_endforeach, + ACTIONS(148), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20902] = 2, - ACTIONS(131), 4, + [20888] = 2, + ACTIONS(1623), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1621), 9, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_foreach, - ACTIONS(133), 7, - ts_builtin_sym_end, + sym_keyword_break, + sym_keyword_continue, + [20904] = 2, + ACTIONS(181), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + ACTIONS(183), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [20918] = 4, - ACTIONS(1400), 1, - anon_sym_DOT, - STATE(596), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(73), 4, + [20920] = 2, + ACTIONS(150), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + ACTIONS(152), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, + anon_sym_DOT, sym_comment, - ACTIONS(71), 5, + [20936] = 3, + ACTIONS(1446), 1, + anon_sym_LBRACK, + ACTIONS(97), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [20938] = 4, - ACTIONS(1400), 1, + ACTIONS(99), 5, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_DOT, + sym_comment, + [20954] = 4, + ACTIONS(1396), 1, anon_sym_DOT, - STATE(596), 1, + STATE(639), 1, aux_sym_expression_statement_repeat1, - ACTIONS(73), 4, + ACTIONS(1265), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(71), 5, + ACTIONS(1263), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [20958] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1437), 5, - anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACE, + [20974] = 3, + ACTIONS(1541), 1, anon_sym_LBRACK, - sym_number, - ACTIONS(1441), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - [20976] = 2, - ACTIONS(155), 5, + ACTIONS(97), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(157), 6, + ACTIONS(99), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, [20992] = 2, - ACTIONS(151), 5, + ACTIONS(138), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - ACTIONS(153), 6, + ACTIONS(141), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, @@ -21363,42 +21393,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_comment, [21008] = 2, - ACTIONS(161), 5, + ACTIONS(138), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(163), 6, + ACTIONS(141), 6, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [21024] = 4, - ACTIONS(1396), 1, - anon_sym_DOT, - STATE(622), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(71), 4, + [21024] = 2, + ACTIONS(150), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(73), 5, + ACTIONS(152), 7, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, anon_sym_SLASH, anon_sym_PLUS, + anon_sym_DOT, sym_comment, - [21044] = 2, - ACTIONS(181), 4, + [21040] = 2, + ACTIONS(154), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(183), 7, + ACTIONS(156), 7, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, @@ -21406,1611 +21434,1597 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DOT, sym_comment, - [21060] = 2, - ACTIONS(1627), 2, + [21056] = 4, + ACTIONS(1396), 1, + anon_sym_DOT, + STATE(641), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(1265), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, sym_comment, - ACTIONS(1625), 9, + ACTIONS(1263), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_foreach, - sym_keyword_break, - sym_keyword_continue, + anon_sym_endforeach, [21076] = 3, - ACTIONS(157), 1, - anon_sym_LBRACK, - ACTIONS(141), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(144), 6, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_DOT, - sym_comment, - [21094] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(512), 1, - anon_sym_LPAREN, - ACTIONS(620), 1, - anon_sym_LBRACK, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1629), 1, - anon_sym_COMMA, - ACTIONS(1632), 1, - anon_sym_RBRACK, - STATE(225), 1, - aux_sym_expression_statement_repeat1, - STATE(780), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [21123] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1635), 4, + ACTIONS(1472), 5, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACE, anon_sym_LBRACK, sym_number, - ACTIONS(1637), 5, + ACTIONS(1476), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [21140] = 9, + [21094] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(1629), 4, anon_sym_LPAREN, - ACTIONS(620), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1629), 1, - anon_sym_COMMA, - ACTIONS(1639), 1, - anon_sym_RBRACK, - STATE(225), 1, - aux_sym_expression_statement_repeat1, - STATE(780), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [21169] = 3, + sym_number, + ACTIONS(1631), 5, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + [21111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1642), 4, + ACTIONS(1633), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1644), 5, + ACTIONS(1635), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [21186] = 10, + [21128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(535), 1, - anon_sym_EQ_EQ, - ACTIONS(537), 1, - anon_sym_BANG_EQ, - ACTIONS(539), 1, - anon_sym_GT_EQ, - ACTIONS(541), 1, - anon_sym_GT, - ACTIONS(543), 1, - anon_sym_LT, - ACTIONS(1378), 1, - anon_sym_not, - ACTIONS(1380), 1, - anon_sym_and, - ACTIONS(1382), 1, - anon_sym_or, - ACTIONS(1384), 1, - anon_sym_in, - [21217] = 4, - STATE(686), 1, - aux_sym_variableunit_repeat1, - ACTIONS(228), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1372), 2, + ACTIONS(1633), 4, + anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1370), 5, + anon_sym_LBRACK, + sym_number, + ACTIONS(1635), 5, + anon_sym_true, + anon_sym_false, anon_sym_SQUOTE, sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [21236] = 9, + anon_sym_not, + [21145] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1646), 1, + ACTIONS(1637), 1, anon_sym_SQUOTE, - ACTIONS(1648), 1, + ACTIONS(1639), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1650), 1, + ACTIONS(1641), 1, anon_sym_LBRACK, - ACTIONS(1652), 1, + ACTIONS(1643), 1, sym_identifier, - STATE(612), 1, + STATE(662), 1, sym_normal_command, - STATE(618), 1, + STATE(668), 1, sym_string, - STATE(1086), 1, + STATE(1130), 1, sym_listitem, - STATE(778), 2, + STATE(796), 2, sym_list, sym_expression_statement, - [21265] = 10, + [21174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, - anon_sym_EQ_EQ, - ACTIONS(559), 1, - anon_sym_BANG_EQ, - ACTIONS(561), 1, - anon_sym_GT_EQ, - ACTIONS(563), 1, - anon_sym_GT, - ACTIONS(565), 1, - anon_sym_LT, - ACTIONS(1386), 1, - anon_sym_not, - ACTIONS(1388), 1, - anon_sym_and, - ACTIONS(1390), 1, - anon_sym_or, - ACTIONS(1392), 1, - anon_sym_in, - [21296] = 4, - STATE(727), 1, - aux_sym_variableunit_repeat1, - ACTIONS(236), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1376), 3, - ts_builtin_sym_end, + ACTIONS(1633), 4, + anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1374), 4, + anon_sym_LBRACK, + sym_number, + ACTIONS(1635), 5, + anon_sym_true, + anon_sym_false, anon_sym_SQUOTE, sym_identifier, - anon_sym_if, - anon_sym_foreach, - [21315] = 4, - STATE(686), 1, + anon_sym_not, + [21191] = 4, + STATE(675), 1, aux_sym_variableunit_repeat1, - ACTIONS(228), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1376), 2, + ACTIONS(1389), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1374), 5, + ACTIONS(1645), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(1387), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [21334] = 3, + [21210] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(630), 1, + anon_sym_LBRACK, + ACTIONS(1394), 1, + anon_sym_LPAREN, + ACTIONS(1396), 1, + anon_sym_DOT, + ACTIONS(1650), 1, + anon_sym_SLASH, + STATE(638), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(1648), 4, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_SLASH_EQ, + [21235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1635), 4, + ACTIONS(1633), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1637), 5, + ACTIONS(1635), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [21351] = 3, + [21252] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1635), 4, + ACTIONS(518), 1, anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(630), 1, anon_sym_LBRACK, - sym_number, - ACTIONS(1637), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - [21368] = 3, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_COMMA, + ACTIONS(1655), 1, + anon_sym_RBRACK, + STATE(279), 1, + aux_sym_expression_statement_repeat1, + STATE(757), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [21281] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1635), 4, + ACTIONS(1633), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1637), 5, + ACTIONS(1635), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [21385] = 3, + [21298] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1635), 4, + ACTIONS(1633), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1637), 5, + ACTIONS(1635), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [21402] = 3, - ACTIONS(3), 1, + [21315] = 2, + ACTIONS(205), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + ACTIONS(207), 5, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_DOT, sym_comment, - ACTIONS(1635), 4, - anon_sym_LPAREN, + [21330] = 4, + STATE(675), 1, + aux_sym_variableunit_repeat1, + ACTIONS(189), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(1370), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - sym_number, - ACTIONS(1637), 5, - anon_sym_true, - anon_sym_false, + sym_comment, + ACTIONS(1368), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_not, - [21419] = 3, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [21349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1635), 4, + ACTIONS(1658), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1637), 5, + ACTIONS(1660), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [21436] = 4, - STATE(686), 1, + [21366] = 4, + STATE(687), 1, aux_sym_variableunit_repeat1, - ACTIONS(1362), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1654), 2, + ACTIONS(213), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1360), 5, + ACTIONS(1385), 3, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1383), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [21455] = 3, + [21385] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1635), 4, + ACTIONS(518), 1, anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(630), 1, anon_sym_LBRACK, - sym_number, - ACTIONS(1637), 5, - anon_sym_true, - anon_sym_false, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_COMMA, + ACTIONS(1662), 1, + anon_sym_RBRACK, + STATE(279), 1, + aux_sym_expression_statement_repeat1, + STATE(757), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [21414] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(634), 1, + anon_sym_DOT, + STATE(287), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(1265), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_PLUS, + [21433] = 4, + STATE(687), 1, + aux_sym_variableunit_repeat1, + ACTIONS(1665), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(1389), 3, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1387), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_not, - [21472] = 3, + anon_sym_if, + anon_sym_foreach, + [21452] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 4, + ACTIONS(518), 1, anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(630), 1, anon_sym_LBRACK, - sym_number, - ACTIONS(1659), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - [21489] = 3, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_COMMA, + ACTIONS(1668), 1, + anon_sym_RBRACK, + STATE(279), 1, + aux_sym_expression_statement_repeat1, + STATE(757), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [21481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 4, + ACTIONS(1629), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1659), 5, + ACTIONS(1631), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [21506] = 2, - ACTIONS(220), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(222), 6, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_DOT, - sym_comment, - [21521] = 7, + [21498] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(620), 1, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(1411), 1, + ACTIONS(1023), 1, anon_sym_LPAREN, - ACTIONS(1413), 1, + ACTIONS(1110), 1, anon_sym_DOT, - ACTIONS(1663), 1, + ACTIONS(1673), 1, anon_sym_SLASH, - STATE(606), 1, + STATE(482), 1, aux_sym_expression_statement_repeat1, - ACTIONS(1661), 4, + ACTIONS(1671), 4, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_SLASH_EQ, - [21546] = 9, + [21523] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(518), 1, anon_sym_LPAREN, - ACTIONS(620), 1, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1629), 1, + ACTIONS(1652), 1, anon_sym_COMMA, - ACTIONS(1665), 1, + ACTIONS(1675), 1, anon_sym_RBRACK, - STATE(225), 1, + STATE(279), 1, aux_sym_expression_statement_repeat1, - STATE(780), 1, + STATE(757), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [21575] = 7, + [21552] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(620), 1, - anon_sym_LBRACK, - ACTIONS(1394), 1, - anon_sym_LPAREN, - ACTIONS(1396), 1, + ACTIONS(578), 1, + anon_sym_EQ_EQ, + ACTIONS(580), 1, + anon_sym_BANG_EQ, + ACTIONS(582), 1, + anon_sym_GT_EQ, + ACTIONS(584), 1, + anon_sym_GT, + ACTIONS(586), 1, + anon_sym_LT, + ACTIONS(1360), 1, + anon_sym_not, + ACTIONS(1362), 1, + anon_sym_and, + ACTIONS(1364), 1, + anon_sym_or, + ACTIONS(1366), 1, + anon_sym_in, + [21583] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1670), 1, + STATE(290), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(1265), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_SLASH, - STATE(631), 1, + anon_sym_PLUS, + [21602] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(518), 1, + anon_sym_LPAREN, + ACTIONS(630), 1, + anon_sym_LBRACK, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_COMMA, + ACTIONS(1678), 1, + anon_sym_RBRACK, + STATE(279), 1, aux_sym_expression_statement_repeat1, - ACTIONS(1668), 4, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_SLASH_EQ, - [21600] = 4, - STATE(686), 1, + STATE(757), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [21631] = 4, + STATE(738), 1, aux_sym_variableunit_repeat1, - ACTIONS(228), 2, + ACTIONS(197), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1376), 2, + ACTIONS(1370), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1374), 5, + ACTIONS(1368), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [21619] = 9, + [21650] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1658), 4, + anon_sym_LPAREN, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + sym_number, + ACTIONS(1660), 5, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + [21667] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1672), 1, + ACTIONS(1681), 1, anon_sym_SQUOTE, - ACTIONS(1674), 1, + ACTIONS(1683), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1676), 1, + ACTIONS(1685), 1, anon_sym_LBRACK, - ACTIONS(1678), 1, + ACTIONS(1687), 1, sym_identifier, - STATE(620), 1, + STATE(594), 1, sym_normal_command, - STATE(621), 1, + STATE(603), 1, sym_string, - STATE(1152), 1, + STATE(1126), 1, sym_listitem, - STATE(803), 2, + STATE(770), 2, sym_list, sym_expression_statement, - [21648] = 9, + [21696] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(518), 1, anon_sym_LPAREN, - ACTIONS(620), 1, + ACTIONS(630), 1, + anon_sym_LBRACK, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_COMMA, + ACTIONS(1689), 1, + anon_sym_RBRACK, + STATE(279), 1, + aux_sym_expression_statement_repeat1, + STATE(757), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [21725] = 4, + STATE(675), 1, + aux_sym_variableunit_repeat1, + ACTIONS(189), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(1385), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1383), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [21744] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1633), 4, + anon_sym_LPAREN, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + sym_number, + ACTIONS(1635), 5, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + [21761] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1692), 1, + anon_sym_SQUOTE, + ACTIONS(1694), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1696), 1, + anon_sym_LBRACK, + ACTIONS(1698), 1, + sym_identifier, + STATE(475), 1, + sym_normal_command, + STATE(476), 1, + sym_string, + STATE(1123), 1, + sym_listitem, + STATE(528), 2, + sym_list, + sym_expression_statement, + [21790] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1658), 4, + anon_sym_LPAREN, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + sym_number, + ACTIONS(1660), 5, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + [21807] = 4, + STATE(687), 1, + aux_sym_variableunit_repeat1, + ACTIONS(213), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(1370), 3, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1368), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + [21826] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(518), 1, + anon_sym_LPAREN, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1629), 1, + ACTIONS(1652), 1, anon_sym_COMMA, - ACTIONS(1680), 1, + ACTIONS(1700), 1, anon_sym_RBRACK, - STATE(225), 1, + STATE(279), 1, aux_sym_expression_statement_repeat1, - STATE(780), 1, + STATE(757), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [21677] = 9, + [21855] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(518), 1, anon_sym_LPAREN, - ACTIONS(620), 1, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1629), 1, + ACTIONS(1652), 1, anon_sym_COMMA, - ACTIONS(1683), 1, + ACTIONS(1703), 1, anon_sym_RBRACK, - STATE(225), 1, + STATE(279), 1, aux_sym_expression_statement_repeat1, - STATE(780), 1, + STATE(757), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [21706] = 4, - STATE(698), 1, + [21884] = 4, + STATE(687), 1, aux_sym_variableunit_repeat1, - ACTIONS(1362), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1686), 2, + ACTIONS(213), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1360), 5, + ACTIONS(1370), 3, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1368), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + [21903] = 2, + ACTIONS(201), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [21725] = 9, + ACTIONS(203), 6, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_DOT, + sym_comment, + [21918] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(1629), 4, anon_sym_LPAREN, - ACTIONS(620), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1629), 1, - anon_sym_COMMA, - ACTIONS(1689), 1, - anon_sym_RBRACK, - STATE(225), 1, - aux_sym_expression_statement_repeat1, - STATE(780), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [21754] = 9, + sym_number, + ACTIONS(1631), 5, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + [21935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(1633), 4, anon_sym_LPAREN, - ACTIONS(620), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + sym_number, + ACTIONS(1635), 5, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + [21952] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(518), 1, + anon_sym_LPAREN, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1629), 1, + ACTIONS(1652), 1, anon_sym_COMMA, - ACTIONS(1692), 1, + ACTIONS(1706), 1, anon_sym_RBRACK, - STATE(225), 1, + STATE(279), 1, aux_sym_expression_statement_repeat1, - STATE(780), 1, + STATE(757), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [21783] = 9, + [21981] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(518), 1, anon_sym_LPAREN, - ACTIONS(620), 1, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1629), 1, + ACTIONS(1652), 1, anon_sym_COMMA, - ACTIONS(1695), 1, + ACTIONS(1709), 1, anon_sym_RBRACK, - STATE(225), 1, + STATE(279), 1, aux_sym_expression_statement_repeat1, - STATE(780), 1, + STATE(757), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [21812] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1698), 4, - anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - sym_number, - ACTIONS(1700), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - [21829] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1702), 1, - anon_sym_SQUOTE, - ACTIONS(1704), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1706), 1, - anon_sym_LBRACK, - ACTIONS(1708), 1, - sym_identifier, - STATE(630), 1, - sym_normal_command, - STATE(637), 1, - sym_string, - STATE(1137), 1, - sym_listitem, - STATE(767), 2, - sym_list, - sym_expression_statement, - [21858] = 4, - STATE(698), 1, + [22010] = 4, + STATE(687), 1, aux_sym_variableunit_repeat1, - ACTIONS(189), 2, + ACTIONS(213), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1376), 2, + ACTIONS(1370), 3, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1374), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [21877] = 2, - ACTIONS(220), 5, + ACTIONS(1368), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - ACTIONS(222), 5, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_DOT, - sym_comment, - [21892] = 4, - STATE(698), 1, + [22029] = 4, + STATE(675), 1, aux_sym_variableunit_repeat1, ACTIONS(189), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1376), 2, + ACTIONS(1370), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1374), 5, + ACTIONS(1368), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [21911] = 4, - STATE(686), 1, + [22048] = 4, + STATE(675), 1, aux_sym_variableunit_repeat1, - ACTIONS(228), 2, + ACTIONS(189), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1376), 2, + ACTIONS(1370), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1374), 5, + ACTIONS(1368), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [21930] = 3, + [22067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 4, + ACTIONS(1658), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1659), 5, + ACTIONS(1660), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [21947] = 3, + [22084] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 4, - anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - sym_number, - ACTIONS(1659), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, + ACTIONS(552), 1, + anon_sym_EQ_EQ, + ACTIONS(554), 1, + anon_sym_BANG_EQ, + ACTIONS(556), 1, + anon_sym_GT_EQ, + ACTIONS(558), 1, + anon_sym_GT, + ACTIONS(560), 1, + anon_sym_LT, + ACTIONS(1372), 1, anon_sym_not, - [21964] = 3, + ACTIONS(1374), 1, + anon_sym_and, + ACTIONS(1376), 1, + anon_sym_or, + ACTIONS(1378), 1, + anon_sym_in, + [22115] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 4, + ACTIONS(518), 1, anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(630), 1, anon_sym_LBRACK, - sym_number, - ACTIONS(1659), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - [21981] = 3, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_COMMA, + ACTIONS(1712), 1, + anon_sym_RBRACK, + STATE(279), 1, + aux_sym_expression_statement_repeat1, + STATE(757), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [22144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 4, - anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - sym_number, - ACTIONS(1659), 5, + ACTIONS(1715), 4, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, - anon_sym_not, - [21998] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1657), 4, - anon_sym_LPAREN, + ACTIONS(1717), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, sym_number, - ACTIONS(1659), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - [22015] = 3, + [22161] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 4, + ACTIONS(518), 1, anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(630), 1, anon_sym_LBRACK, - sym_number, - ACTIONS(1659), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - [22032] = 2, - ACTIONS(240), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - ACTIONS(242), 5, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_COMMA, + ACTIONS(1719), 1, + anon_sym_RBRACK, + STATE(279), 1, + aux_sym_expression_statement_repeat1, + STATE(757), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - anon_sym_DOT, - sym_comment, - [22047] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1642), 4, - anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - sym_number, - ACTIONS(1644), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - [22064] = 9, + [22190] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(518), 1, anon_sym_LPAREN, - ACTIONS(620), 1, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1629), 1, + ACTIONS(1652), 1, anon_sym_COMMA, - ACTIONS(1710), 1, + ACTIONS(1722), 1, anon_sym_RBRACK, - STATE(225), 1, + STATE(279), 1, aux_sym_expression_statement_repeat1, - STATE(780), 1, + STATE(757), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [22093] = 9, + [22219] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, - anon_sym_LPAREN, - ACTIONS(620), 1, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(628), 1, + ACTIONS(1398), 1, + anon_sym_LPAREN, + ACTIONS(1400), 1, anon_sym_DOT, - ACTIONS(1629), 1, - anon_sym_COMMA, - ACTIONS(1713), 1, - anon_sym_RBRACK, - STATE(225), 1, + ACTIONS(1727), 1, + anon_sym_SLASH, + STATE(615), 1, aux_sym_expression_statement_repeat1, - STATE(780), 1, + ACTIONS(1725), 4, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_SLASH_EQ, + [22244] = 4, + STATE(738), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(197), 2, anon_sym_SLASH, anon_sym_PLUS, - [22122] = 2, - ACTIONS(240), 5, + ACTIONS(1385), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1383), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - ACTIONS(242), 5, + [22263] = 2, + ACTIONS(201), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + ACTIONS(203), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [22137] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1642), 4, - anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACK, - sym_number, - ACTIONS(1644), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - [22154] = 9, + [22278] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(518), 1, anon_sym_LPAREN, - ACTIONS(620), 1, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1629), 1, + ACTIONS(1652), 1, anon_sym_COMMA, - ACTIONS(1716), 1, + ACTIONS(1729), 1, anon_sym_RBRACK, - STATE(225), 1, + STATE(279), 1, aux_sym_expression_statement_repeat1, - STATE(780), 1, + STATE(757), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [22183] = 3, + [22307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1642), 4, + ACTIONS(1658), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1644), 5, + ACTIONS(1660), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [22200] = 3, + [22324] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1732), 1, + anon_sym_SQUOTE, + ACTIONS(1734), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1736), 1, + anon_sym_LBRACK, + ACTIONS(1738), 1, + sym_identifier, + STATE(612), 1, + sym_normal_command, + STATE(613), 1, + sym_string, + STATE(1078), 1, + sym_listitem, + STATE(763), 2, + sym_list, + sym_expression_statement, + [22353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1698), 4, + ACTIONS(1658), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1700), 5, + ACTIONS(1660), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [22217] = 4, + [22370] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, - anon_sym_DOT, - STATE(265), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1301), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, + ACTIONS(1740), 4, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, + sym_identifier, + ACTIONS(1742), 5, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_SLASH, - anon_sym_PLUS, - [22236] = 2, - ACTIONS(240), 4, + sym_number, + [22387] = 2, + ACTIONS(201), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(242), 6, - ts_builtin_sym_end, + anon_sym_endforeach, + ACTIONS(203), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [22251] = 4, + [22402] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(518), 1, + anon_sym_LPAREN, + ACTIONS(630), 1, + anon_sym_LBRACK, + ACTIONS(634), 1, anon_sym_DOT, - STATE(264), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1301), 7, + ACTIONS(1652), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, + ACTIONS(1744), 1, anon_sym_RBRACK, - anon_sym_COLON, + STATE(279), 1, + aux_sym_expression_statement_repeat1, + STATE(757), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [22270] = 9, + [22431] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(120), 1, + anon_sym_LBRACK, + ACTIONS(1747), 1, + sym_identifier, + STATE(686), 1, + sym_normal_command, + STATE(693), 1, + sym_string, + STATE(1161), 1, + sym_listitem, + STATE(834), 2, + sym_list, + sym_expression_statement, + [22460] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(518), 1, anon_sym_LPAREN, - ACTIONS(620), 1, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1629), 1, + ACTIONS(1652), 1, anon_sym_COMMA, - ACTIONS(1719), 1, + ACTIONS(1749), 1, anon_sym_RBRACK, - STATE(225), 1, + STATE(279), 1, aux_sym_expression_statement_repeat1, - STATE(780), 1, + STATE(757), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [22299] = 4, - STATE(727), 1, + [22489] = 4, + STATE(738), 1, aux_sym_variableunit_repeat1, - ACTIONS(1722), 2, + ACTIONS(197), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1362), 3, - ts_builtin_sym_end, + ACTIONS(1370), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1368), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [22508] = 4, + STATE(738), 1, + aux_sym_variableunit_repeat1, + ACTIONS(197), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(1370), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1360), 4, + ACTIONS(1368), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [22318] = 3, + anon_sym_endforeach, + [22527] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1698), 4, + ACTIONS(518), 1, anon_sym_LPAREN, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(630), 1, anon_sym_LBRACK, - sym_number, - ACTIONS(1700), 5, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_not, - [22335] = 3, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_COMMA, + ACTIONS(1752), 1, + anon_sym_RBRACK, + STATE(279), 1, + aux_sym_expression_statement_repeat1, + STATE(757), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [22556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1698), 4, + ACTIONS(1629), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1700), 5, + ACTIONS(1631), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [22352] = 3, + [22573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1698), 4, + ACTIONS(1629), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1700), 5, + ACTIONS(1631), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [22369] = 9, + [22590] = 4, + STATE(738), 1, + aux_sym_variableunit_repeat1, + ACTIONS(1389), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1755), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(1387), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [22609] = 2, + ACTIONS(205), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + ACTIONS(207), 5, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_DOT, + sym_comment, + [22624] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(518), 1, anon_sym_LPAREN, - ACTIONS(620), 1, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1629), 1, + ACTIONS(1652), 1, anon_sym_COMMA, - ACTIONS(1725), 1, + ACTIONS(1758), 1, anon_sym_RBRACK, - STATE(225), 1, + STATE(279), 1, aux_sym_expression_statement_repeat1, - STATE(780), 1, + STATE(757), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [22398] = 3, + [22653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1698), 4, + ACTIONS(1658), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1700), 5, + ACTIONS(1660), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [22415] = 4, - STATE(727), 1, - aux_sym_variableunit_repeat1, - ACTIONS(236), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1376), 3, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1374), 4, + [22670] = 2, + ACTIONS(205), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [22434] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1728), 4, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - ACTIONS(1730), 5, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - sym_number, - [22451] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1732), 1, - anon_sym_SQUOTE, - ACTIONS(1734), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1736), 1, - anon_sym_LBRACK, - ACTIONS(1738), 1, - sym_identifier, - STATE(490), 1, - sym_normal_command, - STATE(492), 1, - sym_string, - STATE(1157), 1, - sym_listitem, - STATE(525), 2, - sym_list, - sym_expression_statement, - [22480] = 4, - STATE(727), 1, - aux_sym_variableunit_repeat1, - ACTIONS(236), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1372), 3, + ACTIONS(207), 6, ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1370), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - [22499] = 2, - ACTIONS(220), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - ACTIONS(222), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, anon_sym_DOT, sym_comment, - [22514] = 3, + [22685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1698), 4, + ACTIONS(1629), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1700), 5, + ACTIONS(1631), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [22531] = 3, + [22702] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1642), 4, + ACTIONS(1629), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1644), 5, + ACTIONS(1631), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [22548] = 4, - STATE(698), 1, - aux_sym_variableunit_repeat1, - ACTIONS(189), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1376), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1374), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [22567] = 7, + [22719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(620), 1, - anon_sym_LBRACK, - ACTIONS(1082), 1, + ACTIONS(1658), 4, anon_sym_LPAREN, - ACTIONS(1088), 1, - anon_sym_DOT, - ACTIONS(1742), 1, - anon_sym_SLASH, - STATE(476), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1740), 4, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_SLASH_EQ, - [22592] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1744), 4, - anon_sym_true, - anon_sym_false, - anon_sym_SQUOTE, - sym_identifier, - ACTIONS(1746), 5, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, sym_number, - [22609] = 4, - STATE(698), 1, - aux_sym_variableunit_repeat1, - ACTIONS(189), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1372), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1370), 5, + ACTIONS(1660), 5, + anon_sym_true, + anon_sym_false, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [22628] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(620), 1, - anon_sym_LBRACK, - ACTIONS(1398), 1, - anon_sym_LPAREN, - ACTIONS(1400), 1, - anon_sym_DOT, - ACTIONS(1750), 1, - anon_sym_SLASH, - STATE(661), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1748), 4, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_SLASH_EQ, - [22653] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(512), 1, - anon_sym_LPAREN, - ACTIONS(620), 1, - anon_sym_LBRACK, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1629), 1, - anon_sym_COMMA, - ACTIONS(1752), 1, - anon_sym_RBRACK, - STATE(225), 1, - aux_sym_expression_statement_repeat1, - STATE(780), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [22682] = 9, + anon_sym_not, + [22736] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(1629), 4, anon_sym_LPAREN, - ACTIONS(620), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1629), 1, - anon_sym_COMMA, - ACTIONS(1755), 1, - anon_sym_RBRACK, - STATE(225), 1, - aux_sym_expression_statement_repeat1, - STATE(780), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [22711] = 9, + sym_number, + ACTIONS(1631), 5, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + [22753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(1761), 4, anon_sym_LPAREN, - ACTIONS(620), 1, - anon_sym_LBRACK, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1629), 1, - anon_sym_COMMA, - ACTIONS(1758), 1, - anon_sym_RBRACK, - STATE(225), 1, - aux_sym_expression_statement_repeat1, - STATE(780), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [22740] = 4, - STATE(727), 1, - aux_sym_variableunit_repeat1, - ACTIONS(236), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1376), 3, - ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1374), 4, + anon_sym_LBRACK, + sym_number, + ACTIONS(1763), 5, + anon_sym_true, + anon_sym_false, anon_sym_SQUOTE, sym_identifier, - anon_sym_if, - anon_sym_foreach, - [22759] = 3, + anon_sym_not, + [22770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1698), 4, + ACTIONS(1761), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1700), 5, + ACTIONS(1763), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [22776] = 9, + [22787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(1761), 4, anon_sym_LPAREN, - ACTIONS(620), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1629), 1, - anon_sym_COMMA, - ACTIONS(1761), 1, - anon_sym_RBRACK, - STATE(225), 1, - aux_sym_expression_statement_repeat1, - STATE(780), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [22805] = 3, + sym_number, + ACTIONS(1763), 5, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + [22804] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1642), 4, + ACTIONS(1761), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1644), 5, + ACTIONS(1763), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [22822] = 3, + [22821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1642), 4, + ACTIONS(1761), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1644), 5, + ACTIONS(1763), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [22839] = 9, + [22838] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, + ACTIONS(1761), 4, + anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(123), 1, anon_sym_LBRACK, - ACTIONS(1764), 1, + sym_number, + ACTIONS(1763), 5, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, sym_identifier, - STATE(723), 1, - sym_normal_command, - STATE(725), 1, - sym_string, - STATE(1112), 1, - sym_listitem, - STATE(818), 2, - sym_list, - sym_expression_statement, - [22868] = 3, + anon_sym_not, + [22855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1642), 4, + ACTIONS(1761), 4, anon_sym_LPAREN, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_LBRACK, sym_number, - ACTIONS(1644), 5, + ACTIONS(1763), 5, anon_sym_true, anon_sym_false, anon_sym_SQUOTE, sym_identifier, anon_sym_not, - [22885] = 9, + [22872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(1761), 4, anon_sym_LPAREN, - ACTIONS(620), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_LBRACK, + sym_number, + ACTIONS(1763), 5, + anon_sym_true, + anon_sym_false, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_not, + [22889] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(628), 1, + ACTIONS(1402), 1, + anon_sym_LPAREN, + ACTIONS(1404), 1, anon_sym_DOT, - ACTIONS(1629), 1, - anon_sym_COMMA, - ACTIONS(1766), 1, - anon_sym_RBRACK, - STATE(225), 1, - aux_sym_expression_statement_repeat1, - STATE(780), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(1767), 1, anon_sym_SLASH, - anon_sym_PLUS, - [22914] = 2, - ACTIONS(265), 4, + STATE(623), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(1765), 4, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_SLASH_EQ, + [22914] = 4, + ACTIONS(1400), 1, + anon_sym_DOT, + STATE(614), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(1422), 3, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, sym_comment, - ACTIONS(263), 5, + ACTIONS(1420), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [22928] = 2, - ACTIONS(246), 4, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [22932] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(760), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, + ACTIONS(1385), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + [22950] = 4, + ACTIONS(1396), 1, + anon_sym_DOT, + STATE(639), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(1422), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(244), 5, + ACTIONS(1420), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [22942] = 4, + anon_sym_endforeach, + [22968] = 4, ACTIONS(3), 1, sym_comment, - STATE(769), 1, + STATE(760), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1376), 5, + ACTIONS(1370), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, - [22960] = 2, - ACTIONS(271), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(273), 5, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [22986] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(760), 1, + aux_sym_variableunit_repeat1, + ACTIONS(1769), 2, anon_sym_SLASH, anon_sym_PLUS, + ACTIONS(1389), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + [23004] = 4, + ACTIONS(3), 1, sym_comment, - [22974] = 4, + STATE(760), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + ACTIONS(1370), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + [23022] = 4, ACTIONS(3), 1, sym_comment, - STATE(769), 1, + STATE(760), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1376), 5, + ACTIONS(1370), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, - [22992] = 2, - ACTIONS(267), 4, + [23040] = 2, + ACTIONS(1263), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(269), 5, + ACTIONS(1265), 5, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [23006] = 2, - ACTIONS(313), 4, + [23054] = 2, + ACTIONS(264), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(311), 5, + ACTIONS(262), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [23020] = 8, + [23068] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(512), 1, + ACTIONS(518), 1, anon_sym_LPAREN, - ACTIONS(620), 1, + ACTIONS(630), 1, anon_sym_LBRACK, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, - ACTIONS(1629), 1, + ACTIONS(1652), 1, anon_sym_COMMA, - STATE(225), 1, + STATE(279), 1, aux_sym_expression_statement_repeat1, - STATE(780), 1, + STATE(757), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [23046] = 2, - ACTIONS(244), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(246), 5, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - sym_comment, - [23060] = 2, - ACTIONS(311), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(313), 5, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - [23074] = 2, - ACTIONS(246), 4, + [23094] = 2, + ACTIONS(340), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 5, + ACTIONS(338), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [23088] = 2, - ACTIONS(1301), 4, + anon_sym_endforeach, + [23108] = 2, + ACTIONS(344), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(1299), 5, + ACTIONS(342), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [23102] = 2, - ACTIONS(244), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - ACTIONS(246), 5, - ts_builtin_sym_end, + [23122] = 2, + ACTIONS(348), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [23116] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(769), 1, - aux_sym_variableunit_repeat1, - ACTIONS(1769), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1362), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - [23134] = 2, - ACTIONS(244), 4, + ACTIONS(346), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(246), 5, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - [23148] = 9, + anon_sym_endforeach, + [23136] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1772), 1, @@ -23029,426 +23043,442 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, ACTIONS(1786), 1, anon_sym_in, - [23176] = 2, - ACTIONS(246), 4, + [23164] = 2, + ACTIONS(1265), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 5, + ACTIONS(1263), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [23190] = 2, - ACTIONS(244), 4, + [23178] = 2, + ACTIONS(304), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(302), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(246), 5, - ts_builtin_sym_end, + anon_sym_endforeach, + [23192] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [23204] = 2, - ACTIONS(244), 4, + ACTIONS(294), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(246), 5, - ts_builtin_sym_end, + anon_sym_endforeach, + [23206] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [23218] = 2, - ACTIONS(263), 4, + ACTIONS(294), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(265), 5, - ts_builtin_sym_end, + anon_sym_endforeach, + [23220] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [23232] = 4, - ACTIONS(1400), 1, - anon_sym_DOT, - STATE(594), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1409), 2, + ACTIONS(294), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [23234] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, sym_comment, - ACTIONS(1407), 5, + ACTIONS(294), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [23250] = 2, - ACTIONS(244), 4, + [23248] = 2, + ACTIONS(296), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, + ACTIONS(294), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(246), 5, - ts_builtin_sym_end, + anon_sym_endforeach, + [23262] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [23264] = 2, - ACTIONS(1299), 4, + ACTIONS(294), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(1301), 5, - ts_builtin_sym_end, + anon_sym_endforeach, + [23276] = 2, + ACTIONS(304), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [23278] = 4, - ACTIONS(3), 1, + ACTIONS(302), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [23290] = 4, + ACTIONS(1404), 1, + anon_sym_DOT, + STATE(624), 1, + aux_sym_expression_statement_repeat1, + ACTIONS(1422), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - STATE(769), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(1420), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [23308] = 2, + ACTIONS(264), 4, + anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1376), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - [23296] = 4, - ACTIONS(3), 1, sym_comment, - STATE(769), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1372), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - [23314] = 2, - ACTIONS(311), 4, + ACTIONS(262), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - ACTIONS(313), 5, - ts_builtin_sym_end, + [23322] = 2, + ACTIONS(340), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - [23328] = 2, - ACTIONS(246), 4, + ACTIONS(338), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [23336] = 2, + ACTIONS(344), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 5, + ACTIONS(342), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [23342] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1788), 1, - anon_sym_EQ_EQ, - ACTIONS(1790), 1, - anon_sym_BANG_EQ, - ACTIONS(1792), 1, - anon_sym_GT_EQ, - ACTIONS(1794), 1, - anon_sym_GT, - ACTIONS(1796), 1, - anon_sym_LT, - ACTIONS(1798), 1, - anon_sym_and, - ACTIONS(1800), 1, - anon_sym_or, - ACTIONS(1802), 1, - anon_sym_in, - [23370] = 4, - ACTIONS(1396), 1, - anon_sym_DOT, - STATE(638), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1409), 3, - ts_builtin_sym_end, + [23350] = 2, + ACTIONS(348), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, sym_comment, - ACTIONS(1407), 4, + ACTIONS(346), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - [23388] = 2, - ACTIONS(246), 4, + [23364] = 2, + ACTIONS(304), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 5, + ACTIONS(302), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [23402] = 4, - ACTIONS(1413), 1, - anon_sym_DOT, - STATE(605), 1, - aux_sym_expression_statement_repeat1, - ACTIONS(1409), 2, + [23378] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, sym_comment, - ACTIONS(1407), 5, + ACTIONS(294), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [23420] = 2, - ACTIONS(307), 4, + [23392] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(305), 5, + ACTIONS(294), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [23434] = 2, - ACTIONS(265), 4, + [23406] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(263), 5, + ACTIONS(294), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [23448] = 2, - ACTIONS(307), 4, + [23420] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(305), 5, + ACTIONS(294), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [23462] = 2, - ACTIONS(246), 4, + [23434] = 2, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 5, + ACTIONS(294), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [23476] = 2, - ACTIONS(273), 4, + [23448] = 2, + ACTIONS(304), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(271), 5, + ACTIONS(302), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [23490] = 2, - ACTIONS(273), 4, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, + [23462] = 9, + ACTIONS(3), 1, sym_comment, - ACTIONS(271), 5, + ACTIONS(1788), 1, + anon_sym_EQ_EQ, + ACTIONS(1790), 1, + anon_sym_BANG_EQ, + ACTIONS(1792), 1, + anon_sym_GT_EQ, + ACTIONS(1794), 1, + anon_sym_GT, + ACTIONS(1796), 1, + anon_sym_LT, + ACTIONS(1798), 1, + anon_sym_and, + ACTIONS(1800), 1, + anon_sym_or, + ACTIONS(1802), 1, + anon_sym_in, + [23490] = 2, + ACTIONS(262), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [23504] = 2, - ACTIONS(246), 4, + ACTIONS(264), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 5, + [23504] = 2, + ACTIONS(338), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [23518] = 2, - ACTIONS(246), 4, + ACTIONS(340), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 5, + [23518] = 2, + ACTIONS(342), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [23532] = 2, - ACTIONS(246), 4, + ACTIONS(344), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 5, + [23532] = 2, + ACTIONS(346), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, + ACTIONS(348), 5, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, [23546] = 2, - ACTIONS(313), 4, + ACTIONS(1265), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(311), 5, + ACTIONS(1263), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, + anon_sym_endforeach, [23560] = 2, - ACTIONS(313), 4, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - ACTIONS(311), 5, + ACTIONS(302), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [23574] = 2, - ACTIONS(269), 4, + ACTIONS(304), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(267), 5, + [23574] = 2, + ACTIONS(294), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [23588] = 2, - ACTIONS(313), 4, + ACTIONS(296), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(311), 5, + [23588] = 2, + ACTIONS(294), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [23602] = 2, - ACTIONS(246), 4, + ACTIONS(296), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 5, + [23602] = 2, + ACTIONS(294), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, + ACTIONS(296), 5, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, [23616] = 2, - ACTIONS(305), 4, + ACTIONS(294), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - ACTIONS(307), 5, + ACTIONS(296), 5, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, [23630] = 2, - ACTIONS(246), 4, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - anon_sym_SLASH, - anon_sym_PLUS, - sym_comment, - ACTIONS(244), 5, + ACTIONS(294), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [23644] = 2, - ACTIONS(1301), 4, + ACTIONS(296), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(1299), 5, + [23644] = 2, + ACTIONS(294), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [23658] = 2, - ACTIONS(269), 4, + ACTIONS(296), 5, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(267), 5, + [23658] = 2, + ACTIONS(302), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, + ACTIONS(304), 5, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, + anon_sym_PLUS, + sym_comment, [23672] = 2, - ACTIONS(246), 4, + ACTIONS(296), 4, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_SLASH, anon_sym_PLUS, sym_comment, - ACTIONS(244), 5, + ACTIONS(294), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, @@ -23457,834 +23487,815 @@ static const uint16_t ts_small_parse_table[] = { [23686] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, ACTIONS(1807), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [23709] = 7, + [23709] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1810), 1, + sym_identifier, + STATE(552), 1, + sym_listitem, + STATE(590), 1, + sym_normal_command, + STATE(605), 1, + sym_expression_statement, + STATE(1132), 1, + sym_string, + [23734] = 3, + ACTIONS(1812), 1, + anon_sym_QMARK, + ACTIONS(1488), 3, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1486), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + [23749] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1814), 1, + sym_identifier, + STATE(98), 1, + sym_normal_command, + STATE(99), 1, + sym_listitem, + STATE(160), 1, + sym_expression_statement, + STATE(1099), 1, + sym_string, + [23774] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1816), 1, + sym_identifier, + STATE(204), 1, + sym_listitem, + STATE(216), 1, + sym_normal_command, + STATE(277), 1, + sym_expression_statement, + STATE(1140), 1, + sym_string, + [23799] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [23732] = 7, + [23822] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1813), 1, + ACTIONS(1818), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [23755] = 7, + [23845] = 3, + ACTIONS(1821), 1, + anon_sym_QMARK, + ACTIONS(1488), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1486), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [23860] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1816), 1, + ACTIONS(1823), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [23778] = 7, + [23883] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1819), 1, + ACTIONS(1826), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [23801] = 8, + [23906] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1822), 1, - sym_identifier, - STATE(6), 1, - sym_listitem, - STATE(7), 1, - sym_normal_command, - STATE(29), 1, - sym_expression_statement, - STATE(1139), 1, - sym_string, - [23826] = 7, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1804), 1, + anon_sym_COMMA, + ACTIONS(1826), 1, + anon_sym_RBRACK, + STATE(290), 1, + aux_sym_expression_statement_repeat1, + STATE(761), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [23929] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1824), 1, + ACTIONS(1829), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [23849] = 7, + [23952] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1824), 1, + ACTIONS(1832), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [23872] = 8, + [23975] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1827), 1, + ACTIONS(1835), 1, sym_identifier, - STATE(586), 1, - sym_listitem, - STATE(588), 1, + STATE(447), 1, sym_normal_command, - STATE(607), 1, + STATE(449), 1, + sym_listitem, + STATE(487), 1, sym_expression_statement, - STATE(1143), 1, + STATE(1119), 1, sym_string, - [23897] = 7, + [24000] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1829), 1, + ACTIONS(1823), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [23920] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1832), 1, - sym_identifier, - STATE(573), 1, - sym_listitem, - STATE(574), 1, - sym_normal_command, - STATE(595), 1, - sym_expression_statement, - STATE(1143), 1, - sym_string, - [23945] = 7, + [24023] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1829), 1, + ACTIONS(1837), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [23968] = 2, + [24046] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1301), 7, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1804), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACE, + ACTIONS(1837), 1, anon_sym_RBRACK, - anon_sym_COLON, + STATE(290), 1, + aux_sym_expression_statement_repeat1, + STATE(761), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [23981] = 3, - ACTIONS(1834), 1, - anon_sym_QMARK, - ACTIONS(1502), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [24069] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1500), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [23996] = 8, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1804), 1, + anon_sym_COMMA, + ACTIONS(1840), 1, + anon_sym_RBRACK, + STATE(287), 1, + aux_sym_expression_statement_repeat1, + STATE(759), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [24092] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1836), 1, - sym_identifier, - STATE(110), 1, - sym_listitem, - STATE(113), 1, - sym_normal_command, - STATE(141), 1, - sym_expression_statement, - STATE(1135), 1, - sym_string, - [24021] = 8, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1804), 1, + anon_sym_COMMA, + ACTIONS(1843), 1, + anon_sym_RBRACK, + STATE(290), 1, + aux_sym_expression_statement_repeat1, + STATE(761), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [24115] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1838), 1, + ACTIONS(1846), 1, sym_identifier, - STATE(122), 1, - sym_listitem, - STATE(123), 1, + STATE(567), 1, sym_normal_command, - STATE(138), 1, - sym_expression_statement, - STATE(1145), 1, - sym_string, - [24046] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1840), 1, - sym_identifier, - STATE(552), 1, + STATE(568), 1, sym_listitem, - STATE(560), 1, - sym_normal_command, - STATE(636), 1, + STATE(634), 1, sym_expression_statement, - STATE(1154), 1, + STATE(1162), 1, sym_string, - [24071] = 7, + [24140] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1842), 1, + ACTIONS(1807), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24094] = 7, + [24163] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1845), 1, + ACTIONS(1848), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24117] = 8, + [24186] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1804), 1, + anon_sym_COMMA, ACTIONS(1848), 1, - sym_identifier, - STATE(109), 1, - sym_normal_command, - STATE(119), 1, - sym_listitem, - STATE(136), 1, - sym_expression_statement, - STATE(1135), 1, - sym_string, - [24142] = 8, - ACTIONS(3), 1, + anon_sym_RBRACK, + STATE(290), 1, + aux_sym_expression_statement_repeat1, + STATE(761), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [24209] = 3, + ACTIONS(1851), 1, + anon_sym_QMARK, + ACTIONS(1488), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(7), 1, + ACTIONS(1486), 5, anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1850), 1, sym_identifier, - STATE(557), 1, - sym_listitem, - STATE(558), 1, - sym_normal_command, - STATE(645), 1, - sym_expression_statement, - STATE(1158), 1, - sym_string, - [24167] = 7, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [24224] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1852), 1, + ACTIONS(1853), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24190] = 7, + [24247] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1855), 1, + ACTIONS(1856), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24213] = 8, + [24270] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1858), 1, + ACTIONS(1859), 1, sym_identifier, - STATE(102), 1, + STATE(14), 1, sym_normal_command, - STATE(104), 1, + STATE(15), 1, sym_listitem, - STATE(147), 1, + STATE(30), 1, sym_expression_statement, - STATE(1145), 1, + STATE(1129), 1, sym_string, - [24238] = 8, + [24295] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1860), 1, + ACTIONS(1861), 1, sym_identifier, - STATE(454), 1, - sym_listitem, - STATE(455), 1, + STATE(558), 1, sym_normal_command, - STATE(485), 1, + STATE(562), 1, + sym_listitem, + STATE(600), 1, sym_expression_statement, - STATE(1162), 1, + STATE(1132), 1, sym_string, - [24263] = 7, + [24320] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1804), 1, + ACTIONS(1265), 7, anon_sym_COMMA, - ACTIONS(1862), 1, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_RBRACK, - STATE(264), 1, - aux_sym_expression_statement_repeat1, - STATE(758), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + anon_sym_COLON, anon_sym_SLASH, anon_sym_PLUS, - [24286] = 7, + [24333] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1862), 1, + ACTIONS(1863), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24309] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1865), 1, - sym_identifier, - STATE(559), 1, - sym_listitem, - STATE(561), 1, - sym_normal_command, - STATE(653), 1, - sym_expression_statement, - STATE(1154), 1, - sym_string, - [24334] = 7, + [24356] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1867), 1, + ACTIONS(1866), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24357] = 8, + [24379] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1870), 1, + ACTIONS(1869), 1, sym_identifier, - STATE(426), 1, - sym_normal_command, - STATE(430), 1, + STATE(8), 1, sym_listitem, - STATE(500), 1, + STATE(13), 1, + sym_normal_command, + STATE(28), 1, sym_expression_statement, - STATE(1162), 1, + STATE(1129), 1, sym_string, - [24382] = 3, - ACTIONS(1872), 1, - anon_sym_QMARK, - ACTIONS(1502), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1500), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [24397] = 7, + [24404] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1874), 1, + ACTIONS(1871), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24420] = 7, + [24427] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1877), 1, + ACTIONS(1874), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24443] = 7, + [24450] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1880), 1, + ACTIONS(1877), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24466] = 8, + [24473] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1883), 1, + ACTIONS(1880), 1, sym_identifier, - STATE(212), 1, + STATE(197), 1, sym_normal_command, - STATE(215), 1, + STATE(209), 1, sym_listitem, - STATE(263), 1, + STATE(272), 1, sym_expression_statement, - STATE(1149), 1, + STATE(1140), 1, sym_string, - [24491] = 7, + [24498] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1885), 1, + ACTIONS(1882), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24514] = 7, + [24521] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, ACTIONS(1885), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24537] = 7, + [24544] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, ACTIONS(1888), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24560] = 7, + [24567] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1888), 1, + ACTIONS(1891), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24583] = 7, + [24590] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, ACTIONS(1891), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24606] = 7, + [24613] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, ACTIONS(1894), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24629] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1897), 1, - sym_identifier, - STATE(98), 1, - sym_normal_command, - STATE(99), 1, - sym_listitem, - STATE(157), 1, - sym_expression_statement, - STATE(1124), 1, - sym_string, - [24654] = 3, - ACTIONS(1899), 1, - anon_sym_QMARK, - ACTIONS(1502), 3, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1500), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - [24669] = 7, + [24636] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1901), 1, + ACTIONS(1897), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24692] = 7, + [24659] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1904), 1, + ACTIONS(1900), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24715] = 7, + [24682] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1904), 1, + ACTIONS(1903), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24738] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1907), 1, - sym_identifier, - STATE(124), 1, - sym_listitem, - STATE(126), 1, - sym_normal_command, - STATE(194), 1, - sym_expression_statement, - STATE(1124), 1, - sym_string, - [24763] = 7, + [24705] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1909), 1, + ACTIONS(1866), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24786] = 7, + [24728] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1912), 1, + ACTIONS(1906), 1, anon_sym_RBRACK, - STATE(264), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(758), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24809] = 7, + [24751] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1915), 1, + ACTIONS(1909), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [24832] = 7, + [24774] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1804), 1, - anon_sym_COMMA, - ACTIONS(1915), 1, - anon_sym_RBRACK, - STATE(264), 1, - aux_sym_expression_statement_repeat1, - STATE(758), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [24855] = 7, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1912), 1, + sym_identifier, + STATE(105), 1, + sym_normal_command, + STATE(106), 1, + sym_listitem, + STATE(152), 1, + sym_expression_statement, + STATE(1099), 1, + sym_string, + [24799] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1914), 1, + sym_identifier, + STATE(462), 1, + sym_normal_command, + STATE(463), 1, + sym_listitem, + STATE(502), 1, + sym_expression_statement, + STATE(1119), 1, + sym_string, + [24824] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1804), 1, - anon_sym_COMMA, - ACTIONS(1813), 1, - anon_sym_RBRACK, - STATE(264), 1, - aux_sym_expression_statement_repeat1, - STATE(758), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [24878] = 8, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1916), 1, + sym_identifier, + STATE(575), 1, + sym_normal_command, + STATE(577), 1, + sym_listitem, + STATE(645), 1, + sym_expression_statement, + STATE(1125), 1, + sym_string, + [24849] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, @@ -24293,15 +24304,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(1918), 1, sym_identifier, - STATE(563), 1, - sym_listitem, - STATE(592), 1, + STATE(107), 1, sym_normal_command, - STATE(593), 1, + STATE(108), 1, + sym_listitem, + STATE(161), 1, sym_expression_statement, - STATE(1158), 1, + STATE(1128), 1, sym_string, - [24903] = 8, + [24874] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, @@ -24310,46 +24321,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(1920), 1, sym_identifier, - STATE(203), 1, + STATE(585), 1, sym_normal_command, - STATE(204), 1, + STATE(586), 1, sym_listitem, - STATE(293), 1, + STATE(663), 1, sym_expression_statement, - STATE(1149), 1, + STATE(1162), 1, sym_string, - [24928] = 7, + [24899] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1804), 1, - anon_sym_COMMA, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(1922), 1, - anon_sym_RBRACK, - STATE(265), 1, - aux_sym_expression_statement_repeat1, - STATE(779), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [24951] = 7, + sym_identifier, + STATE(109), 1, + sym_normal_command, + STATE(110), 1, + sym_listitem, + STATE(169), 1, + sym_expression_statement, + STATE(1131), 1, + sym_string, + [24924] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1804), 1, - anon_sym_COMMA, - ACTIONS(1925), 1, - anon_sym_RBRACK, - STATE(264), 1, - aux_sym_expression_statement_repeat1, - STATE(758), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1924), 1, + sym_identifier, + STATE(550), 1, + sym_normal_command, + STATE(551), 1, + sym_listitem, + STATE(661), 1, + sym_expression_statement, + STATE(1125), 1, + sym_string, + [24949] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1926), 1, + sym_identifier, + STATE(115), 1, + sym_normal_command, + STATE(116), 1, + sym_listitem, + STATE(177), 1, + sym_expression_statement, + STATE(1128), 1, + sym_string, [24974] = 8, ACTIONS(3), 1, sym_comment, @@ -24359,2066 +24389,2067 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(1928), 1, sym_identifier, - STATE(5), 1, - sym_listitem, - STATE(14), 1, + STATE(120), 1, sym_normal_command, - STATE(35), 1, + STATE(121), 1, + sym_listitem, + STATE(182), 1, sym_expression_statement, - STATE(1139), 1, + STATE(1131), 1, sym_string, [24999] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1912), 1, + ACTIONS(1863), 1, anon_sym_RBRACK, - STATE(265), 1, + STATE(287), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(759), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, [25022] = 2, - ACTIONS(1571), 2, + ACTIONS(1623), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1569), 5, + ACTIONS(1621), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, [25034] = 2, - ACTIONS(1582), 2, + ACTIONS(1567), 3, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1580), 5, + ACTIONS(1565), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, [25046] = 5, ACTIONS(1930), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SQUOTE, ACTIONS(1934), 1, anon_sym_AT, ACTIONS(1936), 1, sym_comment, ACTIONS(1932), 2, - aux_sym_string_token2, + aux_sym_string_token1, sym_escape_sequence, - STATE(955), 2, + STATE(964), 2, sym_formatunit, - aux_sym_string_repeat2, - [25064] = 6, - ACTIONS(3), 1, + aux_sym_string_repeat1, + [25064] = 5, + ACTIONS(1936), 1, sym_comment, ACTIONS(1938), 1, - anon_sym_endif, - ACTIONS(1940), 1, - anon_sym_elif, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(1942), 1, - anon_sym_else, - STATE(1233), 1, - sym_else_command, - STATE(998), 2, - sym_elseif_command, - aux_sym_if_condition_repeat1, - [25084] = 5, - ACTIONS(1934), 1, anon_sym_AT, - ACTIONS(1936), 1, - sym_comment, - ACTIONS(1944), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1932), 2, + ACTIONS(1940), 2, aux_sym_string_token2, sym_escape_sequence, - STATE(955), 2, + STATE(963), 2, sym_formatunit, aux_sym_string_repeat2, - [25102] = 5, - ACTIONS(1934), 1, - anon_sym_AT, - ACTIONS(1936), 1, + [25082] = 2, + ACTIONS(1571), 3, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1946), 1, + ACTIONS(1569), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + [25094] = 2, + ACTIONS(1596), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1932), 2, - aux_sym_string_token2, - sym_escape_sequence, - STATE(955), 2, - sym_formatunit, - aux_sym_string_repeat2, - [25120] = 5, - ACTIONS(1936), 1, sym_comment, - ACTIONS(1946), 1, + ACTIONS(1594), 5, anon_sym_SQUOTE, - ACTIONS(1950), 1, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [25106] = 5, + ACTIONS(1934), 1, anon_sym_AT, - ACTIONS(1948), 2, - aux_sym_string_token1, - sym_escape_sequence, - STATE(961), 2, - sym_formatunit, - aux_sym_string_repeat1, - [25138] = 5, ACTIONS(1936), 1, sym_comment, ACTIONS(1944), 1, anon_sym_SQUOTE, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(1948), 2, + ACTIONS(1946), 2, aux_sym_string_token1, sym_escape_sequence, - STATE(961), 2, + STATE(953), 2, sym_formatunit, aux_sym_string_repeat1, - [25156] = 6, - ACTIONS(3), 1, + [25124] = 2, + ACTIONS(1619), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1940), 1, - anon_sym_elif, - ACTIONS(1942), 1, - anon_sym_else, - ACTIONS(1952), 1, + ACTIONS(1617), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [25136] = 2, + ACTIONS(1589), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1587), 5, + anon_sym_SQUOTE, + sym_identifier, anon_sym_endif, - STATE(1183), 1, - sym_else_command, - STATE(867), 2, - sym_elseif_command, - aux_sym_if_condition_repeat1, - [25176] = 2, - ACTIONS(1614), 2, + anon_sym_if, + anon_sym_foreach, + [25148] = 2, + ACTIONS(1627), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1625), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [25160] = 2, + ACTIONS(1623), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1621), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [25172] = 2, + ACTIONS(1577), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1612), 5, + ACTIONS(1575), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [25188] = 5, + [25184] = 5, ACTIONS(1934), 1, anon_sym_AT, ACTIONS(1936), 1, sym_comment, - ACTIONS(1954), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1956), 2, - aux_sym_string_token2, + ACTIONS(1948), 1, + anon_sym_SQUOTE, + ACTIONS(1950), 2, + aux_sym_string_token1, sym_escape_sequence, - STATE(868), 2, + STATE(883), 2, sym_formatunit, - aux_sym_string_repeat2, - [25206] = 5, + aux_sym_string_repeat1, + [25202] = 5, + ACTIONS(1934), 1, + anon_sym_AT, ACTIONS(1936), 1, sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(1954), 1, + ACTIONS(1952), 1, anon_sym_SQUOTE, - ACTIONS(1958), 2, + ACTIONS(1954), 2, aux_sym_string_token1, sym_escape_sequence, - STATE(871), 2, + STATE(879), 2, sym_formatunit, aux_sym_string_repeat1, - [25224] = 2, - ACTIONS(1620), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1618), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [25236] = 5, - ACTIONS(1934), 1, - anon_sym_AT, + [25220] = 5, ACTIONS(1936), 1, sym_comment, - ACTIONS(1960), 1, + ACTIONS(1942), 1, + anon_sym_AT, + ACTIONS(1952), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1962), 2, + ACTIONS(1956), 2, aux_sym_string_token2, sym_escape_sequence, - STATE(869), 2, + STATE(880), 2, sym_formatunit, aux_sym_string_repeat2, - [25254] = 5, + [25238] = 5, + ACTIONS(1934), 1, + anon_sym_AT, ACTIONS(1936), 1, sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(1960), 1, + ACTIONS(1958), 1, anon_sym_SQUOTE, - ACTIONS(1964), 2, + ACTIONS(1960), 2, aux_sym_string_token1, sym_escape_sequence, - STATE(870), 2, + STATE(958), 2, sym_formatunit, aux_sym_string_repeat1, - [25272] = 2, - ACTIONS(1614), 2, + [25256] = 5, + ACTIONS(1936), 1, + sym_comment, + ACTIONS(1942), 1, + anon_sym_AT, + ACTIONS(1958), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1940), 2, + aux_sym_string_token2, + sym_escape_sequence, + STATE(963), 2, + sym_formatunit, + aux_sym_string_repeat2, + [25274] = 5, + ACTIONS(1936), 1, sym_comment, - ACTIONS(1612), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [25284] = 2, - ACTIONS(1610), 2, + ACTIONS(1942), 1, + anon_sym_AT, + ACTIONS(1948), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1962), 2, + aux_sym_string_token2, + sym_escape_sequence, + STATE(884), 2, + sym_formatunit, + aux_sym_string_repeat2, + [25292] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1608), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [25296] = 5, + ACTIONS(1964), 1, + anon_sym_endif, + ACTIONS(1966), 1, + anon_sym_elif, + ACTIONS(1968), 1, + anon_sym_else, + STATE(1232), 1, + sym_else_command, + STATE(900), 2, + sym_elseif_command, + aux_sym_if_condition_repeat1, + [25312] = 5, + ACTIONS(1934), 1, + anon_sym_AT, ACTIONS(1936), 1, sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(1966), 1, + ACTIONS(1970), 1, anon_sym_SQUOTE, - ACTIONS(1968), 2, + ACTIONS(1960), 2, aux_sym_string_token1, sym_escape_sequence, - STATE(963), 2, + STATE(958), 2, sym_formatunit, aux_sym_string_repeat1, - [25314] = 2, - ACTIONS(1598), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [25330] = 5, + ACTIONS(1936), 1, sym_comment, - ACTIONS(1596), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [25326] = 2, - ACTIONS(1606), 2, + ACTIONS(1942), 1, + anon_sym_AT, + ACTIONS(1970), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1604), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [25338] = 2, - ACTIONS(1598), 2, + ACTIONS(1940), 2, + aux_sym_string_token2, + sym_escape_sequence, + STATE(963), 2, + sym_formatunit, + aux_sym_string_repeat2, + [25348] = 2, + ACTIONS(1581), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1596), 5, + ACTIONS(1579), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [25350] = 2, - ACTIONS(1502), 3, + [25360] = 2, + ACTIONS(1596), 3, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1500), 4, + ACTIONS(1594), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [25362] = 2, - ACTIONS(1563), 2, + [25372] = 2, + ACTIONS(1607), 3, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1561), 5, + ACTIONS(1605), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [25374] = 2, - ACTIONS(1590), 2, + [25384] = 2, + ACTIONS(1611), 3, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1588), 5, + ACTIONS(1609), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [25386] = 2, - ACTIONS(1586), 2, + [25396] = 2, + ACTIONS(1607), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1584), 5, + ACTIONS(1605), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [25398] = 2, - ACTIONS(1610), 3, + [25408] = 2, + ACTIONS(1585), 3, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1608), 4, + ACTIONS(1583), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [25410] = 2, - ACTIONS(1614), 3, + [25420] = 2, + ACTIONS(1615), 3, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1612), 4, + ACTIONS(1613), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [25422] = 2, - ACTIONS(1620), 3, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [25432] = 5, + ACTIONS(1934), 1, + anon_sym_AT, + ACTIONS(1936), 1, sym_comment, - ACTIONS(1618), 4, + ACTIONS(1972), 1, anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - [25434] = 2, - ACTIONS(1571), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1974), 2, + aux_sym_string_token1, + sym_escape_sequence, + STATE(894), 2, + sym_formatunit, + aux_sym_string_repeat1, + [25450] = 5, + ACTIONS(1936), 1, sym_comment, - ACTIONS(1569), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [25446] = 2, - ACTIONS(1594), 2, + ACTIONS(1942), 1, + anon_sym_AT, + ACTIONS(1972), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1592), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - anon_sym_endforeach, - [25458] = 5, + ACTIONS(1976), 2, + aux_sym_string_token2, + sym_escape_sequence, + STATE(895), 2, + sym_formatunit, + aux_sym_string_repeat2, + [25468] = 5, + ACTIONS(1934), 1, + anon_sym_AT, ACTIONS(1936), 1, sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(1970), 1, + ACTIONS(1978), 1, anon_sym_SQUOTE, - ACTIONS(1972), 2, + ACTIONS(1960), 2, aux_sym_string_token1, sym_escape_sequence, - STATE(899), 2, + STATE(958), 2, sym_formatunit, aux_sym_string_repeat1, - [25476] = 5, - ACTIONS(1934), 1, - anon_sym_AT, + [25486] = 5, ACTIONS(1936), 1, sym_comment, - ACTIONS(1970), 1, + ACTIONS(1942), 1, + anon_sym_AT, + ACTIONS(1978), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1974), 2, + ACTIONS(1940), 2, aux_sym_string_token2, sym_escape_sequence, - STATE(900), 2, + STATE(963), 2, sym_formatunit, aux_sym_string_repeat2, - [25494] = 2, - ACTIONS(1571), 3, + [25504] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1966), 1, + anon_sym_elif, + ACTIONS(1968), 1, + anon_sym_else, + ACTIONS(1980), 1, + anon_sym_endif, + STATE(1185), 1, + sym_else_command, + STATE(935), 2, + sym_elseif_command, + aux_sym_if_condition_repeat1, + [25524] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1966), 1, + anon_sym_elif, + ACTIONS(1968), 1, + anon_sym_else, + ACTIONS(1982), 1, + anon_sym_endif, + STATE(1255), 1, + sym_else_command, + STATE(1009), 2, + sym_elseif_command, + aux_sym_if_condition_repeat1, + [25544] = 2, + ACTIONS(1611), 3, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1569), 4, + ACTIONS(1609), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [25506] = 2, - ACTIONS(1567), 2, + [25556] = 2, + ACTIONS(1488), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1565), 5, + ACTIONS(1486), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [25518] = 6, + [25568] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1940), 1, + ACTIONS(1966), 1, anon_sym_elif, - ACTIONS(1942), 1, + ACTIONS(1968), 1, anon_sym_else, - ACTIONS(1976), 1, + ACTIONS(1984), 1, anon_sym_endif, - STATE(1201), 1, + STATE(1231), 1, sym_else_command, - STATE(906), 2, + STATE(1009), 2, sym_elseif_command, aux_sym_if_condition_repeat1, - [25538] = 5, - ACTIONS(1936), 1, - sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(1978), 1, - anon_sym_SQUOTE, - ACTIONS(1948), 2, - aux_sym_string_token1, - sym_escape_sequence, - STATE(961), 2, - sym_formatunit, - aux_sym_string_repeat1, - [25556] = 5, - ACTIONS(1934), 1, - anon_sym_AT, - ACTIONS(1936), 1, - sym_comment, - ACTIONS(1978), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1932), 2, - aux_sym_string_token2, - sym_escape_sequence, - STATE(955), 2, - sym_formatunit, - aux_sym_string_repeat2, - [25574] = 2, - ACTIONS(1578), 3, + [25588] = 2, + ACTIONS(1619), 3, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1576), 4, + ACTIONS(1617), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [25586] = 2, - ACTIONS(1620), 2, + [25600] = 2, + ACTIONS(1611), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1618), 5, + ACTIONS(1609), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [25598] = 2, - ACTIONS(1614), 2, + [25612] = 2, + ACTIONS(1589), 3, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1612), 5, + ACTIONS(1587), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [25610] = 5, - ACTIONS(1934), 1, - anon_sym_AT, + [25624] = 5, ACTIONS(1936), 1, sym_comment, - ACTIONS(1980), 1, + ACTIONS(1942), 1, + anon_sym_AT, + ACTIONS(1986), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1982), 2, + ACTIONS(1940), 2, aux_sym_string_token2, sym_escape_sequence, - STATE(866), 2, + STATE(963), 2, sym_formatunit, aux_sym_string_repeat2, - [25628] = 2, - ACTIONS(1606), 3, + [25642] = 2, + ACTIONS(1623), 3, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1604), 4, + ACTIONS(1621), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [25640] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1940), 1, - anon_sym_elif, - ACTIONS(1942), 1, - anon_sym_else, - ACTIONS(1984), 1, - anon_sym_endif, - STATE(1221), 1, - sym_else_command, - STATE(998), 2, - sym_elseif_command, - aux_sym_if_condition_repeat1, - [25660] = 5, - ACTIONS(1936), 1, + [25654] = 2, + ACTIONS(1571), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(1980), 1, + ACTIONS(1569), 5, anon_sym_SQUOTE, - ACTIONS(1986), 2, - aux_sym_string_token1, - sym_escape_sequence, - STATE(915), 2, - sym_formatunit, - aux_sym_string_repeat1, - [25678] = 2, - ACTIONS(1586), 3, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [25666] = 2, + ACTIONS(1627), 3, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1584), 4, + ACTIONS(1625), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [25690] = 2, - ACTIONS(1563), 2, + [25678] = 2, + ACTIONS(1623), 3, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1561), 5, + ACTIONS(1621), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [25702] = 2, - ACTIONS(1578), 2, + [25690] = 2, + ACTIONS(1581), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1576), 5, + ACTIONS(1579), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [25714] = 2, - ACTIONS(1627), 2, + [25702] = 2, + ACTIONS(1603), 3, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1625), 5, + ACTIONS(1601), 4, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [25726] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1940), 1, - anon_sym_elif, - ACTIONS(1942), 1, - anon_sym_else, - ACTIONS(1988), 1, - anon_sym_endif, - STATE(1181), 1, - sym_else_command, - STATE(998), 2, - sym_elseif_command, - aux_sym_if_condition_repeat1, - [25746] = 5, + [25714] = 5, ACTIONS(1934), 1, anon_sym_AT, ACTIONS(1936), 1, sym_comment, - ACTIONS(1990), 1, + ACTIONS(1988), 1, + anon_sym_SQUOTE, + ACTIONS(1990), 2, + aux_sym_string_token1, + sym_escape_sequence, + STATE(913), 2, + sym_formatunit, + aux_sym_string_repeat1, + [25732] = 5, + ACTIONS(1936), 1, + sym_comment, + ACTIONS(1942), 1, + anon_sym_AT, + ACTIONS(1988), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1932), 2, + ACTIONS(1992), 2, aux_sym_string_token2, sym_escape_sequence, - STATE(955), 2, + STATE(914), 2, sym_formatunit, aux_sym_string_repeat2, - [25764] = 5, + [25750] = 5, + ACTIONS(1934), 1, + anon_sym_AT, ACTIONS(1936), 1, sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(1990), 1, + ACTIONS(1994), 1, anon_sym_SQUOTE, - ACTIONS(1948), 2, + ACTIONS(1960), 2, aux_sym_string_token1, sym_escape_sequence, - STATE(961), 2, + STATE(958), 2, sym_formatunit, aux_sym_string_repeat1, - [25782] = 5, - ACTIONS(1930), 1, - anon_sym_SQUOTE, + [25768] = 5, ACTIONS(1936), 1, sym_comment, - ACTIONS(1950), 1, + ACTIONS(1942), 1, anon_sym_AT, - ACTIONS(1948), 2, - aux_sym_string_token1, + ACTIONS(1994), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1940), 2, + aux_sym_string_token2, sym_escape_sequence, - STATE(961), 2, + STATE(963), 2, sym_formatunit, - aux_sym_string_repeat1, - [25800] = 2, - ACTIONS(1598), 3, + aux_sym_string_repeat2, + [25786] = 2, + ACTIONS(1581), 3, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1596), 4, + ACTIONS(1579), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [25812] = 6, - ACTIONS(3), 1, + [25798] = 2, + ACTIONS(1567), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1940), 1, - anon_sym_elif, - ACTIONS(1942), 1, - anon_sym_else, - ACTIONS(1992), 1, - anon_sym_endif, - STATE(1236), 1, - sym_else_command, - STATE(912), 2, - sym_elseif_command, - aux_sym_if_condition_repeat1, - [25832] = 5, - ACTIONS(1934), 1, - anon_sym_AT, + ACTIONS(1565), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [25810] = 5, + ACTIONS(1930), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(1936), 1, sym_comment, - ACTIONS(1994), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1942), 1, + anon_sym_AT, ACTIONS(1996), 2, aux_sym_string_token2, sym_escape_sequence, - STATE(913), 2, + STATE(904), 2, sym_formatunit, aux_sym_string_repeat2, - [25850] = 5, - ACTIONS(1936), 1, + [25828] = 2, + ACTIONS(1563), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(1994), 1, + ACTIONS(1561), 5, anon_sym_SQUOTE, - ACTIONS(1998), 2, - aux_sym_string_token1, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [25840] = 5, + ACTIONS(1936), 1, + sym_comment, + ACTIONS(1942), 1, + anon_sym_AT, + ACTIONS(1998), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(2000), 2, + aux_sym_string_token2, sym_escape_sequence, - STATE(914), 2, + STATE(923), 2, sym_formatunit, - aux_sym_string_repeat1, - [25868] = 2, - ACTIONS(1590), 3, - ts_builtin_sym_end, + aux_sym_string_repeat2, + [25858] = 2, + ACTIONS(1488), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1588), 4, + ACTIONS(1486), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [25880] = 6, + anon_sym_endforeach, + [25870] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1940), 1, + ACTIONS(1966), 1, anon_sym_elif, - ACTIONS(1942), 1, + ACTIONS(1968), 1, anon_sym_else, - ACTIONS(2000), 1, + ACTIONS(2002), 1, anon_sym_endif, - STATE(1232), 1, + STATE(1167), 1, sym_else_command, - STATE(998), 2, + STATE(937), 2, sym_elseif_command, aux_sym_if_condition_repeat1, - [25900] = 5, + [25890] = 5, ACTIONS(1934), 1, anon_sym_AT, ACTIONS(1936), 1, sym_comment, - ACTIONS(2002), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1932), 2, - aux_sym_string_token2, - sym_escape_sequence, - STATE(955), 2, - sym_formatunit, - aux_sym_string_repeat2, - [25918] = 5, - ACTIONS(1936), 1, - sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(2002), 1, + ACTIONS(2004), 1, anon_sym_SQUOTE, - ACTIONS(1948), 2, + ACTIONS(1960), 2, aux_sym_string_token1, sym_escape_sequence, - STATE(961), 2, + STATE(958), 2, sym_formatunit, aux_sym_string_repeat1, - [25936] = 5, - ACTIONS(1934), 1, - anon_sym_AT, + [25908] = 5, ACTIONS(1936), 1, sym_comment, + ACTIONS(1942), 1, + anon_sym_AT, ACTIONS(2004), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2006), 2, + ACTIONS(1940), 2, aux_sym_string_token2, sym_escape_sequence, - STATE(922), 2, + STATE(963), 2, sym_formatunit, aux_sym_string_repeat2, - [25954] = 5, - ACTIONS(1936), 1, + [25926] = 2, + ACTIONS(1571), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(2004), 1, + ACTIONS(1569), 5, anon_sym_SQUOTE, - ACTIONS(2008), 2, - aux_sym_string_token1, - sym_escape_sequence, - STATE(923), 2, - sym_formatunit, - aux_sym_string_repeat1, - [25972] = 2, - ACTIONS(1578), 2, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [25938] = 2, + ACTIONS(1603), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1576), 5, + ACTIONS(1601), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [25984] = 2, - ACTIONS(1594), 3, - ts_builtin_sym_end, + [25950] = 2, + ACTIONS(1615), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1592), 4, + ACTIONS(1613), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_endif, + anon_sym_if, + anon_sym_foreach, + [25962] = 2, + ACTIONS(1585), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1583), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [25996] = 5, + anon_sym_endforeach, + [25974] = 5, ACTIONS(1934), 1, anon_sym_AT, ACTIONS(1936), 1, sym_comment, - ACTIONS(1966), 1, + ACTIONS(2006), 1, + anon_sym_SQUOTE, + ACTIONS(2008), 2, + aux_sym_string_token1, + sym_escape_sequence, + STATE(930), 2, + sym_formatunit, + aux_sym_string_repeat1, + [25992] = 5, + ACTIONS(1936), 1, + sym_comment, + ACTIONS(1942), 1, + anon_sym_AT, + ACTIONS(2006), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(2010), 2, aux_sym_string_token2, sym_escape_sequence, - STATE(962), 2, + STATE(931), 2, sym_formatunit, aux_sym_string_repeat2, - [26014] = 2, - ACTIONS(1567), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [26010] = 5, + ACTIONS(1934), 1, + anon_sym_AT, + ACTIONS(1936), 1, sym_comment, - ACTIONS(1565), 5, + ACTIONS(2012), 1, anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [26026] = 2, - ACTIONS(1602), 2, + ACTIONS(1960), 2, + aux_sym_string_token1, + sym_escape_sequence, + STATE(958), 2, + sym_formatunit, + aux_sym_string_repeat1, + [26028] = 5, + ACTIONS(1936), 1, + sym_comment, + ACTIONS(1942), 1, + anon_sym_AT, + ACTIONS(2012), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(1940), 2, + aux_sym_string_token2, + sym_escape_sequence, + STATE(963), 2, + sym_formatunit, + aux_sym_string_repeat2, + [26046] = 2, + ACTIONS(1589), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1600), 5, + ACTIONS(1587), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, anon_sym_endforeach, - [26038] = 2, - ACTIONS(1502), 2, + [26058] = 2, + ACTIONS(1611), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1500), 5, + ACTIONS(1609), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [26050] = 2, - ACTIONS(1582), 2, + [26070] = 2, + ACTIONS(1488), 3, + ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1580), 5, + ACTIONS(1486), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [26062] = 2, - ACTIONS(1586), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [26082] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1584), 5, - anon_sym_SQUOTE, - sym_identifier, + ACTIONS(1966), 1, + anon_sym_elif, + ACTIONS(1968), 1, + anon_sym_else, + ACTIONS(2014), 1, anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [26074] = 2, - ACTIONS(1590), 2, + STATE(1191), 1, + sym_else_command, + STATE(1009), 2, + sym_elseif_command, + aux_sym_if_condition_repeat1, + [26102] = 2, + ACTIONS(1619), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1588), 5, + ACTIONS(1617), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [26086] = 5, - ACTIONS(1936), 1, + [26114] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(2012), 1, - anon_sym_SQUOTE, - ACTIONS(2014), 2, - aux_sym_string_token1, - sym_escape_sequence, - STATE(939), 2, - sym_formatunit, - aux_sym_string_repeat1, - [26104] = 2, - ACTIONS(1602), 2, + ACTIONS(1966), 1, + anon_sym_elif, + ACTIONS(1968), 1, + anon_sym_else, + ACTIONS(2016), 1, + anon_sym_endif, + STATE(1203), 1, + sym_else_command, + STATE(1009), 2, + sym_elseif_command, + aux_sym_if_condition_repeat1, + [26134] = 2, + ACTIONS(1623), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1600), 5, + ACTIONS(1621), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [26116] = 5, - ACTIONS(1934), 1, - anon_sym_AT, - ACTIONS(1936), 1, - sym_comment, - ACTIONS(2012), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2016), 2, - aux_sym_string_token2, - sym_escape_sequence, - STATE(940), 2, - sym_formatunit, - aux_sym_string_repeat2, - [26134] = 2, - ACTIONS(1502), 2, + [26146] = 2, + ACTIONS(1627), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1500), 5, + ACTIONS(1625), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [26146] = 5, + [26158] = 5, ACTIONS(1936), 1, sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(2018), 1, - anon_sym_SQUOTE, - ACTIONS(1948), 2, - aux_sym_string_token1, - sym_escape_sequence, - STATE(961), 2, - sym_formatunit, - aux_sym_string_repeat1, - [26164] = 5, - ACTIONS(1934), 1, + ACTIONS(1942), 1, anon_sym_AT, - ACTIONS(1936), 1, - sym_comment, - ACTIONS(2018), 1, + ACTIONS(1944), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1932), 2, + ACTIONS(2018), 2, aux_sym_string_token2, sym_escape_sequence, - STATE(955), 2, + STATE(867), 2, sym_formatunit, aux_sym_string_repeat2, - [26182] = 2, - ACTIONS(1598), 2, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1596), 5, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_endif, - anon_sym_if, - anon_sym_foreach, - [26194] = 2, - ACTIONS(1563), 3, - ts_builtin_sym_end, + [26176] = 2, + ACTIONS(1596), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1561), 4, + ACTIONS(1594), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [26206] = 2, - ACTIONS(1602), 3, - ts_builtin_sym_end, + anon_sym_endforeach, + [26188] = 2, + ACTIONS(1607), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1600), 4, + ACTIONS(1605), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [26218] = 2, - ACTIONS(1606), 2, + anon_sym_endforeach, + [26200] = 2, + ACTIONS(1611), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1604), 5, + ACTIONS(1609), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [26230] = 2, - ACTIONS(1598), 2, + anon_sym_endforeach, + [26212] = 2, + ACTIONS(1615), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1596), 5, + ACTIONS(1613), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [26242] = 6, + anon_sym_endforeach, + [26224] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1940), 1, + ACTIONS(1966), 1, anon_sym_elif, - ACTIONS(1942), 1, + ACTIONS(1968), 1, anon_sym_else, ACTIONS(2020), 1, anon_sym_endif, - STATE(1180), 1, + STATE(1173), 1, sym_else_command, - STATE(921), 2, + STATE(897), 2, sym_elseif_command, aux_sym_if_condition_repeat1, - [26262] = 2, - ACTIONS(1598), 3, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - sym_comment, - ACTIONS(1596), 4, - anon_sym_SQUOTE, - sym_identifier, - anon_sym_if, - anon_sym_foreach, - [26274] = 2, - ACTIONS(1627), 2, + [26244] = 2, + ACTIONS(1567), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1625), 5, + ACTIONS(1565), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - anon_sym_endforeach, - [26286] = 5, + [26256] = 5, + ACTIONS(1934), 1, + anon_sym_AT, ACTIONS(1936), 1, sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, ACTIONS(2022), 1, anon_sym_SQUOTE, ACTIONS(2024), 2, aux_sym_string_token1, sym_escape_sequence, - STATE(951), 2, + STATE(950), 2, sym_formatunit, aux_sym_string_repeat1, - [26304] = 5, - ACTIONS(1934), 1, - anon_sym_AT, + [26274] = 5, ACTIONS(1936), 1, sym_comment, + ACTIONS(1942), 1, + anon_sym_AT, ACTIONS(2022), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(2026), 2, aux_sym_string_token2, sym_escape_sequence, - STATE(952), 2, + STATE(951), 2, sym_formatunit, aux_sym_string_repeat2, - [26322] = 5, - ACTIONS(1936), 1, + [26292] = 2, + ACTIONS(1563), 3, + ts_builtin_sym_end, + anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1950), 1, + ACTIONS(1561), 4, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + [26304] = 5, + ACTIONS(1934), 1, anon_sym_AT, + ACTIONS(1936), 1, + sym_comment, ACTIONS(2028), 1, anon_sym_SQUOTE, - ACTIONS(1948), 2, + ACTIONS(1960), 2, aux_sym_string_token1, sym_escape_sequence, - STATE(961), 2, + STATE(958), 2, sym_formatunit, aux_sym_string_repeat1, - [26340] = 5, - ACTIONS(1934), 1, - anon_sym_AT, + [26322] = 5, ACTIONS(1936), 1, sym_comment, + ACTIONS(1942), 1, + anon_sym_AT, ACTIONS(2028), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1932), 2, + ACTIONS(1940), 2, aux_sym_string_token2, sym_escape_sequence, - STATE(955), 2, + STATE(963), 2, sym_formatunit, aux_sym_string_repeat2, - [26358] = 2, - ACTIONS(1610), 2, + [26340] = 2, + ACTIONS(1623), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1608), 5, + ACTIONS(1621), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [26370] = 2, - ACTIONS(1594), 2, + [26352] = 5, + ACTIONS(1934), 1, + anon_sym_AT, + ACTIONS(1936), 1, + sym_comment, + ACTIONS(1938), 1, + anon_sym_SQUOTE, + ACTIONS(1960), 2, + aux_sym_string_token1, + sym_escape_sequence, + STATE(958), 2, + sym_formatunit, + aux_sym_string_repeat1, + [26370] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(634), 1, + anon_sym_DOT, + ACTIONS(1804), 1, + anon_sym_COMMA, + STATE(287), 1, + aux_sym_expression_statement_repeat1, + STATE(759), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26390] = 2, + ACTIONS(1611), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1592), 5, + ACTIONS(1609), 5, anon_sym_SQUOTE, sym_identifier, - anon_sym_endif, anon_sym_if, anon_sym_foreach, - [26382] = 5, - ACTIONS(1936), 1, - sym_comment, - ACTIONS(2030), 1, + anon_sym_endforeach, + [26402] = 2, + ACTIONS(1563), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2035), 1, - anon_sym_AT, - ACTIONS(2032), 2, - aux_sym_string_token2, - sym_escape_sequence, - STATE(955), 2, - sym_formatunit, - aux_sym_string_repeat2, - [26400] = 6, + sym_comment, + ACTIONS(1561), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [26414] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, + ACTIONS(634), 1, anon_sym_DOT, ACTIONS(1804), 1, anon_sym_COMMA, - STATE(265), 1, + STATE(290), 1, aux_sym_expression_statement_repeat1, - STATE(779), 1, + STATE(761), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26420] = 6, - ACTIONS(3), 1, + [26434] = 5, + ACTIONS(1936), 1, sym_comment, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(1804), 1, - anon_sym_COMMA, - STATE(264), 1, - aux_sym_expression_statement_repeat1, - STATE(758), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [26440] = 2, - ACTIONS(1582), 3, - ts_builtin_sym_end, + ACTIONS(2030), 1, + anon_sym_SQUOTE, + ACTIONS(2035), 1, + anon_sym_AT, + ACTIONS(2032), 2, + aux_sym_string_token1, + sym_escape_sequence, + STATE(958), 2, + sym_formatunit, + aux_sym_string_repeat1, + [26452] = 2, + ACTIONS(1585), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1580), 4, + ACTIONS(1583), 5, anon_sym_SQUOTE, sym_identifier, + anon_sym_endif, anon_sym_if, anon_sym_foreach, - [26452] = 2, - ACTIONS(1614), 2, + [26464] = 2, + ACTIONS(1577), 2, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1612), 5, + ACTIONS(1575), 5, anon_sym_SQUOTE, sym_identifier, anon_sym_endif, anon_sym_if, anon_sym_foreach, - [26464] = 2, - ACTIONS(1627), 3, + [26476] = 2, + ACTIONS(1603), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_comment, + ACTIONS(1601), 5, + anon_sym_SQUOTE, + sym_identifier, + anon_sym_if, + anon_sym_foreach, + anon_sym_endforeach, + [26488] = 2, + ACTIONS(1577), 3, ts_builtin_sym_end, anon_sym_SQUOTE_SQUOTE_SQUOTE, sym_comment, - ACTIONS(1625), 4, + ACTIONS(1575), 4, anon_sym_SQUOTE, sym_identifier, anon_sym_if, anon_sym_foreach, - [26476] = 5, + [26500] = 5, ACTIONS(1936), 1, sym_comment, ACTIONS(2038), 1, - anon_sym_SQUOTE, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(2043), 1, anon_sym_AT, ACTIONS(2040), 2, - aux_sym_string_token1, + aux_sym_string_token2, sym_escape_sequence, - STATE(961), 2, + STATE(963), 2, sym_formatunit, - aux_sym_string_repeat1, - [26494] = 5, + aux_sym_string_repeat2, + [26518] = 5, ACTIONS(1934), 1, anon_sym_AT, ACTIONS(1936), 1, sym_comment, - ACTIONS(2046), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(1932), 2, - aux_sym_string_token2, + ACTIONS(1986), 1, + anon_sym_SQUOTE, + ACTIONS(1960), 2, + aux_sym_string_token1, sym_escape_sequence, - STATE(955), 2, + STATE(958), 2, sym_formatunit, - aux_sym_string_repeat2, - [26512] = 5, + aux_sym_string_repeat1, + [26536] = 5, + ACTIONS(1934), 1, + anon_sym_AT, ACTIONS(1936), 1, sym_comment, - ACTIONS(1950), 1, - anon_sym_AT, - ACTIONS(2046), 1, + ACTIONS(1998), 1, anon_sym_SQUOTE, - ACTIONS(1948), 2, + ACTIONS(2046), 2, aux_sym_string_token1, sym_escape_sequence, - STATE(961), 2, + STATE(922), 2, sym_formatunit, aux_sym_string_repeat1, - [26530] = 2, - ACTIONS(1614), 3, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + [26554] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1612), 4, - anon_sym_SQUOTE, + ACTIONS(406), 1, + anon_sym_LBRACE, + ACTIONS(1641), 1, + anon_sym_LBRACK, + ACTIONS(2048), 1, sym_identifier, - anon_sym_if, - anon_sym_foreach, - [26542] = 2, - ACTIONS(1567), 3, - ts_builtin_sym_end, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(343), 1, + sym_list, + STATE(372), 1, + sym_dictionaries, + [26573] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1565), 4, + ACTIONS(7), 1, anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(2050), 1, sym_identifier, - anon_sym_if, - anon_sym_foreach, - [26554] = 5, + ACTIONS(2052), 1, + sym_number, + STATE(1204), 1, + sym_string, + [26592] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(2048), 1, + ACTIONS(1818), 1, anon_sym_RBRACK, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26571] = 5, + [26609] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2051), 1, + ACTIONS(2054), 1, anon_sym_COMMA, + ACTIONS(2057), 1, + anon_sym_RBRACK, + STATE(984), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26626] = 5, + ACTIONS(3), 1, + sym_comment, ACTIONS(2054), 1, + anon_sym_COMMA, + ACTIONS(2060), 1, anon_sym_RBRACK, - STATE(1028), 1, + STATE(984), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26588] = 5, + [26643] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(2057), 1, + ACTIONS(2063), 1, anon_sym_RBRACK, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26605] = 6, + [26660] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(328), 1, - anon_sym_LBRACE, - ACTIONS(1706), 1, - anon_sym_LBRACK, - ACTIONS(2060), 1, - sym_identifier, - STATE(418), 1, - sym_dictionaries, - STATE(421), 1, - sym_list, - [26624] = 5, + ACTIONS(2054), 1, + anon_sym_COMMA, + ACTIONS(2066), 1, + anon_sym_RBRACK, + STATE(984), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26677] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1804), 1, + anon_sym_COMMA, + ACTIONS(2069), 1, + anon_sym_RBRACK, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26694] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2054), 1, + anon_sym_COMMA, + ACTIONS(2072), 1, + anon_sym_RBRACK, + STATE(984), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26711] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1804), 1, + anon_sym_COMMA, + ACTIONS(2075), 1, + anon_sym_RBRACK, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26728] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2054), 1, + anon_sym_COMMA, + ACTIONS(2078), 1, + anon_sym_RBRACK, + STATE(984), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26745] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1804), 1, + anon_sym_COMMA, + ACTIONS(1823), 1, + anon_sym_RBRACK, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26762] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2054), 1, + anon_sym_COMMA, + ACTIONS(2081), 1, + anon_sym_RBRACK, + STATE(984), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26779] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1804), 1, + anon_sym_COMMA, + ACTIONS(1837), 1, + anon_sym_RBRACK, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26796] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2051), 1, + ACTIONS(2054), 1, anon_sym_COMMA, - ACTIONS(2062), 1, + ACTIONS(2084), 1, anon_sym_RBRACK, - STATE(1028), 1, + STATE(984), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26641] = 6, + [26813] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2065), 1, + STATE(1253), 1, + sym_string, + ACTIONS(2087), 2, sym_identifier, - ACTIONS(2067), 1, sym_number, - STATE(1237), 1, - sym_string, - [26660] = 5, + [26830] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1813), 1, + ACTIONS(2089), 1, + anon_sym_RBRACK, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26847] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2054), 1, + anon_sym_COMMA, + ACTIONS(2092), 1, anon_sym_RBRACK, + STATE(984), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26864] = 4, + ACTIONS(3), 1, + sym_comment, STATE(760), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26677] = 5, + ACTIONS(1370), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [26879] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2051), 1, + ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(2069), 1, + ACTIONS(1866), 1, anon_sym_RBRACK, - STATE(1028), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26694] = 5, + [26896] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2051), 1, + ACTIONS(2054), 1, anon_sym_COMMA, - ACTIONS(2072), 1, + ACTIONS(2095), 1, + anon_sym_RBRACK, + STATE(984), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26913] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1804), 1, + anon_sym_COMMA, + ACTIONS(1848), 1, + anon_sym_RBRACK, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26930] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2054), 1, + anon_sym_COMMA, + ACTIONS(2098), 1, + anon_sym_RBRACK, + STATE(984), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26947] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1804), 1, + anon_sym_COMMA, + ACTIONS(2101), 1, + anon_sym_RBRACK, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26964] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2054), 1, + anon_sym_COMMA, + ACTIONS(2104), 1, + anon_sym_RBRACK, + STATE(984), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26981] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1804), 1, + anon_sym_COMMA, + ACTIONS(1826), 1, + anon_sym_RBRACK, + STATE(762), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [26998] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2054), 1, + anon_sym_COMMA, + ACTIONS(2107), 1, anon_sym_RBRACK, - STATE(1028), 1, + STATE(984), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26711] = 5, + [27015] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2051), 1, + ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(2075), 1, + ACTIONS(1863), 1, anon_sym_RBRACK, - STATE(1028), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26728] = 5, + [27032] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1804), 1, + ACTIONS(2054), 1, anon_sym_COMMA, - ACTIONS(1904), 1, + ACTIONS(2110), 1, anon_sym_RBRACK, - STATE(760), 1, + STATE(984), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26745] = 5, + [27049] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(406), 1, + anon_sym_LBRACE, + ACTIONS(1641), 1, + anon_sym_LBRACK, + ACTIONS(2113), 1, + sym_identifier, + STATE(377), 1, + sym_list, + STATE(380), 1, + sym_dictionaries, + [27068] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1824), 1, + ACTIONS(2115), 1, anon_sym_RBRACK, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26762] = 5, + [27085] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2051), 1, + ACTIONS(2054), 1, anon_sym_COMMA, - ACTIONS(2078), 1, + ACTIONS(2118), 1, anon_sym_RBRACK, - STATE(1028), 1, + STATE(984), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26779] = 5, + [27102] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2051), 1, + ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(2081), 1, + ACTIONS(2121), 1, anon_sym_RBRACK, - STATE(1028), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26796] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2084), 1, - sym_identifier, - ACTIONS(2086), 1, - sym_number, - STATE(1241), 1, - sym_string, - [26815] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2088), 1, - sym_identifier, - ACTIONS(2090), 1, - sym_number, - STATE(1211), 1, - sym_string, - [26834] = 5, + [27119] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(2092), 1, + ACTIONS(2124), 1, anon_sym_RBRACK, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26851] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2095), 1, - sym_identifier, - ACTIONS(2097), 1, - sym_number, - STATE(1184), 1, - sym_string, - [26870] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2084), 1, - sym_identifier, - ACTIONS(2099), 1, - sym_number, - STATE(1241), 1, - sym_string, - [26889] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2101), 1, - sym_identifier, - ACTIONS(2103), 1, - sym_number, - STATE(1194), 1, - sym_string, - [26908] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2088), 1, - sym_identifier, - ACTIONS(2105), 1, - sym_number, - STATE(1211), 1, - sym_string, - [26927] = 6, + [27136] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2095), 1, + ACTIONS(2087), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2127), 1, sym_number, - STATE(1184), 1, + STATE(1253), 1, sym_string, - [26946] = 5, + [27155] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(1885), 1, + ACTIONS(1891), 1, anon_sym_RBRACK, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [26963] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2109), 1, - sym_identifier, - ACTIONS(2111), 1, - sym_number, - STATE(1261), 1, - sym_string, - [26982] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2113), 1, - sym_identifier, - ACTIONS(2115), 1, - sym_number, - STATE(1222), 1, - sym_string, - [27001] = 6, + [27172] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2117), 1, - sym_identifier, - ACTIONS(2119), 1, - sym_number, - STATE(1203), 1, - sym_string, - [27020] = 5, + ACTIONS(2054), 1, + anon_sym_COMMA, + ACTIONS(2129), 1, + anon_sym_RBRACK, + STATE(984), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [27189] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(2121), 1, + ACTIONS(2132), 1, anon_sym_RBRACK, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [27037] = 5, + [27206] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2051), 1, + ACTIONS(2054), 1, anon_sym_COMMA, - ACTIONS(2124), 1, + ACTIONS(2135), 1, anon_sym_RBRACK, - STATE(1028), 1, + STATE(984), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [27054] = 5, + [27223] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1804), 1, anon_sym_COMMA, - ACTIONS(2127), 1, + ACTIONS(1807), 1, anon_sym_RBRACK, - STATE(760), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [27071] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7), 1, - anon_sym_SQUOTE, - ACTIONS(9), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2101), 1, - sym_identifier, - ACTIONS(2130), 1, - sym_number, - STATE(1194), 1, - sym_string, - [27090] = 5, + [27240] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2051), 1, + ACTIONS(2054), 1, anon_sym_COMMA, - ACTIONS(2132), 1, + ACTIONS(2138), 1, anon_sym_RBRACK, - STATE(1028), 1, + STATE(984), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [27107] = 6, + [27257] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2109), 1, + STATE(1164), 1, + sym_string, + ACTIONS(2141), 2, sym_identifier, - ACTIONS(2135), 1, sym_number, - STATE(1261), 1, - sym_string, - [27126] = 4, + [27274] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(406), 1, + anon_sym_LBRACE, + ACTIONS(1641), 1, + anon_sym_LBRACK, + ACTIONS(2143), 1, + sym_identifier, + STATE(367), 1, + sym_list, + STATE(368), 1, + sym_dictionaries, + [27293] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2139), 1, + ACTIONS(2147), 1, anon_sym_elif, - ACTIONS(2137), 2, + ACTIONS(2145), 2, anon_sym_endif, anon_sym_else, - STATE(998), 2, + STATE(1009), 2, sym_elseif_command, aux_sym_if_condition_repeat1, - [27141] = 6, + [27308] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(2141), 1, + sym_identifier, + ACTIONS(2150), 1, + sym_number, + STATE(1164), 1, + sym_string, + [27327] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(406), 1, + anon_sym_LBRACE, + ACTIONS(1641), 1, + anon_sym_LBRACK, + ACTIONS(2152), 1, + sym_identifier, + STATE(417), 1, + sym_dictionaries, + STATE(419), 1, + sym_list, + [27346] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2142), 1, + ACTIONS(2087), 1, sym_identifier, - ACTIONS(2144), 1, + ACTIONS(2154), 1, sym_number, - STATE(1163), 1, + STATE(1253), 1, sym_string, - [27160] = 5, + [27365] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(1241), 1, + STATE(1259), 1, sym_string, - ACTIONS(2084), 2, + ACTIONS(2156), 2, sym_identifier, sym_number, - [27177] = 6, + [27382] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(328), 1, + ACTIONS(406), 1, anon_sym_LBRACE, - ACTIONS(1706), 1, + ACTIONS(1641), 1, anon_sym_LBRACK, - ACTIONS(2146), 1, + ACTIONS(2158), 1, sym_identifier, - STATE(348), 1, + STATE(382), 1, sym_list, - STATE(349), 1, + STATE(383), 1, sym_dictionaries, - [27196] = 6, + [27401] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2142), 1, + ACTIONS(2156), 1, sym_identifier, - ACTIONS(2148), 1, + ACTIONS(2160), 1, sym_number, - STATE(1163), 1, + STATE(1259), 1, sym_string, - [27215] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1804), 1, - anon_sym_COMMA, - ACTIONS(1915), 1, - anon_sym_RBRACK, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27232] = 6, + [27420] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(328), 1, + ACTIONS(406), 1, anon_sym_LBRACE, - ACTIONS(1706), 1, + ACTIONS(1641), 1, anon_sym_LBRACK, - ACTIONS(2150), 1, + ACTIONS(2162), 1, sym_identifier, - STATE(354), 1, - sym_dictionaries, - STATE(355), 1, + STATE(388), 1, sym_list, - [27251] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1804), 1, - anon_sym_COMMA, - ACTIONS(2152), 1, - anon_sym_RBRACK, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27268] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2155), 1, - anon_sym_RBRACK, - STATE(1028), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27285] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1804), 1, - anon_sym_COMMA, - ACTIONS(1829), 1, - anon_sym_RBRACK, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27302] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2158), 1, - anon_sym_RBRACK, - STATE(1028), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27319] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1804), 1, - anon_sym_COMMA, - ACTIONS(1862), 1, - anon_sym_RBRACK, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27336] = 5, + STATE(425), 1, + sym_dictionaries, + [27439] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(1211), 1, + STATE(1209), 1, sym_string, - ACTIONS(2088), 2, + ACTIONS(2164), 2, + sym_identifier, + sym_number, + [27456] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(2166), 1, sym_identifier, + ACTIONS(2168), 1, sym_number, - [27353] = 6, + STATE(1168), 1, + sym_string, + [27475] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(328), 1, + ACTIONS(406), 1, anon_sym_LBRACE, - ACTIONS(1706), 1, + ACTIONS(1641), 1, anon_sym_LBRACK, - ACTIONS(2161), 1, + ACTIONS(2170), 1, sym_identifier, - STATE(374), 1, + STATE(396), 1, sym_list, - STATE(375), 1, + STATE(397), 1, sym_dictionaries, - [27372] = 6, + [27494] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2113), 1, + ACTIONS(2166), 1, sym_identifier, - ACTIONS(2163), 1, + ACTIONS(2172), 1, sym_number, - STATE(1222), 1, + STATE(1168), 1, sym_string, - [27391] = 6, + [27513] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(328), 1, + ACTIONS(406), 1, anon_sym_LBRACE, - ACTIONS(1706), 1, + ACTIONS(1641), 1, anon_sym_LBRACK, - ACTIONS(2165), 1, + ACTIONS(2174), 1, sym_identifier, - STATE(388), 1, + STATE(401), 1, sym_dictionaries, - STATE(389), 1, + STATE(402), 1, sym_list, - [27410] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2167), 1, - anon_sym_RBRACK, - STATE(1028), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27427] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1804), 1, - anon_sym_COMMA, - ACTIONS(1912), 1, - anon_sym_RBRACK, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27444] = 5, + [27532] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(1237), 1, + STATE(1204), 1, sym_string, - ACTIONS(2065), 2, + ACTIONS(2050), 2, sym_identifier, sym_number, - [27461] = 5, + [27549] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(1222), 1, - sym_string, - ACTIONS(2113), 2, + ACTIONS(2176), 1, sym_identifier, + ACTIONS(2178), 1, sym_number, - [27478] = 6, + STATE(1179), 1, + sym_string, + [27568] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2065), 1, + ACTIONS(2180), 1, sym_identifier, - ACTIONS(2170), 1, + ACTIONS(2182), 1, sym_number, - STATE(1237), 1, + STATE(1224), 1, sym_string, - [27497] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2172), 1, - anon_sym_RBRACK, - STATE(1028), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27514] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1804), 1, - anon_sym_COMMA, - ACTIONS(2175), 1, - anon_sym_RBRACK, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27531] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1804), 1, - anon_sym_COMMA, - ACTIONS(1888), 1, - anon_sym_RBRACK, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27548] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2178), 1, - anon_sym_RBRACK, - STATE(1028), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27565] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2051), 1, - anon_sym_COMMA, - ACTIONS(2181), 1, - anon_sym_RBRACK, - STATE(1028), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27582] = 5, + [27587] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2051), 1, - anon_sym_COMMA, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(2141), 1, + sym_identifier, ACTIONS(2184), 1, - anon_sym_RBRACK, - STATE(1028), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27599] = 6, + sym_number, + STATE(1164), 1, + sym_string, + [27606] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(328), 1, - anon_sym_LBRACE, - ACTIONS(1706), 1, - anon_sym_LBRACK, - ACTIONS(2187), 1, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(2156), 1, sym_identifier, - STATE(402), 1, - sym_list, - STATE(403), 1, - sym_dictionaries, - [27618] = 6, + ACTIONS(2186), 1, + sym_number, + STATE(1259), 1, + sym_string, + [27625] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(2117), 1, + ACTIONS(2176), 1, sym_identifier, - ACTIONS(2189), 1, + ACTIONS(2188), 1, sym_number, - STATE(1203), 1, + STATE(1179), 1, sym_string, - [27637] = 6, + [27644] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(328), 1, - anon_sym_LBRACE, - ACTIONS(1706), 1, - anon_sym_LBRACK, - ACTIONS(2191), 1, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(2190), 1, sym_identifier, - STATE(409), 1, - sym_dictionaries, - STATE(410), 1, - sym_list, - [27656] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(769), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - ACTIONS(1376), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [27671] = 5, + ACTIONS(2192), 1, + sym_number, + STATE(1189), 1, + sym_string, + [27663] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1804), 1, - anon_sym_COMMA, - ACTIONS(2193), 1, - anon_sym_RBRACK, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27688] = 5, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(2164), 1, + sym_identifier, + ACTIONS(2194), 1, + sym_number, + STATE(1209), 1, + sym_string, + [27682] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2051), 1, - anon_sym_COMMA, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(2180), 1, + sym_identifier, ACTIONS(2196), 1, - anon_sym_RBRACK, - STATE(1028), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27705] = 5, + sym_number, + STATE(1224), 1, + sym_string, + [27701] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_SQUOTE, ACTIONS(9), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(1203), 1, - sym_string, - ACTIONS(2117), 2, + ACTIONS(2050), 1, sym_identifier, + ACTIONS(2198), 1, sym_number, - [27722] = 5, + STATE(1204), 1, + sym_string, + [27720] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1804), 1, - anon_sym_COMMA, - ACTIONS(2199), 1, - anon_sym_RBRACK, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(2190), 1, + sym_identifier, + ACTIONS(2200), 1, + sym_number, + STATE(1189), 1, + sym_string, [27739] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(328), 1, - anon_sym_LBRACE, - ACTIONS(1706), 1, - anon_sym_LBRACK, - ACTIONS(2202), 1, + ACTIONS(7), 1, + anon_sym_SQUOTE, + ACTIONS(9), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(2164), 1, sym_identifier, - STATE(394), 1, - sym_list, - STATE(395), 1, - sym_dictionaries, + ACTIONS(2202), 1, + sym_number, + STATE(1209), 1, + sym_string, [27758] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2051), 1, + ACTIONS(2054), 1, anon_sym_COMMA, ACTIONS(2204), 1, anon_sym_RBRACK, - STATE(1028), 1, + STATE(984), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [27775] = 3, - ACTIONS(1936), 1, + [27775] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(2207), 2, - anon_sym_SQUOTE, - anon_sym_AT, - ACTIONS(2209), 2, - aux_sym_string_token1, - sym_escape_sequence, - [27787] = 3, + ACTIONS(2054), 1, + anon_sym_COMMA, + STATE(984), 1, + aux_sym_variableunit_repeat1, + ACTIONS(632), 2, + anon_sym_SLASH, + anon_sym_PLUS, + [27789] = 3, ACTIONS(1936), 1, sym_comment, ACTIONS(2207), 2, @@ -26427,7 +26458,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2209), 2, aux_sym_string_token2, sym_escape_sequence, - [27799] = 3, + [27801] = 3, ACTIONS(1936), 1, sym_comment, ACTIONS(2211), 2, @@ -26436,27 +26467,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2213), 2, aux_sym_string_token2, sym_escape_sequence, - [27811] = 4, + [27813] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1804), 1, anon_sym_COMMA, - STATE(760), 1, - aux_sym_variableunit_repeat1, - ACTIONS(626), 2, - anon_sym_SLASH, - anon_sym_PLUS, - [27825] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2051), 1, - anon_sym_COMMA, - STATE(1028), 1, + STATE(762), 1, aux_sym_variableunit_repeat1, - ACTIONS(626), 2, + ACTIONS(632), 2, anon_sym_SLASH, anon_sym_PLUS, - [27839] = 3, + [27827] = 3, ACTIONS(1936), 1, sym_comment, ACTIONS(2211), 2, @@ -26465,914 +26486,923 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2213), 2, aux_sym_string_token1, sym_escape_sequence, - [27851] = 2, + [27839] = 3, + ACTIONS(1936), 1, + sym_comment, + ACTIONS(2207), 2, + anon_sym_SQUOTE, + anon_sym_AT, + ACTIONS(2209), 2, + aux_sym_string_token1, + sym_escape_sequence, + [27851] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2215), 3, - anon_sym_endif, - anon_sym_elif, - anon_sym_else, - [27860] = 2, + ACTIONS(2215), 1, + anon_sym_COMMA, + ACTIONS(2217), 1, + anon_sym_RPAREN, + ACTIONS(2219), 1, + anon_sym_COLON, + [27864] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1582), 3, + ACTIONS(2219), 1, + anon_sym_COLON, + ACTIONS(2221), 1, anon_sym_COMMA, + ACTIONS(2223), 1, anon_sym_RPAREN, - anon_sym_RBRACE, - [27869] = 2, + [27877] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1571), 3, + ACTIONS(2225), 1, anon_sym_COMMA, + ACTIONS(2228), 1, + anon_sym_COLON, + STATE(1043), 1, + aux_sym_foreach_command_repeat1, + [27890] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1534), 1, anon_sym_RPAREN, - anon_sym_RBRACE, - [27878] = 2, + ACTIONS(2219), 1, + anon_sym_COLON, + ACTIONS(2230), 1, + anon_sym_COMMA, + [27903] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1497), 1, + anon_sym_RPAREN, + ACTIONS(2219), 1, + anon_sym_COLON, + ACTIONS(2232), 1, + anon_sym_COMMA, + [27916] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 3, + ACTIONS(2234), 3, + anon_sym_endif, + anon_sym_elif, + anon_sym_else, + [27925] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1567), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACE, - [27887] = 4, + [27934] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2219), 1, - anon_sym_COMMA, - ACTIONS(2221), 1, anon_sym_COLON, - STATE(1073), 1, - aux_sym_foreach_command_repeat1, - [27900] = 4, + ACTIONS(2236), 1, + anon_sym_COMMA, + ACTIONS(2238), 1, + anon_sym_RPAREN, + [27947] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1449), 1, - anon_sym_RPAREN, - ACTIONS(2223), 1, + ACTIONS(2240), 1, anon_sym_COMMA, - ACTIONS(2225), 1, + ACTIONS(2242), 1, anon_sym_COLON, - [27913] = 4, + STATE(1043), 1, + aux_sym_foreach_command_repeat1, + [27960] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1439), 1, + ACTIONS(1501), 1, anon_sym_RPAREN, - ACTIONS(2225), 1, + ACTIONS(2219), 1, anon_sym_COLON, - ACTIONS(2227), 1, + ACTIONS(2244), 1, anon_sym_COMMA, - [27926] = 4, + [27973] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 1, + ACTIONS(1492), 1, + anon_sym_RPAREN, + ACTIONS(2219), 1, anon_sym_COLON, - ACTIONS(2229), 1, + ACTIONS(2246), 1, anon_sym_COMMA, - ACTIONS(2231), 1, - anon_sym_RPAREN, - [27939] = 4, + [27986] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1538), 1, + ACTIONS(1474), 1, anon_sym_RPAREN, - ACTIONS(2225), 1, + ACTIONS(2219), 1, anon_sym_COLON, - ACTIONS(2233), 1, + ACTIONS(2248), 1, anon_sym_COMMA, - [27952] = 2, + [27999] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1594), 3, - anon_sym_COMMA, + ACTIONS(1516), 1, anon_sym_RPAREN, - anon_sym_RBRACE, - [27961] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2225), 1, + ACTIONS(2219), 1, anon_sym_COLON, - ACTIONS(2235), 1, + ACTIONS(2250), 1, anon_sym_COMMA, - ACTIONS(2237), 1, - anon_sym_RPAREN, - [27974] = 4, + [28012] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 1, + ACTIONS(2219), 1, anon_sym_COLON, - ACTIONS(2239), 1, + ACTIONS(2252), 1, anon_sym_COMMA, - ACTIONS(2241), 1, + ACTIONS(2254), 1, anon_sym_RPAREN, - [27987] = 4, + [28025] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, - anon_sym_DOT, - ACTIONS(2243), 1, + ACTIONS(1571), 3, anon_sym_COMMA, - STATE(248), 1, - aux_sym_expression_statement_repeat1, - [28000] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [28034] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 1, - anon_sym_COLON, - ACTIONS(2245), 1, + ACTIONS(1603), 3, anon_sym_COMMA, - ACTIONS(2247), 1, anon_sym_RPAREN, - [28013] = 2, + anon_sym_RBRACE, + [28043] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2249), 3, + ACTIONS(2256), 3, anon_sym_endif, anon_sym_elif, anon_sym_else, - [28022] = 4, + [28052] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 1, + ACTIONS(2219), 1, anon_sym_COLON, - ACTIONS(2251), 1, + ACTIONS(2258), 1, anon_sym_COMMA, - ACTIONS(2253), 1, - anon_sym_RPAREN, - [28035] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1550), 1, + ACTIONS(2260), 1, anon_sym_RPAREN, - ACTIONS(2225), 1, - anon_sym_COLON, - ACTIONS(2255), 1, - anon_sym_COMMA, - [28048] = 4, + [28065] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1546), 1, + ACTIONS(1520), 1, anon_sym_RPAREN, - ACTIONS(2225), 1, + ACTIONS(2219), 1, anon_sym_COLON, - ACTIONS(2257), 1, + ACTIONS(2262), 1, anon_sym_COMMA, - [28061] = 4, + [28078] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1487), 1, + ACTIONS(1547), 1, anon_sym_RPAREN, - ACTIONS(2225), 1, + ACTIONS(2219), 1, anon_sym_COLON, - ACTIONS(2259), 1, + ACTIONS(2264), 1, anon_sym_COMMA, - [28074] = 4, + [28091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2219), 1, - anon_sym_COMMA, - ACTIONS(2261), 1, - anon_sym_COLON, - STATE(1061), 1, - aux_sym_foreach_command_repeat1, - [28087] = 4, + ACTIONS(2266), 3, + anon_sym_endif, + anon_sym_elif, + anon_sym_else, + [28100] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2219), 1, - anon_sym_COMMA, - ACTIONS(2263), 1, anon_sym_COLON, - STATE(1062), 1, - aux_sym_foreach_command_repeat1, - [28100] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2265), 1, - anon_sym_COMMA, ACTIONS(2268), 1, - anon_sym_COLON, - STATE(1062), 1, - aux_sym_foreach_command_repeat1, + anon_sym_COMMA, + ACTIONS(2270), 1, + anon_sym_RPAREN, [28113] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 1, + ACTIONS(2219), 1, anon_sym_COLON, - ACTIONS(2270), 1, - anon_sym_COMMA, ACTIONS(2272), 1, + anon_sym_COMMA, + ACTIONS(2274), 1, anon_sym_RPAREN, - [28126] = 4, + [28126] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1496), 1, - anon_sym_RPAREN, - ACTIONS(2225), 1, - anon_sym_COLON, - ACTIONS(2274), 1, - anon_sym_COMMA, - [28139] = 4, + ACTIONS(2276), 3, + anon_sym_endif, + anon_sym_elif, + anon_sym_else, + [28135] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 1, - anon_sym_COLON, - ACTIONS(2276), 1, - anon_sym_COMMA, + ACTIONS(634), 1, + anon_sym_DOT, ACTIONS(2278), 1, - anon_sym_RPAREN, - [28152] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1498), 1, - anon_sym_RPAREN, - ACTIONS(2225), 1, - anon_sym_COLON, - ACTIONS(2280), 1, anon_sym_COMMA, - [28165] = 4, + STATE(228), 1, + aux_sym_expression_statement_repeat1, + [28148] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2219), 1, + ACTIONS(2240), 1, anon_sym_COMMA, - ACTIONS(2282), 1, + ACTIONS(2280), 1, anon_sym_COLON, - STATE(1070), 1, + STATE(1049), 1, aux_sym_foreach_command_repeat1, - [28178] = 2, + [28161] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2284), 3, - anon_sym_endif, - anon_sym_elif, - anon_sym_else, - [28187] = 4, + ACTIONS(2219), 1, + anon_sym_COLON, + ACTIONS(2282), 1, + anon_sym_COMMA, + ACTIONS(2284), 1, + anon_sym_RPAREN, + [28174] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1536), 1, - anon_sym_RPAREN, - ACTIONS(2225), 1, + ACTIONS(2219), 1, anon_sym_COLON, ACTIONS(2286), 1, anon_sym_COMMA, - [28200] = 4, + ACTIONS(2288), 1, + anon_sym_RPAREN, + [28187] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2219), 1, + ACTIONS(2240), 1, anon_sym_COMMA, - ACTIONS(2288), 1, + ACTIONS(2290), 1, anon_sym_COLON, - STATE(1062), 1, + STATE(1070), 1, aux_sym_foreach_command_repeat1, - [28213] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2290), 3, - anon_sym_endif, - anon_sym_elif, - anon_sym_else, - [28222] = 4, + [28200] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2219), 1, + ACTIONS(2240), 1, anon_sym_COMMA, ACTIONS(2292), 1, anon_sym_COLON, - STATE(1075), 1, + STATE(1043), 1, aux_sym_foreach_command_repeat1, - [28235] = 4, + [28213] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2219), 1, + ACTIONS(2240), 1, anon_sym_COMMA, ACTIONS(2294), 1, anon_sym_COLON, - STATE(1062), 1, + STATE(1072), 1, aux_sym_foreach_command_repeat1, - [28248] = 4, + [28226] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 1, - anon_sym_COLON, + ACTIONS(2240), 1, + anon_sym_COMMA, ACTIONS(2296), 1, + anon_sym_COLON, + STATE(1043), 1, + aux_sym_foreach_command_repeat1, + [28239] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2298), 3, anon_sym_COMMA, - ACTIONS(2298), 1, anon_sym_RPAREN, - [28261] = 4, + anon_sym_RBRACE, + [28248] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2219), 1, + ACTIONS(2240), 1, anon_sym_COMMA, ACTIONS(2300), 1, anon_sym_COLON, - STATE(1062), 1, + STATE(1075), 1, + aux_sym_foreach_command_repeat1, + [28261] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2240), 1, + anon_sym_COMMA, + ACTIONS(2302), 1, + anon_sym_COLON, + STATE(1043), 1, aux_sym_foreach_command_repeat1, [28274] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 1, + ACTIONS(1530), 1, + anon_sym_RPAREN, + ACTIONS(2219), 1, anon_sym_COLON, - ACTIONS(2302), 1, - anon_sym_COMMA, ACTIONS(2304), 1, - anon_sym_RPAREN, + anon_sym_COMMA, [28287] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2306), 1, - sym_identifier, + anon_sym_COMMA, ACTIONS(2308), 1, - sym_number, + anon_sym_RBRACE, [28297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, - anon_sym_COMMA, - ACTIONS(2310), 1, - anon_sym_RBRACK, + ACTIONS(1400), 1, + anon_sym_DOT, + STATE(602), 1, + aux_sym_expression_statement_repeat1, [28307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(300), 1, + anon_sym_RBRACE, + ACTIONS(2306), 1, anon_sym_COMMA, - ACTIONS(2312), 1, - anon_sym_RBRACK, [28317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2314), 1, + ACTIONS(2310), 1, anon_sym_RBRACK, [28327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1088), 1, + ACTIONS(1110), 1, anon_sym_DOT, - STATE(473), 1, + STATE(484), 1, aux_sym_expression_statement_repeat1, [28337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2282), 1, anon_sym_COMMA, - ACTIONS(2316), 1, - anon_sym_RBRACK, + ACTIONS(2284), 1, + anon_sym_RPAREN, [28347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(285), 1, - anon_sym_RBRACE, - ACTIONS(2318), 1, + ACTIONS(2278), 1, anon_sym_COMMA, + ACTIONS(2312), 1, + anon_sym_RBRACK, [28357] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2320), 1, + ACTIONS(2314), 1, anon_sym_RBRACK, [28367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2322), 1, + ACTIONS(2316), 1, anon_sym_RBRACK, [28377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1396), 1, - anon_sym_DOT, - STATE(666), 1, - aux_sym_expression_statement_repeat1, + ACTIONS(2286), 1, + anon_sym_COMMA, + ACTIONS(2288), 1, + anon_sym_RPAREN, [28387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1487), 1, - anon_sym_RPAREN, - ACTIONS(2259), 1, + ACTIONS(2278), 1, anon_sym_COMMA, + ACTIONS(2318), 1, + anon_sym_RBRACK, [28397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2296), 1, + ACTIONS(332), 1, + anon_sym_RBRACE, + ACTIONS(2306), 1, anon_sym_COMMA, - ACTIONS(2298), 1, - anon_sym_RPAREN, [28407] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(248), 1, - anon_sym_RBRACE, - ACTIONS(2318), 1, + ACTIONS(2278), 1, anon_sym_COMMA, + ACTIONS(2320), 1, + anon_sym_RBRACK, [28417] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2318), 1, + ACTIONS(1534), 1, + anon_sym_RPAREN, + ACTIONS(2230), 1, anon_sym_COMMA, - ACTIONS(2324), 1, - anon_sym_RBRACE, [28427] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2270), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2272), 1, - anon_sym_RPAREN, + ACTIONS(2322), 1, + anon_sym_RBRACK, [28437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2302), 1, - anon_sym_COMMA, - ACTIONS(2304), 1, + ACTIONS(1516), 1, anon_sym_RPAREN, + ACTIONS(2250), 1, + anon_sym_COMMA, [28447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2326), 1, + ACTIONS(2324), 1, anon_sym_RBRACK, [28457] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(1474), 1, + anon_sym_RPAREN, + ACTIONS(2248), 1, anon_sym_COMMA, - ACTIONS(2328), 1, - anon_sym_RBRACK, [28467] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2330), 1, + ACTIONS(2326), 1, anon_sym_RBRACK, [28477] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(1501), 1, + anon_sym_RPAREN, + ACTIONS(2244), 1, anon_sym_COMMA, - ACTIONS(2332), 1, - anon_sym_RBRACK, [28487] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2334), 1, + ACTIONS(2328), 1, anon_sym_RBRACK, [28497] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2336), 1, + ACTIONS(2330), 1, anon_sym_RBRACK, [28507] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, - anon_sym_COMMA, - ACTIONS(2338), 1, - anon_sym_RBRACK, + ACTIONS(2332), 1, + anon_sym_DOT, + STATE(104), 1, + aux_sym_expression_statement_repeat1, [28517] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2340), 1, + ACTIONS(2334), 1, anon_sym_RBRACK, [28527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2342), 1, + ACTIONS(2336), 1, anon_sym_RBRACK, [28537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2215), 1, anon_sym_COMMA, - ACTIONS(2344), 1, - anon_sym_RBRACK, + ACTIONS(2217), 1, + anon_sym_RPAREN, [28547] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2276), 1, - anon_sym_COMMA, ACTIONS(2278), 1, - anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(2338), 1, + anon_sym_RBRACK, [28557] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1498), 1, - anon_sym_RPAREN, - ACTIONS(2280), 1, + ACTIONS(2278), 1, anon_sym_COMMA, + ACTIONS(2340), 1, + anon_sym_RBRACK, [28567] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(378), 1, - anon_sym_RBRACE, - ACTIONS(2318), 1, - anon_sym_COMMA, + ACTIONS(1400), 1, + anon_sym_DOT, + STATE(627), 1, + aux_sym_expression_statement_repeat1, [28577] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1496), 1, - anon_sym_RPAREN, - ACTIONS(2274), 1, + ACTIONS(2278), 1, anon_sym_COMMA, + ACTIONS(2342), 1, + anon_sym_RBRACK, [28587] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2318), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2346), 1, - anon_sym_RBRACE, + ACTIONS(2344), 1, + anon_sym_RBRACK, [28597] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1396), 1, - anon_sym_DOT, - STATE(648), 1, - aux_sym_expression_statement_repeat1, + ACTIONS(2268), 1, + anon_sym_COMMA, + ACTIONS(2270), 1, + anon_sym_RPAREN, [28607] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1536), 1, - anon_sym_RPAREN, - ACTIONS(2286), 1, + ACTIONS(2306), 1, anon_sym_COMMA, + ACTIONS(2346), 1, + anon_sym_RBRACE, [28617] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1550), 1, + ACTIONS(1520), 1, anon_sym_RPAREN, - ACTIONS(2255), 1, + ACTIONS(2262), 1, anon_sym_COMMA, [28627] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, ACTIONS(2348), 1, anon_sym_RBRACK, [28637] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(628), 1, - anon_sym_DOT, - STATE(248), 1, - aux_sym_expression_statement_repeat1, + ACTIONS(2278), 1, + anon_sym_COMMA, + ACTIONS(2350), 1, + anon_sym_RBRACK, [28647] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(1547), 1, + anon_sym_RPAREN, + ACTIONS(2264), 1, anon_sym_COMMA, - ACTIONS(2350), 1, - anon_sym_RBRACK, [28657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, ACTIONS(2352), 1, anon_sym_RBRACK, [28667] = 3, ACTIONS(3), 1, sym_comment, + ACTIONS(2278), 1, + anon_sym_COMMA, ACTIONS(2354), 1, - sym_identifier, - ACTIONS(2356), 1, - sym_number, + anon_sym_RBRACK, [28677] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2358), 1, + ACTIONS(2356), 1, anon_sym_RBRACK, [28687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2360), 1, + ACTIONS(2358), 1, anon_sym_RBRACK, [28697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2362), 1, + ACTIONS(2360), 1, anon_sym_RBRACK, [28707] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2239), 1, - anon_sym_COMMA, - ACTIONS(2241), 1, - anon_sym_RPAREN, + ACTIONS(2362), 1, + anon_sym_DOT, + STATE(459), 1, + aux_sym_expression_statement_repeat1, [28717] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, - anon_sym_COMMA, - ACTIONS(2364), 1, - anon_sym_RBRACK, + ACTIONS(1396), 1, + anon_sym_DOT, + STATE(641), 1, + aux_sym_expression_statement_repeat1, [28727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2229), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2231), 1, - anon_sym_RPAREN, + ACTIONS(2364), 1, + anon_sym_RBRACK, [28737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 1, - anon_sym_COLON, - ACTIONS(2366), 1, + ACTIONS(2278), 1, anon_sym_COMMA, + ACTIONS(2366), 1, + anon_sym_RBRACK, [28747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1413), 1, + ACTIONS(1110), 1, anon_sym_DOT, - STATE(603), 1, + STATE(506), 1, aux_sym_expression_statement_repeat1, [28757] = 3, ACTIONS(3), 1, sym_comment, + ACTIONS(2278), 1, + anon_sym_COMMA, ACTIONS(2368), 1, - anon_sym_DOT, - STATE(97), 1, - aux_sym_expression_statement_repeat1, + anon_sym_RBRACK, [28767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, - anon_sym_COMMA, ACTIONS(2370), 1, - anon_sym_RBRACK, + anon_sym_DOT, + STATE(549), 1, + aux_sym_expression_statement_repeat1, [28777] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2251), 1, - anon_sym_COMMA, - ACTIONS(2253), 1, - anon_sym_RPAREN, + ACTIONS(1404), 1, + anon_sym_DOT, + STATE(636), 1, + aux_sym_expression_statement_repeat1, [28787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1546), 1, - anon_sym_RPAREN, - ACTIONS(2257), 1, + ACTIONS(2278), 1, anon_sym_COMMA, + ACTIONS(2372), 1, + anon_sym_RBRACK, [28797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2318), 1, - anon_sym_COMMA, - ACTIONS(2372), 1, - anon_sym_RBRACE, + ACTIONS(2374), 1, + anon_sym_DOT, + STATE(114), 1, + aux_sym_expression_statement_repeat1, [28807] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, - anon_sym_COMMA, - ACTIONS(2374), 1, - anon_sym_RBRACK, + ACTIONS(2376), 1, + anon_sym_DOT, + STATE(12), 1, + aux_sym_expression_statement_repeat1, [28817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2318), 1, - anon_sym_COMMA, - ACTIONS(2376), 1, - anon_sym_RBRACE, + ACTIONS(1396), 1, + anon_sym_DOT, + STATE(606), 1, + aux_sym_expression_statement_repeat1, [28827] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2235), 1, - anon_sym_COMMA, - ACTIONS(2237), 1, - anon_sym_RPAREN, + ACTIONS(2378), 1, + anon_sym_DOT, + STATE(119), 1, + aux_sym_expression_statement_repeat1, [28837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2318), 1, - anon_sym_COMMA, - ACTIONS(2378), 1, - anon_sym_RBRACE, + ACTIONS(2380), 1, + anon_sym_DOT, + STATE(555), 1, + aux_sym_expression_statement_repeat1, [28847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2245), 1, - anon_sym_COMMA, - ACTIONS(2247), 1, - anon_sym_RPAREN, + ACTIONS(2382), 1, + sym_identifier, + ACTIONS(2384), 1, + sym_number, [28857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2380), 1, + ACTIONS(2386), 1, anon_sym_RBRACK, [28867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2382), 1, - anon_sym_DOT, - STATE(115), 1, - aux_sym_expression_statement_repeat1, - [28877] = 3, + ACTIONS(1497), 1, + anon_sym_RPAREN, + ACTIONS(2232), 1, + anon_sym_COMMA, + [28877] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2388), 2, anon_sym_COMMA, - ACTIONS(2384), 1, + anon_sym_COLON, + [28885] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2278), 1, + anon_sym_COMMA, + ACTIONS(2390), 1, anon_sym_RBRACK, - [28887] = 3, + [28895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1400), 1, - anon_sym_DOT, - STATE(627), 1, - aux_sym_expression_statement_repeat1, - [28897] = 3, + ACTIONS(1492), 1, + anon_sym_RPAREN, + ACTIONS(2246), 1, + anon_sym_COMMA, + [28905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(326), 1, + anon_sym_RBRACE, + ACTIONS(2306), 1, anon_sym_COMMA, - ACTIONS(2386), 1, - anon_sym_RBRACK, - [28907] = 3, + [28915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2388), 1, + ACTIONS(2392), 1, anon_sym_DOT, - STATE(8), 1, + STATE(211), 1, aux_sym_expression_statement_repeat1, - [28917] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2390), 2, - anon_sym_COMMA, - anon_sym_COLON, [28925] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(344), 1, + ACTIONS(336), 1, anon_sym_RBRACE, - ACTIONS(2318), 1, + ACTIONS(2306), 1, anon_sym_COMMA, [28935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1538), 1, - anon_sym_RPAREN, - ACTIONS(2233), 1, - anon_sym_COMMA, + ACTIONS(1404), 1, + anon_sym_DOT, + STATE(628), 1, + aux_sym_expression_statement_repeat1, [28945] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2392), 1, - anon_sym_DOT, - STATE(578), 1, - aux_sym_expression_statement_repeat1, + ACTIONS(2306), 1, + anon_sym_COMMA, + ACTIONS(2394), 1, + anon_sym_RBRACE, [28955] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(281), 1, - anon_sym_RBRACE, - ACTIONS(2318), 1, + ACTIONS(2219), 1, + anon_sym_COLON, + ACTIONS(2396), 1, anon_sym_COMMA, [28965] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_DOT, - STATE(125), 1, - aux_sym_expression_statement_repeat1, + ACTIONS(2398), 1, + sym_identifier, + ACTIONS(2400), 1, + sym_number, [28975] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1439), 1, - anon_sym_RPAREN, - ACTIONS(2227), 1, + ACTIONS(2236), 1, anon_sym_COMMA, + ACTIONS(2238), 1, + anon_sym_RPAREN, [28985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, - ACTIONS(2396), 1, + ACTIONS(2402), 1, anon_sym_RBRACK, [28995] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1449), 1, - anon_sym_RPAREN, - ACTIONS(2223), 1, + ACTIONS(2278), 1, anon_sym_COMMA, + ACTIONS(2404), 1, + anon_sym_RBRACK, [29005] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2398), 1, - anon_sym_DOT, - STATE(202), 1, - aux_sym_expression_statement_repeat1, + ACTIONS(2278), 1, + anon_sym_COMMA, + ACTIONS(2406), 1, + anon_sym_RBRACK, [29015] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2306), 1, anon_sym_COMMA, - ACTIONS(2400), 1, - anon_sym_RBRACK, + ACTIONS(2408), 1, + anon_sym_RBRACE, [29025] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2272), 1, anon_sym_COMMA, - ACTIONS(2402), 1, - anon_sym_RBRACK, + ACTIONS(2274), 1, + anon_sym_RPAREN, [29035] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1413), 1, - anon_sym_DOT, - STATE(642), 1, - aux_sym_expression_statement_repeat1, + ACTIONS(328), 1, + anon_sym_RBRACE, + ACTIONS(2306), 1, + anon_sym_COMMA, [29045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2221), 1, anon_sym_COMMA, - ACTIONS(2404), 1, - anon_sym_RBRACK, + ACTIONS(2223), 1, + anon_sym_RPAREN, [29055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2406), 1, - anon_sym_DOT, - STATE(551), 1, - aux_sym_expression_statement_repeat1, + ACTIONS(1530), 1, + anon_sym_RPAREN, + ACTIONS(2304), 1, + anon_sym_COMMA, [29065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2258), 1, anon_sym_COMMA, - ACTIONS(2408), 1, - anon_sym_RBRACK, + ACTIONS(2260), 1, + anon_sym_RPAREN, [29075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, ACTIONS(2410), 1, anon_sym_RBRACK, [29085] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1088), 1, - anon_sym_DOT, - STATE(471), 1, - aux_sym_expression_statement_repeat1, + ACTIONS(2278), 1, + anon_sym_COMMA, + ACTIONS(2412), 1, + anon_sym_RBRACK, [29095] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2412), 1, - anon_sym_DOT, - STATE(547), 1, - aux_sym_expression_statement_repeat1, + ACTIONS(2252), 1, + anon_sym_COMMA, + ACTIONS(2254), 1, + anon_sym_RPAREN, [29105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2278), 1, anon_sym_COMMA, ACTIONS(2414), 1, anon_sym_RBRACK, [29115] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1400), 1, - anon_sym_DOT, - STATE(660), 1, - aux_sym_expression_statement_repeat1, + ACTIONS(2306), 1, + anon_sym_COMMA, + ACTIONS(2416), 1, + anon_sym_RBRACE, [29125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 1, - anon_sym_COMMA, - ACTIONS(2416), 1, - anon_sym_RBRACK, + ACTIONS(634), 1, + anon_sym_DOT, + STATE(228), 1, + aux_sym_expression_statement_repeat1, [29135] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2418), 1, anon_sym_DOT, - STATE(427), 1, + STATE(546), 1, aux_sym_expression_statement_repeat1, [29145] = 2, ACTIONS(3), 1, @@ -27383,12 +27413,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2422), 1, - anon_sym_COLON, + anon_sym_RBRACK, [29159] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2424), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, [29166] = 2, ACTIONS(3), 1, sym_comment, @@ -27397,63 +27427,63 @@ static const uint16_t ts_small_parse_table[] = { [29173] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2428), 1, - anon_sym_RBRACK, + ACTIONS(2016), 1, + anon_sym_endif, [29180] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2430), 1, + ACTIONS(2428), 1, anon_sym_RBRACK, [29187] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2432), 1, + ACTIONS(2430), 1, anon_sym_RBRACK, [29194] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2434), 1, - anon_sym_RBRACK, + ACTIONS(2432), 1, + anon_sym_RPAREN, [29201] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2436), 1, - anon_sym_RBRACK, + ACTIONS(2434), 1, + anon_sym_AT, [29208] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2438), 1, - sym_identifier, + ACTIONS(2436), 1, + anon_sym_RBRACK, [29215] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2440), 1, - anon_sym_RBRACK, + ACTIONS(1982), 1, + anon_sym_endif, [29222] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2442), 1, - sym_number, + ACTIONS(2438), 1, + anon_sym_RPAREN, [29229] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2318), 1, - anon_sym_COMMA, + ACTIONS(2440), 1, + anon_sym_RBRACK, [29236] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2444), 1, + ACTIONS(2442), 1, anon_sym_RBRACK, [29243] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2446), 1, - sym_number, + ACTIONS(2444), 1, + sym_identifier, [29250] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 1, - anon_sym_COLON, + ACTIONS(2446), 1, + anon_sym_RBRACK, [29257] = 2, ACTIONS(3), 1, sym_comment, @@ -27462,38 +27492,38 @@ static const uint16_t ts_small_parse_table[] = { [29264] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2000), 1, - anon_sym_endif, + ACTIONS(2450), 1, + anon_sym_RBRACK, [29271] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 1, - anon_sym_endif, + ACTIONS(2452), 1, + anon_sym_RBRACK, [29278] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2452), 1, + ACTIONS(2454), 1, anon_sym_RBRACK, [29285] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1938), 1, - anon_sym_endif, + ACTIONS(2456), 1, + anon_sym_RBRACK, [29292] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2454), 1, + ACTIONS(2458), 1, anon_sym_RBRACK, [29299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2456), 1, - anon_sym_RBRACK, + ACTIONS(2014), 1, + anon_sym_endif, [29306] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 1, - anon_sym_RBRACK, + ACTIONS(2306), 1, + anon_sym_COMMA, [29313] = 2, ACTIONS(3), 1, sym_comment, @@ -27508,17 +27538,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2464), 1, - anon_sym_AT, + anon_sym_RBRACK, [29334] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2466), 1, - anon_sym_RBRACK, + sym_identifier, [29341] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2468), 1, - anon_sym_AT, + anon_sym_endif, [29348] = 2, ACTIONS(3), 1, sym_comment, @@ -27538,7 +27568,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2476), 1, - anon_sym_RBRACK, + sym_number, [29376] = 2, ACTIONS(3), 1, sym_comment, @@ -27548,17 +27578,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2480), 1, - sym_number, + anon_sym_AT, [29390] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2482), 1, - anon_sym_AT, + anon_sym_COLON, [29397] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2484), 1, - anon_sym_COLON, + anon_sym_RBRACK, [29404] = 2, ACTIONS(3), 1, sym_comment, @@ -27567,113 +27597,113 @@ static const uint16_t ts_small_parse_table[] = { [29411] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1984), 1, - anon_sym_endif, + ACTIONS(2488), 1, + anon_sym_RBRACK, [29418] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2366), 1, - anon_sym_COMMA, + ACTIONS(2490), 1, + anon_sym_RBRACK, [29425] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2488), 1, - anon_sym_RBRACK, + ACTIONS(2492), 1, + anon_sym_endif, [29432] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2490), 1, - anon_sym_COLON, + ACTIONS(2494), 1, + anon_sym_RBRACK, [29439] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2492), 1, - anon_sym_RBRACK, + ACTIONS(2396), 1, + anon_sym_COMMA, [29446] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2494), 1, - anon_sym_RBRACK, + ACTIONS(2496), 1, + anon_sym_RPAREN, [29453] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2496), 1, + ACTIONS(2498), 1, anon_sym_RBRACK, [29460] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2498), 1, + ACTIONS(2500), 1, anon_sym_RBRACK, [29467] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2500), 1, + ACTIONS(2502), 1, anon_sym_RBRACK, [29474] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2502), 1, + ACTIONS(2504), 1, anon_sym_RBRACK, [29481] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2504), 1, - anon_sym_RBRACK, + ACTIONS(2506), 1, + anon_sym_COLON, [29488] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2506), 1, + ACTIONS(2508), 1, anon_sym_RBRACK, [29495] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2508), 1, - anon_sym_RBRACK, + ACTIONS(2510), 1, + sym_number, [29502] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2510), 1, - anon_sym_RBRACK, + ACTIONS(2512), 1, + sym_number, [29509] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2512), 1, + ACTIONS(2514), 1, anon_sym_RBRACK, [29516] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2514), 1, - anon_sym_RPAREN, - [29523] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2516), 1, anon_sym_COLON, - [29530] = 2, + [29523] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2518), 1, anon_sym_RBRACK, - [29537] = 2, + [29530] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2520), 1, - anon_sym_RPAREN, + anon_sym_COLON, + [29537] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2278), 1, + anon_sym_COMMA, [29544] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2522), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, [29551] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2524), 1, - anon_sym_endif, + anon_sym_RBRACK, [29558] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2526), 1, - anon_sym_RBRACK, + sym_number, [29565] = 2, ACTIONS(3), 1, sym_comment, @@ -27683,52 +27713,52 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2530), 1, - sym_number, + anon_sym_RBRACK, [29579] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2243), 1, - anon_sym_COMMA, - [29586] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2532), 1, anon_sym_RBRACK, - [29593] = 2, + [29586] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2534), 1, anon_sym_RBRACK, - [29600] = 2, + [29593] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2536), 1, - anon_sym_RBRACK, - [29607] = 2, + anon_sym_RPAREN, + [29600] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2538), 1, anon_sym_RBRACK, - [29614] = 2, + [29607] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2540), 1, sym_number, - [29621] = 2, + [29614] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2542), 1, sym_number, - [29628] = 2, + [29621] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2544), 1, anon_sym_endif, + [29628] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1984), 1, + anon_sym_endif, [29635] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2546), 1, - anon_sym_endif, + sym_number, [29642] = 2, ACTIONS(3), 1, sym_comment, @@ -27737,18 +27767,18 @@ static const uint16_t ts_small_parse_table[] = { [29649] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2550), 1, - sym_number, + ACTIONS(2219), 1, + anon_sym_COLON, [29656] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1988), 1, - anon_sym_endif, + ACTIONS(2550), 1, + anon_sym_RBRACK, [29663] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2552), 1, - anon_sym_RBRACK, + sym_number, [29670] = 2, ACTIONS(3), 1, sym_comment, @@ -27758,17 +27788,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2556), 1, - sym_number, + anon_sym_AT, [29684] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2558), 1, - ts_builtin_sym_end, + anon_sym_RBRACK, [29691] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2560), 1, - anon_sym_RBRACK, + sym_number, [29698] = 2, ACTIONS(3), 1, sym_comment, @@ -27778,17 +27808,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2564), 1, - sym_number, + anon_sym_AT, [29712] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2566), 1, - sym_identifier, + anon_sym_RBRACK, [29719] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2568), 1, - anon_sym_RBRACK, + sym_number, [29726] = 2, ACTIONS(3), 1, sym_comment, @@ -27798,22 +27828,22 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2572), 1, - sym_number, + ts_builtin_sym_end, [29740] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2574), 1, - anon_sym_AT, + anon_sym_RBRACK, [29747] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2576), 1, - sym_number, + anon_sym_RBRACK, [29754] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2578), 1, - sym_number, + anon_sym_RBRACK, [29761] = 2, ACTIONS(3), 1, sym_comment, @@ -27823,7 +27853,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2582), 1, - anon_sym_RBRACK, + sym_number, [29775] = 2, ACTIONS(3), 1, sym_comment, @@ -27838,12 +27868,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2588), 1, - anon_sym_RBRACK, + anon_sym_endif, [29796] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2590), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, [29803] = 2, ACTIONS(3), 1, sym_comment, @@ -27863,17 +27893,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2598), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, [29831] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2600), 1, - anon_sym_RBRACK, + sym_number, [29838] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2602), 1, - anon_sym_RBRACK, + sym_identifier, [29845] = 2, ACTIONS(3), 1, sym_comment, @@ -27888,7 +27918,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2608), 1, - sym_identifier, + anon_sym_RBRACK, }; static const uint32_t ts_small_parse_table_map[] = { @@ -27896,544 +27926,544 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(3)] = 49, [SMALL_STATE(4)] = 89, [SMALL_STATE(5)] = 129, - [SMALL_STATE(6)] = 166, - [SMALL_STATE(7)] = 203, - [SMALL_STATE(8)] = 240, - [SMALL_STATE(9)] = 275, - [SMALL_STATE(10)] = 310, - [SMALL_STATE(11)] = 345, - [SMALL_STATE(12)] = 380, - [SMALL_STATE(13)] = 423, - [SMALL_STATE(14)] = 466, - [SMALL_STATE(15)] = 503, + [SMALL_STATE(6)] = 172, + [SMALL_STATE(7)] = 207, + [SMALL_STATE(8)] = 250, + [SMALL_STATE(9)] = 287, + [SMALL_STATE(10)] = 322, + [SMALL_STATE(11)] = 357, + [SMALL_STATE(12)] = 392, + [SMALL_STATE(13)] = 427, + [SMALL_STATE(14)] = 464, + [SMALL_STATE(15)] = 501, [SMALL_STATE(16)] = 538, - [SMALL_STATE(17)] = 572, - [SMALL_STATE(18)] = 638, - [SMALL_STATE(19)] = 668, - [SMALL_STATE(20)] = 734, - [SMALL_STATE(21)] = 800, - [SMALL_STATE(22)] = 866, - [SMALL_STATE(23)] = 896, - [SMALL_STATE(24)] = 930, - [SMALL_STATE(25)] = 960, - [SMALL_STATE(26)] = 990, - [SMALL_STATE(27)] = 1028, - [SMALL_STATE(28)] = 1058, - [SMALL_STATE(29)] = 1124, - [SMALL_STATE(30)] = 1156, - [SMALL_STATE(31)] = 1186, - [SMALL_STATE(32)] = 1252, - [SMALL_STATE(33)] = 1318, - [SMALL_STATE(34)] = 1352, - [SMALL_STATE(35)] = 1418, - [SMALL_STATE(36)] = 1450, - [SMALL_STATE(37)] = 1484, - [SMALL_STATE(38)] = 1516, - [SMALL_STATE(39)] = 1550, - [SMALL_STATE(40)] = 1580, - [SMALL_STATE(41)] = 1646, + [SMALL_STATE(17)] = 604, + [SMALL_STATE(18)] = 670, + [SMALL_STATE(19)] = 700, + [SMALL_STATE(20)] = 730, + [SMALL_STATE(21)] = 762, + [SMALL_STATE(22)] = 792, + [SMALL_STATE(23)] = 822, + [SMALL_STATE(24)] = 856, + [SMALL_STATE(25)] = 890, + [SMALL_STATE(26)] = 924, + [SMALL_STATE(27)] = 954, + [SMALL_STATE(28)] = 992, + [SMALL_STATE(29)] = 1024, + [SMALL_STATE(30)] = 1058, + [SMALL_STATE(31)] = 1090, + [SMALL_STATE(32)] = 1124, + [SMALL_STATE(33)] = 1154, + [SMALL_STATE(34)] = 1220, + [SMALL_STATE(35)] = 1286, + [SMALL_STATE(36)] = 1316, + [SMALL_STATE(37)] = 1382, + [SMALL_STATE(38)] = 1448, + [SMALL_STATE(39)] = 1514, + [SMALL_STATE(40)] = 1544, + [SMALL_STATE(41)] = 1610, [SMALL_STATE(42)] = 1676, [SMALL_STATE(43)] = 1706, - [SMALL_STATE(44)] = 1751, - [SMALL_STATE(45)] = 1814, - [SMALL_STATE(46)] = 1851, - [SMALL_STATE(47)] = 1914, - [SMALL_STATE(48)] = 1943, - [SMALL_STATE(49)] = 2006, - [SMALL_STATE(50)] = 2069, - [SMALL_STATE(51)] = 2132, - [SMALL_STATE(52)] = 2195, - [SMALL_STATE(53)] = 2258, - [SMALL_STATE(54)] = 2321, - [SMALL_STATE(55)] = 2384, - [SMALL_STATE(56)] = 2447, - [SMALL_STATE(57)] = 2492, - [SMALL_STATE(58)] = 2537, + [SMALL_STATE(44)] = 1769, + [SMALL_STATE(45)] = 1832, + [SMALL_STATE(46)] = 1877, + [SMALL_STATE(47)] = 1922, + [SMALL_STATE(48)] = 1951, + [SMALL_STATE(49)] = 1980, + [SMALL_STATE(50)] = 2043, + [SMALL_STATE(51)] = 2088, + [SMALL_STATE(52)] = 2125, + [SMALL_STATE(53)] = 2188, + [SMALL_STATE(54)] = 2251, + [SMALL_STATE(55)] = 2314, + [SMALL_STATE(56)] = 2377, + [SMALL_STATE(57)] = 2440, + [SMALL_STATE(58)] = 2503, [SMALL_STATE(59)] = 2566, - [SMALL_STATE(60)] = 2594, + [SMALL_STATE(60)] = 2628, [SMALL_STATE(61)] = 2656, - [SMALL_STATE(62)] = 2718, - [SMALL_STATE(63)] = 2754, - [SMALL_STATE(64)] = 2790, - [SMALL_STATE(65)] = 2818, - [SMALL_STATE(66)] = 2846, - [SMALL_STATE(67)] = 2874, - [SMALL_STATE(68)] = 2910, - [SMALL_STATE(69)] = 2972, - [SMALL_STATE(70)] = 3008, - [SMALL_STATE(71)] = 3070, - [SMALL_STATE(72)] = 3132, - [SMALL_STATE(73)] = 3160, - [SMALL_STATE(74)] = 3222, - [SMALL_STATE(75)] = 3254, - [SMALL_STATE(76)] = 3282, - [SMALL_STATE(77)] = 3318, - [SMALL_STATE(78)] = 3346, - [SMALL_STATE(79)] = 3374, - [SMALL_STATE(80)] = 3436, - [SMALL_STATE(81)] = 3464, - [SMALL_STATE(82)] = 3492, - [SMALL_STATE(83)] = 3520, - [SMALL_STATE(84)] = 3582, - [SMALL_STATE(85)] = 3614, - [SMALL_STATE(86)] = 3650, - [SMALL_STATE(87)] = 3678, - [SMALL_STATE(88)] = 3740, - [SMALL_STATE(89)] = 3802, - [SMALL_STATE(90)] = 3838, - [SMALL_STATE(91)] = 3900, - [SMALL_STATE(92)] = 3962, - [SMALL_STATE(93)] = 4024, + [SMALL_STATE(62)] = 2692, + [SMALL_STATE(63)] = 2728, + [SMALL_STATE(64)] = 2764, + [SMALL_STATE(65)] = 2800, + [SMALL_STATE(66)] = 2836, + [SMALL_STATE(67)] = 2872, + [SMALL_STATE(68)] = 2900, + [SMALL_STATE(69)] = 2962, + [SMALL_STATE(70)] = 3024, + [SMALL_STATE(71)] = 3052, + [SMALL_STATE(72)] = 3114, + [SMALL_STATE(73)] = 3176, + [SMALL_STATE(74)] = 3238, + [SMALL_STATE(75)] = 3300, + [SMALL_STATE(76)] = 3328, + [SMALL_STATE(77)] = 3390, + [SMALL_STATE(78)] = 3452, + [SMALL_STATE(79)] = 3480, + [SMALL_STATE(80)] = 3542, + [SMALL_STATE(81)] = 3604, + [SMALL_STATE(82)] = 3632, + [SMALL_STATE(83)] = 3660, + [SMALL_STATE(84)] = 3688, + [SMALL_STATE(85)] = 3750, + [SMALL_STATE(86)] = 3778, + [SMALL_STATE(87)] = 3840, + [SMALL_STATE(88)] = 3868, + [SMALL_STATE(89)] = 3900, + [SMALL_STATE(90)] = 3932, + [SMALL_STATE(91)] = 3960, + [SMALL_STATE(92)] = 4022, + [SMALL_STATE(93)] = 4050, [SMALL_STATE(94)] = 4086, [SMALL_STATE(95)] = 4148, [SMALL_STATE(96)] = 4179, [SMALL_STATE(97)] = 4218, - [SMALL_STATE(98)] = 4249, - [SMALL_STATE(99)] = 4282, - [SMALL_STATE(100)] = 4315, + [SMALL_STATE(98)] = 4257, + [SMALL_STATE(99)] = 4290, + [SMALL_STATE(100)] = 4323, [SMALL_STATE(101)] = 4354, - [SMALL_STATE(102)] = 4385, - [SMALL_STATE(103)] = 4418, - [SMALL_STATE(104)] = 4449, - [SMALL_STATE(105)] = 4482, - [SMALL_STATE(106)] = 4513, - [SMALL_STATE(107)] = 4544, - [SMALL_STATE(108)] = 4583, - [SMALL_STATE(109)] = 4614, - [SMALL_STATE(110)] = 4647, - [SMALL_STATE(111)] = 4680, - [SMALL_STATE(112)] = 4711, - [SMALL_STATE(113)] = 4770, - [SMALL_STATE(114)] = 4803, - [SMALL_STATE(115)] = 4842, - [SMALL_STATE(116)] = 4873, - [SMALL_STATE(117)] = 4904, - [SMALL_STATE(118)] = 4935, - [SMALL_STATE(119)] = 4974, - [SMALL_STATE(120)] = 5007, - [SMALL_STATE(121)] = 5046, - [SMALL_STATE(122)] = 5077, - [SMALL_STATE(123)] = 5110, - [SMALL_STATE(124)] = 5143, - [SMALL_STATE(125)] = 5176, - [SMALL_STATE(126)] = 5207, - [SMALL_STATE(127)] = 5240, + [SMALL_STATE(102)] = 4413, + [SMALL_STATE(103)] = 4444, + [SMALL_STATE(104)] = 4475, + [SMALL_STATE(105)] = 4506, + [SMALL_STATE(106)] = 4539, + [SMALL_STATE(107)] = 4572, + [SMALL_STATE(108)] = 4605, + [SMALL_STATE(109)] = 4638, + [SMALL_STATE(110)] = 4671, + [SMALL_STATE(111)] = 4704, + [SMALL_STATE(112)] = 4743, + [SMALL_STATE(113)] = 4774, + [SMALL_STATE(114)] = 4805, + [SMALL_STATE(115)] = 4836, + [SMALL_STATE(116)] = 4869, + [SMALL_STATE(117)] = 4902, + [SMALL_STATE(118)] = 4933, + [SMALL_STATE(119)] = 4964, + [SMALL_STATE(120)] = 4995, + [SMALL_STATE(121)] = 5028, + [SMALL_STATE(122)] = 5061, + [SMALL_STATE(123)] = 5092, + [SMALL_STATE(124)] = 5131, + [SMALL_STATE(125)] = 5170, + [SMALL_STATE(126)] = 5201, + [SMALL_STATE(127)] = 5232, [SMALL_STATE(128)] = 5271, [SMALL_STATE(129)] = 5302, - [SMALL_STATE(130)] = 5328, - [SMALL_STATE(131)] = 5374, - [SMALL_STATE(132)] = 5408, - [SMALL_STATE(133)] = 5434, - [SMALL_STATE(134)] = 5460, - [SMALL_STATE(135)] = 5488, + [SMALL_STATE(130)] = 5336, + [SMALL_STATE(131)] = 5362, + [SMALL_STATE(132)] = 5406, + [SMALL_STATE(133)] = 5436, + [SMALL_STATE(134)] = 5462, + [SMALL_STATE(135)] = 5492, [SMALL_STATE(136)] = 5518, - [SMALL_STATE(137)] = 5546, - [SMALL_STATE(138)] = 5572, - [SMALL_STATE(139)] = 5600, - [SMALL_STATE(140)] = 5626, - [SMALL_STATE(141)] = 5652, - [SMALL_STATE(142)] = 5680, + [SMALL_STATE(137)] = 5544, + [SMALL_STATE(138)] = 5570, + [SMALL_STATE(139)] = 5596, + [SMALL_STATE(140)] = 5622, + [SMALL_STATE(141)] = 5648, + [SMALL_STATE(142)] = 5674, [SMALL_STATE(143)] = 5710, [SMALL_STATE(144)] = 5740, - [SMALL_STATE(145)] = 5770, - [SMALL_STATE(146)] = 5798, - [SMALL_STATE(147)] = 5828, - [SMALL_STATE(148)] = 5856, - [SMALL_STATE(149)] = 5892, - [SMALL_STATE(150)] = 5918, - [SMALL_STATE(151)] = 5944, - [SMALL_STATE(152)] = 5970, + [SMALL_STATE(145)] = 5766, + [SMALL_STATE(146)] = 5792, + [SMALL_STATE(147)] = 5818, + [SMALL_STATE(148)] = 5844, + [SMALL_STATE(149)] = 5870, + [SMALL_STATE(150)] = 5916, + [SMALL_STATE(151)] = 5942, + [SMALL_STATE(152)] = 5972, [SMALL_STATE(153)] = 6000, [SMALL_STATE(154)] = 6030, - [SMALL_STATE(155)] = 6060, + [SMALL_STATE(155)] = 6056, [SMALL_STATE(156)] = 6086, [SMALL_STATE(157)] = 6116, - [SMALL_STATE(158)] = 6144, - [SMALL_STATE(159)] = 6170, - [SMALL_STATE(160)] = 6216, - [SMALL_STATE(161)] = 6242, - [SMALL_STATE(162)] = 6286, - [SMALL_STATE(163)] = 6330, - [SMALL_STATE(164)] = 6374, - [SMALL_STATE(165)] = 6400, - [SMALL_STATE(166)] = 6426, - [SMALL_STATE(167)] = 6456, - [SMALL_STATE(168)] = 6500, - [SMALL_STATE(169)] = 6526, - [SMALL_STATE(170)] = 6552, - [SMALL_STATE(171)] = 6582, - [SMALL_STATE(172)] = 6612, - [SMALL_STATE(173)] = 6646, - [SMALL_STATE(174)] = 6672, - [SMALL_STATE(175)] = 6698, - [SMALL_STATE(176)] = 6734, - [SMALL_STATE(177)] = 6780, - [SMALL_STATE(178)] = 6806, - [SMALL_STATE(179)] = 6832, - [SMALL_STATE(180)] = 6858, - [SMALL_STATE(181)] = 6886, - [SMALL_STATE(182)] = 6932, - [SMALL_STATE(183)] = 6958, - [SMALL_STATE(184)] = 6984, - [SMALL_STATE(185)] = 7018, - [SMALL_STATE(186)] = 7048, - [SMALL_STATE(187)] = 7074, - [SMALL_STATE(188)] = 7104, - [SMALL_STATE(189)] = 7130, - [SMALL_STATE(190)] = 7156, - [SMALL_STATE(191)] = 7186, - [SMALL_STATE(192)] = 7212, - [SMALL_STATE(193)] = 7256, - [SMALL_STATE(194)] = 7282, - [SMALL_STATE(195)] = 7310, + [SMALL_STATE(158)] = 6146, + [SMALL_STATE(159)] = 6172, + [SMALL_STATE(160)] = 6202, + [SMALL_STATE(161)] = 6230, + [SMALL_STATE(162)] = 6258, + [SMALL_STATE(163)] = 6288, + [SMALL_STATE(164)] = 6316, + [SMALL_STATE(165)] = 6346, + [SMALL_STATE(166)] = 6376, + [SMALL_STATE(167)] = 6406, + [SMALL_STATE(168)] = 6436, + [SMALL_STATE(169)] = 6462, + [SMALL_STATE(170)] = 6490, + [SMALL_STATE(171)] = 6518, + [SMALL_STATE(172)] = 6562, + [SMALL_STATE(173)] = 6588, + [SMALL_STATE(174)] = 6614, + [SMALL_STATE(175)] = 6642, + [SMALL_STATE(176)] = 6668, + [SMALL_STATE(177)] = 6694, + [SMALL_STATE(178)] = 6722, + [SMALL_STATE(179)] = 6748, + [SMALL_STATE(180)] = 6782, + [SMALL_STATE(181)] = 6808, + [SMALL_STATE(182)] = 6834, + [SMALL_STATE(183)] = 6862, + [SMALL_STATE(184)] = 6888, + [SMALL_STATE(185)] = 6914, + [SMALL_STATE(186)] = 6958, + [SMALL_STATE(187)] = 7004, + [SMALL_STATE(188)] = 7034, + [SMALL_STATE(189)] = 7078, + [SMALL_STATE(190)] = 7112, + [SMALL_STATE(191)] = 7142, + [SMALL_STATE(192)] = 7188, + [SMALL_STATE(193)] = 7232, + [SMALL_STATE(194)] = 7278, + [SMALL_STATE(195)] = 7304, [SMALL_STATE(196)] = 7340, [SMALL_STATE(197)] = 7366, [SMALL_STATE(198)] = 7399, - [SMALL_STATE(199)] = 7442, - [SMALL_STATE(200)] = 7483, - [SMALL_STATE(201)] = 7514, - [SMALL_STATE(202)] = 7545, - [SMALL_STATE(203)] = 7576, - [SMALL_STATE(204)] = 7609, - [SMALL_STATE(205)] = 7642, - [SMALL_STATE(206)] = 7667, - [SMALL_STATE(207)] = 7692, - [SMALL_STATE(208)] = 7717, - [SMALL_STATE(209)] = 7748, - [SMALL_STATE(210)] = 7779, - [SMALL_STATE(211)] = 7812, - [SMALL_STATE(212)] = 7837, - [SMALL_STATE(213)] = 7870, - [SMALL_STATE(214)] = 7895, - [SMALL_STATE(215)] = 7920, + [SMALL_STATE(199)] = 7432, + [SMALL_STATE(200)] = 7457, + [SMALL_STATE(201)] = 7498, + [SMALL_STATE(202)] = 7523, + [SMALL_STATE(203)] = 7548, + [SMALL_STATE(204)] = 7581, + [SMALL_STATE(205)] = 7614, + [SMALL_STATE(206)] = 7639, + [SMALL_STATE(207)] = 7664, + [SMALL_STATE(208)] = 7689, + [SMALL_STATE(209)] = 7720, + [SMALL_STATE(210)] = 7753, + [SMALL_STATE(211)] = 7784, + [SMALL_STATE(212)] = 7815, + [SMALL_STATE(213)] = 7858, + [SMALL_STATE(214)] = 7889, + [SMALL_STATE(215)] = 7922, [SMALL_STATE(216)] = 7953, [SMALL_STATE(217)] = 7986, - [SMALL_STATE(218)] = 8010, - [SMALL_STATE(219)] = 8064, - [SMALL_STATE(220)] = 8096, - [SMALL_STATE(221)] = 8150, - [SMALL_STATE(222)] = 8176, - [SMALL_STATE(223)] = 8232, - [SMALL_STATE(224)] = 8258, - [SMALL_STATE(225)] = 8312, - [SMALL_STATE(226)] = 8342, - [SMALL_STATE(227)] = 8366, - [SMALL_STATE(228)] = 8390, - [SMALL_STATE(229)] = 8414, - [SMALL_STATE(230)] = 8438, - [SMALL_STATE(231)] = 8462, - [SMALL_STATE(232)] = 8486, - [SMALL_STATE(233)] = 8510, - [SMALL_STATE(234)] = 8534, - [SMALL_STATE(235)] = 8558, - [SMALL_STATE(236)] = 8606, - [SMALL_STATE(237)] = 8630, - [SMALL_STATE(238)] = 8678, - [SMALL_STATE(239)] = 8726, - [SMALL_STATE(240)] = 8782, - [SMALL_STATE(241)] = 8806, - [SMALL_STATE(242)] = 8854, - [SMALL_STATE(243)] = 8910, - [SMALL_STATE(244)] = 8958, - [SMALL_STATE(245)] = 8986, - [SMALL_STATE(246)] = 9014, - [SMALL_STATE(247)] = 9068, - [SMALL_STATE(248)] = 9116, - [SMALL_STATE(249)] = 9146, - [SMALL_STATE(250)] = 9202, - [SMALL_STATE(251)] = 9250, - [SMALL_STATE(252)] = 9274, - [SMALL_STATE(253)] = 9298, - [SMALL_STATE(254)] = 9330, - [SMALL_STATE(255)] = 9354, - [SMALL_STATE(256)] = 9410, - [SMALL_STATE(257)] = 9436, - [SMALL_STATE(258)] = 9460, - [SMALL_STATE(259)] = 9512, - [SMALL_STATE(260)] = 9536, - [SMALL_STATE(261)] = 9590, - [SMALL_STATE(262)] = 9644, - [SMALL_STATE(263)] = 9700, - [SMALL_STATE(264)] = 9728, - [SMALL_STATE(265)] = 9758, - [SMALL_STATE(266)] = 9788, - [SMALL_STATE(267)] = 9812, - [SMALL_STATE(268)] = 9836, - [SMALL_STATE(269)] = 9884, - [SMALL_STATE(270)] = 9908, - [SMALL_STATE(271)] = 9962, - [SMALL_STATE(272)] = 9986, - [SMALL_STATE(273)] = 10034, - [SMALL_STATE(274)] = 10090, - [SMALL_STATE(275)] = 10122, - [SMALL_STATE(276)] = 10170, - [SMALL_STATE(277)] = 10218, - [SMALL_STATE(278)] = 10272, - [SMALL_STATE(279)] = 10300, - [SMALL_STATE(280)] = 10356, - [SMALL_STATE(281)] = 10386, - [SMALL_STATE(282)] = 10434, - [SMALL_STATE(283)] = 10482, - [SMALL_STATE(284)] = 10530, - [SMALL_STATE(285)] = 10554, - [SMALL_STATE(286)] = 10578, - [SMALL_STATE(287)] = 10602, - [SMALL_STATE(288)] = 10656, - [SMALL_STATE(289)] = 10682, - [SMALL_STATE(290)] = 10710, - [SMALL_STATE(291)] = 10738, - [SMALL_STATE(292)] = 10794, - [SMALL_STATE(293)] = 10842, - [SMALL_STATE(294)] = 10870, - [SMALL_STATE(295)] = 10896, - [SMALL_STATE(296)] = 10924, - [SMALL_STATE(297)] = 10950, - [SMALL_STATE(298)] = 10976, - [SMALL_STATE(299)] = 11000, - [SMALL_STATE(300)] = 11028, - [SMALL_STATE(301)] = 11054, - [SMALL_STATE(302)] = 11078, - [SMALL_STATE(303)] = 11102, - [SMALL_STATE(304)] = 11126, - [SMALL_STATE(305)] = 11150, - [SMALL_STATE(306)] = 11174, - [SMALL_STATE(307)] = 11198, - [SMALL_STATE(308)] = 11222, - [SMALL_STATE(309)] = 11246, - [SMALL_STATE(310)] = 11272, - [SMALL_STATE(311)] = 11296, - [SMALL_STATE(312)] = 11320, + [SMALL_STATE(218)] = 8012, + [SMALL_STATE(219)] = 8036, + [SMALL_STATE(220)] = 8060, + [SMALL_STATE(221)] = 8084, + [SMALL_STATE(222)] = 8108, + [SMALL_STATE(223)] = 8132, + [SMALL_STATE(224)] = 8158, + [SMALL_STATE(225)] = 8190, + [SMALL_STATE(226)] = 8214, + [SMALL_STATE(227)] = 8262, + [SMALL_STATE(228)] = 8286, + [SMALL_STATE(229)] = 8316, + [SMALL_STATE(230)] = 8364, + [SMALL_STATE(231)] = 8390, + [SMALL_STATE(232)] = 8414, + [SMALL_STATE(233)] = 8462, + [SMALL_STATE(234)] = 8486, + [SMALL_STATE(235)] = 8510, + [SMALL_STATE(236)] = 8534, + [SMALL_STATE(237)] = 8558, + [SMALL_STATE(238)] = 8582, + [SMALL_STATE(239)] = 8606, + [SMALL_STATE(240)] = 8630, + [SMALL_STATE(241)] = 8654, + [SMALL_STATE(242)] = 8678, + [SMALL_STATE(243)] = 8702, + [SMALL_STATE(244)] = 8726, + [SMALL_STATE(245)] = 8750, + [SMALL_STATE(246)] = 8774, + [SMALL_STATE(247)] = 8798, + [SMALL_STATE(248)] = 8822, + [SMALL_STATE(249)] = 8846, + [SMALL_STATE(250)] = 8870, + [SMALL_STATE(251)] = 8896, + [SMALL_STATE(252)] = 8922, + [SMALL_STATE(253)] = 8950, + [SMALL_STATE(254)] = 8976, + [SMALL_STATE(255)] = 9002, + [SMALL_STATE(256)] = 9054, + [SMALL_STATE(257)] = 9078, + [SMALL_STATE(258)] = 9132, + [SMALL_STATE(259)] = 9158, + [SMALL_STATE(260)] = 9214, + [SMALL_STATE(261)] = 9268, + [SMALL_STATE(262)] = 9316, + [SMALL_STATE(263)] = 9344, + [SMALL_STATE(264)] = 9372, + [SMALL_STATE(265)] = 9426, + [SMALL_STATE(266)] = 9450, + [SMALL_STATE(267)] = 9506, + [SMALL_STATE(268)] = 9534, + [SMALL_STATE(269)] = 9582, + [SMALL_STATE(270)] = 9614, + [SMALL_STATE(271)] = 9662, + [SMALL_STATE(272)] = 9716, + [SMALL_STATE(273)] = 9744, + [SMALL_STATE(274)] = 9800, + [SMALL_STATE(275)] = 9824, + [SMALL_STATE(276)] = 9880, + [SMALL_STATE(277)] = 9934, + [SMALL_STATE(278)] = 9962, + [SMALL_STATE(279)] = 10018, + [SMALL_STATE(280)] = 10048, + [SMALL_STATE(281)] = 10078, + [SMALL_STATE(282)] = 10132, + [SMALL_STATE(283)] = 10188, + [SMALL_STATE(284)] = 10216, + [SMALL_STATE(285)] = 10270, + [SMALL_STATE(286)] = 10326, + [SMALL_STATE(287)] = 10354, + [SMALL_STATE(288)] = 10384, + [SMALL_STATE(289)] = 10438, + [SMALL_STATE(290)] = 10494, + [SMALL_STATE(291)] = 10524, + [SMALL_STATE(292)] = 10578, + [SMALL_STATE(293)] = 10634, + [SMALL_STATE(294)] = 10682, + [SMALL_STATE(295)] = 10706, + [SMALL_STATE(296)] = 10754, + [SMALL_STATE(297)] = 10802, + [SMALL_STATE(298)] = 10828, + [SMALL_STATE(299)] = 10852, + [SMALL_STATE(300)] = 10876, + [SMALL_STATE(301)] = 10924, + [SMALL_STATE(302)] = 10972, + [SMALL_STATE(303)] = 10996, + [SMALL_STATE(304)] = 11044, + [SMALL_STATE(305)] = 11068, + [SMALL_STATE(306)] = 11116, + [SMALL_STATE(307)] = 11140, + [SMALL_STATE(308)] = 11172, + [SMALL_STATE(309)] = 11220, + [SMALL_STATE(310)] = 11244, + [SMALL_STATE(311)] = 11268, + [SMALL_STATE(312)] = 11316, [SMALL_STATE(313)] = 11344, - [SMALL_STATE(314)] = 11369, - [SMALL_STATE(315)] = 11408, - [SMALL_STATE(316)] = 11447, - [SMALL_STATE(317)] = 11482, - [SMALL_STATE(318)] = 11527, - [SMALL_STATE(319)] = 11572, - [SMALL_STATE(320)] = 11611, - [SMALL_STATE(321)] = 11650, - [SMALL_STATE(322)] = 11689, - [SMALL_STATE(323)] = 11734, - [SMALL_STATE(324)] = 11773, - [SMALL_STATE(325)] = 11798, - [SMALL_STATE(326)] = 11837, - [SMALL_STATE(327)] = 11876, - [SMALL_STATE(328)] = 11911, - [SMALL_STATE(329)] = 11956, - [SMALL_STATE(330)] = 11995, - [SMALL_STATE(331)] = 12040, - [SMALL_STATE(332)] = 12079, - [SMALL_STATE(333)] = 12112, - [SMALL_STATE(334)] = 12149, - [SMALL_STATE(335)] = 12188, - [SMALL_STATE(336)] = 12227, - [SMALL_STATE(337)] = 12272, - [SMALL_STATE(338)] = 12311, - [SMALL_STATE(339)] = 12350, - [SMALL_STATE(340)] = 12389, - [SMALL_STATE(341)] = 12428, - [SMALL_STATE(342)] = 12467, + [SMALL_STATE(314)] = 11383, + [SMALL_STATE(315)] = 11428, + [SMALL_STATE(316)] = 11473, + [SMALL_STATE(317)] = 11506, + [SMALL_STATE(318)] = 11551, + [SMALL_STATE(319)] = 11596, + [SMALL_STATE(320)] = 11635, + [SMALL_STATE(321)] = 11672, + [SMALL_STATE(322)] = 11711, + [SMALL_STATE(323)] = 11756, + [SMALL_STATE(324)] = 11781, + [SMALL_STATE(325)] = 11826, + [SMALL_STATE(326)] = 11865, + [SMALL_STATE(327)] = 11904, + [SMALL_STATE(328)] = 11943, + [SMALL_STATE(329)] = 11982, + [SMALL_STATE(330)] = 12021, + [SMALL_STATE(331)] = 12060, + [SMALL_STATE(332)] = 12099, + [SMALL_STATE(333)] = 12134, + [SMALL_STATE(334)] = 12169, + [SMALL_STATE(335)] = 12208, + [SMALL_STATE(336)] = 12247, + [SMALL_STATE(337)] = 12286, + [SMALL_STATE(338)] = 12325, + [SMALL_STATE(339)] = 12364, + [SMALL_STATE(340)] = 12403, + [SMALL_STATE(341)] = 12442, + [SMALL_STATE(342)] = 12481, [SMALL_STATE(343)] = 12506, - [SMALL_STATE(344)] = 12530, + [SMALL_STATE(344)] = 12546, [SMALL_STATE(345)] = 12570, - [SMALL_STATE(346)] = 12610, - [SMALL_STATE(347)] = 12650, - [SMALL_STATE(348)] = 12690, - [SMALL_STATE(349)] = 12730, - [SMALL_STATE(350)] = 12770, - [SMALL_STATE(351)] = 12792, - [SMALL_STATE(352)] = 12832, - [SMALL_STATE(353)] = 12872, - [SMALL_STATE(354)] = 12912, - [SMALL_STATE(355)] = 12952, - [SMALL_STATE(356)] = 12992, - [SMALL_STATE(357)] = 13032, - [SMALL_STATE(358)] = 13054, - [SMALL_STATE(359)] = 13094, - [SMALL_STATE(360)] = 13134, - [SMALL_STATE(361)] = 13174, - [SMALL_STATE(362)] = 13214, - [SMALL_STATE(363)] = 13240, - [SMALL_STATE(364)] = 13280, - [SMALL_STATE(365)] = 13320, - [SMALL_STATE(366)] = 13342, - [SMALL_STATE(367)] = 13366, - [SMALL_STATE(368)] = 13406, - [SMALL_STATE(369)] = 13446, - [SMALL_STATE(370)] = 13486, - [SMALL_STATE(371)] = 13526, - [SMALL_STATE(372)] = 13566, - [SMALL_STATE(373)] = 13606, - [SMALL_STATE(374)] = 13630, - [SMALL_STATE(375)] = 13670, - [SMALL_STATE(376)] = 13710, - [SMALL_STATE(377)] = 13750, - [SMALL_STATE(378)] = 13790, - [SMALL_STATE(379)] = 13814, - [SMALL_STATE(380)] = 13838, - [SMALL_STATE(381)] = 13860, - [SMALL_STATE(382)] = 13884, - [SMALL_STATE(383)] = 13908, - [SMALL_STATE(384)] = 13932, - [SMALL_STATE(385)] = 13972, - [SMALL_STATE(386)] = 14012, - [SMALL_STATE(387)] = 14034, - [SMALL_STATE(388)] = 14064, - [SMALL_STATE(389)] = 14104, - [SMALL_STATE(390)] = 14144, - [SMALL_STATE(391)] = 14184, - [SMALL_STATE(392)] = 14210, - [SMALL_STATE(393)] = 14240, - [SMALL_STATE(394)] = 14280, - [SMALL_STATE(395)] = 14320, - [SMALL_STATE(396)] = 14360, - [SMALL_STATE(397)] = 14400, - [SMALL_STATE(398)] = 14440, - [SMALL_STATE(399)] = 14480, - [SMALL_STATE(400)] = 14520, - [SMALL_STATE(401)] = 14544, - [SMALL_STATE(402)] = 14584, - [SMALL_STATE(403)] = 14624, - [SMALL_STATE(404)] = 14664, - [SMALL_STATE(405)] = 14688, - [SMALL_STATE(406)] = 14712, - [SMALL_STATE(407)] = 14752, - [SMALL_STATE(408)] = 14792, - [SMALL_STATE(409)] = 14832, - [SMALL_STATE(410)] = 14872, - [SMALL_STATE(411)] = 14912, - [SMALL_STATE(412)] = 14952, - [SMALL_STATE(413)] = 14992, - [SMALL_STATE(414)] = 15032, - [SMALL_STATE(415)] = 15072, - [SMALL_STATE(416)] = 15108, - [SMALL_STATE(417)] = 15148, - [SMALL_STATE(418)] = 15188, - [SMALL_STATE(419)] = 15228, - [SMALL_STATE(420)] = 15252, - [SMALL_STATE(421)] = 15274, - [SMALL_STATE(422)] = 15314, - [SMALL_STATE(423)] = 15340, - [SMALL_STATE(424)] = 15380, + [SMALL_STATE(346)] = 12594, + [SMALL_STATE(347)] = 12618, + [SMALL_STATE(348)] = 12642, + [SMALL_STATE(349)] = 12666, + [SMALL_STATE(350)] = 12690, + [SMALL_STATE(351)] = 12714, + [SMALL_STATE(352)] = 12738, + [SMALL_STATE(353)] = 12762, + [SMALL_STATE(354)] = 12786, + [SMALL_STATE(355)] = 12810, + [SMALL_STATE(356)] = 12850, + [SMALL_STATE(357)] = 12890, + [SMALL_STATE(358)] = 12920, + [SMALL_STATE(359)] = 12942, + [SMALL_STATE(360)] = 12982, + [SMALL_STATE(361)] = 13022, + [SMALL_STATE(362)] = 13062, + [SMALL_STATE(363)] = 13088, + [SMALL_STATE(364)] = 13128, + [SMALL_STATE(365)] = 13168, + [SMALL_STATE(366)] = 13208, + [SMALL_STATE(367)] = 13248, + [SMALL_STATE(368)] = 13288, + [SMALL_STATE(369)] = 13328, + [SMALL_STATE(370)] = 13368, + [SMALL_STATE(371)] = 13408, + [SMALL_STATE(372)] = 13448, + [SMALL_STATE(373)] = 13488, + [SMALL_STATE(374)] = 13514, + [SMALL_STATE(375)] = 13554, + [SMALL_STATE(376)] = 13594, + [SMALL_STATE(377)] = 13634, + [SMALL_STATE(378)] = 13674, + [SMALL_STATE(379)] = 13696, + [SMALL_STATE(380)] = 13736, + [SMALL_STATE(381)] = 13776, + [SMALL_STATE(382)] = 13798, + [SMALL_STATE(383)] = 13838, + [SMALL_STATE(384)] = 13878, + [SMALL_STATE(385)] = 13918, + [SMALL_STATE(386)] = 13958, + [SMALL_STATE(387)] = 13998, + [SMALL_STATE(388)] = 14038, + [SMALL_STATE(389)] = 14078, + [SMALL_STATE(390)] = 14118, + [SMALL_STATE(391)] = 14158, + [SMALL_STATE(392)] = 14198, + [SMALL_STATE(393)] = 14238, + [SMALL_STATE(394)] = 14268, + [SMALL_STATE(395)] = 14308, + [SMALL_STATE(396)] = 14338, + [SMALL_STATE(397)] = 14378, + [SMALL_STATE(398)] = 14418, + [SMALL_STATE(399)] = 14458, + [SMALL_STATE(400)] = 14498, + [SMALL_STATE(401)] = 14538, + [SMALL_STATE(402)] = 14578, + [SMALL_STATE(403)] = 14618, + [SMALL_STATE(404)] = 14658, + [SMALL_STATE(405)] = 14698, + [SMALL_STATE(406)] = 14738, + [SMALL_STATE(407)] = 14778, + [SMALL_STATE(408)] = 14818, + [SMALL_STATE(409)] = 14858, + [SMALL_STATE(410)] = 14880, + [SMALL_STATE(411)] = 14920, + [SMALL_STATE(412)] = 14960, + [SMALL_STATE(413)] = 15000, + [SMALL_STATE(414)] = 15040, + [SMALL_STATE(415)] = 15080, + [SMALL_STATE(416)] = 15116, + [SMALL_STATE(417)] = 15156, + [SMALL_STATE(418)] = 15196, + [SMALL_STATE(419)] = 15218, + [SMALL_STATE(420)] = 15258, + [SMALL_STATE(421)] = 15282, + [SMALL_STATE(422)] = 15304, + [SMALL_STATE(423)] = 15344, + [SMALL_STATE(424)] = 15370, [SMALL_STATE(425)] = 15410, [SMALL_STATE(426)] = 15450, - [SMALL_STATE(427)] = 15477, - [SMALL_STATE(428)] = 15502, - [SMALL_STATE(429)] = 15527, - [SMALL_STATE(430)] = 15552, - [SMALL_STATE(431)] = 15579, - [SMALL_STATE(432)] = 15618, - [SMALL_STATE(433)] = 15643, - [SMALL_STATE(434)] = 15682, - [SMALL_STATE(435)] = 15721, - [SMALL_STATE(436)] = 15754, - [SMALL_STATE(437)] = 15787, - [SMALL_STATE(438)] = 15820, - [SMALL_STATE(439)] = 15853, - [SMALL_STATE(440)] = 15882, - [SMALL_STATE(441)] = 15915, - [SMALL_STATE(442)] = 15954, - [SMALL_STATE(443)] = 15979, - [SMALL_STATE(444)] = 16006, - [SMALL_STATE(445)] = 16033, - [SMALL_STATE(446)] = 16066, - [SMALL_STATE(447)] = 16099, - [SMALL_STATE(448)] = 16132, - [SMALL_STATE(449)] = 16171, - [SMALL_STATE(450)] = 16198, - [SMALL_STATE(451)] = 16237, - [SMALL_STATE(452)] = 16270, - [SMALL_STATE(453)] = 16303, - [SMALL_STATE(454)] = 16336, - [SMALL_STATE(455)] = 16363, - [SMALL_STATE(456)] = 16390, - [SMALL_STATE(457)] = 16423, - [SMALL_STATE(458)] = 16456, - [SMALL_STATE(459)] = 16489, - [SMALL_STATE(460)] = 16528, - [SMALL_STATE(461)] = 16567, - [SMALL_STATE(462)] = 16606, - [SMALL_STATE(463)] = 16639, - [SMALL_STATE(464)] = 16672, - [SMALL_STATE(465)] = 16705, - [SMALL_STATE(466)] = 16744, - [SMALL_STATE(467)] = 16783, - [SMALL_STATE(468)] = 16816, + [SMALL_STATE(427)] = 15483, + [SMALL_STATE(428)] = 15522, + [SMALL_STATE(429)] = 15561, + [SMALL_STATE(430)] = 15588, + [SMALL_STATE(431)] = 15615, + [SMALL_STATE(432)] = 15654, + [SMALL_STATE(433)] = 15693, + [SMALL_STATE(434)] = 15732, + [SMALL_STATE(435)] = 15765, + [SMALL_STATE(436)] = 15798, + [SMALL_STATE(437)] = 15825, + [SMALL_STATE(438)] = 15858, + [SMALL_STATE(439)] = 15891, + [SMALL_STATE(440)] = 15924, + [SMALL_STATE(441)] = 15957, + [SMALL_STATE(442)] = 15996, + [SMALL_STATE(443)] = 16029, + [SMALL_STATE(444)] = 16068, + [SMALL_STATE(445)] = 16101, + [SMALL_STATE(446)] = 16134, + [SMALL_STATE(447)] = 16159, + [SMALL_STATE(448)] = 16186, + [SMALL_STATE(449)] = 16219, + [SMALL_STATE(450)] = 16246, + [SMALL_STATE(451)] = 16285, + [SMALL_STATE(452)] = 16318, + [SMALL_STATE(453)] = 16347, + [SMALL_STATE(454)] = 16386, + [SMALL_STATE(455)] = 16419, + [SMALL_STATE(456)] = 16444, + [SMALL_STATE(457)] = 16477, + [SMALL_STATE(458)] = 16502, + [SMALL_STATE(459)] = 16535, + [SMALL_STATE(460)] = 16560, + [SMALL_STATE(461)] = 16593, + [SMALL_STATE(462)] = 16626, + [SMALL_STATE(463)] = 16653, + [SMALL_STATE(464)] = 16680, + [SMALL_STATE(465)] = 16713, + [SMALL_STATE(466)] = 16752, + [SMALL_STATE(467)] = 16785, + [SMALL_STATE(468)] = 16810, [SMALL_STATE(469)] = 16849, - [SMALL_STATE(470)] = 16879, + [SMALL_STATE(470)] = 16869, [SMALL_STATE(471)] = 16899, - [SMALL_STATE(472)] = 16923, - [SMALL_STATE(473)] = 16953, - [SMALL_STATE(474)] = 16977, - [SMALL_STATE(475)] = 17007, - [SMALL_STATE(476)] = 17031, - [SMALL_STATE(477)] = 17055, - [SMALL_STATE(478)] = 17075, - [SMALL_STATE(479)] = 17095, - [SMALL_STATE(480)] = 17125, - [SMALL_STATE(481)] = 17155, - [SMALL_STATE(482)] = 17175, - [SMALL_STATE(483)] = 17195, + [SMALL_STATE(472)] = 16929, + [SMALL_STATE(473)] = 16949, + [SMALL_STATE(474)] = 16979, + [SMALL_STATE(475)] = 16999, + [SMALL_STATE(476)] = 17023, + [SMALL_STATE(477)] = 17047, + [SMALL_STATE(478)] = 17077, + [SMALL_STATE(479)] = 17097, + [SMALL_STATE(480)] = 17127, + [SMALL_STATE(481)] = 17157, + [SMALL_STATE(482)] = 17177, + [SMALL_STATE(483)] = 17201, [SMALL_STATE(484)] = 17225, - [SMALL_STATE(485)] = 17255, - [SMALL_STATE(486)] = 17277, - [SMALL_STATE(487)] = 17307, - [SMALL_STATE(488)] = 17329, - [SMALL_STATE(489)] = 17349, - [SMALL_STATE(490)] = 17379, - [SMALL_STATE(491)] = 17403, + [SMALL_STATE(485)] = 17249, + [SMALL_STATE(486)] = 17269, + [SMALL_STATE(487)] = 17289, + [SMALL_STATE(488)] = 17311, + [SMALL_STATE(489)] = 17341, + [SMALL_STATE(490)] = 17371, + [SMALL_STATE(491)] = 17401, [SMALL_STATE(492)] = 17423, - [SMALL_STATE(493)] = 17447, - [SMALL_STATE(494)] = 17477, - [SMALL_STATE(495)] = 17499, - [SMALL_STATE(496)] = 17519, - [SMALL_STATE(497)] = 17549, - [SMALL_STATE(498)] = 17579, - [SMALL_STATE(499)] = 17599, - [SMALL_STATE(500)] = 17629, - [SMALL_STATE(501)] = 17651, - [SMALL_STATE(502)] = 17681, - [SMALL_STATE(503)] = 17711, - [SMALL_STATE(504)] = 17741, - [SMALL_STATE(505)] = 17771, + [SMALL_STATE(493)] = 17453, + [SMALL_STATE(494)] = 17475, + [SMALL_STATE(495)] = 17505, + [SMALL_STATE(496)] = 17535, + [SMALL_STATE(497)] = 17565, + [SMALL_STATE(498)] = 17585, + [SMALL_STATE(499)] = 17615, + [SMALL_STATE(500)] = 17645, + [SMALL_STATE(501)] = 17675, + [SMALL_STATE(502)] = 17699, + [SMALL_STATE(503)] = 17721, + [SMALL_STATE(504)] = 17751, + [SMALL_STATE(505)] = 17781, [SMALL_STATE(506)] = 17801, [SMALL_STATE(507)] = 17825, [SMALL_STATE(508)] = 17855, - [SMALL_STATE(509)] = 17878, - [SMALL_STATE(510)] = 17897, - [SMALL_STATE(511)] = 17916, - [SMALL_STATE(512)] = 17943, - [SMALL_STATE(513)] = 17966, - [SMALL_STATE(514)] = 17987, - [SMALL_STATE(515)] = 18010, - [SMALL_STATE(516)] = 18047, - [SMALL_STATE(517)] = 18084, - [SMALL_STATE(518)] = 18121, - [SMALL_STATE(519)] = 18144, - [SMALL_STATE(520)] = 18181, + [SMALL_STATE(509)] = 17892, + [SMALL_STATE(510)] = 17919, + [SMALL_STATE(511)] = 17942, + [SMALL_STATE(512)] = 17963, + [SMALL_STATE(513)] = 17982, + [SMALL_STATE(514)] = 18019, + [SMALL_STATE(515)] = 18056, + [SMALL_STATE(516)] = 18079, + [SMALL_STATE(517)] = 18106, + [SMALL_STATE(518)] = 18125, + [SMALL_STATE(519)] = 18162, + [SMALL_STATE(520)] = 18185, [SMALL_STATE(521)] = 18208, [SMALL_STATE(522)] = 18231, - [SMALL_STATE(523)] = 18257, - [SMALL_STATE(524)] = 18283, - [SMALL_STATE(525)] = 18309, - [SMALL_STATE(526)] = 18327, - [SMALL_STATE(527)] = 18345, - [SMALL_STATE(528)] = 18367, - [SMALL_STATE(529)] = 18385, - [SMALL_STATE(530)] = 18403, - [SMALL_STATE(531)] = 18421, - [SMALL_STATE(532)] = 18439, - [SMALL_STATE(533)] = 18465, - [SMALL_STATE(534)] = 18483, - [SMALL_STATE(535)] = 18509, - [SMALL_STATE(536)] = 18527, - [SMALL_STATE(537)] = 18553, - [SMALL_STATE(538)] = 18571, - [SMALL_STATE(539)] = 18597, - [SMALL_STATE(540)] = 18615, - [SMALL_STATE(541)] = 18637, - [SMALL_STATE(542)] = 18655, - [SMALL_STATE(543)] = 18673, + [SMALL_STATE(523)] = 18249, + [SMALL_STATE(524)] = 18267, + [SMALL_STATE(525)] = 18285, + [SMALL_STATE(526)] = 18311, + [SMALL_STATE(527)] = 18337, + [SMALL_STATE(528)] = 18355, + [SMALL_STATE(529)] = 18373, + [SMALL_STATE(530)] = 18391, + [SMALL_STATE(531)] = 18409, + [SMALL_STATE(532)] = 18427, + [SMALL_STATE(533)] = 18453, + [SMALL_STATE(534)] = 18471, + [SMALL_STATE(535)] = 18493, + [SMALL_STATE(536)] = 18519, + [SMALL_STATE(537)] = 18537, + [SMALL_STATE(538)] = 18563, + [SMALL_STATE(539)] = 18585, + [SMALL_STATE(540)] = 18603, + [SMALL_STATE(541)] = 18621, + [SMALL_STATE(542)] = 18647, + [SMALL_STATE(543)] = 18665, [SMALL_STATE(544)] = 18691, [SMALL_STATE(545)] = 18717, [SMALL_STATE(546)] = 18743, @@ -28441,33 +28471,33 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(548)] = 18785, [SMALL_STATE(549)] = 18806, [SMALL_STATE(550)] = 18827, - [SMALL_STATE(551)] = 18848, - [SMALL_STATE(552)] = 18869, - [SMALL_STATE(553)] = 18892, - [SMALL_STATE(554)] = 18913, - [SMALL_STATE(555)] = 18934, - [SMALL_STATE(556)] = 18955, - [SMALL_STATE(557)] = 18976, - [SMALL_STATE(558)] = 18999, - [SMALL_STATE(559)] = 19022, - [SMALL_STATE(560)] = 19045, - [SMALL_STATE(561)] = 19068, - [SMALL_STATE(562)] = 19091, - [SMALL_STATE(563)] = 19112, - [SMALL_STATE(564)] = 19135, - [SMALL_STATE(565)] = 19156, - [SMALL_STATE(566)] = 19177, - [SMALL_STATE(567)] = 19198, - [SMALL_STATE(568)] = 19219, - [SMALL_STATE(569)] = 19240, + [SMALL_STATE(551)] = 18850, + [SMALL_STATE(552)] = 18873, + [SMALL_STATE(553)] = 18896, + [SMALL_STATE(554)] = 18917, + [SMALL_STATE(555)] = 18938, + [SMALL_STATE(556)] = 18959, + [SMALL_STATE(557)] = 18980, + [SMALL_STATE(558)] = 19001, + [SMALL_STATE(559)] = 19024, + [SMALL_STATE(560)] = 19043, + [SMALL_STATE(561)] = 19064, + [SMALL_STATE(562)] = 19085, + [SMALL_STATE(563)] = 19108, + [SMALL_STATE(564)] = 19129, + [SMALL_STATE(565)] = 19150, + [SMALL_STATE(566)] = 19171, + [SMALL_STATE(567)] = 19192, + [SMALL_STATE(568)] = 19215, + [SMALL_STATE(569)] = 19238, [SMALL_STATE(570)] = 19259, [SMALL_STATE(571)] = 19280, - [SMALL_STATE(572)] = 19305, - [SMALL_STATE(573)] = 19326, - [SMALL_STATE(574)] = 19349, - [SMALL_STATE(575)] = 19372, - [SMALL_STATE(576)] = 19393, - [SMALL_STATE(577)] = 19414, + [SMALL_STATE(572)] = 19301, + [SMALL_STATE(573)] = 19322, + [SMALL_STATE(574)] = 19347, + [SMALL_STATE(575)] = 19368, + [SMALL_STATE(576)] = 19391, + [SMALL_STATE(577)] = 19412, [SMALL_STATE(578)] = 19435, [SMALL_STATE(579)] = 19456, [SMALL_STATE(580)] = 19477, @@ -28476,212 +28506,212 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(583)] = 19540, [SMALL_STATE(584)] = 19561, [SMALL_STATE(585)] = 19582, - [SMALL_STATE(586)] = 19603, - [SMALL_STATE(587)] = 19626, - [SMALL_STATE(588)] = 19647, + [SMALL_STATE(586)] = 19605, + [SMALL_STATE(587)] = 19628, + [SMALL_STATE(588)] = 19649, [SMALL_STATE(589)] = 19670, [SMALL_STATE(590)] = 19691, - [SMALL_STATE(591)] = 19712, - [SMALL_STATE(592)] = 19733, + [SMALL_STATE(591)] = 19714, + [SMALL_STATE(592)] = 19735, [SMALL_STATE(593)] = 19756, - [SMALL_STATE(594)] = 19774, - [SMALL_STATE(595)] = 19794, - [SMALL_STATE(596)] = 19812, - [SMALL_STATE(597)] = 19832, - [SMALL_STATE(598)] = 19848, - [SMALL_STATE(599)] = 19864, - [SMALL_STATE(600)] = 19880, + [SMALL_STATE(594)] = 19772, + [SMALL_STATE(595)] = 19792, + [SMALL_STATE(596)] = 19808, + [SMALL_STATE(597)] = 19824, + [SMALL_STATE(598)] = 19840, + [SMALL_STATE(599)] = 19858, + [SMALL_STATE(600)] = 19878, [SMALL_STATE(601)] = 19896, [SMALL_STATE(602)] = 19912, - [SMALL_STATE(603)] = 19928, - [SMALL_STATE(604)] = 19948, - [SMALL_STATE(605)] = 19964, - [SMALL_STATE(606)] = 19984, - [SMALL_STATE(607)] = 20004, + [SMALL_STATE(603)] = 19932, + [SMALL_STATE(604)] = 19952, + [SMALL_STATE(605)] = 19968, + [SMALL_STATE(606)] = 19986, + [SMALL_STATE(607)] = 20006, [SMALL_STATE(608)] = 20022, [SMALL_STATE(609)] = 20038, [SMALL_STATE(610)] = 20054, - [SMALL_STATE(611)] = 20070, - [SMALL_STATE(612)] = 20086, - [SMALL_STATE(613)] = 20106, - [SMALL_STATE(614)] = 20122, - [SMALL_STATE(615)] = 20140, - [SMALL_STATE(616)] = 20156, - [SMALL_STATE(617)] = 20172, - [SMALL_STATE(618)] = 20188, - [SMALL_STATE(619)] = 20208, - [SMALL_STATE(620)] = 20224, - [SMALL_STATE(621)] = 20244, + [SMALL_STATE(611)] = 20072, + [SMALL_STATE(612)] = 20088, + [SMALL_STATE(613)] = 20108, + [SMALL_STATE(614)] = 20128, + [SMALL_STATE(615)] = 20148, + [SMALL_STATE(616)] = 20168, + [SMALL_STATE(617)] = 20184, + [SMALL_STATE(618)] = 20200, + [SMALL_STATE(619)] = 20216, + [SMALL_STATE(620)] = 20232, + [SMALL_STATE(621)] = 20248, [SMALL_STATE(622)] = 20264, - [SMALL_STATE(623)] = 20284, + [SMALL_STATE(623)] = 20280, [SMALL_STATE(624)] = 20300, - [SMALL_STATE(625)] = 20316, - [SMALL_STATE(626)] = 20332, - [SMALL_STATE(627)] = 20348, - [SMALL_STATE(628)] = 20368, - [SMALL_STATE(629)] = 20384, - [SMALL_STATE(630)] = 20400, - [SMALL_STATE(631)] = 20420, - [SMALL_STATE(632)] = 20440, - [SMALL_STATE(633)] = 20456, - [SMALL_STATE(634)] = 20472, - [SMALL_STATE(635)] = 20488, - [SMALL_STATE(636)] = 20504, - [SMALL_STATE(637)] = 20522, - [SMALL_STATE(638)] = 20542, - [SMALL_STATE(639)] = 20562, - [SMALL_STATE(640)] = 20578, - [SMALL_STATE(641)] = 20594, - [SMALL_STATE(642)] = 20610, - [SMALL_STATE(643)] = 20630, - [SMALL_STATE(644)] = 20646, - [SMALL_STATE(645)] = 20662, - [SMALL_STATE(646)] = 20680, - [SMALL_STATE(647)] = 20696, - [SMALL_STATE(648)] = 20712, - [SMALL_STATE(649)] = 20732, - [SMALL_STATE(650)] = 20748, - [SMALL_STATE(651)] = 20766, - [SMALL_STATE(652)] = 20782, - [SMALL_STATE(653)] = 20798, - [SMALL_STATE(654)] = 20816, - [SMALL_STATE(655)] = 20834, - [SMALL_STATE(656)] = 20850, - [SMALL_STATE(657)] = 20870, - [SMALL_STATE(658)] = 20886, - [SMALL_STATE(659)] = 20902, - [SMALL_STATE(660)] = 20918, - [SMALL_STATE(661)] = 20938, - [SMALL_STATE(662)] = 20958, - [SMALL_STATE(663)] = 20976, + [SMALL_STATE(625)] = 20320, + [SMALL_STATE(626)] = 20336, + [SMALL_STATE(627)] = 20352, + [SMALL_STATE(628)] = 20372, + [SMALL_STATE(629)] = 20392, + [SMALL_STATE(630)] = 20412, + [SMALL_STATE(631)] = 20428, + [SMALL_STATE(632)] = 20444, + [SMALL_STATE(633)] = 20460, + [SMALL_STATE(634)] = 20476, + [SMALL_STATE(635)] = 20494, + [SMALL_STATE(636)] = 20514, + [SMALL_STATE(637)] = 20534, + [SMALL_STATE(638)] = 20550, + [SMALL_STATE(639)] = 20570, + [SMALL_STATE(640)] = 20590, + [SMALL_STATE(641)] = 20606, + [SMALL_STATE(642)] = 20626, + [SMALL_STATE(643)] = 20642, + [SMALL_STATE(644)] = 20658, + [SMALL_STATE(645)] = 20674, + [SMALL_STATE(646)] = 20692, + [SMALL_STATE(647)] = 20708, + [SMALL_STATE(648)] = 20724, + [SMALL_STATE(649)] = 20742, + [SMALL_STATE(650)] = 20758, + [SMALL_STATE(651)] = 20774, + [SMALL_STATE(652)] = 20792, + [SMALL_STATE(653)] = 20808, + [SMALL_STATE(654)] = 20824, + [SMALL_STATE(655)] = 20840, + [SMALL_STATE(656)] = 20856, + [SMALL_STATE(657)] = 20872, + [SMALL_STATE(658)] = 20888, + [SMALL_STATE(659)] = 20904, + [SMALL_STATE(660)] = 20920, + [SMALL_STATE(661)] = 20936, + [SMALL_STATE(662)] = 20954, + [SMALL_STATE(663)] = 20974, [SMALL_STATE(664)] = 20992, [SMALL_STATE(665)] = 21008, [SMALL_STATE(666)] = 21024, - [SMALL_STATE(667)] = 21044, - [SMALL_STATE(668)] = 21060, + [SMALL_STATE(667)] = 21040, + [SMALL_STATE(668)] = 21056, [SMALL_STATE(669)] = 21076, [SMALL_STATE(670)] = 21094, - [SMALL_STATE(671)] = 21123, - [SMALL_STATE(672)] = 21140, - [SMALL_STATE(673)] = 21169, - [SMALL_STATE(674)] = 21186, - [SMALL_STATE(675)] = 21217, - [SMALL_STATE(676)] = 21236, - [SMALL_STATE(677)] = 21265, - [SMALL_STATE(678)] = 21296, - [SMALL_STATE(679)] = 21315, - [SMALL_STATE(680)] = 21334, - [SMALL_STATE(681)] = 21351, - [SMALL_STATE(682)] = 21368, - [SMALL_STATE(683)] = 21385, - [SMALL_STATE(684)] = 21402, - [SMALL_STATE(685)] = 21419, - [SMALL_STATE(686)] = 21436, - [SMALL_STATE(687)] = 21455, - [SMALL_STATE(688)] = 21472, - [SMALL_STATE(689)] = 21489, - [SMALL_STATE(690)] = 21506, - [SMALL_STATE(691)] = 21521, - [SMALL_STATE(692)] = 21546, - [SMALL_STATE(693)] = 21575, - [SMALL_STATE(694)] = 21600, - [SMALL_STATE(695)] = 21619, - [SMALL_STATE(696)] = 21648, - [SMALL_STATE(697)] = 21677, - [SMALL_STATE(698)] = 21706, + [SMALL_STATE(671)] = 21111, + [SMALL_STATE(672)] = 21128, + [SMALL_STATE(673)] = 21145, + [SMALL_STATE(674)] = 21174, + [SMALL_STATE(675)] = 21191, + [SMALL_STATE(676)] = 21210, + [SMALL_STATE(677)] = 21235, + [SMALL_STATE(678)] = 21252, + [SMALL_STATE(679)] = 21281, + [SMALL_STATE(680)] = 21298, + [SMALL_STATE(681)] = 21315, + [SMALL_STATE(682)] = 21330, + [SMALL_STATE(683)] = 21349, + [SMALL_STATE(684)] = 21366, + [SMALL_STATE(685)] = 21385, + [SMALL_STATE(686)] = 21414, + [SMALL_STATE(687)] = 21433, + [SMALL_STATE(688)] = 21452, + [SMALL_STATE(689)] = 21481, + [SMALL_STATE(690)] = 21498, + [SMALL_STATE(691)] = 21523, + [SMALL_STATE(692)] = 21552, + [SMALL_STATE(693)] = 21583, + [SMALL_STATE(694)] = 21602, + [SMALL_STATE(695)] = 21631, + [SMALL_STATE(696)] = 21650, + [SMALL_STATE(697)] = 21667, + [SMALL_STATE(698)] = 21696, [SMALL_STATE(699)] = 21725, - [SMALL_STATE(700)] = 21754, - [SMALL_STATE(701)] = 21783, - [SMALL_STATE(702)] = 21812, - [SMALL_STATE(703)] = 21829, - [SMALL_STATE(704)] = 21858, - [SMALL_STATE(705)] = 21877, - [SMALL_STATE(706)] = 21892, - [SMALL_STATE(707)] = 21911, - [SMALL_STATE(708)] = 21930, - [SMALL_STATE(709)] = 21947, - [SMALL_STATE(710)] = 21964, + [SMALL_STATE(700)] = 21744, + [SMALL_STATE(701)] = 21761, + [SMALL_STATE(702)] = 21790, + [SMALL_STATE(703)] = 21807, + [SMALL_STATE(704)] = 21826, + [SMALL_STATE(705)] = 21855, + [SMALL_STATE(706)] = 21884, + [SMALL_STATE(707)] = 21903, + [SMALL_STATE(708)] = 21918, + [SMALL_STATE(709)] = 21935, + [SMALL_STATE(710)] = 21952, [SMALL_STATE(711)] = 21981, - [SMALL_STATE(712)] = 21998, - [SMALL_STATE(713)] = 22015, - [SMALL_STATE(714)] = 22032, - [SMALL_STATE(715)] = 22047, - [SMALL_STATE(716)] = 22064, - [SMALL_STATE(717)] = 22093, - [SMALL_STATE(718)] = 22122, - [SMALL_STATE(719)] = 22137, - [SMALL_STATE(720)] = 22154, - [SMALL_STATE(721)] = 22183, - [SMALL_STATE(722)] = 22200, - [SMALL_STATE(723)] = 22217, - [SMALL_STATE(724)] = 22236, - [SMALL_STATE(725)] = 22251, - [SMALL_STATE(726)] = 22270, - [SMALL_STATE(727)] = 22299, - [SMALL_STATE(728)] = 22318, - [SMALL_STATE(729)] = 22335, - [SMALL_STATE(730)] = 22352, - [SMALL_STATE(731)] = 22369, - [SMALL_STATE(732)] = 22398, - [SMALL_STATE(733)] = 22415, - [SMALL_STATE(734)] = 22434, - [SMALL_STATE(735)] = 22451, - [SMALL_STATE(736)] = 22480, - [SMALL_STATE(737)] = 22499, - [SMALL_STATE(738)] = 22514, - [SMALL_STATE(739)] = 22531, - [SMALL_STATE(740)] = 22548, - [SMALL_STATE(741)] = 22567, - [SMALL_STATE(742)] = 22592, - [SMALL_STATE(743)] = 22609, - [SMALL_STATE(744)] = 22628, - [SMALL_STATE(745)] = 22653, - [SMALL_STATE(746)] = 22682, - [SMALL_STATE(747)] = 22711, - [SMALL_STATE(748)] = 22740, - [SMALL_STATE(749)] = 22759, - [SMALL_STATE(750)] = 22776, - [SMALL_STATE(751)] = 22805, - [SMALL_STATE(752)] = 22822, - [SMALL_STATE(753)] = 22839, - [SMALL_STATE(754)] = 22868, - [SMALL_STATE(755)] = 22885, + [SMALL_STATE(712)] = 22010, + [SMALL_STATE(713)] = 22029, + [SMALL_STATE(714)] = 22048, + [SMALL_STATE(715)] = 22067, + [SMALL_STATE(716)] = 22084, + [SMALL_STATE(717)] = 22115, + [SMALL_STATE(718)] = 22144, + [SMALL_STATE(719)] = 22161, + [SMALL_STATE(720)] = 22190, + [SMALL_STATE(721)] = 22219, + [SMALL_STATE(722)] = 22244, + [SMALL_STATE(723)] = 22263, + [SMALL_STATE(724)] = 22278, + [SMALL_STATE(725)] = 22307, + [SMALL_STATE(726)] = 22324, + [SMALL_STATE(727)] = 22353, + [SMALL_STATE(728)] = 22370, + [SMALL_STATE(729)] = 22387, + [SMALL_STATE(730)] = 22402, + [SMALL_STATE(731)] = 22431, + [SMALL_STATE(732)] = 22460, + [SMALL_STATE(733)] = 22489, + [SMALL_STATE(734)] = 22508, + [SMALL_STATE(735)] = 22527, + [SMALL_STATE(736)] = 22556, + [SMALL_STATE(737)] = 22573, + [SMALL_STATE(738)] = 22590, + [SMALL_STATE(739)] = 22609, + [SMALL_STATE(740)] = 22624, + [SMALL_STATE(741)] = 22653, + [SMALL_STATE(742)] = 22670, + [SMALL_STATE(743)] = 22685, + [SMALL_STATE(744)] = 22702, + [SMALL_STATE(745)] = 22719, + [SMALL_STATE(746)] = 22736, + [SMALL_STATE(747)] = 22753, + [SMALL_STATE(748)] = 22770, + [SMALL_STATE(749)] = 22787, + [SMALL_STATE(750)] = 22804, + [SMALL_STATE(751)] = 22821, + [SMALL_STATE(752)] = 22838, + [SMALL_STATE(753)] = 22855, + [SMALL_STATE(754)] = 22872, + [SMALL_STATE(755)] = 22889, [SMALL_STATE(756)] = 22914, - [SMALL_STATE(757)] = 22928, - [SMALL_STATE(758)] = 22942, - [SMALL_STATE(759)] = 22960, - [SMALL_STATE(760)] = 22974, - [SMALL_STATE(761)] = 22992, - [SMALL_STATE(762)] = 23006, - [SMALL_STATE(763)] = 23020, - [SMALL_STATE(764)] = 23046, - [SMALL_STATE(765)] = 23060, - [SMALL_STATE(766)] = 23074, - [SMALL_STATE(767)] = 23088, - [SMALL_STATE(768)] = 23102, - [SMALL_STATE(769)] = 23116, - [SMALL_STATE(770)] = 23134, - [SMALL_STATE(771)] = 23148, - [SMALL_STATE(772)] = 23176, - [SMALL_STATE(773)] = 23190, - [SMALL_STATE(774)] = 23204, - [SMALL_STATE(775)] = 23218, - [SMALL_STATE(776)] = 23232, - [SMALL_STATE(777)] = 23250, - [SMALL_STATE(778)] = 23264, - [SMALL_STATE(779)] = 23278, - [SMALL_STATE(780)] = 23296, - [SMALL_STATE(781)] = 23314, - [SMALL_STATE(782)] = 23328, - [SMALL_STATE(783)] = 23342, - [SMALL_STATE(784)] = 23370, - [SMALL_STATE(785)] = 23388, - [SMALL_STATE(786)] = 23402, - [SMALL_STATE(787)] = 23420, - [SMALL_STATE(788)] = 23434, - [SMALL_STATE(789)] = 23448, - [SMALL_STATE(790)] = 23462, - [SMALL_STATE(791)] = 23476, + [SMALL_STATE(757)] = 22932, + [SMALL_STATE(758)] = 22950, + [SMALL_STATE(759)] = 22968, + [SMALL_STATE(760)] = 22986, + [SMALL_STATE(761)] = 23004, + [SMALL_STATE(762)] = 23022, + [SMALL_STATE(763)] = 23040, + [SMALL_STATE(764)] = 23054, + [SMALL_STATE(765)] = 23068, + [SMALL_STATE(766)] = 23094, + [SMALL_STATE(767)] = 23108, + [SMALL_STATE(768)] = 23122, + [SMALL_STATE(769)] = 23136, + [SMALL_STATE(770)] = 23164, + [SMALL_STATE(771)] = 23178, + [SMALL_STATE(772)] = 23192, + [SMALL_STATE(773)] = 23206, + [SMALL_STATE(774)] = 23220, + [SMALL_STATE(775)] = 23234, + [SMALL_STATE(776)] = 23248, + [SMALL_STATE(777)] = 23262, + [SMALL_STATE(778)] = 23276, + [SMALL_STATE(779)] = 23290, + [SMALL_STATE(780)] = 23308, + [SMALL_STATE(781)] = 23322, + [SMALL_STATE(782)] = 23336, + [SMALL_STATE(783)] = 23350, + [SMALL_STATE(784)] = 23364, + [SMALL_STATE(785)] = 23378, + [SMALL_STATE(786)] = 23392, + [SMALL_STATE(787)] = 23406, + [SMALL_STATE(788)] = 23420, + [SMALL_STATE(789)] = 23434, + [SMALL_STATE(790)] = 23448, + [SMALL_STATE(791)] = 23462, [SMALL_STATE(792)] = 23490, [SMALL_STATE(793)] = 23504, [SMALL_STATE(794)] = 23518, @@ -28698,170 +28728,170 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(805)] = 23672, [SMALL_STATE(806)] = 23686, [SMALL_STATE(807)] = 23709, - [SMALL_STATE(808)] = 23732, - [SMALL_STATE(809)] = 23755, - [SMALL_STATE(810)] = 23778, - [SMALL_STATE(811)] = 23801, - [SMALL_STATE(812)] = 23826, - [SMALL_STATE(813)] = 23849, - [SMALL_STATE(814)] = 23872, - [SMALL_STATE(815)] = 23897, - [SMALL_STATE(816)] = 23920, - [SMALL_STATE(817)] = 23945, - [SMALL_STATE(818)] = 23968, - [SMALL_STATE(819)] = 23981, - [SMALL_STATE(820)] = 23996, - [SMALL_STATE(821)] = 24021, + [SMALL_STATE(808)] = 23734, + [SMALL_STATE(809)] = 23749, + [SMALL_STATE(810)] = 23774, + [SMALL_STATE(811)] = 23799, + [SMALL_STATE(812)] = 23822, + [SMALL_STATE(813)] = 23845, + [SMALL_STATE(814)] = 23860, + [SMALL_STATE(815)] = 23883, + [SMALL_STATE(816)] = 23906, + [SMALL_STATE(817)] = 23929, + [SMALL_STATE(818)] = 23952, + [SMALL_STATE(819)] = 23975, + [SMALL_STATE(820)] = 24000, + [SMALL_STATE(821)] = 24023, [SMALL_STATE(822)] = 24046, - [SMALL_STATE(823)] = 24071, - [SMALL_STATE(824)] = 24094, - [SMALL_STATE(825)] = 24117, - [SMALL_STATE(826)] = 24142, - [SMALL_STATE(827)] = 24167, - [SMALL_STATE(828)] = 24190, - [SMALL_STATE(829)] = 24213, - [SMALL_STATE(830)] = 24238, - [SMALL_STATE(831)] = 24263, - [SMALL_STATE(832)] = 24286, - [SMALL_STATE(833)] = 24309, - [SMALL_STATE(834)] = 24334, - [SMALL_STATE(835)] = 24357, - [SMALL_STATE(836)] = 24382, - [SMALL_STATE(837)] = 24397, - [SMALL_STATE(838)] = 24420, - [SMALL_STATE(839)] = 24443, - [SMALL_STATE(840)] = 24466, - [SMALL_STATE(841)] = 24491, - [SMALL_STATE(842)] = 24514, - [SMALL_STATE(843)] = 24537, - [SMALL_STATE(844)] = 24560, - [SMALL_STATE(845)] = 24583, - [SMALL_STATE(846)] = 24606, - [SMALL_STATE(847)] = 24629, - [SMALL_STATE(848)] = 24654, - [SMALL_STATE(849)] = 24669, - [SMALL_STATE(850)] = 24692, - [SMALL_STATE(851)] = 24715, - [SMALL_STATE(852)] = 24738, - [SMALL_STATE(853)] = 24763, - [SMALL_STATE(854)] = 24786, - [SMALL_STATE(855)] = 24809, - [SMALL_STATE(856)] = 24832, - [SMALL_STATE(857)] = 24855, - [SMALL_STATE(858)] = 24878, - [SMALL_STATE(859)] = 24903, - [SMALL_STATE(860)] = 24928, - [SMALL_STATE(861)] = 24951, + [SMALL_STATE(823)] = 24069, + [SMALL_STATE(824)] = 24092, + [SMALL_STATE(825)] = 24115, + [SMALL_STATE(826)] = 24140, + [SMALL_STATE(827)] = 24163, + [SMALL_STATE(828)] = 24186, + [SMALL_STATE(829)] = 24209, + [SMALL_STATE(830)] = 24224, + [SMALL_STATE(831)] = 24247, + [SMALL_STATE(832)] = 24270, + [SMALL_STATE(833)] = 24295, + [SMALL_STATE(834)] = 24320, + [SMALL_STATE(835)] = 24333, + [SMALL_STATE(836)] = 24356, + [SMALL_STATE(837)] = 24379, + [SMALL_STATE(838)] = 24404, + [SMALL_STATE(839)] = 24427, + [SMALL_STATE(840)] = 24450, + [SMALL_STATE(841)] = 24473, + [SMALL_STATE(842)] = 24498, + [SMALL_STATE(843)] = 24521, + [SMALL_STATE(844)] = 24544, + [SMALL_STATE(845)] = 24567, + [SMALL_STATE(846)] = 24590, + [SMALL_STATE(847)] = 24613, + [SMALL_STATE(848)] = 24636, + [SMALL_STATE(849)] = 24659, + [SMALL_STATE(850)] = 24682, + [SMALL_STATE(851)] = 24705, + [SMALL_STATE(852)] = 24728, + [SMALL_STATE(853)] = 24751, + [SMALL_STATE(854)] = 24774, + [SMALL_STATE(855)] = 24799, + [SMALL_STATE(856)] = 24824, + [SMALL_STATE(857)] = 24849, + [SMALL_STATE(858)] = 24874, + [SMALL_STATE(859)] = 24899, + [SMALL_STATE(860)] = 24924, + [SMALL_STATE(861)] = 24949, [SMALL_STATE(862)] = 24974, [SMALL_STATE(863)] = 24999, [SMALL_STATE(864)] = 25022, [SMALL_STATE(865)] = 25034, [SMALL_STATE(866)] = 25046, [SMALL_STATE(867)] = 25064, - [SMALL_STATE(868)] = 25084, - [SMALL_STATE(869)] = 25102, - [SMALL_STATE(870)] = 25120, - [SMALL_STATE(871)] = 25138, - [SMALL_STATE(872)] = 25156, - [SMALL_STATE(873)] = 25176, - [SMALL_STATE(874)] = 25188, - [SMALL_STATE(875)] = 25206, - [SMALL_STATE(876)] = 25224, - [SMALL_STATE(877)] = 25236, - [SMALL_STATE(878)] = 25254, - [SMALL_STATE(879)] = 25272, - [SMALL_STATE(880)] = 25284, - [SMALL_STATE(881)] = 25296, - [SMALL_STATE(882)] = 25314, - [SMALL_STATE(883)] = 25326, - [SMALL_STATE(884)] = 25338, - [SMALL_STATE(885)] = 25350, - [SMALL_STATE(886)] = 25362, - [SMALL_STATE(887)] = 25374, - [SMALL_STATE(888)] = 25386, - [SMALL_STATE(889)] = 25398, - [SMALL_STATE(890)] = 25410, - [SMALL_STATE(891)] = 25422, - [SMALL_STATE(892)] = 25434, - [SMALL_STATE(893)] = 25446, - [SMALL_STATE(894)] = 25458, - [SMALL_STATE(895)] = 25476, - [SMALL_STATE(896)] = 25494, - [SMALL_STATE(897)] = 25506, - [SMALL_STATE(898)] = 25518, - [SMALL_STATE(899)] = 25538, - [SMALL_STATE(900)] = 25556, - [SMALL_STATE(901)] = 25574, - [SMALL_STATE(902)] = 25586, - [SMALL_STATE(903)] = 25598, - [SMALL_STATE(904)] = 25610, - [SMALL_STATE(905)] = 25628, - [SMALL_STATE(906)] = 25640, - [SMALL_STATE(907)] = 25660, + [SMALL_STATE(868)] = 25082, + [SMALL_STATE(869)] = 25094, + [SMALL_STATE(870)] = 25106, + [SMALL_STATE(871)] = 25124, + [SMALL_STATE(872)] = 25136, + [SMALL_STATE(873)] = 25148, + [SMALL_STATE(874)] = 25160, + [SMALL_STATE(875)] = 25172, + [SMALL_STATE(876)] = 25184, + [SMALL_STATE(877)] = 25202, + [SMALL_STATE(878)] = 25220, + [SMALL_STATE(879)] = 25238, + [SMALL_STATE(880)] = 25256, + [SMALL_STATE(881)] = 25274, + [SMALL_STATE(882)] = 25292, + [SMALL_STATE(883)] = 25312, + [SMALL_STATE(884)] = 25330, + [SMALL_STATE(885)] = 25348, + [SMALL_STATE(886)] = 25360, + [SMALL_STATE(887)] = 25372, + [SMALL_STATE(888)] = 25384, + [SMALL_STATE(889)] = 25396, + [SMALL_STATE(890)] = 25408, + [SMALL_STATE(891)] = 25420, + [SMALL_STATE(892)] = 25432, + [SMALL_STATE(893)] = 25450, + [SMALL_STATE(894)] = 25468, + [SMALL_STATE(895)] = 25486, + [SMALL_STATE(896)] = 25504, + [SMALL_STATE(897)] = 25524, + [SMALL_STATE(898)] = 25544, + [SMALL_STATE(899)] = 25556, + [SMALL_STATE(900)] = 25568, + [SMALL_STATE(901)] = 25588, + [SMALL_STATE(902)] = 25600, + [SMALL_STATE(903)] = 25612, + [SMALL_STATE(904)] = 25624, + [SMALL_STATE(905)] = 25642, + [SMALL_STATE(906)] = 25654, + [SMALL_STATE(907)] = 25666, [SMALL_STATE(908)] = 25678, [SMALL_STATE(909)] = 25690, [SMALL_STATE(910)] = 25702, [SMALL_STATE(911)] = 25714, - [SMALL_STATE(912)] = 25726, - [SMALL_STATE(913)] = 25746, - [SMALL_STATE(914)] = 25764, - [SMALL_STATE(915)] = 25782, - [SMALL_STATE(916)] = 25800, - [SMALL_STATE(917)] = 25812, - [SMALL_STATE(918)] = 25832, - [SMALL_STATE(919)] = 25850, - [SMALL_STATE(920)] = 25868, - [SMALL_STATE(921)] = 25880, - [SMALL_STATE(922)] = 25900, - [SMALL_STATE(923)] = 25918, - [SMALL_STATE(924)] = 25936, - [SMALL_STATE(925)] = 25954, - [SMALL_STATE(926)] = 25972, - [SMALL_STATE(927)] = 25984, - [SMALL_STATE(928)] = 25996, - [SMALL_STATE(929)] = 26014, - [SMALL_STATE(930)] = 26026, - [SMALL_STATE(931)] = 26038, - [SMALL_STATE(932)] = 26050, - [SMALL_STATE(933)] = 26062, - [SMALL_STATE(934)] = 26074, - [SMALL_STATE(935)] = 26086, - [SMALL_STATE(936)] = 26104, - [SMALL_STATE(937)] = 26116, + [SMALL_STATE(912)] = 25732, + [SMALL_STATE(913)] = 25750, + [SMALL_STATE(914)] = 25768, + [SMALL_STATE(915)] = 25786, + [SMALL_STATE(916)] = 25798, + [SMALL_STATE(917)] = 25810, + [SMALL_STATE(918)] = 25828, + [SMALL_STATE(919)] = 25840, + [SMALL_STATE(920)] = 25858, + [SMALL_STATE(921)] = 25870, + [SMALL_STATE(922)] = 25890, + [SMALL_STATE(923)] = 25908, + [SMALL_STATE(924)] = 25926, + [SMALL_STATE(925)] = 25938, + [SMALL_STATE(926)] = 25950, + [SMALL_STATE(927)] = 25962, + [SMALL_STATE(928)] = 25974, + [SMALL_STATE(929)] = 25992, + [SMALL_STATE(930)] = 26010, + [SMALL_STATE(931)] = 26028, + [SMALL_STATE(932)] = 26046, + [SMALL_STATE(933)] = 26058, + [SMALL_STATE(934)] = 26070, + [SMALL_STATE(935)] = 26082, + [SMALL_STATE(936)] = 26102, + [SMALL_STATE(937)] = 26114, [SMALL_STATE(938)] = 26134, [SMALL_STATE(939)] = 26146, - [SMALL_STATE(940)] = 26164, - [SMALL_STATE(941)] = 26182, - [SMALL_STATE(942)] = 26194, - [SMALL_STATE(943)] = 26206, - [SMALL_STATE(944)] = 26218, - [SMALL_STATE(945)] = 26230, - [SMALL_STATE(946)] = 26242, - [SMALL_STATE(947)] = 26262, + [SMALL_STATE(940)] = 26158, + [SMALL_STATE(941)] = 26176, + [SMALL_STATE(942)] = 26188, + [SMALL_STATE(943)] = 26200, + [SMALL_STATE(944)] = 26212, + [SMALL_STATE(945)] = 26224, + [SMALL_STATE(946)] = 26244, + [SMALL_STATE(947)] = 26256, [SMALL_STATE(948)] = 26274, - [SMALL_STATE(949)] = 26286, + [SMALL_STATE(949)] = 26292, [SMALL_STATE(950)] = 26304, [SMALL_STATE(951)] = 26322, [SMALL_STATE(952)] = 26340, - [SMALL_STATE(953)] = 26358, + [SMALL_STATE(953)] = 26352, [SMALL_STATE(954)] = 26370, - [SMALL_STATE(955)] = 26382, - [SMALL_STATE(956)] = 26400, - [SMALL_STATE(957)] = 26420, - [SMALL_STATE(958)] = 26440, + [SMALL_STATE(955)] = 26390, + [SMALL_STATE(956)] = 26402, + [SMALL_STATE(957)] = 26414, + [SMALL_STATE(958)] = 26434, [SMALL_STATE(959)] = 26452, [SMALL_STATE(960)] = 26464, [SMALL_STATE(961)] = 26476, - [SMALL_STATE(962)] = 26494, - [SMALL_STATE(963)] = 26512, - [SMALL_STATE(964)] = 26530, - [SMALL_STATE(965)] = 26542, + [SMALL_STATE(962)] = 26488, + [SMALL_STATE(963)] = 26500, + [SMALL_STATE(964)] = 26518, + [SMALL_STATE(965)] = 26536, [SMALL_STATE(966)] = 26554, - [SMALL_STATE(967)] = 26571, - [SMALL_STATE(968)] = 26588, - [SMALL_STATE(969)] = 26605, - [SMALL_STATE(970)] = 26624, - [SMALL_STATE(971)] = 26641, + [SMALL_STATE(967)] = 26573, + [SMALL_STATE(968)] = 26592, + [SMALL_STATE(969)] = 26609, + [SMALL_STATE(970)] = 26626, + [SMALL_STATE(971)] = 26643, [SMALL_STATE(972)] = 26660, [SMALL_STATE(973)] = 26677, [SMALL_STATE(974)] = 26694, @@ -28871,99 +28901,99 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(978)] = 26762, [SMALL_STATE(979)] = 26779, [SMALL_STATE(980)] = 26796, - [SMALL_STATE(981)] = 26815, - [SMALL_STATE(982)] = 26834, - [SMALL_STATE(983)] = 26851, - [SMALL_STATE(984)] = 26870, - [SMALL_STATE(985)] = 26889, - [SMALL_STATE(986)] = 26908, - [SMALL_STATE(987)] = 26927, - [SMALL_STATE(988)] = 26946, - [SMALL_STATE(989)] = 26963, - [SMALL_STATE(990)] = 26982, - [SMALL_STATE(991)] = 27001, - [SMALL_STATE(992)] = 27020, - [SMALL_STATE(993)] = 27037, - [SMALL_STATE(994)] = 27054, - [SMALL_STATE(995)] = 27071, - [SMALL_STATE(996)] = 27090, - [SMALL_STATE(997)] = 27107, - [SMALL_STATE(998)] = 27126, - [SMALL_STATE(999)] = 27141, - [SMALL_STATE(1000)] = 27160, - [SMALL_STATE(1001)] = 27177, - [SMALL_STATE(1002)] = 27196, - [SMALL_STATE(1003)] = 27215, - [SMALL_STATE(1004)] = 27232, - [SMALL_STATE(1005)] = 27251, - [SMALL_STATE(1006)] = 27268, - [SMALL_STATE(1007)] = 27285, - [SMALL_STATE(1008)] = 27302, - [SMALL_STATE(1009)] = 27319, - [SMALL_STATE(1010)] = 27336, - [SMALL_STATE(1011)] = 27353, - [SMALL_STATE(1012)] = 27372, - [SMALL_STATE(1013)] = 27391, - [SMALL_STATE(1014)] = 27410, - [SMALL_STATE(1015)] = 27427, - [SMALL_STATE(1016)] = 27444, - [SMALL_STATE(1017)] = 27461, - [SMALL_STATE(1018)] = 27478, - [SMALL_STATE(1019)] = 27497, - [SMALL_STATE(1020)] = 27514, - [SMALL_STATE(1021)] = 27531, - [SMALL_STATE(1022)] = 27548, - [SMALL_STATE(1023)] = 27565, - [SMALL_STATE(1024)] = 27582, - [SMALL_STATE(1025)] = 27599, - [SMALL_STATE(1026)] = 27618, - [SMALL_STATE(1027)] = 27637, - [SMALL_STATE(1028)] = 27656, - [SMALL_STATE(1029)] = 27671, - [SMALL_STATE(1030)] = 27688, - [SMALL_STATE(1031)] = 27705, - [SMALL_STATE(1032)] = 27722, + [SMALL_STATE(981)] = 26813, + [SMALL_STATE(982)] = 26830, + [SMALL_STATE(983)] = 26847, + [SMALL_STATE(984)] = 26864, + [SMALL_STATE(985)] = 26879, + [SMALL_STATE(986)] = 26896, + [SMALL_STATE(987)] = 26913, + [SMALL_STATE(988)] = 26930, + [SMALL_STATE(989)] = 26947, + [SMALL_STATE(990)] = 26964, + [SMALL_STATE(991)] = 26981, + [SMALL_STATE(992)] = 26998, + [SMALL_STATE(993)] = 27015, + [SMALL_STATE(994)] = 27032, + [SMALL_STATE(995)] = 27049, + [SMALL_STATE(996)] = 27068, + [SMALL_STATE(997)] = 27085, + [SMALL_STATE(998)] = 27102, + [SMALL_STATE(999)] = 27119, + [SMALL_STATE(1000)] = 27136, + [SMALL_STATE(1001)] = 27155, + [SMALL_STATE(1002)] = 27172, + [SMALL_STATE(1003)] = 27189, + [SMALL_STATE(1004)] = 27206, + [SMALL_STATE(1005)] = 27223, + [SMALL_STATE(1006)] = 27240, + [SMALL_STATE(1007)] = 27257, + [SMALL_STATE(1008)] = 27274, + [SMALL_STATE(1009)] = 27293, + [SMALL_STATE(1010)] = 27308, + [SMALL_STATE(1011)] = 27327, + [SMALL_STATE(1012)] = 27346, + [SMALL_STATE(1013)] = 27365, + [SMALL_STATE(1014)] = 27382, + [SMALL_STATE(1015)] = 27401, + [SMALL_STATE(1016)] = 27420, + [SMALL_STATE(1017)] = 27439, + [SMALL_STATE(1018)] = 27456, + [SMALL_STATE(1019)] = 27475, + [SMALL_STATE(1020)] = 27494, + [SMALL_STATE(1021)] = 27513, + [SMALL_STATE(1022)] = 27532, + [SMALL_STATE(1023)] = 27549, + [SMALL_STATE(1024)] = 27568, + [SMALL_STATE(1025)] = 27587, + [SMALL_STATE(1026)] = 27606, + [SMALL_STATE(1027)] = 27625, + [SMALL_STATE(1028)] = 27644, + [SMALL_STATE(1029)] = 27663, + [SMALL_STATE(1030)] = 27682, + [SMALL_STATE(1031)] = 27701, + [SMALL_STATE(1032)] = 27720, [SMALL_STATE(1033)] = 27739, [SMALL_STATE(1034)] = 27758, [SMALL_STATE(1035)] = 27775, - [SMALL_STATE(1036)] = 27787, - [SMALL_STATE(1037)] = 27799, - [SMALL_STATE(1038)] = 27811, - [SMALL_STATE(1039)] = 27825, + [SMALL_STATE(1036)] = 27789, + [SMALL_STATE(1037)] = 27801, + [SMALL_STATE(1038)] = 27813, + [SMALL_STATE(1039)] = 27827, [SMALL_STATE(1040)] = 27839, [SMALL_STATE(1041)] = 27851, - [SMALL_STATE(1042)] = 27860, - [SMALL_STATE(1043)] = 27869, - [SMALL_STATE(1044)] = 27878, - [SMALL_STATE(1045)] = 27887, - [SMALL_STATE(1046)] = 27900, - [SMALL_STATE(1047)] = 27913, - [SMALL_STATE(1048)] = 27926, - [SMALL_STATE(1049)] = 27939, - [SMALL_STATE(1050)] = 27952, - [SMALL_STATE(1051)] = 27961, - [SMALL_STATE(1052)] = 27974, - [SMALL_STATE(1053)] = 27987, - [SMALL_STATE(1054)] = 28000, - [SMALL_STATE(1055)] = 28013, - [SMALL_STATE(1056)] = 28022, - [SMALL_STATE(1057)] = 28035, - [SMALL_STATE(1058)] = 28048, - [SMALL_STATE(1059)] = 28061, - [SMALL_STATE(1060)] = 28074, - [SMALL_STATE(1061)] = 28087, + [SMALL_STATE(1042)] = 27864, + [SMALL_STATE(1043)] = 27877, + [SMALL_STATE(1044)] = 27890, + [SMALL_STATE(1045)] = 27903, + [SMALL_STATE(1046)] = 27916, + [SMALL_STATE(1047)] = 27925, + [SMALL_STATE(1048)] = 27934, + [SMALL_STATE(1049)] = 27947, + [SMALL_STATE(1050)] = 27960, + [SMALL_STATE(1051)] = 27973, + [SMALL_STATE(1052)] = 27986, + [SMALL_STATE(1053)] = 27999, + [SMALL_STATE(1054)] = 28012, + [SMALL_STATE(1055)] = 28025, + [SMALL_STATE(1056)] = 28034, + [SMALL_STATE(1057)] = 28043, + [SMALL_STATE(1058)] = 28052, + [SMALL_STATE(1059)] = 28065, + [SMALL_STATE(1060)] = 28078, + [SMALL_STATE(1061)] = 28091, [SMALL_STATE(1062)] = 28100, [SMALL_STATE(1063)] = 28113, [SMALL_STATE(1064)] = 28126, - [SMALL_STATE(1065)] = 28139, - [SMALL_STATE(1066)] = 28152, - [SMALL_STATE(1067)] = 28165, - [SMALL_STATE(1068)] = 28178, + [SMALL_STATE(1065)] = 28135, + [SMALL_STATE(1066)] = 28148, + [SMALL_STATE(1067)] = 28161, + [SMALL_STATE(1068)] = 28174, [SMALL_STATE(1069)] = 28187, [SMALL_STATE(1070)] = 28200, [SMALL_STATE(1071)] = 28213, - [SMALL_STATE(1072)] = 28222, - [SMALL_STATE(1073)] = 28235, + [SMALL_STATE(1072)] = 28226, + [SMALL_STATE(1073)] = 28239, [SMALL_STATE(1074)] = 28248, [SMALL_STATE(1075)] = 28261, [SMALL_STATE(1076)] = 28274, @@ -29027,10 +29057,10 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1134)] = 28857, [SMALL_STATE(1135)] = 28867, [SMALL_STATE(1136)] = 28877, - [SMALL_STATE(1137)] = 28887, - [SMALL_STATE(1138)] = 28897, - [SMALL_STATE(1139)] = 28907, - [SMALL_STATE(1140)] = 28917, + [SMALL_STATE(1137)] = 28885, + [SMALL_STATE(1138)] = 28895, + [SMALL_STATE(1139)] = 28905, + [SMALL_STATE(1140)] = 28915, [SMALL_STATE(1141)] = 28925, [SMALL_STATE(1142)] = 28935, [SMALL_STATE(1143)] = 28945, @@ -29162,1131 +29192,1131 @@ static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), - [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [21] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_variableunit, 1, .production_id = 2), REDUCE(sym__logic_unit, 1, .production_id = 2), - [24] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), REDUCE(sym__logic_unit, 1, .production_id = 2), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [31] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logic_unit, 1, .production_id = 2), - [33] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__logic_unit, 1, .production_id = 2), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [37] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), - [39] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), - [41] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(991), - [44] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(811), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [49] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), - [51] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [55] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT(811), - [58] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT_REPEAT(1197), - [61] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), - [63] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), - [65] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT_REPEAT(1196), - [68] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT(811), - [71] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, .production_id = 1), - [73] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 1), - [75] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 1), SHIFT(811), - [78] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, .production_id = 4), - [80] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 4), - [82] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 4), SHIFT(811), - [85] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), REDUCE(sym_operatorunit, 3), - [89] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), REDUCE(sym_operatorunit, 3), - [93] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logic_unit, 1), - [95] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__logic_unit, 1), - [97] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), - [100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), - [107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), - [109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(811), - [112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(862), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), - [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), - [131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_command, 6, .production_id = 5), - [133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_normal_command, 6, .production_id = 5), - [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_listitem, 4, .production_id = 14), REDUCE(aux_sym_expression_statement_repeat1, 5, .production_id = 27), - [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_listitem, 4, .production_id = 14), REDUCE(aux_sym_expression_statement_repeat1, 5, .production_id = 27), - [147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_command, 5, .production_id = 5), - [149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_normal_command, 5, .production_id = 5), - [151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_listitem, 4, .production_id = 15), - [153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_listitem, 4, .production_id = 15), - [155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_listitem, 4, .production_id = 14), - [157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_listitem, 4, .production_id = 14), - [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_command, 4, .production_id = 5), - [163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_normal_command, 4, .production_id = 5), - [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_command, 3, .production_id = 5), - [173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_normal_command, 3, .production_id = 5), - [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_statement_repeat1, 5, .production_id = 29), - [179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 5, .production_id = 29), - [181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_statement_repeat1, 5, .production_id = 28), - [183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 5, .production_id = 28), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_normal_command_repeat1, 2), SHIFT_REPEAT(282), - [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_normal_command_repeat1, 2), SHIFT_REPEAT(487), - [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_normal_command_repeat1, 2), SHIFT_REPEAT(881), - [202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_normal_command_repeat1, 2), SHIFT_REPEAT(928), - [205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_normal_command_repeat1, 2), SHIFT_REPEAT(61), - [208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_normal_command_repeat1, 2), SHIFT_REPEAT(261), - [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_normal_command_repeat1, 2), SHIFT_REPEAT(198), - [214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_normal_command_repeat1, 2), SHIFT_REPEAT(517), - [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_normal_command_repeat1, 2), SHIFT_REPEAT(460), - [220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), - [222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), - [224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), - [242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), - [244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 4, .production_id = 17), - [246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 4, .production_id = 17), - [248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(847), - [257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(981), - [260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(821), - [263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, .production_id = 12), - [265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, .production_id = 12), - [267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), - [269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), - [271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, .production_id = 17), - [273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, .production_id = 17), - [275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(980), - [278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(820), - [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), - [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), - [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), - [305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), - [307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), - [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 4, .production_id = 24), - [313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 4, .production_id = 24), - [315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(990), - [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), - [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), - [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), - [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), - [338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__logic_unit, 1), REDUCE(sym_operatorunit, 3), - [341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), REDUCE(sym_operatorunit, 3), - [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionaries_repeat1, 2), SHIFT_REPEAT(282), - [355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_dictionaries_repeat1, 2), SHIFT_REPEAT(487), - [358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_dictionaries_repeat1, 2), SHIFT_REPEAT(881), - [361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionaries_repeat1, 2), SHIFT_REPEAT(928), - [364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionaries_repeat1, 2), - [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionaries_repeat1, 2), SHIFT_REPEAT(261), - [369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_dictionaries_repeat1, 2), SHIFT_REPEAT(198), - [372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionaries_repeat1, 2), SHIFT_REPEAT(517), - [375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_dictionaries_repeat1, 2), SHIFT_REPEAT(460), - [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), - [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), - [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), - [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), - [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), - [402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), - [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), - [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), - [416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 4), SHIFT(847), - [419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 1), SHIFT(847), - [422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT_REPEAT(1223), - [425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT(847), - [428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT_REPEAT(1224), - [431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT(847), - [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT(821), - [439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(821), - [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT(821), - [447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(847), - [450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(820), - [453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 1), SHIFT(820), - [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT(820), - [461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT_REPEAT(1247), - [464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT(820), - [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT_REPEAT(1246), - [474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 4), SHIFT(820), - [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 4), SHIFT(821), - [482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT_REPEAT(1243), - [485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT_REPEAT(1242), - [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 1), SHIFT(821), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), - [497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_command, 2), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__logic_unit, 3), - [507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logic_unit, 3), - [509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(829), - [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(859), - [519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bool, 1), - [521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bool, 1), - [523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elseif_command, 2), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_unit, 2, .production_id = 10), - [531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_unit, 2, .production_id = 10), - [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), - [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), - [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), - [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), - [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), - [551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_unit, 1, .production_id = 3), - [553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_unit, 1, .production_id = 3), - [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), - [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), - [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), - [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), - [573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_unit, 2, .production_id = 11), - [575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_unit, 2, .production_id = 11), - [577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_unit, 3, .production_id = 19), - [579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_unit, 3, .production_id = 19), - [581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(825), - [584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(1018), - [587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elseif_command, 3), - [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), - [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_command, 3), - [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(881), - [600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(928), - [603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(741), - [606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), - [608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(243), - [611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1263), - [614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(192), - [617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(852), - [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [622] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), REDUCE(sym__logic_unit, 1, .production_id = 2), SHIFT(112), - [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [630] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), REDUCE(sym__logic_unit, 1, .production_id = 2), REDUCE(sym_pair, 3, .production_id = 22), - [634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 1), SHIFT(859), - [637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 4), SHIFT(859), - [640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT_REPEAT(1249), - [643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT(859), - [646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT_REPEAT(1250), - [649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT(859), - [652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(859), - [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), - [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), - [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), - [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), - [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), - [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), - [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26), - [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), - [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), - [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), - [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), - [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_repeat1, 2, .production_id = 18), SHIFT_REPEAT(487), - [730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_repeat1, 2, .production_id = 18), SHIFT_REPEAT(881), - [733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, .production_id = 18), SHIFT_REPEAT(928), - [736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, .production_id = 18), SHIFT_REPEAT(61), - [739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, .production_id = 18), SHIFT_REPEAT(261), - [742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, .production_id = 18), - [744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_repeat1, 2, .production_id = 18), SHIFT_REPEAT(763), - [747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, .production_id = 18), SHIFT_REPEAT(1225), - [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), - [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), - [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), - [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), - [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), - [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(840), - [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), - [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [811] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(583), - [815] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(646), - [819] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(570), - [823] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(24), - [827] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), REDUCE(sym_pair, 3, .production_id = 22), - [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), - [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), - [839] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(555), - [843] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(169), - [847] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(546), - [851] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(129), - [855] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(568), - [859] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(30), - [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), - [867] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(564), - [871] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(193), - [875] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(567), - [879] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(137), - [883] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(549), - [887] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(626), - [891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 2, .production_id = 11), SHIFT_REPEAT(282), - [894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 2, .production_id = 11), SHIFT_REPEAT(487), - [897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 2, .production_id = 11), SHIFT_REPEAT(881), - [900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 2, .production_id = 11), SHIFT_REPEAT(928), - [903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 2, .production_id = 11), SHIFT_REPEAT(261), - [906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 2, .production_id = 11), SHIFT_REPEAT(332), - [909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 2, .production_id = 11), SHIFT_REPEAT(677), - [912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 2, .production_id = 11), SHIFT_REPEAT(431), - [915] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(584), - [919] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(309), - [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [927] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(580), - [931] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(597), - [935] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(112), - [939] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(582), - [943] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(288), - [947] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(575), - [951] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(604), - [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [959] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(589), - [963] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(196), - [967] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(572), - [971] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(641), - [975] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(587), - [979] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(665), - [983] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(590), - [987] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(482), - [991] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(562), - [995] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(498), - [999] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(591), - [1003] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(191), - [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), - [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), - [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), - [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), - [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), - [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), - [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), - [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), - [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [1031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), - [1037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), - [1039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), - [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), - [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), - [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), - [1051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(691), - [1054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1264), - [1057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(361), - [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), - [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), - [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), - [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), - [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), - [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), - [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variableunit_repeat1, 2, .production_id = 23), - [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, .production_id = 23), - [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), - [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), - [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [1100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(835), - [1103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), - [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), - [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), - [1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), - [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), - [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), - [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), - [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), - [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), - [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), - [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), - [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), - [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), - [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), - [1151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_command, 2), - [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), - [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0, 0, 0), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [21] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_variableunit, 1, 0, 2), REDUCE(sym__logic_unit, 1, 0, 2), + [24] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), REDUCE(sym__logic_unit, 1, 0, 2), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [31] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 2), + [33] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__logic_unit, 1, 0, 2), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [37] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), + [39] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [43] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(832), + [46] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(1025), + [49] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), + [52] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), + [55] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), + [57] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__logic_unit, 1, 0, 0), + [59] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), + [61] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), + [63] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(832), + [66] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), REDUCE(sym_operatorunit, 3, 0, 0), + [70] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), REDUCE(sym_operatorunit, 3, 0, 0), + [74] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), + [76] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), + [78] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [80] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT(832), + [83] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 1), + [85] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 1), + [87] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 1), SHIFT(832), + [90] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 4), + [92] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 4), + [94] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 4), SHIFT(832), + [97] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), + [99] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT(832), + [106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT_REPEAT(1195), + [109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT_REPEAT(1196), + [112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_command, 5, 0, 5), + [132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_normal_command, 5, 0, 5), + [134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_command, 6, 0, 5), + [136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_normal_command, 6, 0, 5), + [138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_listitem, 4, 0, 14), REDUCE(aux_sym_expression_statement_repeat1, 5, 0, 27), + [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_listitem, 4, 0, 14), REDUCE(aux_sym_expression_statement_repeat1, 5, 0, 27), + [144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_listitem, 4, 0, 14), + [146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_statement_repeat1, 5, 0, 28), + [148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 5, 0, 28), + [150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_statement_repeat1, 5, 0, 29), + [152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 5, 0, 29), + [154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_command, 3, 0, 5), + [156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_normal_command, 3, 0, 5), + [158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(837), + [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_command, 4, 0, 5), + [167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_normal_command, 4, 0, 5), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_listitem, 4, 0, 14), + [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_listitem, 4, 0, 15), + [183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_listitem, 4, 0, 15), + [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0), + [203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0), + [205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0), + [207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_normal_command_repeat1, 2, 0, 0), SHIFT_REPEAT(293), + [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_normal_command_repeat1, 2, 0, 0), SHIFT_REPEAT(491), + [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_normal_command_repeat1, 2, 0, 0), SHIFT_REPEAT(866), + [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_normal_command_repeat1, 2, 0, 0), SHIFT_REPEAT(917), + [229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_normal_command_repeat1, 2, 0, 0), SHIFT_REPEAT(91), + [232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_normal_command_repeat1, 2, 0, 0), SHIFT_REPEAT(257), + [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_normal_command_repeat1, 2, 0, 0), SHIFT_REPEAT(212), + [238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_normal_command_repeat1, 2, 0, 0), SHIFT_REPEAT(518), + [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_normal_command_repeat1, 2, 0, 0), SHIFT_REPEAT(427), + [244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), + [250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), + [258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2, 0, 0), + [264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2, 0, 0), + [266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(1026), + [269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(854), + [272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(861), + [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(862), + [282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(1033), + [285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(967), + [288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__logic_unit, 1, 0, 0), REDUCE(sym_operatorunit, 3, 0, 0), + [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), REDUCE(sym_operatorunit, 3, 0, 0), + [294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 4, 0, 17), + [296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 4, 0, 17), + [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 4, 0, 24), + [304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 4, 0, 24), + [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), + [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), + [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), + [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, 0, 12), + [340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, 0, 12), + [342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, 0, 0), + [344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, 0, 0), + [346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, 0, 17), + [348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, 0, 17), + [350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionaries_repeat1, 2, 0, 0), SHIFT_REPEAT(293), + [353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_dictionaries_repeat1, 2, 0, 0), SHIFT_REPEAT(491), + [356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_dictionaries_repeat1, 2, 0, 0), SHIFT_REPEAT(866), + [359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionaries_repeat1, 2, 0, 0), SHIFT_REPEAT(917), + [362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionaries_repeat1, 2, 0, 0), + [364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionaries_repeat1, 2, 0, 0), SHIFT_REPEAT(257), + [367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_dictionaries_repeat1, 2, 0, 0), SHIFT_REPEAT(212), + [370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionaries_repeat1, 2, 0, 0), SHIFT_REPEAT(518), + [373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_dictionaries_repeat1, 2, 0, 0), SHIFT_REPEAT(427), + [376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), + [380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), + [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), + [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), + [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), + [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), + [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), + [416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(862), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT(854), + [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT(854), + [429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 1), SHIFT(854), + [432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 4), SHIFT(854), + [439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT_REPEAT(1222), + [442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT_REPEAT(1223), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT(861), + [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT(861), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT(862), + [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT(862), + [465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 1), SHIFT(861), + [468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 4), SHIFT(861), + [471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT_REPEAT(1241), + [474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT_REPEAT(1242), + [477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 1), SHIFT(862), + [480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 4), SHIFT(862), + [483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT_REPEAT(1245), + [486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT_REPEAT(1246), + [489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(854), + [492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(861), + [495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(866), + [498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(917), + [501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(690), + [504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), + [506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(296), + [509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1262), + [512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(131), + [515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(857), + [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(1012), + [523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(841), + [526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(859), + [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), + [531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_command, 3, 0, 0), + [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), + [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__logic_unit, 3, 0, 0), + [541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__logic_unit, 3, 0, 0), + [543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(809), + [546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_unit, 2, 0, 11), + [548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_unit, 2, 0, 11), + [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), + [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), + [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), + [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), + [568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bool, 1, 0, 0), + [570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bool, 1, 0, 0), + [572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_unit, 3, 0, 19), + [574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_unit, 3, 0, 19), + [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), + [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), + [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), + [594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elseif_command, 3, 0, 0), + [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_unit, 1, 0, 3), + [600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_unit, 1, 0, 3), + [602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elseif_command, 2, 0, 0), + [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), + [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_unit, 2, 0, 10), + [610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_unit, 2, 0, 10), + [612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_command, 2, 0, 0), + [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT_REPEAT(1213), + [623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT(841), + [626] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), REDUCE(sym__logic_unit, 1, 0, 2), REDUCE(sym_pair, 3, 0, 22), + [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT(841), + [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(841), + [644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT_REPEAT(1214), + [647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 1), SHIFT(841), + [650] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), REDUCE(sym__logic_unit, 1, 0, 2), SHIFT(101), + [654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 4), SHIFT(841), + [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), + [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27), + [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_repeat1, 2, 0, 18), SHIFT_REPEAT(491), + [672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_repeat1, 2, 0, 18), SHIFT_REPEAT(866), + [675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 18), SHIFT_REPEAT(917), + [678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 18), SHIFT_REPEAT(91), + [681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 18), SHIFT_REPEAT(257), + [684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 18), + [686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_repeat1, 2, 0, 18), SHIFT_REPEAT(765), + [689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 18), SHIFT_REPEAT(1219), + [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), + [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), + [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), + [712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), + [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), + [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), + [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), + [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), + [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(810), + [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), + [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), + [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), + [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), + [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), + [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), + [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [811] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(580), + [815] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(618), + [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), + [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 2, 0, 11), SHIFT_REPEAT(293), + [834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 2, 0, 11), SHIFT_REPEAT(491), + [837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 2, 0, 11), SHIFT_REPEAT(866), + [840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 2, 0, 11), SHIFT_REPEAT(917), + [843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 2, 0, 11), SHIFT_REPEAT(257), + [846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 2, 0, 11), SHIFT_REPEAT(316), + [849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 2, 0, 11), SHIFT_REPEAT(716), + [852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 2, 0, 11), SHIFT_REPEAT(433), + [855] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(560), + [859] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(597), + [863] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(101), + [867] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(578), + [871] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(643), + [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [883] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(556), + [887] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(35), + [891] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(557), + [895] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(18), + [899] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(563), + [903] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(258), + [907] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(564), + [911] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(223), + [915] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(565), + [919] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(168), + [923] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(592), + [927] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(172), + [931] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(569), + [935] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(497), + [939] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), REDUCE(sym_pair, 3, 0, 22), + [943] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(571), + [947] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(472), + [951] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(574), + [955] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(601), + [959] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(576), + [963] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(607), + [967] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(579), + [971] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(637), + [975] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(581), + [979] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(196), + [983] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(583), + [987] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(137), + [991] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(587), + [995] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(144), + [999] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(589), + [1003] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(145), + [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), + [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), + [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), + [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), + [1017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_command, 1, 0, 0), + [1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), + [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [1025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(1027), + [1028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(855), + [1031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [1035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(755), + [1038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1263), + [1041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(361), + [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), + [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), + [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), + [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), + [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), + [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), + [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), + [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), + [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), + [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), + [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [1084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), + [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), + [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), + [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), + [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), + [1106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variableunit_repeat1, 2, 0, 23), + [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, 0, 23), + [1110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), + [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), + [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [1124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [1128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [1130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), + [1132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [1138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), + [1140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), + [1142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), + [1146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(721), + [1149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1177), + [1152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(406), + [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), [1157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), - [1159] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1), REDUCE(sym__logic_unit, 1), SHIFT(662), - [1163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), - [1165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(693), - [1168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1244), - [1171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(416), - [1174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_command, 1), - [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), - [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [1182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), - [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(744), - [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1265), - [1192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(423), - [1195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(989), - [1198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT_REPEAT(1230), - [1201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT(835), - [1204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 1), SHIFT(835), - [1207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 4), SHIFT(835), - [1210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT_REPEAT(1231), - [1213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT(835), - [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [1218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [1224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(835), - [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [1245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(567), - [1248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(137), - [1251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(562), - [1254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(498), - [1257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(591), - [1260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(191), - [1263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(587), - [1266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(665), - [1269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(589), - [1272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(196), - [1275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(572), - [1278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(641), - [1281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(555), - [1284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(169), - [1287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(546), - [1290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(129), - [1293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(583), - [1296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(646), - [1299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variableunit_repeat1, 2), - [1301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2), - [1303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(568), - [1306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(30), - [1309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(584), - [1312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(309), - [1315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(564), - [1318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(193), - [1321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(580), - [1324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(597), - [1327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(570), - [1330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(24), - [1333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(582), - [1336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(288), - [1339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(575), - [1342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(604), - [1345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(590), - [1348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(482), - [1351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(549), - [1354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(626), - [1357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(830), - [1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variableunit_repeat1, 2, .production_id = 11), - [1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, .production_id = 11), - [1364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, .production_id = 11), SHIFT_REPEAT(735), - [1367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), SHIFT(662), - [1370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variableunit, 2, .production_id = 13), - [1372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variableunit, 2, .production_id = 13), - [1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variableunit, 2, .production_id = 10), - [1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variableunit, 2, .production_id = 10), - [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [1404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(822), - [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unit, 1), - [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unit, 1), - [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [1415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(983), - [1418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(985), - [1421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(826), - [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [1426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(816), - [1429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1), REDUCE(sym_pair, 3, .production_id = 22), - [1432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 6), SHIFT(1002), - [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_normal_command_repeat1, 2), - [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_normal_command_repeat1, 2), - [1443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 1), SHIFT(826), - [1446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 4), SHIFT(826), - [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [1451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 1), SHIFT(822), - [1454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT_REPEAT(1239), - [1457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT(822), - [1460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 4), SHIFT(822), - [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [1465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT_REPEAT(1235), - [1468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT(826), - [1471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT_REPEAT(1234), - [1474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT(826), - [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [1479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT_REPEAT(1238), - [1482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT(822), - [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [1493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(816), - [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operatorunit, 3), - [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operatorunit, 3), - [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [1510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT_REPEAT(1174), - [1513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 8), SHIFT(816), - [1516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT_REPEAT(1177), - [1519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 7), SHIFT(816), - [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [1524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(826), - [1527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(822), - [1530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 1), SHIFT(816), - [1533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, .production_id = 4), SHIFT(816), - [1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [1538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [1558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(833), - [1561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_condition, 4), - [1563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_condition, 4), - [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 5, .production_id = 26), - [1567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 5, .production_id = 26), - [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionaries, 3), - [1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionaries, 3), - [1573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(814), - [1576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 5, .production_id = 25), - [1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 5, .production_id = 25), - [1580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionaries, 4), - [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionaries, 4), - [1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 6, .production_id = 25), - [1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 6, .production_id = 25), - [1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 6, .production_id = 26), - [1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 6, .production_id = 26), - [1592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionaries, 2), - [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionaries, 2), - [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 6, .production_id = 30), - [1598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 6, .production_id = 30), - [1600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_condition, 2), - [1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_condition, 2), - [1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 6, .production_id = 31), - [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 6, .production_id = 31), - [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternaryoperator, 5), - [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternaryoperator, 5), - [1612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 7, .production_id = 30), - [1614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 7, .production_id = 30), - [1616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dictionaries_repeat1, 2), - [1618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 7, .production_id = 31), - [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 7, .production_id = 31), - [1622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, .production_id = 9), SHIFT_REPEAT(858), - [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_condition, 3), - [1627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_condition, 3), - [1629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(742), - [1632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(788), - [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 3, .production_id = 3), - [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 3, .production_id = 3), - [1639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(383), - [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 4, .production_id = 10), - [1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 4, .production_id = 10), - [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), - [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [1652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [1654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, .production_id = 11), SHIFT_REPEAT(703), - [1657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 3, .production_id = 10), - [1659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 3, .production_id = 10), - [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), - [1665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(762), - [1668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), - [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), - [1674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [1676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [1678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [1680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(257), - [1683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(537), - [1686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, .production_id = 11), SHIFT_REPEAT(695), - [1689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(765), - [1692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(251), - [1695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(405), - [1698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 2, .production_id = 3), - [1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 2, .production_id = 3), - [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), - [1704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [1706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [1708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [1710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(756), - [1713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(542), - [1716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(298), - [1719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(236), - [1722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, .production_id = 11), SHIFT_REPEAT(676), - [1725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(86), - [1728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_list_repeat1, 2), - [1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2), - [1732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), - [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [1740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), - [1744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_list_repeat1, 2, .production_id = 16), - [1746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, .production_id = 16), - [1748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [1752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(796), - [1755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(308), - [1758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(64), - [1761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(233), - [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [1766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, .production_id = 2), SHIFT(775), - [1769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, .production_id = 11), SHIFT_REPEAT(753), - [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), - [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [1159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), + [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), + [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [1169] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(669), + [1173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_command, 2, 0, 0), + [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), + [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), + [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [1185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(676), + [1188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1264), + [1191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(424), + [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [1212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 1), SHIFT(855), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [1217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT(855), + [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [1222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT(855), + [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [1229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 4), SHIFT(855), + [1232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT_REPEAT(1229), + [1235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT_REPEAT(1230), + [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [1240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(855), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [1245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(560), + [1248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(597), + [1251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(556), + [1254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(35), + [1257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(578), + [1260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(643), + [1263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variableunit_repeat1, 2, 0, 0), + [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, 0, 0), + [1267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(565), + [1270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(168), + [1273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(592), + [1276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(172), + [1279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(557), + [1282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(18), + [1285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(571), + [1288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(472), + [1291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(574), + [1294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(601), + [1297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(576), + [1300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(607), + [1303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(579), + [1306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(637), + [1309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(580), + [1312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(618), + [1315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(581), + [1318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(196), + [1321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(583), + [1324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(137), + [1327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(563), + [1330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(258), + [1333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(587), + [1336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(144), + [1339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(819), + [1342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(589), + [1345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(145), + [1348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(564), + [1351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(223), + [1354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(569), + [1357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(497), + [1360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [1362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [1366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variableunit, 2, 0, 10), + [1370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variableunit, 2, 0, 10), + [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [1380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), SHIFT(669), + [1383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variableunit, 2, 0, 13), + [1385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variableunit, 2, 0, 13), + [1387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variableunit_repeat1, 2, 0, 11), + [1389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, 0, 11), + [1391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, 0, 11), SHIFT_REPEAT(701), + [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [1406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__logic_unit, 1, 0, 0), REDUCE(sym_pair, 3, 0, 22), + [1409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(1020), + [1412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(833), + [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [1417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(858), + [1420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unit, 1, 0, 0), + [1422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unit, 1, 0, 0), + [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [1426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(860), + [1429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(1032), + [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [1434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 6), SHIFT(1030), + [1437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 1), SHIFT(858), + [1440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 1), SHIFT(860), + [1443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 4), SHIFT(860), + [1446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT_REPEAT(1237), + [1449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT(860), + [1452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT_REPEAT(1238), + [1455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT(860), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [1460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT(833), + [1463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 4), SHIFT(833), + [1466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(833), + [1469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 1), SHIFT(833), + [1472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_normal_command_repeat1, 2, 0, 0), + [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [1476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_normal_command_repeat1, 2, 0, 0), + [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [1480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT_REPEAT(1252), + [1483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT(833), + [1486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operatorunit, 3, 0, 0), + [1488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operatorunit, 3, 0, 0), + [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [1494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT_REPEAT(1261), + [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [1503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(860), + [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [1508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT(858), + [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [1513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT(858), + [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [1538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 4), SHIFT(858), + [1541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 7), SHIFT_REPEAT(1233), + [1544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 8), SHIFT_REPEAT(1234), + [1547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [1551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [1553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(858), + [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [1558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(825), + [1561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_condition, 3, 0, 0), + [1563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_condition, 3, 0, 0), + [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionaries, 4, 0, 0), + [1567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionaries, 4, 0, 0), + [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionaries, 2, 0, 0), + [1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionaries, 2, 0, 0), + [1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dictionaries_repeat1, 2, 0, 0), + [1575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_condition, 4, 0, 0), + [1577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_condition, 4, 0, 0), + [1579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_condition, 2, 0, 0), + [1581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_condition, 2, 0, 0), + [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 5, 0, 25), + [1585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 5, 0, 25), + [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 5, 0, 26), + [1589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 5, 0, 26), + [1591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(807), + [1594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 6, 0, 25), + [1596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 6, 0, 25), + [1598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_statement_repeat1, 2, 0, 9), SHIFT_REPEAT(856), + [1601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionaries, 3, 0, 0), + [1603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionaries, 3, 0, 0), + [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 6, 0, 26), + [1607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 6, 0, 26), + [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 6, 0, 30), + [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 6, 0, 30), + [1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 6, 0, 31), + [1615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 6, 0, 31), + [1617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternaryoperator, 5, 0, 0), + [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternaryoperator, 5, 0, 0), + [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 7, 0, 30), + [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 7, 0, 30), + [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_command, 7, 0, 31), + [1627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_command, 7, 0, 31), + [1629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 2, 0, 3), + [1631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 2, 0, 3), + [1633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 3, 0, 3), + [1635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 3, 0, 3), + [1637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [1639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [1645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, 0, 11), SHIFT_REPEAT(697), + [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), + [1652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(718), + [1655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(797), + [1658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 3, 0, 10), + [1660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 3, 0, 10), + [1662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(294), + [1665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, 0, 11), SHIFT_REPEAT(726), + [1668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(220), + [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), + [1675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(302), + [1678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(766), + [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [1689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(539), + [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [1694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [1696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [1698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [1700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(524), + [1703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(771), + [1706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(225), + [1709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(238), + [1712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(242), + [1715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_list_repeat1, 2, 0, 16), + [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 16), + [1719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(344), + [1722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(81), + [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [1727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [1729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(781), + [1732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [1740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_list_repeat1, 2, 0, 0), + [1742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 0), + [1744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(784), + [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [1749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(85), + [1752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(793), + [1755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, 0, 11), SHIFT_REPEAT(673), + [1758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 2), SHIFT(347), + [1761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_unit_repeat1, 4, 0, 10), + [1763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_unit_repeat1, 4, 0, 10), + [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), + [1769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variableunit_repeat1, 2, 0, 11), SHIFT_REPEAT(731), + [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), + [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), [1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [1794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), - [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [1804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(734), - [1807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(304), - [1810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(231), - [1813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(252), - [1816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(381), - [1819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(343), - [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [1824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(761), - [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [1829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(65), - [1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [1842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(793), - [1845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(795), - [1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [1852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(768), - [1855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(773), - [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [1860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [1862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(804), - [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [1867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(533), - [1870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [1872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [1874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(80), - [1877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(528), - [1880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(766), - [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [1885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(404), - [1888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(217), - [1891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(266), - [1894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(269), - [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [1901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(82), - [1904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(541), - [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [1909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(802), - [1912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(798), - [1915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(312), - [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [1922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(306), - [1925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(229), - [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [1930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), - [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [1794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), + [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [1804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(728), + [1807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(221), + [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [1818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(794), + [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [1823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(82), + [1826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(767), + [1829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(799), + [1832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(801), + [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [1837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(298), + [1840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(306), + [1843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(310), + [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [1848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(542), + [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [1853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(530), + [1856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(533), + [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [1863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(239), + [1866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(345), + [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [1871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(244), + [1874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(246), + [1877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(231), + [1880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [1882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(773), + [1885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(775), + [1888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(67), + [1891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(782), + [1894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(235), + [1897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(90), + [1900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(349), + [1903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(351), + [1906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(785), + [1909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(787), + [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [1930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), [1936] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [1938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), - [1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [1950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [1954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), - [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [1960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), - [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [1966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), - [1972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [1978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), - [1980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [1982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), - [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), - [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), - [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), - [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [2008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [2012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), - [2014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [2020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), - [2024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), - [2030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), - [2032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(955), - [2035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(1077), - [2038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), - [2040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(961), - [2043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1115), - [2046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), - [2048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(228), - [2051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(742), - [2054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(236), - [2057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(529), - [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [2062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(366), - [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [2069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(799), - [2072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(251), - [2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(542), - [2078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(775), - [2081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(405), - [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [2092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(782), - [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [2117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [2121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(271), - [2124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(286), - [2127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(774), - [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [2132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(781), - [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_condition_repeat1, 2), - [2139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_condition_repeat1, 2), SHIFT_REPEAT(281), - [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [2152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(378), - [2155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(298), - [2158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(756), - [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [2167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(75), - [2170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [2172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(788), - [2175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(800), - [2178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(535), - [2181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(64), - [2184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(797), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [2193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(303), - [2196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(226), - [2199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(78), - [2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [2204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1), SHIFT(301), - [2207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formatunit, 3, .production_id = 12), - [2209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formatunit, 3, .production_id = 12), - [2211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formatunit, 3), - [2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formatunit, 3), - [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elseif_command, 4), - [2217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 22), - [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [2249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_command, 4), - [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [2265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_foreach_command_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1172), - [2268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_foreach_command_repeat1, 2, .production_id = 21), - [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [2284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_command, 3), - [2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elseif_command, 3), - [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [2310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [2334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48), + [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), + [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), + [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [1952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [1958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), + [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), + [1972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [1978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), + [1980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [1982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), + [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), + [2008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [2012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [2014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [2018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [2020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [2024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), + [2030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), + [2032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(958), + [2035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1145), + [2038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0), + [2040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0), SHIFT_REPEAT(963), + [2043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0), SHIFT_REPEAT(1133), + [2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [2054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(718), + [2057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(793), + [2060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(354), + [2063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(236), + [2066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(241), + [2069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(802), + [2072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(804), + [2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(92), + [2078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(70), + [2081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(81), + [2084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(294), + [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [2089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(265), + [2092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(219), + [2095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(344), + [2098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(539), + [2101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(522), + [2104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(531), + [2107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(766), + [2110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(238), + [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [2115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(247), + [2118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(249), + [2121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(776), + [2124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(352), + [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [2129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(781), + [2132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(788), + [2135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(790), + [2138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(220), + [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_condition_repeat1, 2, 0, 0), + [2147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_condition_repeat1, 2, 0, 0), SHIFT_REPEAT(229), + [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [2166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [2168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [2170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [2186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [2192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [2198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [2204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_variableunit, 1, 0, 0), SHIFT(778), + [2207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formatunit, 3, 0, 0), + [2209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formatunit, 3, 0, 0), + [2211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formatunit, 3, 0, 12), + [2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formatunit, 3, 0, 12), + [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [2225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_foreach_command_repeat1, 2, 0, 21), SHIFT_REPEAT(1190), + [2228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_foreach_command_repeat1, 2, 0, 21), + [2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [2234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elseif_command, 3, 0, 0), + [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [2256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_command, 4, 0, 0), + [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [2266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elseif_command, 4, 0, 0), + [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_command, 3, 0, 0), + [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [2298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, 0, 22), + [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [2310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [2334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [2390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_foreach_command_repeat1, 2, .production_id = 20), - [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [2558] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [2388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_foreach_command_repeat1, 2, 0, 20), + [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [2572] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), }; #ifdef __cplusplus @@ -30300,7 +30330,7 @@ extern "C" { #define TS_PUBLIC __attribute__((visibility("default"))) #endif -TS_PUBLIC const TSLanguage *tree_sitter_meson() { +TS_PUBLIC const TSLanguage *tree_sitter_meson(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, diff --git a/src/tree_sitter/alloc.h b/src/tree_sitter/alloc.h index 1f4466d..1abdd12 100644 --- a/src/tree_sitter/alloc.h +++ b/src/tree_sitter/alloc.h @@ -12,10 +12,10 @@ extern "C" { // Allow clients to override allocation functions #ifdef TREE_SITTER_REUSE_ALLOCATOR -extern void *(*ts_current_malloc)(size_t); -extern void *(*ts_current_calloc)(size_t, size_t); -extern void *(*ts_current_realloc)(void *, size_t); -extern void (*ts_current_free)(void *); +extern void *(*ts_current_malloc)(size_t size); +extern void *(*ts_current_calloc)(size_t count, size_t size); +extern void *(*ts_current_realloc)(void *ptr, size_t size); +extern void (*ts_current_free)(void *ptr); #ifndef ts_malloc #define ts_malloc ts_current_malloc diff --git a/src/tree_sitter/parser.h b/src/tree_sitter/parser.h index 17b4fde..799f599 100644 --- a/src/tree_sitter/parser.h +++ b/src/tree_sitter/parser.h @@ -47,6 +47,7 @@ struct TSLexer { uint32_t (*get_column)(TSLexer *); bool (*is_at_included_range_start)(const TSLexer *); bool (*eof)(const TSLexer *); + void (*log)(const TSLexer *, const char *, ...); }; typedef enum { @@ -86,6 +87,11 @@ typedef union { } entry; } TSParseActionEntry; +typedef struct { + int32_t start; + int32_t end; +} TSCharacterRange; + struct TSLanguage { uint32_t version; uint32_t symbol_count; @@ -125,6 +131,24 @@ struct TSLanguage { const TSStateId *primary_state_ids; }; +static inline bool set_contains(TSCharacterRange *ranges, uint32_t len, int32_t lookahead) { + uint32_t index = 0; + uint32_t size = len - index; + while (size > 1) { + uint32_t half_size = size / 2; + uint32_t mid_index = index + half_size; + TSCharacterRange *range = &ranges[mid_index]; + if (lookahead >= range->start && lookahead <= range->end) { + return true; + } else if (lookahead > range->end) { + index = mid_index; + } + size -= half_size; + } + TSCharacterRange *range = &ranges[index]; + return (lookahead >= range->start && lookahead <= range->end); +} + /* * Lexer Macros */ @@ -154,6 +178,17 @@ struct TSLanguage { goto next_state; \ } +#define ADVANCE_MAP(...) \ + { \ + static const uint16_t map[] = { __VA_ARGS__ }; \ + for (uint32_t i = 0; i < sizeof(map) / sizeof(map[0]); i += 2) { \ + if (map[i] == lookahead) { \ + state = map[i + 1]; \ + goto next_state; \ + } \ + } \ + } + #define SKIP(state_value) \ { \ skip = true; \ @@ -203,14 +238,15 @@ struct TSLanguage { } \ }} -#define REDUCE(symbol_val, child_count_val, ...) \ - {{ \ - .reduce = { \ - .type = TSParseActionTypeReduce, \ - .symbol = symbol_val, \ - .child_count = child_count_val, \ - __VA_ARGS__ \ - }, \ +#define REDUCE(symbol_name, children, precedence, prod_id) \ + {{ \ + .reduce = { \ + .type = TSParseActionTypeReduce, \ + .symbol = symbol_name, \ + .child_count = children, \ + .dynamic_precedence = precedence, \ + .production_id = prod_id \ + }, \ }} #define RECOVER() \ diff --git a/tree-sitter.json b/tree-sitter.json new file mode 100644 index 0000000..1a6389b --- /dev/null +++ b/tree-sitter.json @@ -0,0 +1,34 @@ +{ + "grammars": [ + { + "name": "meson", + "camelcase": "Meson", + "scope": "source.meson", + "path": ".", + "file-types": [ + "meson" + ] + } + ], + "metadata": { + "version": "1.2.1", + "license": "MIT", + "description": "A tree-sitter for meson", + "authors": [ + { + "name": "Decodetalkers" + } + ], + "links": { + "repository": "https://github.com/tree-sitter/tree-sitter-meson" + } + }, + "bindings": { + "c": true, + "go": true, + "node": true, + "python": true, + "rust": true, + "swift": true + } +} \ No newline at end of file