From 5166f0d6cfc4ff6300f67b48c264edc570832d6e Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Wed, 8 Nov 2023 10:17:34 -0500 Subject: [PATCH] fix: variable_expansions can be empty --- grammar.js | 2 +- src/grammar.json | 12 +- src/node-types.json | 2 +- src/parser.c | 90977 +++++++++++++++++++++--------------------- 4 files changed, 45536 insertions(+), 45457 deletions(-) diff --git a/grammar.js b/grammar.js index 68c2df5..5c0cd1a 100644 --- a/grammar.js +++ b/grammar.js @@ -264,7 +264,7 @@ module.exports = grammar({ inline_python: $ => seq('${@', $.expression, '}'), - variable_expansion: $ => seq('${', $.identifier, '}'), + variable_expansion: $ => seq('${', optional($.identifier), '}'), identifier: _ => /[a-zA-Z0-9_-]+/, diff --git a/src/grammar.json b/src/grammar.json index 93bc4f2..8ec1bd5 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -844,8 +844,16 @@ "value": "${" }, { - "type": "SYMBOL", - "name": "identifier" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "identifier" + }, + { + "type": "BLANK" + } + ] }, { "type": "STRING", diff --git a/src/node-types.json b/src/node-types.json index ac76f97..edcc2f1 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -3013,7 +3013,7 @@ "fields": {}, "children": { "multiple": false, - "required": true, + "required": false, "types": [ { "type": "identifier", diff --git a/src/parser.c b/src/parser.c index 1914df9..aa1d590 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,7 +14,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 2492 +#define STATE_COUNT 2496 #define LARGE_STATE_COUNT 122 #define SYMBOL_COUNT 304 #define ALIAS_COUNT 5 @@ -2772,9 +2772,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [14] = 14, [15] = 15, [16] = 16, - [17] = 17, + [17] = 2, [18] = 18, - [19] = 3, + [19] = 19, [20] = 20, [21] = 21, [22] = 22, @@ -2782,11 +2782,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [24] = 23, [25] = 23, [26] = 23, - [27] = 27, + [27] = 23, [28] = 23, [29] = 23, [30] = 23, - [31] = 23, + [31] = 31, [32] = 23, [33] = 33, [34] = 34, @@ -2805,111 +2805,111 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [47] = 47, [48] = 48, [49] = 49, - [50] = 43, + [50] = 50, [51] = 51, [52] = 52, - [53] = 53, + [53] = 40, [54] = 54, [55] = 55, - [56] = 56, - [57] = 56, + [56] = 55, + [57] = 55, [58] = 55, - [59] = 56, - [60] = 55, - [61] = 56, - [62] = 56, - [63] = 56, - [64] = 56, - [65] = 55, - [66] = 56, - [67] = 56, - [68] = 55, - [69] = 55, + [59] = 59, + [60] = 59, + [61] = 59, + [62] = 59, + [63] = 55, + [64] = 55, + [65] = 59, + [66] = 55, + [67] = 59, + [68] = 59, + [69] = 59, [70] = 55, [71] = 55, - [72] = 55, + [72] = 59, [73] = 73, [74] = 74, [75] = 74, [76] = 76, - [77] = 77, - [78] = 74, - [79] = 77, + [77] = 74, + [78] = 78, + [79] = 78, [80] = 80, - [81] = 77, - [82] = 77, + [81] = 76, + [82] = 76, [83] = 83, - [84] = 77, - [85] = 76, - [86] = 86, - [87] = 76, - [88] = 83, + [84] = 84, + [85] = 80, + [86] = 78, + [87] = 78, + [88] = 78, [89] = 76, - [90] = 76, - [91] = 86, - [92] = 83, - [93] = 77, - [94] = 77, - [95] = 74, - [96] = 83, - [97] = 74, + [90] = 78, + [91] = 84, + [92] = 78, + [93] = 84, + [94] = 94, + [95] = 83, + [96] = 74, + [97] = 76, [98] = 80, - [99] = 77, - [100] = 77, - [101] = 76, + [99] = 78, + [100] = 80, + [101] = 74, [102] = 76, - [103] = 83, - [104] = 86, - [105] = 105, + [103] = 80, + [104] = 76, + [105] = 78, [106] = 76, - [107] = 86, - [108] = 83, - [109] = 83, - [110] = 86, - [111] = 83, + [107] = 76, + [108] = 80, + [109] = 84, + [110] = 84, + [111] = 80, [112] = 76, - [113] = 76, - [114] = 83, - [115] = 76, - [116] = 86, - [117] = 76, - [118] = 77, - [119] = 105, - [120] = 76, - [121] = 83, + [113] = 80, + [114] = 76, + [115] = 84, + [116] = 80, + [117] = 78, + [118] = 76, + [119] = 94, + [120] = 80, + [121] = 76, [122] = 122, [123] = 123, - [124] = 124, - [125] = 124, + [124] = 123, + [125] = 125, [126] = 126, - [127] = 127, - [128] = 122, - [129] = 129, - [130] = 124, + [127] = 126, + [128] = 123, + [129] = 122, + [130] = 123, [131] = 126, [132] = 132, - [133] = 122, + [133] = 123, [134] = 122, [135] = 122, - [136] = 122, - [137] = 126, - [138] = 124, - [139] = 126, - [140] = 126, + [136] = 136, + [137] = 122, + [138] = 122, + [139] = 122, + [140] = 123, [141] = 126, - [142] = 124, + [142] = 122, [143] = 126, - [144] = 126, - [145] = 126, - [146] = 126, - [147] = 124, - [148] = 122, - [149] = 132, - [150] = 124, - [151] = 124, + [144] = 122, + [145] = 122, + [146] = 123, + [147] = 123, + [148] = 126, + [149] = 149, + [150] = 126, + [151] = 122, [152] = 126, - [153] = 124, - [154] = 122, + [153] = 149, + [154] = 123, [155] = 155, [156] = 156, [157] = 157, @@ -2917,372 +2917,372 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [159] = 159, [160] = 160, [161] = 161, - [162] = 159, - [163] = 163, + [162] = 162, + [163] = 162, [164] = 164, - [165] = 165, + [165] = 164, [166] = 166, [167] = 167, - [168] = 161, + [168] = 164, [169] = 161, [170] = 170, - [171] = 161, - [172] = 161, - [173] = 156, + [171] = 171, + [172] = 170, + [173] = 162, [174] = 164, - [175] = 163, - [176] = 176, - [177] = 161, - [178] = 159, - [179] = 163, - [180] = 163, - [181] = 155, - [182] = 159, - [183] = 164, - [184] = 161, - [185] = 164, - [186] = 186, - [187] = 161, + [175] = 164, + [176] = 164, + [177] = 177, + [178] = 178, + [179] = 164, + [180] = 161, + [181] = 164, + [182] = 170, + [183] = 170, + [184] = 156, + [185] = 161, + [186] = 155, + [187] = 162, [188] = 188, - [189] = 189, + [189] = 188, [190] = 190, [191] = 191, - [192] = 188, - [193] = 189, - [194] = 191, - [195] = 190, + [192] = 192, + [193] = 188, + [194] = 194, + [195] = 195, [196] = 196, - [197] = 189, - [198] = 198, + [197] = 196, + [198] = 191, [199] = 190, - [200] = 189, - [201] = 189, - [202] = 188, - [203] = 188, - [204] = 198, - [205] = 198, - [206] = 206, - [207] = 196, - [208] = 196, - [209] = 196, - [210] = 196, - [211] = 191, - [212] = 198, - [213] = 206, - [214] = 198, - [215] = 190, - [216] = 191, - [217] = 190, - [218] = 206, - [219] = 206, - [220] = 189, - [221] = 188, - [222] = 191, - [223] = 196, - [224] = 198, - [225] = 198, - [226] = 196, - [227] = 188, - [228] = 190, - [229] = 189, - [230] = 188, - [231] = 206, + [200] = 196, + [201] = 195, + [202] = 196, + [203] = 195, + [204] = 192, + [205] = 190, + [206] = 190, + [207] = 192, + [208] = 192, + [209] = 190, + [210] = 192, + [211] = 196, + [212] = 194, + [213] = 188, + [214] = 194, + [215] = 191, + [216] = 195, + [217] = 194, + [218] = 194, + [219] = 194, + [220] = 195, + [221] = 196, + [222] = 195, + [223] = 194, + [224] = 188, + [225] = 188, + [226] = 195, + [227] = 190, + [228] = 196, + [229] = 192, + [230] = 192, + [231] = 190, [232] = 191, [233] = 191, - [234] = 190, - [235] = 206, - [236] = 196, - [237] = 191, - [238] = 190, - [239] = 198, - [240] = 188, - [241] = 189, + [234] = 188, + [235] = 192, + [236] = 195, + [237] = 196, + [238] = 191, + [239] = 188, + [240] = 190, + [241] = 194, [242] = 242, [243] = 243, [244] = 244, - [245] = 76, + [245] = 245, [246] = 246, [247] = 247, [248] = 248, [249] = 249, - [250] = 244, - [251] = 244, - [252] = 248, - [253] = 246, - [254] = 254, - [255] = 249, - [256] = 248, + [250] = 76, + [251] = 243, + [252] = 245, + [253] = 242, + [254] = 94, + [255] = 243, + [256] = 244, [257] = 242, [258] = 258, [259] = 249, - [260] = 242, - [261] = 254, - [262] = 246, - [263] = 105, - [264] = 254, + [260] = 258, + [261] = 258, + [262] = 249, + [263] = 244, + [264] = 245, [265] = 265, [266] = 265, - [267] = 265, + [267] = 178, [268] = 268, - [269] = 167, - [270] = 268, - [271] = 271, - [272] = 265, - [273] = 268, - [274] = 274, - [275] = 274, - [276] = 167, - [277] = 265, - [278] = 265, - [279] = 265, - [280] = 268, - [281] = 268, + [269] = 178, + [270] = 265, + [271] = 268, + [272] = 272, + [273] = 265, + [274] = 265, + [275] = 268, + [276] = 178, + [277] = 268, + [278] = 268, + [279] = 279, + [280] = 265, + [281] = 279, [282] = 268, - [283] = 268, - [284] = 167, - [285] = 265, - [286] = 274, - [287] = 268, - [288] = 288, + [283] = 265, + [284] = 279, + [285] = 268, + [286] = 268, + [287] = 265, + [288] = 247, [289] = 289, [290] = 290, - [291] = 288, - [292] = 288, - [293] = 293, - [294] = 289, - [295] = 293, - [296] = 288, - [297] = 289, - [298] = 293, - [299] = 288, - [300] = 289, - [301] = 293, - [302] = 289, - [303] = 288, - [304] = 289, - [305] = 305, - [306] = 258, - [307] = 243, - [308] = 293, - [309] = 288, - [310] = 289, - [311] = 288, - [312] = 293, - [313] = 288, - [314] = 289, - [315] = 293, - [316] = 76, - [317] = 289, - [318] = 293, + [291] = 291, + [292] = 292, + [293] = 291, + [294] = 292, + [295] = 291, + [296] = 290, + [297] = 297, + [298] = 292, + [299] = 290, + [300] = 291, + [301] = 292, + [302] = 292, + [303] = 290, + [304] = 291, + [305] = 292, + [306] = 291, + [307] = 290, + [308] = 308, + [309] = 291, + [310] = 290, + [311] = 290, + [312] = 291, + [313] = 292, + [314] = 292, + [315] = 76, + [316] = 290, + [317] = 292, + [318] = 291, [319] = 319, - [320] = 289, - [321] = 293, - [322] = 293, - [323] = 288, - [324] = 324, - [325] = 325, + [320] = 290, + [321] = 321, + [322] = 292, + [323] = 290, + [324] = 291, + [325] = 248, [326] = 326, [327] = 327, - [328] = 105, + [328] = 328, [329] = 329, - [330] = 330, + [330] = 326, [331] = 331, - [332] = 332, - [333] = 243, - [334] = 327, + [332] = 247, + [333] = 326, + [334] = 326, [335] = 335, [336] = 336, - [337] = 337, - [338] = 76, - [339] = 243, - [340] = 340, - [341] = 305, - [342] = 337, + [337] = 76, + [338] = 338, + [339] = 339, + [340] = 94, + [341] = 341, + [342] = 342, [343] = 76, - [344] = 258, - [345] = 331, - [346] = 340, + [344] = 344, + [345] = 327, + [346] = 328, [347] = 347, - [348] = 336, - [349] = 337, - [350] = 331, - [351] = 258, - [352] = 336, - [353] = 353, - [354] = 354, + [348] = 348, + [349] = 349, + [350] = 248, + [351] = 351, + [352] = 297, + [353] = 248, + [354] = 247, [355] = 355, - [356] = 105, - [357] = 335, - [358] = 327, - [359] = 258, - [360] = 105, - [361] = 361, - [362] = 362, - [363] = 327, - [364] = 340, - [365] = 365, - [366] = 335, - [367] = 327, - [368] = 368, - [369] = 369, - [370] = 243, - [371] = 327, - [372] = 327, - [373] = 76, + [356] = 326, + [357] = 357, + [358] = 247, + [359] = 342, + [360] = 360, + [361] = 328, + [362] = 326, + [363] = 329, + [364] = 94, + [365] = 326, + [366] = 366, + [367] = 326, + [368] = 76, + [369] = 326, + [370] = 327, + [371] = 94, + [372] = 326, + [373] = 357, [374] = 374, - [375] = 327, - [376] = 376, - [377] = 327, - [378] = 327, - [379] = 76, - [380] = 380, - [381] = 258, - [382] = 243, + [375] = 329, + [376] = 248, + [377] = 377, + [378] = 76, + [379] = 357, + [380] = 342, + [381] = 381, + [382] = 247, [383] = 383, - [384] = 384, + [384] = 248, [385] = 385, - [386] = 384, - [387] = 387, + [386] = 386, + [387] = 383, [388] = 388, [389] = 389, [390] = 390, [391] = 391, [392] = 392, - [393] = 393, - [394] = 394, + [393] = 392, + [394] = 390, [395] = 395, - [396] = 391, + [396] = 396, [397] = 397, [398] = 398, [399] = 399, [400] = 400, [401] = 401, [402] = 402, - [403] = 397, - [404] = 404, + [403] = 389, + [404] = 397, [405] = 405, - [406] = 406, - [407] = 407, - [408] = 393, - [409] = 392, - [410] = 402, + [406] = 402, + [407] = 397, + [408] = 408, + [409] = 397, + [410] = 405, [411] = 411, [412] = 412, - [413] = 413, - [414] = 414, - [415] = 394, - [416] = 413, - [417] = 398, - [418] = 394, - [419] = 419, - [420] = 404, - [421] = 404, - [422] = 398, - [423] = 404, - [424] = 391, + [413] = 399, + [414] = 395, + [415] = 390, + [416] = 412, + [417] = 392, + [418] = 412, + [419] = 402, + [420] = 420, + [421] = 392, + [422] = 389, + [423] = 390, + [424] = 395, [425] = 425, - [426] = 419, - [427] = 411, - [428] = 390, - [429] = 391, - [430] = 407, - [431] = 402, - [432] = 413, - [433] = 411, - [434] = 405, - [435] = 411, - [436] = 391, - [437] = 437, - [438] = 438, - [439] = 411, - [440] = 411, - [441] = 400, - [442] = 419, - [443] = 438, - [444] = 413, - [445] = 402, - [446] = 437, - [447] = 412, - [448] = 394, - [449] = 438, - [450] = 438, - [451] = 451, - [452] = 397, - [453] = 393, + [426] = 402, + [427] = 389, + [428] = 399, + [429] = 429, + [430] = 399, + [431] = 431, + [432] = 429, + [433] = 433, + [434] = 434, + [435] = 435, + [436] = 399, + [437] = 391, + [438] = 397, + [439] = 389, + [440] = 429, + [441] = 441, + [442] = 442, + [443] = 443, + [444] = 429, + [445] = 441, + [446] = 391, + [447] = 431, + [448] = 448, + [449] = 80, + [450] = 425, + [451] = 395, + [452] = 441, + [453] = 390, [454] = 392, [455] = 412, - [456] = 83, - [457] = 413, - [458] = 392, - [459] = 402, - [460] = 413, - [461] = 402, - [462] = 412, - [463] = 412, - [464] = 402, + [456] = 402, + [457] = 402, + [458] = 412, + [459] = 459, + [460] = 391, + [461] = 390, + [462] = 389, + [463] = 411, + [464] = 397, [465] = 392, - [466] = 393, - [467] = 397, + [466] = 412, + [467] = 395, [468] = 468, - [469] = 419, - [470] = 438, - [471] = 471, - [472] = 411, - [473] = 438, - [474] = 474, - [475] = 391, - [476] = 438, - [477] = 477, - [478] = 478, - [479] = 393, - [480] = 413, - [481] = 412, - [482] = 392, - [483] = 397, - [484] = 393, - [485] = 397, - [486] = 397, - [487] = 393, + [469] = 468, + [470] = 425, + [471] = 391, + [472] = 399, + [473] = 389, + [474] = 433, + [475] = 441, + [476] = 425, + [477] = 389, + [478] = 397, + [479] = 391, + [480] = 391, + [481] = 402, + [482] = 395, + [483] = 390, + [484] = 392, + [485] = 395, + [486] = 412, + [487] = 390, [488] = 392, [489] = 412, - [490] = 413, + [490] = 402, [491] = 491, - [492] = 419, - [493] = 391, + [492] = 412, + [493] = 395, [494] = 392, - [495] = 402, + [495] = 397, [496] = 391, - [497] = 393, - [498] = 411, - [499] = 412, - [500] = 477, - [501] = 419, - [502] = 397, - [503] = 402, - [504] = 504, - [505] = 402, - [506] = 411, - [507] = 413, - [508] = 508, - [509] = 397, - [510] = 438, - [511] = 438, - [512] = 391, - [513] = 76, - [514] = 413, - [515] = 412, - [516] = 438, - [517] = 477, - [518] = 404, - [519] = 404, - [520] = 391, - [521] = 412, - [522] = 392, - [523] = 393, - [524] = 393, - [525] = 411, - [526] = 392, - [527] = 397, + [497] = 399, + [498] = 390, + [499] = 395, + [500] = 397, + [501] = 501, + [502] = 429, + [503] = 468, + [504] = 402, + [505] = 505, + [506] = 399, + [507] = 507, + [508] = 76, + [509] = 509, + [510] = 391, + [511] = 491, + [512] = 397, + [513] = 399, + [514] = 402, + [515] = 425, + [516] = 443, + [517] = 389, + [518] = 389, + [519] = 412, + [520] = 392, + [521] = 390, + [522] = 429, + [523] = 433, + [524] = 399, + [525] = 391, + [526] = 395, + [527] = 425, [528] = 528, [529] = 529, [530] = 530, @@ -3292,29 +3292,29 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [534] = 534, [535] = 535, [536] = 536, - [537] = 536, - [538] = 534, - [539] = 155, + [537] = 535, + [538] = 531, + [539] = 539, [540] = 540, - [541] = 541, + [541] = 540, [542] = 542, - [543] = 543, + [543] = 539, [544] = 544, [545] = 545, [546] = 546, [547] = 547, [548] = 548, - [549] = 545, + [549] = 542, [550] = 156, - [551] = 547, + [551] = 548, [552] = 552, [553] = 553, - [554] = 542, + [554] = 155, [555] = 555, [556] = 556, [557] = 557, [558] = 558, - [559] = 540, + [559] = 559, [560] = 560, [561] = 561, [562] = 562, @@ -3322,8 +3322,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [564] = 564, [565] = 565, [566] = 566, - [567] = 567, - [568] = 566, + [567] = 566, + [568] = 568, [569] = 569, [570] = 570, [571] = 571, @@ -3331,934 +3331,934 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [573] = 573, [574] = 574, [575] = 575, - [576] = 569, + [576] = 576, [577] = 577, [578] = 578, [579] = 579, - [580] = 156, + [580] = 572, [581] = 581, - [582] = 582, + [582] = 577, [583] = 583, [584] = 573, - [585] = 585, - [586] = 155, - [587] = 577, - [588] = 570, - [589] = 589, + [585] = 583, + [586] = 586, + [587] = 155, + [588] = 574, + [589] = 578, [590] = 590, - [591] = 578, + [591] = 591, [592] = 592, - [593] = 593, - [594] = 575, - [595] = 571, + [593] = 572, + [594] = 594, + [595] = 595, [596] = 596, - [597] = 572, - [598] = 598, - [599] = 575, - [600] = 578, - [601] = 593, - [602] = 602, + [597] = 571, + [598] = 575, + [599] = 573, + [600] = 576, + [601] = 601, + [602] = 156, [603] = 603, [604] = 604, - [605] = 605, - [606] = 605, - [607] = 577, - [608] = 573, - [609] = 609, - [610] = 571, - [611] = 569, - [612] = 605, - [613] = 605, + [605] = 575, + [606] = 603, + [607] = 603, + [608] = 574, + [609] = 603, + [610] = 610, + [611] = 603, + [612] = 612, + [613] = 603, [614] = 614, [615] = 615, - [616] = 572, + [616] = 616, [617] = 617, [618] = 618, [619] = 619, [620] = 620, - [621] = 605, - [622] = 605, + [621] = 577, + [622] = 576, [623] = 623, - [624] = 624, - [625] = 572, - [626] = 577, - [627] = 571, + [624] = 578, + [625] = 574, + [626] = 575, + [627] = 576, [628] = 577, - [629] = 569, - [630] = 571, - [631] = 631, - [632] = 573, + [629] = 629, + [630] = 630, + [631] = 574, + [632] = 578, [633] = 633, - [634] = 569, - [635] = 635, - [636] = 572, - [637] = 573, - [638] = 635, - [639] = 573, + [634] = 575, + [635] = 576, + [636] = 577, + [637] = 578, + [638] = 630, + [639] = 639, [640] = 640, - [641] = 641, + [641] = 639, [642] = 642, - [643] = 642, - [644] = 644, - [645] = 642, - [646] = 642, - [647] = 571, - [648] = 642, - [649] = 649, - [650] = 642, - [651] = 642, - [652] = 652, - [653] = 572, - [654] = 642, + [643] = 643, + [644] = 639, + [645] = 639, + [646] = 575, + [647] = 574, + [648] = 639, + [649] = 639, + [650] = 639, + [651] = 578, + [652] = 639, + [653] = 653, + [654] = 654, [655] = 655, - [656] = 642, + [656] = 656, [657] = 657, [658] = 658, [659] = 659, - [660] = 577, + [660] = 639, [661] = 661, [662] = 662, [663] = 663, - [664] = 664, + [664] = 576, [665] = 665, - [666] = 569, - [667] = 633, + [666] = 666, + [667] = 667, [668] = 668, - [669] = 669, + [669] = 633, [670] = 670, [671] = 671, - [672] = 672, - [673] = 631, + [672] = 639, + [673] = 673, [674] = 674, - [675] = 675, + [675] = 629, [676] = 676, [677] = 677, - [678] = 642, - [679] = 679, + [678] = 678, + [679] = 577, [680] = 680, [681] = 681, [682] = 682, [683] = 683, - [684] = 684, - [685] = 685, + [684] = 681, + [685] = 681, [686] = 686, - [687] = 684, - [688] = 681, - [689] = 686, - [690] = 690, - [691] = 686, - [692] = 686, - [693] = 693, - [694] = 694, - [695] = 690, - [696] = 696, - [697] = 685, - [698] = 680, - [699] = 682, - [700] = 683, - [701] = 681, - [702] = 681, - [703] = 686, - [704] = 693, - [705] = 686, - [706] = 686, - [707] = 707, - [708] = 681, - [709] = 696, - [710] = 710, - [711] = 707, - [712] = 694, - [713] = 713, - [714] = 686, - [715] = 693, - [716] = 682, - [717] = 682, - [718] = 680, - [719] = 686, - [720] = 686, - [721] = 694, - [722] = 686, - [723] = 681, - [724] = 686, - [725] = 686, - [726] = 696, - [727] = 684, - [728] = 686, - [729] = 690, - [730] = 707, - [731] = 707, - [732] = 686, - [733] = 696, - [734] = 710, - [735] = 682, - [736] = 680, - [737] = 682, - [738] = 681, - [739] = 710, - [740] = 681, - [741] = 694, - [742] = 693, - [743] = 683, - [744] = 683, - [745] = 686, - [746] = 707, - [747] = 696, - [748] = 710, + [687] = 687, + [688] = 688, + [689] = 688, + [690] = 681, + [691] = 691, + [692] = 692, + [693] = 691, + [694] = 691, + [695] = 681, + [696] = 688, + [697] = 680, + [698] = 687, + [699] = 688, + [700] = 688, + [701] = 687, + [702] = 691, + [703] = 687, + [704] = 704, + [705] = 687, + [706] = 687, + [707] = 687, + [708] = 682, + [709] = 687, + [710] = 704, + [711] = 687, + [712] = 681, + [713] = 687, + [714] = 687, + [715] = 686, + [716] = 716, + [717] = 692, + [718] = 718, + [719] = 680, + [720] = 687, + [721] = 692, + [722] = 691, + [723] = 683, + [724] = 682, + [725] = 725, + [726] = 687, + [727] = 725, + [728] = 687, + [729] = 682, + [730] = 730, + [731] = 691, + [732] = 688, + [733] = 687, + [734] = 683, + [735] = 704, + [736] = 725, + [737] = 718, + [738] = 692, + [739] = 681, + [740] = 716, + [741] = 681, + [742] = 691, + [743] = 725, + [744] = 686, + [745] = 716, + [746] = 725, + [747] = 692, + [748] = 718, [749] = 680, - [750] = 690, - [751] = 684, - [752] = 694, - [753] = 693, - [754] = 683, - [755] = 683, - [756] = 682, - [757] = 684, - [758] = 680, - [759] = 713, - [760] = 680, - [761] = 684, - [762] = 713, - [763] = 713, - [764] = 680, - [765] = 684, - [766] = 682, - [767] = 690, - [768] = 693, - [769] = 683, - [770] = 693, - [771] = 694, - [772] = 710, - [773] = 696, - [774] = 707, - [775] = 686, - [776] = 694, - [777] = 696, - [778] = 707, - [779] = 681, - [780] = 707, - [781] = 707, - [782] = 696, - [783] = 710, - [784] = 694, - [785] = 693, - [786] = 683, - [787] = 682, - [788] = 680, - [789] = 707, - [790] = 696, - [791] = 694, - [792] = 693, - [793] = 683, - [794] = 710, - [795] = 682, - [796] = 696, - [797] = 680, - [798] = 684, - [799] = 713, - [800] = 681, - [801] = 681, - [802] = 686, - [803] = 710, - [804] = 690, - [805] = 684, - [806] = 690, - [807] = 690, - [808] = 707, - [809] = 710, - [810] = 696, - [811] = 694, - [812] = 710, - [813] = 694, - [814] = 693, - [815] = 683, - [816] = 682, - [817] = 693, - [818] = 684, - [819] = 680, - [820] = 690, + [750] = 688, + [751] = 691, + [752] = 682, + [753] = 683, + [754] = 682, + [755] = 725, + [756] = 687, + [757] = 688, + [758] = 683, + [759] = 680, + [760] = 718, + [761] = 704, + [762] = 691, + [763] = 692, + [764] = 725, + [765] = 682, + [766] = 683, + [767] = 692, + [768] = 680, + [769] = 688, + [770] = 686, + [771] = 718, + [772] = 692, + [773] = 716, + [774] = 686, + [775] = 716, + [776] = 716, + [777] = 686, + [778] = 681, + [779] = 725, + [780] = 687, + [781] = 686, + [782] = 716, + [783] = 686, + [784] = 716, + [785] = 692, + [786] = 718, + [787] = 680, + [788] = 683, + [789] = 682, + [790] = 725, + [791] = 692, + [792] = 718, + [793] = 680, + [794] = 718, + [795] = 691, + [796] = 682, + [797] = 681, + [798] = 683, + [799] = 683, + [800] = 688, + [801] = 682, + [802] = 725, + [803] = 680, + [804] = 718, + [805] = 716, + [806] = 681, + [807] = 687, + [808] = 686, + [809] = 718, + [810] = 686, + [811] = 680, + [812] = 716, + [813] = 718, + [814] = 680, + [815] = 704, + [816] = 683, + [817] = 682, + [818] = 725, + [819] = 716, + [820] = 686, [821] = 683, - [822] = 690, + [822] = 730, [823] = 823, [824] = 824, [825] = 825, - [826] = 823, - [827] = 825, - [828] = 828, - [829] = 824, - [830] = 824, - [831] = 828, - [832] = 825, - [833] = 823, - [834] = 828, + [826] = 826, + [827] = 824, + [828] = 823, + [829] = 825, + [830] = 826, + [831] = 823, + [832] = 824, + [833] = 826, + [834] = 825, [835] = 835, - [836] = 835, + [836] = 825, [837] = 837, - [838] = 825, - [839] = 823, - [840] = 828, - [841] = 823, + [838] = 824, + [839] = 826, + [840] = 840, + [841] = 841, [842] = 842, [843] = 843, - [844] = 844, - [845] = 824, - [846] = 837, - [847] = 844, - [848] = 835, - [849] = 825, - [850] = 850, - [851] = 850, + [844] = 826, + [845] = 825, + [846] = 835, + [847] = 823, + [848] = 848, + [849] = 849, + [850] = 825, + [851] = 823, [852] = 852, [853] = 853, - [854] = 853, - [855] = 855, - [856] = 856, - [857] = 823, - [858] = 858, - [859] = 855, - [860] = 856, - [861] = 852, - [862] = 862, - [863] = 843, - [864] = 824, - [865] = 842, - [866] = 862, + [854] = 854, + [855] = 824, + [856] = 854, + [857] = 853, + [858] = 848, + [859] = 843, + [860] = 842, + [861] = 841, + [862] = 840, + [863] = 824, + [864] = 840, + [865] = 823, + [866] = 841, [867] = 825, - [868] = 824, - [869] = 858, - [870] = 823, - [871] = 871, - [872] = 843, - [873] = 856, - [874] = 850, - [875] = 828, - [876] = 853, - [877] = 877, - [878] = 855, - [879] = 858, - [880] = 880, + [868] = 826, + [869] = 842, + [870] = 843, + [871] = 835, + [872] = 849, + [873] = 852, + [874] = 853, + [875] = 854, + [876] = 876, + [877] = 826, + [878] = 878, + [879] = 879, + [880] = 852, [881] = 881, - [882] = 862, - [883] = 828, - [884] = 884, - [885] = 828, - [886] = 824, - [887] = 828, - [888] = 842, - [889] = 852, - [890] = 825, - [891] = 837, - [892] = 844, - [893] = 880, - [894] = 850, - [895] = 823, + [882] = 882, + [883] = 849, + [884] = 848, + [885] = 837, + [886] = 826, + [887] = 876, + [888] = 837, + [889] = 823, + [890] = 876, + [891] = 891, + [892] = 824, + [893] = 878, + [894] = 894, + [895] = 854, [896] = 896, - [897] = 897, - [898] = 553, + [897] = 854, + [898] = 853, [899] = 899, - [900] = 828, - [901] = 901, - [902] = 902, - [903] = 903, - [904] = 825, - [905] = 862, - [906] = 852, - [907] = 858, - [908] = 842, - [909] = 828, - [910] = 910, - [911] = 843, - [912] = 842, - [913] = 843, - [914] = 843, - [915] = 842, - [916] = 855, - [917] = 877, - [918] = 852, - [919] = 881, - [920] = 856, - [921] = 921, - [922] = 880, - [923] = 858, - [924] = 924, - [925] = 925, - [926] = 926, - [927] = 927, - [928] = 928, - [929] = 929, - [930] = 881, - [931] = 931, - [932] = 884, + [900] = 825, + [901] = 835, + [902] = 843, + [903] = 891, + [904] = 904, + [905] = 842, + [906] = 906, + [907] = 826, + [908] = 908, + [909] = 841, + [910] = 840, + [911] = 882, + [912] = 881, + [913] = 849, + [914] = 852, + [915] = 878, + [916] = 555, + [917] = 826, + [918] = 853, + [919] = 837, + [920] = 920, + [921] = 876, + [922] = 852, + [923] = 849, + [924] = 848, + [925] = 849, + [926] = 852, + [927] = 881, + [928] = 882, + [929] = 835, + [930] = 930, + [931] = 843, + [932] = 932, [933] = 933, [934] = 934, - [935] = 837, - [936] = 844, - [937] = 544, - [938] = 938, - [939] = 939, - [940] = 884, + [935] = 935, + [936] = 936, + [937] = 937, + [938] = 842, + [939] = 841, + [940] = 940, [941] = 941, [942] = 942, - [943] = 837, - [944] = 944, - [945] = 844, - [946] = 928, - [947] = 835, - [948] = 877, - [949] = 853, - [950] = 558, - [951] = 858, - [952] = 835, - [953] = 855, + [943] = 943, + [944] = 891, + [945] = 945, + [946] = 840, + [947] = 876, + [948] = 837, + [949] = 949, + [950] = 545, + [951] = 840, + [952] = 841, + [953] = 953, [954] = 954, - [955] = 955, - [956] = 956, - [957] = 856, - [958] = 958, - [959] = 959, - [960] = 960, - [961] = 871, - [962] = 962, - [963] = 824, + [955] = 842, + [956] = 843, + [957] = 835, + [958] = 852, + [959] = 848, + [960] = 853, + [961] = 854, + [962] = 547, + [963] = 849, [964] = 964, - [965] = 837, - [966] = 966, + [965] = 840, + [966] = 879, [967] = 967, - [968] = 844, - [969] = 835, + [968] = 968, + [969] = 969, [970] = 970, - [971] = 850, - [972] = 853, - [973] = 555, - [974] = 536, - [975] = 858, - [976] = 534, - [977] = 855, - [978] = 856, - [979] = 533, - [980] = 842, - [981] = 843, - [982] = 850, - [983] = 862, - [984] = 853, - [985] = 855, - [986] = 862, - [987] = 852, - [988] = 852, - [989] = 556, - [990] = 837, - [991] = 844, - [992] = 835, + [971] = 971, + [972] = 972, + [973] = 973, + [974] = 556, + [975] = 531, + [976] = 824, + [977] = 977, + [978] = 978, + [979] = 535, + [980] = 536, + [981] = 981, + [982] = 854, + [983] = 853, + [984] = 848, + [985] = 848, + [986] = 835, + [987] = 843, + [988] = 837, + [989] = 879, + [990] = 842, + [991] = 841, + [992] = 876, [993] = 546, - [994] = 557, - [995] = 543, - [996] = 871, - [997] = 862, - [998] = 850, - [999] = 853, - [1000] = 856, - [1001] = 541, - [1002] = 552, - [1003] = 546, - [1004] = 944, - [1005] = 942, - [1006] = 880, - [1007] = 881, - [1008] = 552, - [1009] = 884, - [1010] = 966, - [1011] = 964, - [1012] = 941, - [1013] = 939, - [1014] = 962, - [1015] = 938, - [1016] = 934, - [1017] = 924, - [1018] = 933, - [1019] = 925, - [1020] = 926, - [1021] = 546, - [1022] = 877, - [1023] = 927, - [1024] = 1024, - [1025] = 928, - [1026] = 929, - [1027] = 871, - [1028] = 966, - [1029] = 540, - [1030] = 964, - [1031] = 962, - [1032] = 856, - [1033] = 547, - [1034] = 544, - [1035] = 536, - [1036] = 852, - [1037] = 534, - [1038] = 533, - [1039] = 558, - [1040] = 862, - [1041] = 921, - [1042] = 871, - [1043] = 954, - [1044] = 555, - [1045] = 871, - [1046] = 543, - [1047] = 931, - [1048] = 855, - [1049] = 853, - [1050] = 850, - [1051] = 835, - [1052] = 844, - [1053] = 837, - [1054] = 929, - [1055] = 927, - [1056] = 926, - [1057] = 925, - [1058] = 931, - [1059] = 924, - [1060] = 910, - [1061] = 533, - [1062] = 541, - [1063] = 553, - [1064] = 955, - [1065] = 534, - [1066] = 536, - [1067] = 921, - [1068] = 555, - [1069] = 544, - [1070] = 956, - [1071] = 558, - [1072] = 557, - [1073] = 556, - [1074] = 967, - [1075] = 903, - [1076] = 970, - [1077] = 902, - [1078] = 884, - [1079] = 901, - [1080] = 828, - [1081] = 884, - [1082] = 871, - [1083] = 555, - [1084] = 858, - [1085] = 899, - [1086] = 897, - [1087] = 954, - [1088] = 942, - [1089] = 896, - [1090] = 944, - [1091] = 543, - [1092] = 842, - [1093] = 843, - [1094] = 970, - [1095] = 828, - [1096] = 552, - [1097] = 967, - [1098] = 556, - [1099] = 557, - [1100] = 541, - [1101] = 881, - [1102] = 877, - [1103] = 880, - [1104] = 880, - [1105] = 881, - [1106] = 828, - [1107] = 877, - [1108] = 843, - [1109] = 842, - [1110] = 858, - [1111] = 546, - [1112] = 543, - [1113] = 541, - [1114] = 862, - [1115] = 928, - [1116] = 557, - [1117] = 556, - [1118] = 545, - [1119] = 542, - [1120] = 933, - [1121] = 934, - [1122] = 938, - [1123] = 939, - [1124] = 941, - [1125] = 852, - [1126] = 896, - [1127] = 955, - [1128] = 897, - [1129] = 553, - [1130] = 856, - [1131] = 855, - [1132] = 899, - [1133] = 552, - [1134] = 956, - [1135] = 901, - [1136] = 902, - [1137] = 903, - [1138] = 553, - [1139] = 853, - [1140] = 910, - [1141] = 850, - [1142] = 835, - [1143] = 844, - [1144] = 837, - [1145] = 877, - [1146] = 880, - [1147] = 881, - [1148] = 884, - [1149] = 942, - [1150] = 933, - [1151] = 555, - [1152] = 897, - [1153] = 931, - [1154] = 929, - [1155] = 927, - [1156] = 926, - [1157] = 925, - [1158] = 942, - [1159] = 944, - [1160] = 924, - [1161] = 944, - [1162] = 954, - [1163] = 896, - [1164] = 955, - [1165] = 548, - [1166] = 933, - [1167] = 956, - [1168] = 944, - [1169] = 929, - [1170] = 954, - [1171] = 921, - [1172] = 942, - [1173] = 934, - [1174] = 941, - [1175] = 938, - [1176] = 939, - [1177] = 939, - [1178] = 955, - [1179] = 956, - [1180] = 542, - [1181] = 548, - [1182] = 938, - [1183] = 934, - [1184] = 545, - [1185] = 933, - [1186] = 933, - [1187] = 967, - [1188] = 927, - [1189] = 934, - [1190] = 938, - [1191] = 941, - [1192] = 899, - [1193] = 542, - [1194] = 967, - [1195] = 970, - [1196] = 910, - [1197] = 540, - [1198] = 547, - [1199] = 544, - [1200] = 939, - [1201] = 558, - [1202] = 903, - [1203] = 553, - [1204] = 902, - [1205] = 901, - [1206] = 901, - [1207] = 545, - [1208] = 970, - [1209] = 926, - [1210] = 931, - [1211] = 552, - [1212] = 931, - [1213] = 828, - [1214] = 547, - [1215] = 544, - [1216] = 540, - [1217] = 558, - [1218] = 884, - [1219] = 931, - [1220] = 954, - [1221] = 925, + [994] = 558, + [995] = 876, + [996] = 552, + [997] = 837, + [998] = 553, + [999] = 559, + [1000] = 557, + [1001] = 894, + [1002] = 823, + [1003] = 967, + [1004] = 968, + [1005] = 943, + [1006] = 942, + [1007] = 934, + [1008] = 941, + [1009] = 940, + [1010] = 840, + [1011] = 977, + [1012] = 841, + [1013] = 945, + [1014] = 935, + [1015] = 978, + [1016] = 968, + [1017] = 882, + [1018] = 881, + [1019] = 981, + [1020] = 894, + [1021] = 842, + [1022] = 843, + [1023] = 835, + [1024] = 936, + [1025] = 879, + [1026] = 878, + [1027] = 557, + [1028] = 876, + [1029] = 837, + [1030] = 953, + [1031] = 954, + [1032] = 1032, + [1033] = 548, + [1034] = 879, + [1035] = 981, + [1036] = 853, + [1037] = 556, + [1038] = 531, + [1039] = 937, + [1040] = 535, + [1041] = 536, + [1042] = 854, + [1043] = 853, + [1044] = 835, + [1045] = 879, + [1046] = 542, + [1047] = 843, + [1048] = 978, + [1049] = 854, + [1050] = 936, + [1051] = 935, + [1052] = 545, + [1053] = 937, + [1054] = 545, + [1055] = 933, + [1056] = 547, + [1057] = 932, + [1058] = 842, + [1059] = 841, + [1060] = 840, + [1061] = 930, + [1062] = 964, + [1063] = 536, + [1064] = 535, + [1065] = 891, + [1066] = 531, + [1067] = 932, + [1068] = 556, + [1069] = 920, + [1070] = 559, + [1071] = 556, + [1072] = 555, + [1073] = 553, + [1074] = 552, + [1075] = 930, + [1076] = 891, + [1077] = 934, + [1078] = 547, + [1079] = 558, + [1080] = 908, + [1081] = 878, + [1082] = 546, + [1083] = 881, + [1084] = 970, + [1085] = 882, + [1086] = 891, + [1087] = 906, + [1088] = 971, + [1089] = 904, + [1090] = 954, + [1091] = 953, + [1092] = 557, + [1093] = 826, + [1094] = 891, + [1095] = 879, + [1096] = 899, + [1097] = 964, + [1098] = 896, + [1099] = 933, + [1100] = 848, + [1101] = 882, + [1102] = 557, + [1103] = 559, + [1104] = 553, + [1105] = 949, + [1106] = 971, + [1107] = 881, + [1108] = 826, + [1109] = 852, + [1110] = 878, + [1111] = 849, + [1112] = 848, + [1113] = 849, + [1114] = 559, + [1115] = 553, + [1116] = 552, + [1117] = 894, + [1118] = 539, + [1119] = 540, + [1120] = 558, + [1121] = 546, + [1122] = 940, + [1123] = 941, + [1124] = 942, + [1125] = 943, + [1126] = 945, + [1127] = 852, + [1128] = 555, + [1129] = 949, + [1130] = 970, + [1131] = 896, + [1132] = 546, + [1133] = 558, + [1134] = 899, + [1135] = 552, + [1136] = 977, + [1137] = 878, + [1138] = 881, + [1139] = 904, + [1140] = 882, + [1141] = 906, + [1142] = 908, + [1143] = 826, + [1144] = 555, + [1145] = 837, + [1146] = 920, + [1147] = 876, + [1148] = 967, + [1149] = 945, + [1150] = 936, + [1151] = 936, + [1152] = 935, + [1153] = 953, + [1154] = 934, + [1155] = 933, + [1156] = 932, + [1157] = 930, + [1158] = 954, + [1159] = 949, + [1160] = 937, + [1161] = 556, + [1162] = 920, + [1163] = 545, + [1164] = 547, + [1165] = 908, + [1166] = 906, + [1167] = 904, + [1168] = 942, + [1169] = 937, + [1170] = 943, + [1171] = 826, + [1172] = 899, + [1173] = 964, + [1174] = 540, + [1175] = 973, + [1176] = 972, + [1177] = 539, + [1178] = 945, + [1179] = 940, + [1180] = 940, + [1181] = 967, + [1182] = 968, + [1183] = 896, + [1184] = 941, + [1185] = 942, + [1186] = 969, + [1187] = 949, + [1188] = 544, + [1189] = 943, + [1190] = 546, + [1191] = 558, + [1192] = 945, + [1193] = 896, + [1194] = 941, + [1195] = 548, + [1196] = 970, + [1197] = 542, + [1198] = 899, + [1199] = 557, + [1200] = 552, + [1201] = 553, + [1202] = 555, + [1203] = 559, + [1204] = 953, + [1205] = 954, + [1206] = 556, + [1207] = 557, + [1208] = 964, + [1209] = 559, + [1210] = 937, + [1211] = 556, + [1212] = 553, + [1213] = 1213, + [1214] = 552, + [1215] = 1215, + [1216] = 967, + [1217] = 879, + [1218] = 542, + [1219] = 968, + [1220] = 548, + [1221] = 904, [1222] = 558, - [1223] = 899, - [1224] = 902, - [1225] = 544, - [1226] = 929, - [1227] = 927, - [1228] = 926, - [1229] = 960, - [1230] = 929, - [1231] = 925, - [1232] = 927, - [1233] = 959, - [1234] = 924, - [1235] = 941, - [1236] = 903, - [1237] = 897, - [1238] = 552, - [1239] = 942, - [1240] = 558, - [1241] = 544, - [1242] = 553, - [1243] = 958, - [1244] = 896, - [1245] = 921, - [1246] = 926, - [1247] = 910, - [1248] = 944, - [1249] = 925, - [1250] = 924, - [1251] = 941, - [1252] = 556, - [1253] = 557, - [1254] = 553, + [1223] = 546, + [1224] = 970, + [1225] = 971, + [1226] = 936, + [1227] = 935, + [1228] = 934, + [1229] = 933, + [1230] = 932, + [1231] = 940, + [1232] = 942, + [1233] = 545, + [1234] = 943, + [1235] = 906, + [1236] = 547, + [1237] = 908, + [1238] = 891, + [1239] = 945, + [1240] = 971, + [1241] = 970, + [1242] = 547, + [1243] = 545, + [1244] = 557, + [1245] = 547, + [1246] = 930, + [1247] = 555, + [1248] = 555, + [1249] = 968, + [1250] = 920, + [1251] = 967, + [1252] = 936, + [1253] = 953, + [1254] = 964, [1255] = 545, - [1256] = 542, - [1257] = 540, - [1258] = 939, - [1259] = 921, - [1260] = 547, - [1261] = 546, - [1262] = 910, - [1263] = 553, - [1264] = 541, - [1265] = 543, - [1266] = 903, - [1267] = 902, - [1268] = 901, - [1269] = 546, + [1256] = 954, + [1257] = 930, + [1258] = 954, + [1259] = 539, + [1260] = 540, + [1261] = 920, + [1262] = 555, + [1263] = 953, + [1264] = 544, + [1265] = 943, + [1266] = 908, + [1267] = 906, + [1268] = 942, + [1269] = 904, [1270] = 899, - [1271] = 938, - [1272] = 897, - [1273] = 954, - [1274] = 546, - [1275] = 896, - [1276] = 934, - [1277] = 543, - [1278] = 555, - [1279] = 543, - [1280] = 921, - [1281] = 552, - [1282] = 970, - [1283] = 553, - [1284] = 541, - [1285] = 967, - [1286] = 541, - [1287] = 871, - [1288] = 910, - [1289] = 956, - [1290] = 553, - [1291] = 955, - [1292] = 955, - [1293] = 903, - [1294] = 956, - [1295] = 970, - [1296] = 967, - [1297] = 902, - [1298] = 556, - [1299] = 557, - [1300] = 555, - [1301] = 901, - [1302] = 1302, - [1303] = 557, - [1304] = 1304, - [1305] = 556, - [1306] = 899, - [1307] = 896, - [1308] = 877, + [1271] = 896, + [1272] = 941, + [1273] = 940, + [1274] = 949, + [1275] = 935, + [1276] = 540, + [1277] = 539, + [1278] = 934, + [1279] = 933, + [1280] = 937, + [1281] = 971, + [1282] = 555, + [1283] = 935, + [1284] = 934, + [1285] = 933, + [1286] = 932, + [1287] = 548, + [1288] = 542, + [1289] = 964, + [1290] = 932, + [1291] = 930, + [1292] = 559, + [1293] = 552, + [1294] = 553, + [1295] = 941, + [1296] = 971, + [1297] = 970, + [1298] = 546, + [1299] = 558, + [1300] = 920, + [1301] = 555, + [1302] = 908, + [1303] = 906, + [1304] = 904, + [1305] = 967, + [1306] = 968, + [1307] = 899, + [1308] = 882, [1309] = 881, - [1310] = 880, - [1311] = 897, - [1312] = 924, - [1313] = 856, - [1314] = 843, - [1315] = 924, - [1316] = 927, - [1317] = 962, - [1318] = 964, - [1319] = 929, - [1320] = 931, - [1321] = 543, - [1322] = 546, - [1323] = 558, - [1324] = 966, - [1325] = 544, - [1326] = 933, - [1327] = 934, - [1328] = 938, - [1329] = 552, + [1310] = 896, + [1311] = 949, + [1312] = 878, + [1313] = 943, + [1314] = 835, + [1315] = 949, + [1316] = 896, + [1317] = 848, + [1318] = 552, + [1319] = 553, + [1320] = 559, + [1321] = 899, + [1322] = 555, + [1323] = 546, + [1324] = 558, + [1325] = 904, + [1326] = 906, + [1327] = 547, + [1328] = 908, + [1329] = 545, [1330] = 557, - [1331] = 556, - [1332] = 858, - [1333] = 852, - [1334] = 837, - [1335] = 844, - [1336] = 835, - [1337] = 850, - [1338] = 853, - [1339] = 921, - [1340] = 855, - [1341] = 926, - [1342] = 966, - [1343] = 966, - [1344] = 548, - [1345] = 541, - [1346] = 942, - [1347] = 862, - [1348] = 944, - [1349] = 548, - [1350] = 954, - [1351] = 955, - [1352] = 956, - [1353] = 939, - [1354] = 842, - [1355] = 967, - [1356] = 941, - [1357] = 910, - [1358] = 964, - [1359] = 962, - [1360] = 553, - [1361] = 970, - [1362] = 925, - [1363] = 896, - [1364] = 897, - [1365] = 899, - [1366] = 903, - [1367] = 902, - [1368] = 962, - [1369] = 964, - [1370] = 901, - [1371] = 555, - [1372] = 555, - [1373] = 558, - [1374] = 546, - [1375] = 552, - [1376] = 540, - [1377] = 553, - [1378] = 553, - [1379] = 543, - [1380] = 541, - [1381] = 1304, - [1382] = 1302, - [1383] = 557, - [1384] = 545, - [1385] = 556, - [1386] = 542, - [1387] = 544, - [1388] = 553, - [1389] = 547, - [1390] = 553, + [1331] = 840, + [1332] = 920, + [1333] = 841, + [1334] = 977, + [1335] = 842, + [1336] = 978, + [1337] = 843, + [1338] = 945, + [1339] = 981, + [1340] = 853, + [1341] = 854, + [1342] = 930, + [1343] = 876, + [1344] = 837, + [1345] = 981, + [1346] = 978, + [1347] = 971, + [1348] = 970, + [1349] = 977, + [1350] = 968, + [1351] = 932, + [1352] = 967, + [1353] = 933, + [1354] = 964, + [1355] = 934, + [1356] = 935, + [1357] = 849, + [1358] = 936, + [1359] = 937, + [1360] = 981, + [1361] = 852, + [1362] = 978, + [1363] = 977, + [1364] = 953, + [1365] = 556, + [1366] = 544, + [1367] = 954, + [1368] = 544, + [1369] = 940, + [1370] = 942, + [1371] = 941, + [1372] = 553, + [1373] = 545, + [1374] = 540, + [1375] = 539, + [1376] = 547, + [1377] = 552, + [1378] = 555, + [1379] = 558, + [1380] = 556, + [1381] = 1213, + [1382] = 1215, + [1383] = 555, + [1384] = 559, + [1385] = 557, + [1386] = 546, + [1387] = 555, + [1388] = 555, + [1389] = 542, + [1390] = 548, [1391] = 1391, [1392] = 1392, [1393] = 1393, [1394] = 1394, - [1395] = 542, - [1396] = 545, - [1397] = 1302, - [1398] = 1394, - [1399] = 540, - [1400] = 1393, - [1401] = 547, - [1402] = 1304, + [1395] = 548, + [1396] = 540, + [1397] = 1213, + [1398] = 1393, + [1399] = 542, + [1400] = 1394, + [1401] = 539, + [1402] = 1215, [1403] = 1394, [1404] = 1394, - [1405] = 1394, + [1405] = 1393, [1406] = 1393, - [1407] = 1393, + [1407] = 1394, [1408] = 1393, [1409] = 1393, [1410] = 1394, - [1411] = 1394, - [1412] = 1412, - [1413] = 1393, - [1414] = 1394, - [1415] = 1415, - [1416] = 1393, + [1411] = 1411, + [1412] = 1394, + [1413] = 555, + [1414] = 545, + [1415] = 1393, + [1416] = 1394, [1417] = 1417, - [1418] = 553, - [1419] = 544, - [1420] = 1393, - [1421] = 1421, + [1418] = 547, + [1419] = 1393, + [1420] = 1420, + [1421] = 1393, [1422] = 1422, [1423] = 1394, - [1424] = 558, - [1425] = 1412, - [1426] = 1304, - [1427] = 1304, - [1428] = 1302, - [1429] = 1429, - [1430] = 542, - [1431] = 1431, - [1432] = 545, - [1433] = 540, - [1434] = 837, - [1435] = 844, - [1436] = 835, - [1437] = 1429, - [1438] = 850, - [1439] = 853, - [1440] = 545, - [1441] = 542, - [1442] = 547, - [1443] = 1429, - [1444] = 855, - [1445] = 856, - [1446] = 558, - [1447] = 1302, - [1448] = 544, - [1449] = 1304, - [1450] = 553, - [1451] = 1429, - [1452] = 547, - [1453] = 540, - [1454] = 1454, - [1455] = 1455, - [1456] = 1302, - [1457] = 1429, - [1458] = 1429, - [1459] = 1422, - [1460] = 1421, - [1461] = 1429, - [1462] = 1429, - [1463] = 545, - [1464] = 542, - [1465] = 1429, + [1424] = 1424, + [1425] = 555, + [1426] = 540, + [1427] = 1427, + [1428] = 1428, + [1429] = 1215, + [1430] = 1213, + [1431] = 1215, + [1432] = 1213, + [1433] = 1422, + [1434] = 542, + [1435] = 548, + [1436] = 1428, + [1437] = 1428, + [1438] = 837, + [1439] = 876, + [1440] = 1428, + [1441] = 1441, + [1442] = 1428, + [1443] = 1443, + [1444] = 1420, + [1445] = 1215, + [1446] = 1428, + [1447] = 1213, + [1448] = 540, + [1449] = 539, + [1450] = 1417, + [1451] = 1428, + [1452] = 854, + [1453] = 545, + [1454] = 540, + [1455] = 542, + [1456] = 548, + [1457] = 1428, + [1458] = 542, + [1459] = 835, + [1460] = 842, + [1461] = 548, + [1462] = 843, + [1463] = 1428, + [1464] = 853, + [1465] = 1428, [1466] = 1466, - [1467] = 862, - [1468] = 852, - [1469] = 1429, - [1470] = 547, - [1471] = 540, + [1467] = 539, + [1468] = 840, + [1469] = 547, + [1470] = 539, + [1471] = 841, [1472] = 1472, - [1473] = 1472, - [1474] = 1466, - [1475] = 1431, - [1476] = 1472, - [1477] = 1477, - [1478] = 1478, - [1479] = 1477, - [1480] = 1417, - [1481] = 1472, - [1482] = 1455, - [1483] = 1472, - [1484] = 1472, - [1485] = 1472, - [1486] = 1472, - [1487] = 1454, - [1488] = 1472, - [1489] = 1415, - [1490] = 1490, - [1491] = 1478, - [1492] = 1472, - [1493] = 1477, + [1473] = 1473, + [1474] = 1474, + [1475] = 1474, + [1476] = 1473, + [1477] = 1427, + [1478] = 1411, + [1479] = 1474, + [1480] = 1472, + [1481] = 1474, + [1482] = 1474, + [1483] = 1474, + [1484] = 1484, + [1485] = 1466, + [1486] = 1473, + [1487] = 1424, + [1488] = 1474, + [1489] = 1474, + [1490] = 1474, + [1491] = 1443, + [1492] = 1474, + [1493] = 1441, [1494] = 1394, [1495] = 1495, - [1496] = 1393, - [1497] = 1497, + [1496] = 1496, + [1497] = 1393, [1498] = 1498, [1499] = 1499, - [1500] = 1500, - [1501] = 1500, + [1500] = 1498, + [1501] = 1499, [1502] = 1502, - [1503] = 1498, + [1503] = 1503, [1504] = 1504, [1505] = 1504, [1506] = 1506, @@ -4268,433 +4268,433 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1510] = 1508, [1511] = 1511, [1512] = 1508, - [1513] = 1508, + [1513] = 1513, [1514] = 1508, - [1515] = 1515, + [1515] = 1508, [1516] = 1508, [1517] = 1508, [1518] = 1518, [1519] = 1519, [1520] = 1520, - [1521] = 1521, + [1521] = 1519, [1522] = 1518, - [1523] = 1523, - [1524] = 1518, - [1525] = 1519, - [1526] = 1518, + [1523] = 1520, + [1524] = 1524, + [1525] = 1525, + [1526] = 1520, [1527] = 1527, - [1528] = 1521, + [1528] = 1518, [1529] = 1518, - [1530] = 1521, - [1531] = 1519, + [1530] = 1519, + [1531] = 1520, [1532] = 1532, - [1533] = 1533, - [1534] = 1534, - [1535] = 1521, - [1536] = 1518, - [1537] = 1537, - [1538] = 1521, - [1539] = 1519, - [1540] = 1521, - [1541] = 1519, + [1533] = 1520, + [1534] = 1519, + [1535] = 1519, + [1536] = 1520, + [1537] = 1518, + [1538] = 1518, + [1539] = 1539, + [1540] = 1540, + [1541] = 1541, [1542] = 1542, - [1543] = 1518, - [1544] = 1518, - [1545] = 1545, - [1546] = 1546, - [1547] = 1519, - [1548] = 1521, + [1543] = 1519, + [1544] = 1544, + [1545] = 1520, + [1546] = 1519, + [1547] = 1518, + [1548] = 1518, [1549] = 1549, - [1550] = 1521, - [1551] = 1519, + [1550] = 1550, + [1551] = 1520, [1552] = 1519, - [1553] = 1515, + [1553] = 1513, [1554] = 1554, - [1555] = 1554, + [1555] = 1550, [1556] = 1556, - [1557] = 1511, - [1558] = 1558, - [1559] = 1554, - [1560] = 1554, - [1561] = 1556, - [1562] = 1507, - [1563] = 1563, - [1564] = 1533, - [1565] = 1565, - [1566] = 1523, - [1567] = 1542, - [1568] = 1556, - [1569] = 1549, - [1570] = 1556, - [1571] = 1556, - [1572] = 1556, - [1573] = 1511, - [1574] = 1546, - [1575] = 1575, - [1576] = 1554, - [1577] = 1558, - [1578] = 1507, - [1579] = 1556, - [1580] = 1554, - [1581] = 1554, - [1582] = 1554, + [1557] = 1557, + [1558] = 1511, + [1559] = 1544, + [1560] = 1557, + [1561] = 1507, + [1562] = 1562, + [1563] = 1513, + [1564] = 1541, + [1565] = 1507, + [1566] = 1562, + [1567] = 1540, + [1568] = 1557, + [1569] = 1569, + [1570] = 1549, + [1571] = 1562, + [1572] = 1557, + [1573] = 1562, + [1574] = 1562, + [1575] = 1557, + [1576] = 1576, + [1577] = 1557, + [1578] = 1578, + [1579] = 1511, + [1580] = 1557, + [1581] = 1562, + [1582] = 1557, [1583] = 1556, - [1584] = 1520, - [1585] = 1515, - [1586] = 1556, - [1587] = 1587, - [1588] = 1554, - [1589] = 1533, - [1590] = 1590, + [1584] = 1562, + [1585] = 1539, + [1586] = 1562, + [1587] = 1557, + [1588] = 1562, + [1589] = 1540, + [1590] = 1540, [1591] = 1591, [1592] = 1592, [1593] = 1593, - [1594] = 1511, - [1595] = 1520, - [1596] = 1533, - [1597] = 1523, - [1598] = 1542, + [1594] = 1550, + [1595] = 1511, + [1596] = 1544, + [1597] = 1541, + [1598] = 1556, [1599] = 1549, - [1600] = 1546, - [1601] = 1558, - [1602] = 1520, - [1603] = 1507, - [1604] = 1546, + [1600] = 1513, + [1601] = 1507, + [1602] = 1540, + [1603] = 1541, + [1604] = 1544, [1605] = 1511, - [1606] = 1606, - [1607] = 1607, + [1606] = 1550, + [1607] = 1556, [1608] = 1608, [1609] = 1609, - [1610] = 1558, - [1611] = 1611, + [1610] = 1539, + [1611] = 1549, [1612] = 1549, - [1613] = 1515, - [1614] = 1542, - [1615] = 1523, - [1616] = 1533, - [1617] = 1533, - [1618] = 1523, + [1613] = 1550, + [1614] = 1544, + [1615] = 1541, + [1616] = 1540, + [1617] = 1617, + [1618] = 1507, [1619] = 1619, - [1620] = 1542, - [1621] = 1515, - [1622] = 1549, - [1623] = 1507, - [1624] = 1546, - [1625] = 1520, - [1626] = 1542, - [1627] = 1523, - [1628] = 1507, - [1629] = 1520, - [1630] = 1546, - [1631] = 1511, - [1632] = 1549, - [1633] = 1515, + [1620] = 1539, + [1621] = 1621, + [1622] = 1511, + [1623] = 1544, + [1624] = 1513, + [1625] = 1513, + [1626] = 1541, + [1627] = 1627, + [1628] = 1539, + [1629] = 1539, + [1630] = 1507, + [1631] = 1550, + [1632] = 1632, + [1633] = 1549, [1634] = 1634, - [1635] = 1533, - [1636] = 1542, - [1637] = 1546, - [1638] = 1523, - [1639] = 1639, - [1640] = 1634, - [1641] = 1611, - [1642] = 1533, - [1643] = 1643, - [1644] = 1644, - [1645] = 1645, + [1635] = 1507, + [1636] = 1636, + [1637] = 1637, + [1638] = 1638, + [1639] = 1637, + [1640] = 1539, + [1641] = 1641, + [1642] = 1540, + [1643] = 1549, + [1644] = 1541, + [1645] = 1544, [1646] = 1646, - [1647] = 1647, - [1648] = 1646, - [1649] = 1511, - [1650] = 1533, - [1651] = 1523, - [1652] = 1647, - [1653] = 1634, - [1654] = 1647, - [1655] = 1645, - [1656] = 1634, - [1657] = 1657, - [1658] = 1658, - [1659] = 1634, - [1660] = 1660, - [1661] = 1542, - [1662] = 1511, + [1647] = 1550, + [1648] = 1619, + [1649] = 1637, + [1650] = 1549, + [1651] = 1549, + [1652] = 1652, + [1653] = 1653, + [1654] = 1539, + [1655] = 1513, + [1656] = 1656, + [1657] = 1636, + [1658] = 1550, + [1659] = 1511, + [1660] = 1637, + [1661] = 1661, + [1662] = 1544, [1663] = 1663, - [1664] = 1507, - [1665] = 1515, - [1666] = 1520, - [1667] = 1646, - [1668] = 1549, - [1669] = 1669, - [1670] = 1549, - [1671] = 1634, - [1672] = 1645, - [1673] = 1673, - [1674] = 1634, - [1675] = 1675, - [1676] = 1676, - [1677] = 1515, - [1678] = 1565, + [1664] = 1541, + [1665] = 1540, + [1666] = 1636, + [1667] = 1667, + [1668] = 1637, + [1669] = 1541, + [1670] = 1544, + [1671] = 1671, + [1672] = 1672, + [1673] = 1637, + [1674] = 1674, + [1675] = 1539, + [1676] = 1511, + [1677] = 1507, + [1678] = 1637, [1679] = 1679, - [1680] = 1523, - [1681] = 1542, - [1682] = 1549, + [1680] = 1637, + [1681] = 1681, + [1682] = 1682, [1683] = 1683, - [1684] = 1684, - [1685] = 1546, - [1686] = 1507, - [1687] = 1634, - [1688] = 1520, - [1689] = 1689, - [1690] = 1690, + [1684] = 1637, + [1685] = 1685, + [1686] = 1550, + [1687] = 1578, + [1688] = 1634, + [1689] = 1674, + [1690] = 1674, [1691] = 1634, - [1692] = 1520, - [1693] = 1634, - [1694] = 1546, - [1695] = 1695, - [1696] = 1696, + [1692] = 1637, + [1693] = 1540, + [1694] = 1694, + [1695] = 1513, + [1696] = 1578, [1697] = 1697, [1698] = 1698, [1699] = 1699, [1700] = 1700, - [1701] = 1696, + [1701] = 1701, [1702] = 1702, - [1703] = 1703, - [1704] = 1695, + [1703] = 1698, + [1704] = 1704, [1705] = 1705, - [1706] = 1695, - [1707] = 1707, - [1708] = 1702, - [1709] = 1703, - [1710] = 1703, - [1711] = 1695, - [1712] = 1712, - [1713] = 1702, - [1714] = 1695, - [1715] = 1696, - [1716] = 1716, - [1717] = 1717, - [1718] = 1565, - [1719] = 1565, - [1720] = 1720, - [1721] = 1695, - [1722] = 1695, - [1723] = 1611, + [1706] = 1619, + [1707] = 1699, + [1708] = 1701, + [1709] = 1709, + [1710] = 1710, + [1711] = 1711, + [1712] = 1699, + [1713] = 1713, + [1714] = 1698, + [1715] = 1715, + [1716] = 1699, + [1717] = 1711, + [1718] = 1718, + [1719] = 1578, + [1720] = 1709, + [1721] = 1699, + [1722] = 1699, + [1723] = 1711, [1724] = 1724, - [1725] = 1695, + [1725] = 1699, [1726] = 1726, - [1727] = 1712, - [1728] = 1712, - [1729] = 1729, + [1727] = 1709, + [1728] = 1699, + [1729] = 1701, [1730] = 1730, - [1731] = 1415, + [1731] = 1731, [1732] = 1732, [1733] = 1733, - [1734] = 1417, + [1734] = 1734, [1735] = 1735, - [1736] = 1732, - [1737] = 1737, + [1736] = 1736, + [1737] = 1736, [1738] = 1738, - [1739] = 1739, - [1740] = 1740, - [1741] = 1741, + [1739] = 1738, + [1740] = 1672, + [1741] = 1424, [1742] = 1742, [1743] = 1743, [1744] = 1744, - [1745] = 1743, - [1746] = 1746, + [1745] = 1745, + [1746] = 1735, [1747] = 1747, - [1748] = 1611, - [1749] = 1619, + [1748] = 1748, + [1749] = 1749, [1750] = 1750, - [1751] = 1751, - [1752] = 1744, + [1751] = 1742, + [1752] = 1752, [1753] = 1619, [1754] = 1754, - [1755] = 1737, + [1755] = 1755, [1756] = 1756, - [1757] = 1757, - [1758] = 1757, - [1759] = 1750, - [1760] = 1760, - [1761] = 1757, - [1762] = 1754, + [1757] = 1593, + [1758] = 1411, + [1759] = 1734, + [1760] = 1748, + [1761] = 1761, + [1762] = 1762, [1763] = 1763, [1764] = 1764, [1765] = 1765, - [1766] = 1742, - [1767] = 1767, - [1768] = 1754, - [1769] = 1769, - [1770] = 1643, + [1766] = 1734, + [1767] = 1593, + [1768] = 1768, + [1769] = 1768, + [1770] = 1770, [1771] = 1771, [1772] = 1772, - [1773] = 1773, - [1774] = 1619, - [1775] = 1767, - [1776] = 1776, - [1777] = 1777, + [1773] = 1762, + [1774] = 1745, + [1775] = 1775, + [1776] = 1763, + [1777] = 1763, [1778] = 1778, - [1779] = 1740, - [1780] = 1746, - [1781] = 1746, + [1779] = 1735, + [1780] = 1747, + [1781] = 1755, [1782] = 1782, [1783] = 1783, - [1784] = 1767, - [1785] = 1765, - [1786] = 1786, - [1787] = 1771, + [1784] = 1784, + [1785] = 1619, + [1786] = 1782, + [1787] = 1754, [1788] = 1788, - [1789] = 1789, - [1790] = 1760, - [1791] = 1769, - [1792] = 1658, - [1793] = 1793, + [1789] = 1748, + [1790] = 1782, + [1791] = 1791, + [1792] = 1744, + [1793] = 1619, [1794] = 1794, - [1795] = 1789, - [1796] = 1796, - [1797] = 1778, - [1798] = 1798, + [1795] = 1791, + [1796] = 1794, + [1797] = 1656, + [1798] = 1593, [1799] = 1799, [1800] = 1800, - [1801] = 1732, - [1802] = 1738, - [1803] = 1763, + [1801] = 1801, + [1802] = 1775, + [1803] = 1770, [1804] = 1804, [1805] = 1805, - [1806] = 1778, - [1807] = 1756, - [1808] = 1611, - [1809] = 1765, - [1810] = 1658, - [1811] = 1789, + [1806] = 1806, + [1807] = 1807, + [1808] = 1807, + [1809] = 1809, + [1810] = 1656, + [1811] = 1800, [1812] = 1812, - [1813] = 1611, - [1814] = 1800, - [1815] = 1746, - [1816] = 1816, - [1817] = 1817, - [1818] = 1818, - [1819] = 1819, - [1820] = 1818, - [1821] = 1455, - [1822] = 1817, - [1823] = 1823, - [1824] = 1769, - [1825] = 1818, - [1826] = 1826, + [1813] = 1681, + [1814] = 1814, + [1815] = 1748, + [1816] = 1800, + [1817] = 1794, + [1818] = 1744, + [1819] = 1681, + [1820] = 1656, + [1821] = 1821, + [1822] = 1791, + [1823] = 1544, + [1824] = 1824, + [1825] = 1825, + [1826] = 1768, [1827] = 1827, - [1828] = 1828, - [1829] = 1817, - [1830] = 1827, - [1831] = 1735, - [1832] = 1832, - [1833] = 1742, - [1834] = 1804, - [1835] = 1523, + [1828] = 1540, + [1829] = 1829, + [1830] = 1427, + [1831] = 1541, + [1832] = 1807, + [1833] = 1833, + [1834] = 1825, + [1835] = 1539, [1836] = 1836, [1837] = 1837, [1838] = 1838, [1839] = 1839, - [1840] = 1542, - [1841] = 1747, - [1842] = 1533, - [1843] = 1760, - [1844] = 1818, - [1845] = 1737, - [1846] = 1743, - [1847] = 1819, - [1848] = 1848, - [1849] = 1819, - [1850] = 1742, - [1851] = 1851, + [1840] = 1681, + [1841] = 1443, + [1842] = 1754, + [1843] = 1801, + [1844] = 1844, + [1845] = 1836, + [1846] = 1755, + [1847] = 1762, + [1848] = 1827, + [1849] = 1849, + [1850] = 1752, + [1851] = 1836, [1852] = 1852, - [1853] = 1750, - [1854] = 1744, - [1855] = 1855, - [1856] = 1763, - [1857] = 1769, + [1853] = 1837, + [1854] = 1825, + [1855] = 1441, + [1856] = 1825, + [1857] = 1733, [1858] = 1827, - [1859] = 1466, - [1860] = 1826, - [1861] = 1861, - [1862] = 1862, - [1863] = 1863, - [1864] = 1737, - [1865] = 1818, - [1866] = 1866, - [1867] = 1818, - [1868] = 1756, - [1869] = 1658, + [1859] = 1791, + [1860] = 1860, + [1861] = 1825, + [1862] = 1825, + [1863] = 1762, + [1864] = 1864, + [1865] = 1852, + [1866] = 1743, + [1867] = 1867, + [1868] = 1868, + [1869] = 1742, [1870] = 1870, - [1871] = 1871, - [1872] = 1818, - [1873] = 1431, + [1871] = 1825, + [1872] = 1738, + [1873] = 1873, [1874] = 1874, - [1875] = 1773, + [1875] = 1875, [1876] = 1876, - [1877] = 1818, - [1878] = 1744, - [1879] = 1818, - [1880] = 1549, - [1881] = 1743, - [1882] = 1882, - [1883] = 1750, - [1884] = 1855, - [1885] = 1520, - [1886] = 1739, - [1887] = 1760, - [1888] = 1826, - [1889] = 1889, - [1890] = 1783, - [1891] = 1756, - [1892] = 1454, - [1893] = 1818, - [1894] = 1546, - [1895] = 1895, - [1896] = 1896, - [1897] = 1897, - [1898] = 1898, - [1899] = 1899, + [1877] = 1877, + [1878] = 1878, + [1879] = 1768, + [1880] = 1736, + [1881] = 1825, + [1882] = 1730, + [1883] = 1809, + [1884] = 1884, + [1885] = 1825, + [1886] = 1886, + [1887] = 1825, + [1888] = 1888, + [1889] = 1833, + [1890] = 1742, + [1891] = 1549, + [1892] = 1837, + [1893] = 1738, + [1894] = 1852, + [1895] = 1550, + [1896] = 1466, + [1897] = 1736, + [1898] = 1755, + [1899] = 1754, [1900] = 1900, [1901] = 1901, - [1902] = 1902, + [1902] = 1829, [1903] = 1903, [1904] = 1904, - [1905] = 1905, - [1906] = 1837, + [1905] = 1874, + [1906] = 1906, [1907] = 1907, - [1908] = 1876, - [1909] = 1909, + [1908] = 1824, + [1909] = 1743, [1910] = 1910, - [1911] = 1911, + [1911] = 1839, [1912] = 1912, [1913] = 1913, [1914] = 1914, - [1915] = 1828, - [1916] = 1735, + [1915] = 1915, + [1916] = 1916, [1917] = 1917, [1918] = 1918, - [1919] = 1919, - [1920] = 1832, + [1919] = 1849, + [1920] = 1920, [1921] = 1921, [1922] = 1922, - [1923] = 1861, - [1924] = 1912, + [1923] = 1904, + [1924] = 1924, [1925] = 1925, - [1926] = 1926, - [1927] = 1927, - [1928] = 1925, - [1929] = 1905, + [1926] = 1920, + [1927] = 1917, + [1928] = 1928, + [1929] = 1929, [1930] = 1930, [1931] = 1931, - [1932] = 1739, - [1933] = 1933, - [1934] = 1871, + [1932] = 1932, + [1933] = 1884, + [1934] = 1934, [1935] = 1935, [1936] = 1936, [1937] = 1937, [1938] = 1938, - [1939] = 1939, + [1939] = 1733, [1940] = 1940, [1941] = 1941, [1942] = 1942, @@ -4702,232 +4702,232 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1944] = 1944, [1945] = 1945, [1946] = 1946, - [1947] = 1947, + [1947] = 1943, [1948] = 1948, - [1949] = 1545, - [1950] = 1735, + [1949] = 1949, + [1950] = 1950, [1951] = 1951, - [1952] = 1741, + [1952] = 1952, [1953] = 1953, - [1954] = 1431, + [1954] = 1954, [1955] = 1955, - [1956] = 1956, + [1956] = 1542, [1957] = 1957, - [1958] = 1958, - [1959] = 1959, + [1958] = 1743, + [1959] = 1750, [1960] = 1960, [1961] = 1961, [1962] = 1962, - [1963] = 1963, - [1964] = 1417, - [1965] = 1415, - [1966] = 1783, - [1967] = 1956, - [1968] = 1957, + [1963] = 1466, + [1964] = 1964, + [1965] = 1965, + [1966] = 1966, + [1967] = 1967, + [1968] = 1424, [1969] = 1969, - [1970] = 1926, + [1970] = 575, [1971] = 1971, - [1972] = 1739, - [1973] = 1973, - [1974] = 573, - [1975] = 1945, - [1976] = 1944, - [1977] = 1739, - [1978] = 1978, - [1979] = 1735, - [1980] = 1417, - [1981] = 1981, - [1982] = 1739, - [1983] = 1751, - [1984] = 1984, - [1985] = 1772, - [1986] = 1948, - [1987] = 1945, - [1988] = 1969, - [1989] = 1939, - [1990] = 1990, - [1991] = 1944, - [1992] = 1978, - [1993] = 1799, - [1994] = 1953, - [1995] = 1969, - [1996] = 571, - [1997] = 1956, - [1998] = 1978, - [1999] = 1999, - [2000] = 2000, - [2001] = 1953, - [2002] = 2002, - [2003] = 577, - [2004] = 2004, - [2005] = 2005, - [2006] = 1948, - [2007] = 1957, - [2008] = 1947, - [2009] = 1938, - [2010] = 1946, - [2011] = 1945, - [2012] = 1944, - [2013] = 1969, - [2014] = 2014, + [1972] = 1972, + [1973] = 1411, + [1974] = 1961, + [1975] = 1962, + [1976] = 1730, + [1977] = 1916, + [1978] = 1733, + [1979] = 1945, + [1980] = 1980, + [1981] = 1733, + [1982] = 1982, + [1983] = 1743, + [1984] = 1943, + [1985] = 1946, + [1986] = 1986, + [1987] = 1411, + [1988] = 1988, + [1989] = 1989, + [1990] = 1733, + [1991] = 1732, + [1992] = 1972, + [1993] = 1993, + [1994] = 1994, + [1995] = 574, + [1996] = 1805, + [1997] = 1986, + [1998] = 1950, + [1999] = 1943, + [2000] = 1946, + [2001] = 1814, + [2002] = 1960, + [2003] = 1972, + [2004] = 1961, + [2005] = 1986, + [2006] = 2006, + [2007] = 2007, + [2008] = 2008, + [2009] = 1960, + [2010] = 576, + [2011] = 2011, + [2012] = 1743, + [2013] = 1950, + [2014] = 1949, [2015] = 2015, - [2016] = 1939, - [2017] = 1990, - [2018] = 1978, + [2016] = 1948, + [2017] = 1943, + [2018] = 1946, [2019] = 2019, - [2020] = 1735, - [2021] = 1935, - [2022] = 2022, - [2023] = 2015, - [2024] = 2022, - [2025] = 2000, - [2026] = 2014, - [2027] = 1938, - [2028] = 2000, - [2029] = 1747, - [2030] = 2030, - [2031] = 1907, - [2032] = 1903, - [2033] = 1978, - [2034] = 2034, - [2035] = 1951, - [2036] = 1990, - [2037] = 1939, - [2038] = 2038, - [2039] = 1969, - [2040] = 1939, - [2041] = 1948, - [2042] = 2042, - [2043] = 1990, - [2044] = 1947, - [2045] = 2014, - [2046] = 1944, - [2047] = 1945, - [2048] = 1946, - [2049] = 1946, - [2050] = 1938, - [2051] = 1947, - [2052] = 2038, - [2053] = 1945, - [2054] = 1948, - [2055] = 1944, - [2056] = 1978, - [2057] = 1969, - [2058] = 1938, - [2059] = 1788, - [2060] = 2060, - [2061] = 1939, - [2062] = 1990, - [2063] = 1941, - [2064] = 1978, - [2065] = 884, - [2066] = 2000, - [2067] = 1961, - [2068] = 2034, - [2069] = 1958, - [2070] = 1940, - [2071] = 1793, - [2072] = 2072, - [2073] = 2014, - [2074] = 1417, - [2075] = 2014, - [2076] = 2005, - [2077] = 1943, - [2078] = 1730, - [2079] = 1948, - [2080] = 1804, - [2081] = 2000, - [2082] = 1532, - [2083] = 2083, - [2084] = 1902, + [2020] = 1942, + [2021] = 2021, + [2022] = 1972, + [2023] = 1912, + [2024] = 2024, + [2025] = 1993, + [2026] = 1532, + [2027] = 2027, + [2028] = 2027, + [2029] = 2021, + [2030] = 1962, + [2031] = 1994, + [2032] = 1986, + [2033] = 1993, + [2034] = 2006, + [2035] = 577, + [2036] = 2006, + [2037] = 2037, + [2038] = 1942, + [2039] = 1986, + [2040] = 2015, + [2041] = 1801, + [2042] = 1994, + [2043] = 1993, + [2044] = 1953, + [2045] = 1972, + [2046] = 1994, + [2047] = 1928, + [2048] = 1901, + [2049] = 1950, + [2050] = 1942, + [2051] = 2051, + [2052] = 1946, + [2053] = 1943, + [2054] = 1949, + [2055] = 1948, + [2056] = 2024, + [2057] = 1949, + [2058] = 1948, + [2059] = 1986, + [2060] = 1950, + [2061] = 1943, + [2062] = 1946, + [2063] = 2015, + [2064] = 2015, + [2065] = 1972, + [2066] = 1993, + [2067] = 1994, + [2068] = 1954, + [2069] = 2051, + [2070] = 1411, + [2071] = 1986, + [2072] = 891, + [2073] = 1964, + [2074] = 2006, + [2075] = 1952, + [2076] = 1964, + [2077] = 2077, + [2078] = 1942, + [2079] = 1965, + [2080] = 1731, + [2081] = 1951, + [2082] = 2082, + [2083] = 2015, + [2084] = 1772, [2085] = 2085, - [2086] = 2086, - [2087] = 1963, - [2088] = 1937, - [2089] = 1948, - [2090] = 1938, - [2091] = 1900, - [2092] = 2092, - [2093] = 1947, - [2094] = 1946, - [2095] = 2014, - [2096] = 1945, - [2097] = 1944, - [2098] = 2083, - [2099] = 1969, - [2100] = 2100, - [2101] = 1939, - [2102] = 1990, - [2103] = 1978, - [2104] = 569, - [2105] = 2000, - [2106] = 2000, - [2107] = 1961, - [2108] = 2014, - [2109] = 572, - [2110] = 871, - [2111] = 1978, - [2112] = 2112, - [2113] = 1938, - [2114] = 1990, - [2115] = 1939, - [2116] = 1944, - [2117] = 1969, - [2118] = 2086, - [2119] = 1729, + [2086] = 1778, + [2087] = 2006, + [2088] = 1950, + [2089] = 1809, + [2090] = 2090, + [2091] = 1934, + [2092] = 1950, + [2093] = 2093, + [2094] = 1971, + [2095] = 1949, + [2096] = 1929, + [2097] = 2015, + [2098] = 1948, + [2099] = 1943, + [2100] = 1946, + [2101] = 2082, + [2102] = 1942, + [2103] = 1972, + [2104] = 2104, + [2105] = 1993, + [2106] = 1994, + [2107] = 1986, + [2108] = 879, + [2109] = 2006, + [2110] = 1938, + [2111] = 1942, + [2112] = 578, + [2113] = 2006, + [2114] = 2015, + [2115] = 2085, + [2116] = 1764, + [2117] = 2117, + [2118] = 1986, + [2119] = 1946, [2120] = 2120, - [2121] = 2121, - [2122] = 2122, - [2123] = 1944, - [2124] = 1945, - [2125] = 2034, - [2126] = 1946, - [2127] = 1945, - [2128] = 1947, - [2129] = 2129, - [2130] = 1948, - [2131] = 1948, - [2132] = 1938, - [2133] = 2133, - [2134] = 1969, - [2135] = 2038, - [2136] = 2015, - [2137] = 2022, - [2138] = 1946, - [2139] = 1947, - [2140] = 1537, - [2141] = 1961, - [2142] = 1935, - [2143] = 2000, - [2144] = 1945, - [2145] = 2014, - [2146] = 2133, - [2147] = 1947, - [2148] = 1946, + [2121] = 1994, + [2122] = 1993, + [2123] = 2051, + [2124] = 1972, + [2125] = 2125, + [2126] = 2126, + [2127] = 1950, + [2128] = 1949, + [2129] = 2024, + [2130] = 1946, + [2131] = 1943, + [2132] = 1943, + [2133] = 1948, + [2134] = 1972, + [2135] = 1949, + [2136] = 2136, + [2137] = 1912, + [2138] = 1950, + [2139] = 2139, + [2140] = 1948, + [2141] = 1949, + [2142] = 2021, + [2143] = 2027, + [2144] = 2144, + [2145] = 2015, + [2146] = 1986, + [2147] = 1524, + [2148] = 1964, [2149] = 2149, - [2150] = 1978, - [2151] = 2151, - [2152] = 2072, - [2153] = 1944, - [2154] = 1990, - [2155] = 2155, + [2150] = 1948, + [2151] = 1946, + [2152] = 2139, + [2153] = 2149, + [2154] = 1942, + [2155] = 1994, [2156] = 2156, - [2157] = 2157, - [2158] = 1690, - [2159] = 2159, - [2160] = 2160, - [2161] = 1455, + [2157] = 2006, + [2158] = 1993, + [2159] = 577, + [2160] = 1839, + [2161] = 2161, [2162] = 2162, - [2163] = 2163, + [2163] = 1679, [2164] = 2164, [2165] = 2165, - [2166] = 2166, + [2166] = 1443, [2167] = 2167, [2168] = 2168, - [2169] = 1563, - [2170] = 2170, - [2171] = 2166, - [2172] = 2172, + [2169] = 2169, + [2170] = 1864, + [2171] = 2171, + [2172] = 1554, [2173] = 2173, [2174] = 2174, [2175] = 2175, @@ -4940,7 +4940,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2182] = 2182, [2183] = 2183, [2184] = 2184, - [2185] = 571, + [2185] = 2185, [2186] = 2186, [2187] = 2187, [2188] = 2188, @@ -4949,304 +4949,308 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2191] = 2191, [2192] = 2192, [2193] = 2193, - [2194] = 572, - [2195] = 2195, - [2196] = 1848, + [2194] = 2194, + [2195] = 574, + [2196] = 2196, [2197] = 2197, [2198] = 2198, [2199] = 2199, - [2200] = 2197, + [2200] = 2200, [2201] = 2201, - [2202] = 1848, - [2203] = 1689, - [2204] = 2165, - [2205] = 644, - [2206] = 2206, + [2202] = 2175, + [2203] = 1671, + [2204] = 2204, + [2205] = 1441, + [2206] = 578, [2207] = 2207, - [2208] = 2173, - [2209] = 2209, - [2210] = 2210, + [2208] = 2208, + [2209] = 643, + [2210] = 2207, [2211] = 2211, - [2212] = 1454, - [2213] = 2213, - [2214] = 1466, + [2212] = 2212, + [2213] = 2193, + [2214] = 2214, [2215] = 2215, - [2216] = 1454, - [2217] = 2172, + [2216] = 2216, + [2217] = 2175, [2218] = 2218, - [2219] = 2219, - [2220] = 2220, - [2221] = 2173, - [2222] = 1466, - [2223] = 1431, + [2219] = 2176, + [2220] = 1441, + [2221] = 2221, + [2222] = 2222, + [2223] = 1427, [2224] = 2224, - [2225] = 2225, - [2226] = 2092, + [2225] = 1466, + [2226] = 2177, [2227] = 2227, - [2228] = 2228, - [2229] = 2229, - [2230] = 2172, + [2228] = 2179, + [2229] = 2177, + [2230] = 2176, [2231] = 2231, - [2232] = 2232, + [2232] = 2090, [2233] = 2233, [2234] = 2234, [2235] = 2235, - [2236] = 2166, + [2236] = 2236, [2237] = 2237, - [2238] = 573, - [2239] = 577, - [2240] = 1848, - [2241] = 2241, - [2242] = 569, + [2238] = 2238, + [2239] = 2239, + [2240] = 2240, + [2241] = 575, + [2242] = 2242, [2243] = 2243, - [2244] = 2244, - [2245] = 1455, - [2246] = 1962, - [2247] = 2182, - [2248] = 1828, - [2249] = 2249, + [2244] = 1864, + [2245] = 2245, + [2246] = 2011, + [2247] = 2247, + [2248] = 576, + [2249] = 1864, [2250] = 2250, - [2251] = 2250, - [2252] = 2042, - [2253] = 641, - [2254] = 2229, - [2255] = 2255, - [2256] = 2256, + [2251] = 1443, + [2252] = 2252, + [2253] = 2253, + [2254] = 2179, + [2255] = 642, + [2256] = 2211, [2257] = 2257, - [2258] = 2258, - [2259] = 2259, - [2260] = 2260, - [2261] = 2261, - [2262] = 2262, - [2263] = 572, + [2258] = 2190, + [2259] = 2179, + [2260] = 2233, + [2261] = 1967, + [2262] = 1427, + [2263] = 2263, [2264] = 2264, [2265] = 2265, [2266] = 2266, [2267] = 2267, - [2268] = 2265, - [2269] = 2269, - [2270] = 2262, - [2271] = 2261, - [2272] = 2256, - [2273] = 2260, - [2274] = 2259, - [2275] = 2258, - [2276] = 2276, - [2277] = 2277, - [2278] = 2259, - [2279] = 2260, + [2268] = 2268, + [2269] = 578, + [2270] = 2270, + [2271] = 2271, + [2272] = 2272, + [2273] = 2273, + [2274] = 2270, + [2275] = 2275, + [2276] = 2266, + [2277] = 2265, + [2278] = 2278, + [2279] = 2279, [2280] = 2280, [2281] = 2281, - [2282] = 2261, - [2283] = 2266, - [2284] = 2256, - [2285] = 2265, - [2286] = 2264, + [2282] = 2282, + [2283] = 2280, + [2284] = 2264, + [2285] = 2263, + [2286] = 2279, [2287] = 2287, - [2288] = 2288, + [2288] = 2267, [2289] = 2289, - [2290] = 2290, - [2291] = 2291, - [2292] = 2262, - [2293] = 2293, - [2294] = 2261, - [2295] = 2261, - [2296] = 2287, - [2297] = 2260, - [2298] = 2288, - [2299] = 2281, - [2300] = 2259, - [2301] = 2258, - [2302] = 2262, - [2303] = 2303, + [2290] = 2275, + [2291] = 2278, + [2292] = 2270, + [2293] = 2287, + [2294] = 2268, + [2295] = 2295, + [2296] = 2296, + [2297] = 2297, + [2298] = 2298, + [2299] = 2299, + [2300] = 2265, + [2301] = 2279, + [2302] = 2266, + [2303] = 2265, [2304] = 2304, - [2305] = 2258, - [2306] = 2306, - [2307] = 2288, - [2308] = 2281, - [2309] = 2276, - [2310] = 2276, - [2311] = 2277, + [2305] = 2298, + [2306] = 2280, + [2307] = 2279, + [2308] = 2266, + [2309] = 2295, + [2310] = 2280, + [2311] = 2311, [2312] = 2312, [2313] = 2313, - [2314] = 2314, - [2315] = 2265, - [2316] = 2256, - [2317] = 2262, - [2318] = 2266, - [2319] = 2261, - [2320] = 2277, - [2321] = 2260, - [2322] = 2259, - [2323] = 2287, - [2324] = 2324, - [2325] = 2258, - [2326] = 2326, - [2327] = 2276, - [2328] = 2277, - [2329] = 577, - [2330] = 2290, - [2331] = 2280, - [2332] = 2281, - [2333] = 2289, - [2334] = 2281, - [2335] = 2266, - [2336] = 2256, - [2337] = 2280, - [2338] = 2277, - [2339] = 2339, - [2340] = 2288, - [2341] = 2276, - [2342] = 2280, - [2343] = 2288, - [2344] = 2258, - [2345] = 2281, - [2346] = 2276, - [2347] = 2259, - [2348] = 2260, - [2349] = 2256, - [2350] = 2266, - [2351] = 2266, - [2352] = 2352, - [2353] = 2353, - [2354] = 2354, - [2355] = 2262, - [2356] = 2356, + [2314] = 2282, + [2315] = 2282, + [2316] = 2316, + [2317] = 2264, + [2318] = 2318, + [2319] = 2319, + [2320] = 2320, + [2321] = 2264, + [2322] = 2270, + [2323] = 2295, + [2324] = 2266, + [2325] = 2295, + [2326] = 2265, + [2327] = 2327, + [2328] = 2279, + [2329] = 2280, + [2330] = 2263, + [2331] = 2331, + [2332] = 2282, + [2333] = 2333, + [2334] = 2264, + [2335] = 2263, + [2336] = 2299, + [2337] = 2296, + [2338] = 2287, + [2339] = 2267, + [2340] = 2340, + [2341] = 2289, + [2342] = 2275, + [2343] = 2278, + [2344] = 2278, + [2345] = 2275, + [2346] = 577, + [2347] = 2295, + [2348] = 2267, + [2349] = 2287, + [2350] = 2263, + [2351] = 2264, + [2352] = 2278, + [2353] = 2282, + [2354] = 2280, + [2355] = 2279, + [2356] = 2275, [2357] = 2357, - [2358] = 2280, - [2359] = 2313, + [2358] = 2358, + [2359] = 2265, [2360] = 2360, - [2361] = 2280, - [2362] = 2281, - [2363] = 2264, - [2364] = 2265, - [2365] = 2365, - [2366] = 2258, - [2367] = 2276, - [2368] = 2277, - [2369] = 2264, + [2361] = 2361, + [2362] = 2266, + [2363] = 2298, + [2364] = 2364, + [2365] = 2267, + [2366] = 2366, + [2367] = 2287, + [2368] = 2368, + [2369] = 2268, [2370] = 2370, - [2371] = 2265, - [2372] = 2277, - [2373] = 2266, - [2374] = 2374, - [2375] = 2313, - [2376] = 2276, - [2377] = 2288, - [2378] = 2265, - [2379] = 2379, - [2380] = 2380, - [2381] = 2258, - [2382] = 2304, - [2383] = 2313, - [2384] = 2384, - [2385] = 2259, - [2386] = 2265, - [2387] = 2258, - [2388] = 2276, - [2389] = 2277, - [2390] = 2260, + [2371] = 2270, + [2372] = 2267, + [2373] = 2282, + [2374] = 2264, + [2375] = 2263, + [2376] = 2268, + [2377] = 2270, + [2378] = 2378, + [2379] = 2263, + [2380] = 2282, + [2381] = 2275, + [2382] = 2278, + [2383] = 2267, + [2384] = 2289, + [2385] = 2270, + [2386] = 2386, + [2387] = 2282, + [2388] = 2287, + [2389] = 2295, + [2390] = 2390, [2391] = 2391, - [2392] = 2303, - [2393] = 2288, - [2394] = 2261, - [2395] = 2280, - [2396] = 2396, - [2397] = 2262, - [2398] = 2304, - [2399] = 2303, - [2400] = 2265, - [2401] = 2277, + [2392] = 2280, + [2393] = 2270, + [2394] = 2282, + [2395] = 2264, + [2396] = 2263, + [2397] = 2279, + [2398] = 2275, + [2399] = 2265, + [2400] = 2400, + [2401] = 2278, [2402] = 2402, - [2403] = 2403, - [2404] = 2404, - [2405] = 2405, - [2406] = 2406, - [2407] = 2407, - [2408] = 2408, + [2403] = 2266, + [2404] = 2319, + [2405] = 2289, + [2406] = 2370, + [2407] = 2316, + [2408] = 2270, [2409] = 2409, - [2410] = 2410, + [2410] = 2264, [2411] = 2411, - [2412] = 2412, - [2413] = 2256, - [2414] = 2414, + [2412] = 2263, + [2413] = 2413, + [2414] = 2295, [2415] = 2415, - [2416] = 2416, - [2417] = 2417, + [2416] = 2319, + [2417] = 2316, [2418] = 2418, [2419] = 2419, - [2420] = 2370, + [2420] = 2420, [2421] = 2421, - [2422] = 571, - [2423] = 2365, - [2424] = 2418, + [2422] = 2422, + [2423] = 2287, + [2424] = 2424, [2425] = 2425, - [2426] = 2406, - [2427] = 2324, - [2428] = 2303, - [2429] = 2288, - [2430] = 2313, - [2431] = 2256, - [2432] = 2266, - [2433] = 2380, + [2426] = 2357, + [2427] = 2427, + [2428] = 2428, + [2429] = 2378, + [2430] = 2430, + [2431] = 574, + [2432] = 2413, + [2433] = 2340, [2434] = 2434, [2435] = 2435, - [2436] = 2409, - [2437] = 2419, - [2438] = 2281, - [2439] = 2280, - [2440] = 2440, - [2441] = 2402, - [2442] = 2370, - [2443] = 2304, - [2444] = 2277, - [2445] = 2365, - [2446] = 2446, - [2447] = 2291, - [2448] = 2406, - [2449] = 2409, - [2450] = 2276, - [2451] = 569, - [2452] = 2303, - [2453] = 2258, - [2454] = 2454, - [2455] = 2409, + [2436] = 2316, + [2437] = 2437, + [2438] = 2424, + [2439] = 2295, + [2440] = 2289, + [2441] = 2441, + [2442] = 2442, + [2443] = 2278, + [2444] = 2391, + [2445] = 2275, + [2446] = 2425, + [2447] = 2357, + [2448] = 2267, + [2449] = 2287, + [2450] = 2378, + [2451] = 2409, + [2452] = 2452, + [2453] = 2413, + [2454] = 576, + [2455] = 2263, [2456] = 2456, - [2457] = 2457, + [2457] = 2264, [2458] = 2458, - [2459] = 2446, - [2460] = 2259, - [2461] = 2260, - [2462] = 2339, - [2463] = 2306, - [2464] = 2464, - [2465] = 2465, - [2466] = 2291, - [2467] = 2287, - [2468] = 2261, + [2459] = 2459, + [2460] = 2282, + [2461] = 2461, + [2462] = 2280, + [2463] = 2463, + [2464] = 2279, + [2465] = 2319, + [2466] = 2463, + [2467] = 2297, + [2468] = 2265, [2469] = 2469, - [2470] = 573, - [2471] = 2262, - [2472] = 2269, + [2470] = 2297, + [2471] = 2266, + [2472] = 575, [2473] = 2473, - [2474] = 2474, - [2475] = 2475, - [2476] = 2352, - [2477] = 2477, + [2474] = 2270, + [2475] = 2316, + [2476] = 2476, + [2477] = 2368, [2478] = 2478, [2479] = 2479, - [2480] = 2265, + [2480] = 2327, [2481] = 2481, - [2482] = 2326, - [2483] = 2434, + [2482] = 2482, + [2483] = 2298, [2484] = 2484, [2485] = 2485, - [2486] = 2486, - [2487] = 2487, - [2488] = 2404, - [2489] = 2312, - [2490] = 2405, - [2491] = 2405, + [2486] = 2320, + [2487] = 2452, + [2488] = 2488, + [2489] = 2489, + [2490] = 2490, + [2491] = 2272, + [2492] = 2411, + [2493] = 2318, + [2494] = 2415, + [2495] = 2415, }; static inline bool sym_escape_sequence_character_set_1(int32_t c) { @@ -11595,23 +11599,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '=') ADVANCE(349); if (lookahead == '?') ADVANCE(72); if (lookahead == '[') ADVANCE(359); + if (lookahead == 'a') ADVANCE(202); + if (lookahead == 'b') ADVANCE(189); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(1); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(679); END_STATE(); case 2: if (!eof && lookahead == 0) ADVANCE(346); if (lookahead == '\n') ADVANCE(345); if (lookahead == '\r') ADVANCE(2); if (lookahead == '#') ADVANCE(683); - if (lookahead == 'a') ADVANCE(202); - if (lookahead == 'b') ADVANCE(189); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(2); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(679); END_STATE(); case 3: if (!eof && lookahead == 0) ADVANCE(347); @@ -12474,6 +12478,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '#') ADVANCE(683); if (lookahead == '\'') ADVANCE(420); if (lookahead == '(') ADVANCE(404); + if (lookahead == '}') ADVANCE(407); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(30); if (lookahead == '-' || @@ -18212,218 +18217,218 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [74] = {.lex_state = 21, .external_lex_state = 4}, [75] = {.lex_state = 21, .external_lex_state = 4}, [76] = {.lex_state = 22, .external_lex_state = 4}, - [77] = {.lex_state = 10, .external_lex_state = 4}, - [78] = {.lex_state = 10, .external_lex_state = 7}, + [77] = {.lex_state = 10, .external_lex_state = 7}, + [78] = {.lex_state = 10, .external_lex_state = 4}, [79] = {.lex_state = 10, .external_lex_state = 7}, - [80] = {.lex_state = 24, .external_lex_state = 8}, - [81] = {.lex_state = 10, .external_lex_state = 8}, - [82] = {.lex_state = 24, .external_lex_state = 7}, - [83] = {.lex_state = 11, .external_lex_state = 4}, - [84] = {.lex_state = 28, .external_lex_state = 4}, - [85] = {.lex_state = 11, .external_lex_state = 7}, - [86] = {.lex_state = 24, .external_lex_state = 7}, - [87] = {.lex_state = 11, .external_lex_state = 4}, - [88] = {.lex_state = 11, .external_lex_state = 7}, - [89] = {.lex_state = 27, .external_lex_state = 7}, - [90] = {.lex_state = 28, .external_lex_state = 4}, - [91] = {.lex_state = 24, .external_lex_state = 9}, - [92] = {.lex_state = 27, .external_lex_state = 7}, - [93] = {.lex_state = 24, .external_lex_state = 8}, - [94] = {.lex_state = 10, .external_lex_state = 6}, - [95] = {.lex_state = 24, .external_lex_state = 8}, - [96] = {.lex_state = 11, .external_lex_state = 8}, - [97] = {.lex_state = 24, .external_lex_state = 9}, - [98] = {.lex_state = 10, .external_lex_state = 8}, - [99] = {.lex_state = 10, .external_lex_state = 9}, - [100] = {.lex_state = 24, .external_lex_state = 9}, - [101] = {.lex_state = 31, .external_lex_state = 4}, - [102] = {.lex_state = 11, .external_lex_state = 8}, + [80] = {.lex_state = 11, .external_lex_state = 7}, + [81] = {.lex_state = 11, .external_lex_state = 4}, + [82] = {.lex_state = 11, .external_lex_state = 7}, + [83] = {.lex_state = 24, .external_lex_state = 8}, + [84] = {.lex_state = 24, .external_lex_state = 7}, + [85] = {.lex_state = 11, .external_lex_state = 4}, + [86] = {.lex_state = 10, .external_lex_state = 8}, + [87] = {.lex_state = 24, .external_lex_state = 7}, + [88] = {.lex_state = 28, .external_lex_state = 4}, + [89] = {.lex_state = 31, .external_lex_state = 4}, + [90] = {.lex_state = 10, .external_lex_state = 6}, + [91] = {.lex_state = 24, .external_lex_state = 8}, + [92] = {.lex_state = 24, .external_lex_state = 8}, + [93] = {.lex_state = 24, .external_lex_state = 9}, + [94] = {.lex_state = 31, .external_lex_state = 4}, + [95] = {.lex_state = 10, .external_lex_state = 8}, + [96] = {.lex_state = 24, .external_lex_state = 9}, + [97] = {.lex_state = 11, .external_lex_state = 8}, + [98] = {.lex_state = 11, .external_lex_state = 8}, + [99] = {.lex_state = 24, .external_lex_state = 9}, + [100] = {.lex_state = 27, .external_lex_state = 7}, + [101] = {.lex_state = 24, .external_lex_state = 8}, + [102] = {.lex_state = 28, .external_lex_state = 4}, [103] = {.lex_state = 28, .external_lex_state = 4}, - [104] = {.lex_state = 24, .external_lex_state = 8}, - [105] = {.lex_state = 31, .external_lex_state = 4}, + [104] = {.lex_state = 27, .external_lex_state = 7}, + [105] = {.lex_state = 10, .external_lex_state = 9}, [106] = {.lex_state = 11, .external_lex_state = 9}, - [107] = {.lex_state = 10, .external_lex_state = 7}, - [108] = {.lex_state = 11, .external_lex_state = 6}, - [109] = {.lex_state = 11, .external_lex_state = 9}, - [110] = {.lex_state = 10, .external_lex_state = 8}, + [107] = {.lex_state = 24, .external_lex_state = 9}, + [108] = {.lex_state = 11, .external_lex_state = 9}, + [109] = {.lex_state = 10, .external_lex_state = 8}, + [110] = {.lex_state = 10, .external_lex_state = 7}, [111] = {.lex_state = 24, .external_lex_state = 8}, - [112] = {.lex_state = 11, .external_lex_state = 6}, - [113] = {.lex_state = 24, .external_lex_state = 8}, - [114] = {.lex_state = 24, .external_lex_state = 9}, - [115] = {.lex_state = 24, .external_lex_state = 9}, - [116] = {.lex_state = 10, .external_lex_state = 9}, - [117] = {.lex_state = 31, .external_lex_state = 6}, - [118] = {.lex_state = 29, .external_lex_state = 6}, + [112] = {.lex_state = 24, .external_lex_state = 8}, + [113] = {.lex_state = 24, .external_lex_state = 9}, + [114] = {.lex_state = 11, .external_lex_state = 6}, + [115] = {.lex_state = 10, .external_lex_state = 9}, + [116] = {.lex_state = 11, .external_lex_state = 6}, + [117] = {.lex_state = 29, .external_lex_state = 6}, + [118] = {.lex_state = 31, .external_lex_state = 6}, [119] = {.lex_state = 31, .external_lex_state = 6}, [120] = {.lex_state = 29, .external_lex_state = 6}, [121] = {.lex_state = 29, .external_lex_state = 6}, - [122] = {.lex_state = 47, .external_lex_state = 7}, - [123] = {.lex_state = 35, .external_lex_state = 6}, + [122] = {.lex_state = 35, .external_lex_state = 9}, + [123] = {.lex_state = 35, .external_lex_state = 8}, [124] = {.lex_state = 35, .external_lex_state = 8}, - [125] = {.lex_state = 35, .external_lex_state = 8}, - [126] = {.lex_state = 35, .external_lex_state = 9}, - [127] = {.lex_state = 35, .external_lex_state = 6}, - [128] = {.lex_state = 47, .external_lex_state = 7}, - [129] = {.lex_state = 35, .external_lex_state = 6}, + [125] = {.lex_state = 35, .external_lex_state = 6}, + [126] = {.lex_state = 47, .external_lex_state = 7}, + [127] = {.lex_state = 47, .external_lex_state = 7}, + [128] = {.lex_state = 35, .external_lex_state = 8}, + [129] = {.lex_state = 35, .external_lex_state = 9}, [130] = {.lex_state = 35, .external_lex_state = 8}, - [131] = {.lex_state = 35, .external_lex_state = 9}, - [132] = {.lex_state = 35, .external_lex_state = 8}, - [133] = {.lex_state = 47, .external_lex_state = 7}, - [134] = {.lex_state = 47, .external_lex_state = 7}, - [135] = {.lex_state = 47, .external_lex_state = 7}, - [136] = {.lex_state = 47, .external_lex_state = 7}, + [131] = {.lex_state = 47, .external_lex_state = 7}, + [132] = {.lex_state = 35, .external_lex_state = 6}, + [133] = {.lex_state = 35, .external_lex_state = 8}, + [134] = {.lex_state = 35, .external_lex_state = 9}, + [135] = {.lex_state = 35, .external_lex_state = 9}, + [136] = {.lex_state = 35, .external_lex_state = 6}, [137] = {.lex_state = 35, .external_lex_state = 9}, - [138] = {.lex_state = 35, .external_lex_state = 8}, + [138] = {.lex_state = 35, .external_lex_state = 9}, [139] = {.lex_state = 35, .external_lex_state = 9}, - [140] = {.lex_state = 35, .external_lex_state = 9}, - [141] = {.lex_state = 35, .external_lex_state = 9}, - [142] = {.lex_state = 35, .external_lex_state = 8}, - [143] = {.lex_state = 35, .external_lex_state = 9}, + [140] = {.lex_state = 35, .external_lex_state = 8}, + [141] = {.lex_state = 47, .external_lex_state = 7}, + [142] = {.lex_state = 35, .external_lex_state = 9}, + [143] = {.lex_state = 47, .external_lex_state = 7}, [144] = {.lex_state = 35, .external_lex_state = 9}, [145] = {.lex_state = 35, .external_lex_state = 9}, - [146] = {.lex_state = 35, .external_lex_state = 9}, + [146] = {.lex_state = 35, .external_lex_state = 8}, [147] = {.lex_state = 35, .external_lex_state = 8}, [148] = {.lex_state = 47, .external_lex_state = 7}, [149] = {.lex_state = 35, .external_lex_state = 8}, - [150] = {.lex_state = 35, .external_lex_state = 8}, - [151] = {.lex_state = 35, .external_lex_state = 8}, - [152] = {.lex_state = 35, .external_lex_state = 9}, + [150] = {.lex_state = 47, .external_lex_state = 7}, + [151] = {.lex_state = 35, .external_lex_state = 9}, + [152] = {.lex_state = 47, .external_lex_state = 7}, [153] = {.lex_state = 35, .external_lex_state = 8}, - [154] = {.lex_state = 47, .external_lex_state = 7}, + [154] = {.lex_state = 35, .external_lex_state = 8}, [155] = {.lex_state = 33, .external_lex_state = 4}, [156] = {.lex_state = 33, .external_lex_state = 4}, [157] = {.lex_state = 35, .external_lex_state = 6}, [158] = {.lex_state = 35, .external_lex_state = 6}, [159] = {.lex_state = 36, .external_lex_state = 6}, - [160] = {.lex_state = 35, .external_lex_state = 8}, - [161] = {.lex_state = 36, .external_lex_state = 8}, + [160] = {.lex_state = 36, .external_lex_state = 6}, + [161] = {.lex_state = 36, .external_lex_state = 6}, [162] = {.lex_state = 36, .external_lex_state = 6}, [163] = {.lex_state = 36, .external_lex_state = 6}, - [164] = {.lex_state = 36, .external_lex_state = 6}, - [165] = {.lex_state = 36, .external_lex_state = 6}, + [164] = {.lex_state = 36, .external_lex_state = 8}, + [165] = {.lex_state = 36, .external_lex_state = 8}, [166] = {.lex_state = 36, .external_lex_state = 6}, - [167] = {.lex_state = 16, .external_lex_state = 7}, + [167] = {.lex_state = 35, .external_lex_state = 8}, [168] = {.lex_state = 36, .external_lex_state = 8}, - [169] = {.lex_state = 36, .external_lex_state = 8}, + [169] = {.lex_state = 36, .external_lex_state = 6}, [170] = {.lex_state = 36, .external_lex_state = 6}, - [171] = {.lex_state = 36, .external_lex_state = 8}, - [172] = {.lex_state = 36, .external_lex_state = 8}, - [173] = {.lex_state = 33, .external_lex_state = 6}, - [174] = {.lex_state = 36, .external_lex_state = 6}, - [175] = {.lex_state = 36, .external_lex_state = 6}, - [176] = {.lex_state = 36, .external_lex_state = 6}, - [177] = {.lex_state = 36, .external_lex_state = 8}, - [178] = {.lex_state = 36, .external_lex_state = 6}, - [179] = {.lex_state = 36, .external_lex_state = 6}, + [171] = {.lex_state = 36, .external_lex_state = 6}, + [172] = {.lex_state = 36, .external_lex_state = 6}, + [173] = {.lex_state = 36, .external_lex_state = 6}, + [174] = {.lex_state = 36, .external_lex_state = 8}, + [175] = {.lex_state = 36, .external_lex_state = 8}, + [176] = {.lex_state = 36, .external_lex_state = 8}, + [177] = {.lex_state = 36, .external_lex_state = 6}, + [178] = {.lex_state = 16, .external_lex_state = 7}, + [179] = {.lex_state = 36, .external_lex_state = 8}, [180] = {.lex_state = 36, .external_lex_state = 6}, - [181] = {.lex_state = 33, .external_lex_state = 6}, + [181] = {.lex_state = 36, .external_lex_state = 8}, [182] = {.lex_state = 36, .external_lex_state = 6}, [183] = {.lex_state = 36, .external_lex_state = 6}, - [184] = {.lex_state = 36, .external_lex_state = 8}, + [184] = {.lex_state = 33, .external_lex_state = 6}, [185] = {.lex_state = 36, .external_lex_state = 6}, - [186] = {.lex_state = 36, .external_lex_state = 6}, - [187] = {.lex_state = 36, .external_lex_state = 8}, - [188] = {.lex_state = 36, .external_lex_state = 8}, - [189] = {.lex_state = 36, .external_lex_state = 8}, + [186] = {.lex_state = 33, .external_lex_state = 6}, + [187] = {.lex_state = 36, .external_lex_state = 6}, + [188] = {.lex_state = 35, .external_lex_state = 8}, + [189] = {.lex_state = 35, .external_lex_state = 8}, [190] = {.lex_state = 36, .external_lex_state = 8}, - [191] = {.lex_state = 36, .external_lex_state = 8}, + [191] = {.lex_state = 35, .external_lex_state = 8}, [192] = {.lex_state = 36, .external_lex_state = 8}, - [193] = {.lex_state = 36, .external_lex_state = 8}, - [194] = {.lex_state = 36, .external_lex_state = 8}, + [193] = {.lex_state = 35, .external_lex_state = 8}, + [194] = {.lex_state = 35, .external_lex_state = 9}, [195] = {.lex_state = 36, .external_lex_state = 8}, - [196] = {.lex_state = 35, .external_lex_state = 8}, + [196] = {.lex_state = 36, .external_lex_state = 8}, [197] = {.lex_state = 36, .external_lex_state = 8}, - [198] = {.lex_state = 35, .external_lex_state = 9}, + [198] = {.lex_state = 35, .external_lex_state = 8}, [199] = {.lex_state = 36, .external_lex_state = 8}, [200] = {.lex_state = 36, .external_lex_state = 8}, [201] = {.lex_state = 36, .external_lex_state = 8}, [202] = {.lex_state = 36, .external_lex_state = 8}, [203] = {.lex_state = 36, .external_lex_state = 8}, - [204] = {.lex_state = 35, .external_lex_state = 9}, - [205] = {.lex_state = 35, .external_lex_state = 9}, - [206] = {.lex_state = 35, .external_lex_state = 8}, - [207] = {.lex_state = 35, .external_lex_state = 8}, - [208] = {.lex_state = 35, .external_lex_state = 8}, - [209] = {.lex_state = 35, .external_lex_state = 8}, - [210] = {.lex_state = 35, .external_lex_state = 8}, + [204] = {.lex_state = 36, .external_lex_state = 8}, + [205] = {.lex_state = 36, .external_lex_state = 8}, + [206] = {.lex_state = 36, .external_lex_state = 8}, + [207] = {.lex_state = 36, .external_lex_state = 8}, + [208] = {.lex_state = 36, .external_lex_state = 8}, + [209] = {.lex_state = 36, .external_lex_state = 8}, + [210] = {.lex_state = 36, .external_lex_state = 8}, [211] = {.lex_state = 36, .external_lex_state = 8}, [212] = {.lex_state = 35, .external_lex_state = 9}, [213] = {.lex_state = 35, .external_lex_state = 8}, [214] = {.lex_state = 35, .external_lex_state = 9}, - [215] = {.lex_state = 36, .external_lex_state = 8}, + [215] = {.lex_state = 35, .external_lex_state = 8}, [216] = {.lex_state = 36, .external_lex_state = 8}, - [217] = {.lex_state = 36, .external_lex_state = 8}, - [218] = {.lex_state = 35, .external_lex_state = 8}, - [219] = {.lex_state = 35, .external_lex_state = 8}, + [217] = {.lex_state = 35, .external_lex_state = 9}, + [218] = {.lex_state = 35, .external_lex_state = 9}, + [219] = {.lex_state = 35, .external_lex_state = 9}, [220] = {.lex_state = 36, .external_lex_state = 8}, [221] = {.lex_state = 36, .external_lex_state = 8}, [222] = {.lex_state = 36, .external_lex_state = 8}, - [223] = {.lex_state = 35, .external_lex_state = 8}, - [224] = {.lex_state = 35, .external_lex_state = 9}, - [225] = {.lex_state = 35, .external_lex_state = 9}, - [226] = {.lex_state = 35, .external_lex_state = 8}, + [223] = {.lex_state = 35, .external_lex_state = 9}, + [224] = {.lex_state = 35, .external_lex_state = 8}, + [225] = {.lex_state = 35, .external_lex_state = 8}, + [226] = {.lex_state = 36, .external_lex_state = 8}, [227] = {.lex_state = 36, .external_lex_state = 8}, [228] = {.lex_state = 36, .external_lex_state = 8}, [229] = {.lex_state = 36, .external_lex_state = 8}, [230] = {.lex_state = 36, .external_lex_state = 8}, - [231] = {.lex_state = 35, .external_lex_state = 8}, - [232] = {.lex_state = 36, .external_lex_state = 8}, - [233] = {.lex_state = 36, .external_lex_state = 8}, - [234] = {.lex_state = 36, .external_lex_state = 8}, - [235] = {.lex_state = 35, .external_lex_state = 8}, - [236] = {.lex_state = 35, .external_lex_state = 8}, + [231] = {.lex_state = 36, .external_lex_state = 8}, + [232] = {.lex_state = 35, .external_lex_state = 8}, + [233] = {.lex_state = 35, .external_lex_state = 8}, + [234] = {.lex_state = 35, .external_lex_state = 8}, + [235] = {.lex_state = 36, .external_lex_state = 8}, + [236] = {.lex_state = 36, .external_lex_state = 8}, [237] = {.lex_state = 36, .external_lex_state = 8}, - [238] = {.lex_state = 36, .external_lex_state = 8}, - [239] = {.lex_state = 35, .external_lex_state = 9}, + [238] = {.lex_state = 35, .external_lex_state = 8}, + [239] = {.lex_state = 35, .external_lex_state = 8}, [240] = {.lex_state = 36, .external_lex_state = 8}, - [241] = {.lex_state = 36, .external_lex_state = 8}, - [242] = {.lex_state = 34, .external_lex_state = 7}, - [243] = {.lex_state = 17, .external_lex_state = 7}, + [241] = {.lex_state = 35, .external_lex_state = 9}, + [242] = {.lex_state = 34, .external_lex_state = 9}, + [243] = {.lex_state = 35, .external_lex_state = 8}, [244] = {.lex_state = 34, .external_lex_state = 9}, - [245] = {.lex_state = 15, .external_lex_state = 7}, - [246] = {.lex_state = 35, .external_lex_state = 8}, - [247] = {.lex_state = 36, .external_lex_state = 6}, - [248] = {.lex_state = 34, .external_lex_state = 7}, + [245] = {.lex_state = 35, .external_lex_state = 8}, + [246] = {.lex_state = 36, .external_lex_state = 6}, + [247] = {.lex_state = 17, .external_lex_state = 7}, + [248] = {.lex_state = 17, .external_lex_state = 7}, [249] = {.lex_state = 34, .external_lex_state = 9}, - [250] = {.lex_state = 34, .external_lex_state = 8}, - [251] = {.lex_state = 34, .external_lex_state = 7}, - [252] = {.lex_state = 34, .external_lex_state = 8}, - [253] = {.lex_state = 35, .external_lex_state = 9}, - [254] = {.lex_state = 35, .external_lex_state = 8}, - [255] = {.lex_state = 34, .external_lex_state = 7}, - [256] = {.lex_state = 34, .external_lex_state = 9}, - [257] = {.lex_state = 34, .external_lex_state = 9}, - [258] = {.lex_state = 17, .external_lex_state = 7}, - [259] = {.lex_state = 34, .external_lex_state = 8}, - [260] = {.lex_state = 34, .external_lex_state = 8}, - [261] = {.lex_state = 35, .external_lex_state = 9}, - [262] = {.lex_state = 35, .external_lex_state = 7}, - [263] = {.lex_state = 15, .external_lex_state = 7}, - [264] = {.lex_state = 35, .external_lex_state = 7}, + [250] = {.lex_state = 15, .external_lex_state = 7}, + [251] = {.lex_state = 35, .external_lex_state = 7}, + [252] = {.lex_state = 35, .external_lex_state = 7}, + [253] = {.lex_state = 34, .external_lex_state = 8}, + [254] = {.lex_state = 15, .external_lex_state = 7}, + [255] = {.lex_state = 35, .external_lex_state = 9}, + [256] = {.lex_state = 34, .external_lex_state = 7}, + [257] = {.lex_state = 34, .external_lex_state = 7}, + [258] = {.lex_state = 34, .external_lex_state = 9}, + [259] = {.lex_state = 34, .external_lex_state = 7}, + [260] = {.lex_state = 34, .external_lex_state = 7}, + [261] = {.lex_state = 34, .external_lex_state = 8}, + [262] = {.lex_state = 34, .external_lex_state = 8}, + [263] = {.lex_state = 34, .external_lex_state = 8}, + [264] = {.lex_state = 35, .external_lex_state = 9}, [265] = {.lex_state = 36, .external_lex_state = 7}, [266] = {.lex_state = 36, .external_lex_state = 7}, - [267] = {.lex_state = 36, .external_lex_state = 7}, + [267] = {.lex_state = 16, .external_lex_state = 9}, [268] = {.lex_state = 36, .external_lex_state = 7}, - [269] = {.lex_state = 16, .external_lex_state = 9}, + [269] = {.lex_state = 16, .external_lex_state = 4}, [270] = {.lex_state = 36, .external_lex_state = 7}, - [271] = {.lex_state = 16, .external_lex_state = 4}, - [272] = {.lex_state = 36, .external_lex_state = 7}, + [271] = {.lex_state = 36, .external_lex_state = 7}, + [272] = {.lex_state = 16, .external_lex_state = 4}, [273] = {.lex_state = 36, .external_lex_state = 7}, - [274] = {.lex_state = 35, .external_lex_state = 6}, - [275] = {.lex_state = 35, .external_lex_state = 6}, - [276] = {.lex_state = 16, .external_lex_state = 4}, + [274] = {.lex_state = 36, .external_lex_state = 7}, + [275] = {.lex_state = 36, .external_lex_state = 7}, + [276] = {.lex_state = 16, .external_lex_state = 8}, [277] = {.lex_state = 36, .external_lex_state = 7}, [278] = {.lex_state = 36, .external_lex_state = 7}, - [279] = {.lex_state = 36, .external_lex_state = 7}, + [279] = {.lex_state = 35, .external_lex_state = 6}, [280] = {.lex_state = 36, .external_lex_state = 7}, - [281] = {.lex_state = 36, .external_lex_state = 7}, + [281] = {.lex_state = 35, .external_lex_state = 6}, [282] = {.lex_state = 36, .external_lex_state = 7}, [283] = {.lex_state = 36, .external_lex_state = 7}, - [284] = {.lex_state = 16, .external_lex_state = 8}, + [284] = {.lex_state = 35, .external_lex_state = 6}, [285] = {.lex_state = 36, .external_lex_state = 7}, - [286] = {.lex_state = 35, .external_lex_state = 6}, + [286] = {.lex_state = 36, .external_lex_state = 7}, [287] = {.lex_state = 36, .external_lex_state = 7}, - [288] = {.lex_state = 17, .external_lex_state = 9}, + [288] = {.lex_state = 16, .external_lex_state = 4}, [289] = {.lex_state = 17, .external_lex_state = 9}, [290] = {.lex_state = 17, .external_lex_state = 9}, [291] = {.lex_state = 17, .external_lex_state = 9}, @@ -18432,7 +18437,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [294] = {.lex_state = 17, .external_lex_state = 9}, [295] = {.lex_state = 17, .external_lex_state = 9}, [296] = {.lex_state = 17, .external_lex_state = 9}, - [297] = {.lex_state = 17, .external_lex_state = 9}, + [297] = {.lex_state = 15, .external_lex_state = 8}, [298] = {.lex_state = 17, .external_lex_state = 9}, [299] = {.lex_state = 17, .external_lex_state = 9}, [300] = {.lex_state = 17, .external_lex_state = 9}, @@ -18440,9 +18445,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [302] = {.lex_state = 17, .external_lex_state = 9}, [303] = {.lex_state = 17, .external_lex_state = 9}, [304] = {.lex_state = 17, .external_lex_state = 9}, - [305] = {.lex_state = 15, .external_lex_state = 8}, - [306] = {.lex_state = 16, .external_lex_state = 4}, - [307] = {.lex_state = 16, .external_lex_state = 4}, + [305] = {.lex_state = 17, .external_lex_state = 9}, + [306] = {.lex_state = 17, .external_lex_state = 9}, + [307] = {.lex_state = 17, .external_lex_state = 9}, [308] = {.lex_state = 17, .external_lex_state = 9}, [309] = {.lex_state = 17, .external_lex_state = 9}, [310] = {.lex_state = 17, .external_lex_state = 9}, @@ -18450,72 +18455,72 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [312] = {.lex_state = 17, .external_lex_state = 9}, [313] = {.lex_state = 17, .external_lex_state = 9}, [314] = {.lex_state = 17, .external_lex_state = 9}, - [315] = {.lex_state = 17, .external_lex_state = 9}, - [316] = {.lex_state = 15, .external_lex_state = 8}, + [315] = {.lex_state = 15, .external_lex_state = 8}, + [316] = {.lex_state = 17, .external_lex_state = 9}, [317] = {.lex_state = 17, .external_lex_state = 9}, [318] = {.lex_state = 17, .external_lex_state = 9}, - [319] = {.lex_state = 36, .external_lex_state = 6}, + [319] = {.lex_state = 17, .external_lex_state = 4}, [320] = {.lex_state = 17, .external_lex_state = 9}, - [321] = {.lex_state = 17, .external_lex_state = 9}, + [321] = {.lex_state = 36, .external_lex_state = 6}, [322] = {.lex_state = 17, .external_lex_state = 9}, [323] = {.lex_state = 17, .external_lex_state = 9}, [324] = {.lex_state = 17, .external_lex_state = 9}, - [325] = {.lex_state = 17, .external_lex_state = 4}, - [326] = {.lex_state = 17, .external_lex_state = 8}, + [325] = {.lex_state = 16, .external_lex_state = 4}, + [326] = {.lex_state = 17, .external_lex_state = 6}, [327] = {.lex_state = 17, .external_lex_state = 6}, - [328] = {.lex_state = 32, .external_lex_state = 6}, - [329] = {.lex_state = 17, .external_lex_state = 4}, + [328] = {.lex_state = 17, .external_lex_state = 6}, + [329] = {.lex_state = 17, .external_lex_state = 6}, [330] = {.lex_state = 17, .external_lex_state = 6}, - [331] = {.lex_state = 17, .external_lex_state = 6}, + [331] = {.lex_state = 17, .external_lex_state = 8}, [332] = {.lex_state = 17, .external_lex_state = 8}, - [333] = {.lex_state = 17, .external_lex_state = 9}, + [333] = {.lex_state = 17, .external_lex_state = 6}, [334] = {.lex_state = 17, .external_lex_state = 6}, [335] = {.lex_state = 17, .external_lex_state = 6}, - [336] = {.lex_state = 17, .external_lex_state = 6}, - [337] = {.lex_state = 17, .external_lex_state = 6}, - [338] = {.lex_state = 15, .external_lex_state = 9}, + [336] = {.lex_state = 17, .external_lex_state = 9}, + [337] = {.lex_state = 15, .external_lex_state = 9}, + [338] = {.lex_state = 17, .external_lex_state = 6}, [339] = {.lex_state = 17, .external_lex_state = 4}, - [340] = {.lex_state = 17, .external_lex_state = 6}, - [341] = {.lex_state = 15, .external_lex_state = 6}, + [340] = {.lex_state = 32, .external_lex_state = 6}, + [341] = {.lex_state = 17, .external_lex_state = 4}, [342] = {.lex_state = 17, .external_lex_state = 6}, [343] = {.lex_state = 32, .external_lex_state = 6}, [344] = {.lex_state = 17, .external_lex_state = 4}, [345] = {.lex_state = 17, .external_lex_state = 6}, [346] = {.lex_state = 17, .external_lex_state = 6}, - [347] = {.lex_state = 17, .external_lex_state = 9}, - [348] = {.lex_state = 17, .external_lex_state = 6}, - [349] = {.lex_state = 17, .external_lex_state = 6}, - [350] = {.lex_state = 17, .external_lex_state = 6}, - [351] = {.lex_state = 17, .external_lex_state = 9}, - [352] = {.lex_state = 17, .external_lex_state = 6}, - [353] = {.lex_state = 17, .external_lex_state = 4}, + [347] = {.lex_state = 17, .external_lex_state = 6}, + [348] = {.lex_state = 17, .external_lex_state = 9}, + [349] = {.lex_state = 17, .external_lex_state = 4}, + [350] = {.lex_state = 17, .external_lex_state = 8}, + [351] = {.lex_state = 17, .external_lex_state = 8}, + [352] = {.lex_state = 15, .external_lex_state = 6}, + [353] = {.lex_state = 17, .external_lex_state = 9}, [354] = {.lex_state = 17, .external_lex_state = 4}, - [355] = {.lex_state = 17, .external_lex_state = 6}, - [356] = {.lex_state = 15, .external_lex_state = 9}, + [355] = {.lex_state = 17, .external_lex_state = 4}, + [356] = {.lex_state = 17, .external_lex_state = 6}, [357] = {.lex_state = 17, .external_lex_state = 6}, - [358] = {.lex_state = 17, .external_lex_state = 6}, - [359] = {.lex_state = 17, .external_lex_state = 8}, - [360] = {.lex_state = 15, .external_lex_state = 8}, - [361] = {.lex_state = 17, .external_lex_state = 9}, + [358] = {.lex_state = 17, .external_lex_state = 9}, + [359] = {.lex_state = 17, .external_lex_state = 6}, + [360] = {.lex_state = 17, .external_lex_state = 4}, + [361] = {.lex_state = 17, .external_lex_state = 6}, [362] = {.lex_state = 17, .external_lex_state = 6}, [363] = {.lex_state = 17, .external_lex_state = 6}, - [364] = {.lex_state = 17, .external_lex_state = 6}, - [365] = {.lex_state = 17, .external_lex_state = 4}, + [364] = {.lex_state = 15, .external_lex_state = 8}, + [365] = {.lex_state = 17, .external_lex_state = 6}, [366] = {.lex_state = 17, .external_lex_state = 6}, [367] = {.lex_state = 17, .external_lex_state = 6}, - [368] = {.lex_state = 17, .external_lex_state = 4}, - [369] = {.lex_state = 17, .external_lex_state = 4}, - [370] = {.lex_state = 17, .external_lex_state = 8}, - [371] = {.lex_state = 17, .external_lex_state = 6}, + [368] = {.lex_state = 15, .external_lex_state = 6}, + [369] = {.lex_state = 17, .external_lex_state = 6}, + [370] = {.lex_state = 17, .external_lex_state = 6}, + [371] = {.lex_state = 15, .external_lex_state = 9}, [372] = {.lex_state = 17, .external_lex_state = 6}, - [373] = {.lex_state = 15, .external_lex_state = 6}, - [374] = {.lex_state = 17, .external_lex_state = 6}, + [373] = {.lex_state = 17, .external_lex_state = 6}, + [374] = {.lex_state = 17, .external_lex_state = 9}, [375] = {.lex_state = 17, .external_lex_state = 6}, - [376] = {.lex_state = 17, .external_lex_state = 6}, + [376] = {.lex_state = 17, .external_lex_state = 4}, [377] = {.lex_state = 17, .external_lex_state = 6}, - [378] = {.lex_state = 17, .external_lex_state = 6}, - [379] = {.lex_state = 15, .external_lex_state = 8}, - [380] = {.lex_state = 17, .external_lex_state = 9}, + [378] = {.lex_state = 15, .external_lex_state = 8}, + [379] = {.lex_state = 17, .external_lex_state = 6}, + [380] = {.lex_state = 17, .external_lex_state = 6}, [381] = {.lex_state = 17, .external_lex_state = 6}, [382] = {.lex_state = 17, .external_lex_state = 6}, [383] = {.lex_state = 17, .external_lex_state = 6}, @@ -18535,17 +18540,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [397] = {.lex_state = 17, .external_lex_state = 6}, [398] = {.lex_state = 17, .external_lex_state = 6}, [399] = {.lex_state = 17, .external_lex_state = 6}, - [400] = {.lex_state = 23, .external_lex_state = 4}, + [400] = {.lex_state = 17, .external_lex_state = 6}, [401] = {.lex_state = 17, .external_lex_state = 6}, [402] = {.lex_state = 17, .external_lex_state = 6}, [403] = {.lex_state = 17, .external_lex_state = 6}, [404] = {.lex_state = 17, .external_lex_state = 6}, - [405] = {.lex_state = 17, .external_lex_state = 6}, + [405] = {.lex_state = 23, .external_lex_state = 4}, [406] = {.lex_state = 17, .external_lex_state = 6}, [407] = {.lex_state = 17, .external_lex_state = 6}, [408] = {.lex_state = 17, .external_lex_state = 6}, [409] = {.lex_state = 17, .external_lex_state = 6}, - [410] = {.lex_state = 17, .external_lex_state = 6}, + [410] = {.lex_state = 23, .external_lex_state = 4}, [411] = {.lex_state = 17, .external_lex_state = 6}, [412] = {.lex_state = 17, .external_lex_state = 6}, [413] = {.lex_state = 17, .external_lex_state = 6}, @@ -18576,7 +18581,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [438] = {.lex_state = 17, .external_lex_state = 6}, [439] = {.lex_state = 17, .external_lex_state = 6}, [440] = {.lex_state = 17, .external_lex_state = 6}, - [441] = {.lex_state = 23, .external_lex_state = 4}, + [441] = {.lex_state = 17, .external_lex_state = 6}, [442] = {.lex_state = 17, .external_lex_state = 6}, [443] = {.lex_state = 17, .external_lex_state = 6}, [444] = {.lex_state = 17, .external_lex_state = 6}, @@ -18584,14 +18589,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [446] = {.lex_state = 17, .external_lex_state = 6}, [447] = {.lex_state = 17, .external_lex_state = 6}, [448] = {.lex_state = 17, .external_lex_state = 6}, - [449] = {.lex_state = 17, .external_lex_state = 6}, + [449] = {.lex_state = 15, .external_lex_state = 6}, [450] = {.lex_state = 17, .external_lex_state = 6}, [451] = {.lex_state = 17, .external_lex_state = 6}, [452] = {.lex_state = 17, .external_lex_state = 6}, [453] = {.lex_state = 17, .external_lex_state = 6}, [454] = {.lex_state = 17, .external_lex_state = 6}, [455] = {.lex_state = 17, .external_lex_state = 6}, - [456] = {.lex_state = 15, .external_lex_state = 6}, + [456] = {.lex_state = 17, .external_lex_state = 6}, [457] = {.lex_state = 17, .external_lex_state = 6}, [458] = {.lex_state = 17, .external_lex_state = 6}, [459] = {.lex_state = 17, .external_lex_state = 6}, @@ -18643,12 +18648,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [505] = {.lex_state = 17, .external_lex_state = 6}, [506] = {.lex_state = 17, .external_lex_state = 6}, [507] = {.lex_state = 17, .external_lex_state = 6}, - [508] = {.lex_state = 17, .external_lex_state = 6}, + [508] = {.lex_state = 15, .external_lex_state = 6}, [509] = {.lex_state = 17, .external_lex_state = 6}, [510] = {.lex_state = 17, .external_lex_state = 6}, [511] = {.lex_state = 17, .external_lex_state = 6}, [512] = {.lex_state = 17, .external_lex_state = 6}, - [513] = {.lex_state = 15, .external_lex_state = 6}, + [513] = {.lex_state = 17, .external_lex_state = 6}, [514] = {.lex_state = 17, .external_lex_state = 6}, [515] = {.lex_state = 17, .external_lex_state = 6}, [516] = {.lex_state = 17, .external_lex_state = 6}, @@ -18666,15 +18671,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [528] = {.lex_state = 19, .external_lex_state = 10}, [529] = {.lex_state = 19, .external_lex_state = 10}, [530] = {.lex_state = 41, .external_lex_state = 3}, - [531] = {.lex_state = 43, .external_lex_state = 3}, + [531] = {.lex_state = 19, .external_lex_state = 10}, [532] = {.lex_state = 41, .external_lex_state = 3}, - [533] = {.lex_state = 19, .external_lex_state = 10}, - [534] = {.lex_state = 19, .external_lex_state = 10}, - [535] = {.lex_state = 43, .external_lex_state = 3}, + [533] = {.lex_state = 43, .external_lex_state = 3}, + [534] = {.lex_state = 43, .external_lex_state = 3}, + [535] = {.lex_state = 19, .external_lex_state = 10}, [536] = {.lex_state = 19, .external_lex_state = 10}, [537] = {.lex_state = 19, .external_lex_state = 10}, [538] = {.lex_state = 19, .external_lex_state = 10}, - [539] = {.lex_state = 18, .external_lex_state = 7}, + [539] = {.lex_state = 9, .external_lex_state = 10}, [540] = {.lex_state = 9, .external_lex_state = 10}, [541] = {.lex_state = 9, .external_lex_state = 10}, [542] = {.lex_state = 9, .external_lex_state = 10}, @@ -18689,113 +18694,113 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [551] = {.lex_state = 9, .external_lex_state = 10}, [552] = {.lex_state = 9, .external_lex_state = 10}, [553] = {.lex_state = 9, .external_lex_state = 10}, - [554] = {.lex_state = 9, .external_lex_state = 10}, + [554] = {.lex_state = 18, .external_lex_state = 7}, [555] = {.lex_state = 9, .external_lex_state = 10}, [556] = {.lex_state = 9, .external_lex_state = 10}, [557] = {.lex_state = 9, .external_lex_state = 10}, [558] = {.lex_state = 9, .external_lex_state = 10}, [559] = {.lex_state = 9, .external_lex_state = 10}, - [560] = {.lex_state = 42, .external_lex_state = 3}, - [561] = {.lex_state = 43, .external_lex_state = 3}, + [560] = {.lex_state = 43, .external_lex_state = 3}, + [561] = {.lex_state = 41, .external_lex_state = 3}, [562] = {.lex_state = 42, .external_lex_state = 3}, - [563] = {.lex_state = 41, .external_lex_state = 3}, + [563] = {.lex_state = 42, .external_lex_state = 3}, [564] = {.lex_state = 42, .external_lex_state = 3}, [565] = {.lex_state = 42, .external_lex_state = 3}, [566] = {.lex_state = 18, .external_lex_state = 8}, - [567] = {.lex_state = 42, .external_lex_state = 3}, - [568] = {.lex_state = 18, .external_lex_state = 8}, - [569] = {.lex_state = 43, .external_lex_state = 3}, - [570] = {.lex_state = 18, .external_lex_state = 8}, - [571] = {.lex_state = 41, .external_lex_state = 3}, - [572] = {.lex_state = 41, .external_lex_state = 3}, - [573] = {.lex_state = 41, .external_lex_state = 3}, + [567] = {.lex_state = 18, .external_lex_state = 8}, + [568] = {.lex_state = 42, .external_lex_state = 3}, + [569] = {.lex_state = 41, .external_lex_state = 3}, + [570] = {.lex_state = 41, .external_lex_state = 3}, + [571] = {.lex_state = 18, .external_lex_state = 9}, + [572] = {.lex_state = 18, .external_lex_state = 6}, + [573] = {.lex_state = 18, .external_lex_state = 6}, [574] = {.lex_state = 41, .external_lex_state = 3}, - [575] = {.lex_state = 18, .external_lex_state = 6}, + [575] = {.lex_state = 41, .external_lex_state = 3}, [576] = {.lex_state = 41, .external_lex_state = 3}, [577] = {.lex_state = 41, .external_lex_state = 3}, - [578] = {.lex_state = 18, .external_lex_state = 6}, - [579] = {.lex_state = 41, .external_lex_state = 3}, - [580] = {.lex_state = 44, .external_lex_state = 6}, - [581] = {.lex_state = 18, .external_lex_state = 6}, - [582] = {.lex_state = 18, .external_lex_state = 6}, - [583] = {.lex_state = 41, .external_lex_state = 3}, - [584] = {.lex_state = 43, .external_lex_state = 3}, - [585] = {.lex_state = 43, .external_lex_state = 3}, - [586] = {.lex_state = 44, .external_lex_state = 6}, - [587] = {.lex_state = 43, .external_lex_state = 3}, - [588] = {.lex_state = 18, .external_lex_state = 9}, - [589] = {.lex_state = 41, .external_lex_state = 3}, - [590] = {.lex_state = 43, .external_lex_state = 3}, + [578] = {.lex_state = 41, .external_lex_state = 3}, + [579] = {.lex_state = 18, .external_lex_state = 6}, + [580] = {.lex_state = 18, .external_lex_state = 6}, + [581] = {.lex_state = 43, .external_lex_state = 3}, + [582] = {.lex_state = 43, .external_lex_state = 3}, + [583] = {.lex_state = 18, .external_lex_state = 8}, + [584] = {.lex_state = 18, .external_lex_state = 6}, + [585] = {.lex_state = 18, .external_lex_state = 9}, + [586] = {.lex_state = 41, .external_lex_state = 3}, + [587] = {.lex_state = 44, .external_lex_state = 6}, + [588] = {.lex_state = 43, .external_lex_state = 3}, + [589] = {.lex_state = 43, .external_lex_state = 3}, + [590] = {.lex_state = 41, .external_lex_state = 3}, [591] = {.lex_state = 18, .external_lex_state = 6}, - [592] = {.lex_state = 41, .external_lex_state = 3}, - [593] = {.lex_state = 18, .external_lex_state = 8}, - [594] = {.lex_state = 18, .external_lex_state = 6}, - [595] = {.lex_state = 43, .external_lex_state = 3}, + [592] = {.lex_state = 43, .external_lex_state = 3}, + [593] = {.lex_state = 18, .external_lex_state = 6}, + [594] = {.lex_state = 41, .external_lex_state = 3}, + [595] = {.lex_state = 41, .external_lex_state = 3}, [596] = {.lex_state = 43, .external_lex_state = 3}, - [597] = {.lex_state = 43, .external_lex_state = 3}, - [598] = {.lex_state = 41, .external_lex_state = 3}, + [597] = {.lex_state = 18, .external_lex_state = 8}, + [598] = {.lex_state = 43, .external_lex_state = 3}, [599] = {.lex_state = 18, .external_lex_state = 6}, - [600] = {.lex_state = 18, .external_lex_state = 6}, - [601] = {.lex_state = 18, .external_lex_state = 9}, - [602] = {.lex_state = 43, .external_lex_state = 3}, - [603] = {.lex_state = 42, .external_lex_state = 3}, - [604] = {.lex_state = 40, .external_lex_state = 3}, - [605] = {.lex_state = 18, .external_lex_state = 6}, + [600] = {.lex_state = 43, .external_lex_state = 3}, + [601] = {.lex_state = 43, .external_lex_state = 3}, + [602] = {.lex_state = 44, .external_lex_state = 6}, + [603] = {.lex_state = 18, .external_lex_state = 6}, + [604] = {.lex_state = 42, .external_lex_state = 3}, + [605] = {.lex_state = 42, .external_lex_state = 3}, [606] = {.lex_state = 18, .external_lex_state = 6}, - [607] = {.lex_state = 42, .external_lex_state = 3}, + [607] = {.lex_state = 18, .external_lex_state = 6}, [608] = {.lex_state = 42, .external_lex_state = 3}, - [609] = {.lex_state = 40, .external_lex_state = 3}, - [610] = {.lex_state = 42, .external_lex_state = 3}, - [611] = {.lex_state = 42, .external_lex_state = 3}, - [612] = {.lex_state = 18, .external_lex_state = 6}, + [609] = {.lex_state = 18, .external_lex_state = 6}, + [610] = {.lex_state = 40, .external_lex_state = 3}, + [611] = {.lex_state = 18, .external_lex_state = 6}, + [612] = {.lex_state = 38, .external_lex_state = 3}, [613] = {.lex_state = 18, .external_lex_state = 6}, - [614] = {.lex_state = 40, .external_lex_state = 3}, - [615] = {.lex_state = 42, .external_lex_state = 3}, - [616] = {.lex_state = 42, .external_lex_state = 3}, - [617] = {.lex_state = 38, .external_lex_state = 3}, + [614] = {.lex_state = 42, .external_lex_state = 3}, + [615] = {.lex_state = 40, .external_lex_state = 3}, + [616] = {.lex_state = 40, .external_lex_state = 3}, + [617] = {.lex_state = 42, .external_lex_state = 3}, [618] = {.lex_state = 40, .external_lex_state = 3}, - [619] = {.lex_state = 38, .external_lex_state = 3}, - [620] = {.lex_state = 42, .external_lex_state = 3}, - [621] = {.lex_state = 18, .external_lex_state = 6}, - [622] = {.lex_state = 18, .external_lex_state = 6}, - [623] = {.lex_state = 40, .external_lex_state = 3}, - [624] = {.lex_state = 40, .external_lex_state = 3}, - [625] = {.lex_state = 38, .external_lex_state = 3}, + [619] = {.lex_state = 40, .external_lex_state = 3}, + [620] = {.lex_state = 40, .external_lex_state = 3}, + [621] = {.lex_state = 42, .external_lex_state = 3}, + [622] = {.lex_state = 42, .external_lex_state = 3}, + [623] = {.lex_state = 38, .external_lex_state = 3}, + [624] = {.lex_state = 42, .external_lex_state = 3}, + [625] = {.lex_state = 40, .external_lex_state = 3}, [626] = {.lex_state = 40, .external_lex_state = 3}, - [627] = {.lex_state = 38, .external_lex_state = 3}, - [628] = {.lex_state = 38, .external_lex_state = 3}, - [629] = {.lex_state = 40, .external_lex_state = 3}, - [630] = {.lex_state = 40, .external_lex_state = 3}, + [627] = {.lex_state = 40, .external_lex_state = 3}, + [628] = {.lex_state = 40, .external_lex_state = 3}, + [629] = {.lex_state = 38, .external_lex_state = 3}, + [630] = {.lex_state = 18, .external_lex_state = 8}, [631] = {.lex_state = 38, .external_lex_state = 3}, - [632] = {.lex_state = 40, .external_lex_state = 3}, + [632] = {.lex_state = 38, .external_lex_state = 3}, [633] = {.lex_state = 38, .external_lex_state = 3}, [634] = {.lex_state = 38, .external_lex_state = 3}, - [635] = {.lex_state = 18, .external_lex_state = 6}, - [636] = {.lex_state = 40, .external_lex_state = 3}, - [637] = {.lex_state = 38, .external_lex_state = 3}, - [638] = {.lex_state = 18, .external_lex_state = 8}, - [639] = {.lex_state = 14, .external_lex_state = 3}, + [635] = {.lex_state = 38, .external_lex_state = 3}, + [636] = {.lex_state = 38, .external_lex_state = 3}, + [637] = {.lex_state = 40, .external_lex_state = 3}, + [638] = {.lex_state = 18, .external_lex_state = 6}, + [639] = {.lex_state = 45, .external_lex_state = 6}, [640] = {.lex_state = 14, .external_lex_state = 3}, - [641] = {.lex_state = 14, .external_lex_state = 3}, - [642] = {.lex_state = 45, .external_lex_state = 6}, - [643] = {.lex_state = 45, .external_lex_state = 6}, - [644] = {.lex_state = 14, .external_lex_state = 3}, + [641] = {.lex_state = 45, .external_lex_state = 6}, + [642] = {.lex_state = 14, .external_lex_state = 3}, + [643] = {.lex_state = 14, .external_lex_state = 3}, + [644] = {.lex_state = 45, .external_lex_state = 6}, [645] = {.lex_state = 45, .external_lex_state = 6}, - [646] = {.lex_state = 45, .external_lex_state = 6}, + [646] = {.lex_state = 14, .external_lex_state = 3}, [647] = {.lex_state = 14, .external_lex_state = 3}, [648] = {.lex_state = 45, .external_lex_state = 6}, - [649] = {.lex_state = 14, .external_lex_state = 3}, + [649] = {.lex_state = 45, .external_lex_state = 6}, [650] = {.lex_state = 45, .external_lex_state = 6}, - [651] = {.lex_state = 45, .external_lex_state = 6}, - [652] = {.lex_state = 14, .external_lex_state = 3}, + [651] = {.lex_state = 14, .external_lex_state = 3}, + [652] = {.lex_state = 45, .external_lex_state = 6}, [653] = {.lex_state = 14, .external_lex_state = 3}, - [654] = {.lex_state = 45, .external_lex_state = 6}, + [654] = {.lex_state = 14, .external_lex_state = 3}, [655] = {.lex_state = 14, .external_lex_state = 3}, - [656] = {.lex_state = 45, .external_lex_state = 6}, + [656] = {.lex_state = 14, .external_lex_state = 3}, [657] = {.lex_state = 14, .external_lex_state = 3}, [658] = {.lex_state = 14, .external_lex_state = 3}, [659] = {.lex_state = 14, .external_lex_state = 3}, - [660] = {.lex_state = 14, .external_lex_state = 3}, + [660] = {.lex_state = 45, .external_lex_state = 6}, [661] = {.lex_state = 14, .external_lex_state = 3}, [662] = {.lex_state = 14, .external_lex_state = 3}, [663] = {.lex_state = 14, .external_lex_state = 3}, @@ -18807,13 +18812,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [669] = {.lex_state = 14, .external_lex_state = 3}, [670] = {.lex_state = 14, .external_lex_state = 3}, [671] = {.lex_state = 14, .external_lex_state = 3}, - [672] = {.lex_state = 14, .external_lex_state = 3}, + [672] = {.lex_state = 45, .external_lex_state = 6}, [673] = {.lex_state = 14, .external_lex_state = 3}, [674] = {.lex_state = 14, .external_lex_state = 3}, [675] = {.lex_state = 14, .external_lex_state = 3}, [676] = {.lex_state = 14, .external_lex_state = 3}, [677] = {.lex_state = 14, .external_lex_state = 3}, - [678] = {.lex_state = 45, .external_lex_state = 6}, + [678] = {.lex_state = 14, .external_lex_state = 3}, [679] = {.lex_state = 14, .external_lex_state = 3}, [680] = {.lex_state = 18, .external_lex_state = 6}, [681] = {.lex_state = 18, .external_lex_state = 6}, @@ -18961,571 +18966,571 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [823] = {.lex_state = 13, .external_lex_state = 4}, [824] = {.lex_state = 13, .external_lex_state = 4}, [825] = {.lex_state = 13, .external_lex_state = 4}, - [826] = {.lex_state = 13, .external_lex_state = 7}, - [827] = {.lex_state = 26, .external_lex_state = 7}, - [828] = {.lex_state = 13, .external_lex_state = 10}, + [826] = {.lex_state = 13, .external_lex_state = 10}, + [827] = {.lex_state = 13, .external_lex_state = 7}, + [828] = {.lex_state = 26, .external_lex_state = 7}, [829] = {.lex_state = 13, .external_lex_state = 7}, - [830] = {.lex_state = 26, .external_lex_state = 7}, - [831] = {.lex_state = 13, .external_lex_state = 11}, - [832] = {.lex_state = 13, .external_lex_state = 7}, - [833] = {.lex_state = 26, .external_lex_state = 7}, - [834] = {.lex_state = 26, .external_lex_state = 11}, + [830] = {.lex_state = 13, .external_lex_state = 11}, + [831] = {.lex_state = 13, .external_lex_state = 7}, + [832] = {.lex_state = 26, .external_lex_state = 7}, + [833] = {.lex_state = 26, .external_lex_state = 11}, + [834] = {.lex_state = 26, .external_lex_state = 7}, [835] = {.lex_state = 26, .external_lex_state = 11}, - [836] = {.lex_state = 13, .external_lex_state = 11}, - [837] = {.lex_state = 13, .external_lex_state = 10}, - [838] = {.lex_state = 26, .external_lex_state = 8}, - [839] = {.lex_state = 13, .external_lex_state = 8}, - [840] = {.lex_state = 26, .external_lex_state = 12}, - [841] = {.lex_state = 26, .external_lex_state = 9}, - [842] = {.lex_state = 26, .external_lex_state = 11}, - [843] = {.lex_state = 26, .external_lex_state = 11}, - [844] = {.lex_state = 13, .external_lex_state = 10}, - [845] = {.lex_state = 13, .external_lex_state = 8}, - [846] = {.lex_state = 26, .external_lex_state = 11}, - [847] = {.lex_state = 26, .external_lex_state = 11}, - [848] = {.lex_state = 13, .external_lex_state = 10}, - [849] = {.lex_state = 13, .external_lex_state = 8}, - [850] = {.lex_state = 13, .external_lex_state = 10}, - [851] = {.lex_state = 26, .external_lex_state = 11}, - [852] = {.lex_state = 26, .external_lex_state = 11}, - [853] = {.lex_state = 26, .external_lex_state = 11}, - [854] = {.lex_state = 13, .external_lex_state = 10}, - [855] = {.lex_state = 13, .external_lex_state = 10}, - [856] = {.lex_state = 13, .external_lex_state = 10}, - [857] = {.lex_state = 26, .external_lex_state = 8}, + [836] = {.lex_state = 13, .external_lex_state = 6}, + [837] = {.lex_state = 26, .external_lex_state = 11}, + [838] = {.lex_state = 13, .external_lex_state = 8}, + [839] = {.lex_state = 13, .external_lex_state = 10}, + [840] = {.lex_state = 13, .external_lex_state = 11}, + [841] = {.lex_state = 13, .external_lex_state = 11}, + [842] = {.lex_state = 13, .external_lex_state = 11}, + [843] = {.lex_state = 13, .external_lex_state = 11}, + [844] = {.lex_state = 26, .external_lex_state = 12}, + [845] = {.lex_state = 26, .external_lex_state = 9}, + [846] = {.lex_state = 13, .external_lex_state = 11}, + [847] = {.lex_state = 13, .external_lex_state = 8}, + [848] = {.lex_state = 13, .external_lex_state = 11}, + [849] = {.lex_state = 13, .external_lex_state = 11}, + [850] = {.lex_state = 13, .external_lex_state = 8}, + [851] = {.lex_state = 26, .external_lex_state = 8}, + [852] = {.lex_state = 13, .external_lex_state = 11}, + [853] = {.lex_state = 13, .external_lex_state = 11}, + [854] = {.lex_state = 13, .external_lex_state = 11}, + [855] = {.lex_state = 26, .external_lex_state = 8}, + [856] = {.lex_state = 26, .external_lex_state = 11}, + [857] = {.lex_state = 26, .external_lex_state = 11}, [858] = {.lex_state = 26, .external_lex_state = 11}, [859] = {.lex_state = 26, .external_lex_state = 11}, [860] = {.lex_state = 26, .external_lex_state = 11}, - [861] = {.lex_state = 13, .external_lex_state = 11}, - [862] = {.lex_state = 13, .external_lex_state = 11}, - [863] = {.lex_state = 13, .external_lex_state = 10}, - [864] = {.lex_state = 26, .external_lex_state = 9}, - [865] = {.lex_state = 13, .external_lex_state = 10}, - [866] = {.lex_state = 26, .external_lex_state = 11}, - [867] = {.lex_state = 13, .external_lex_state = 6}, - [868] = {.lex_state = 26, .external_lex_state = 8}, + [861] = {.lex_state = 26, .external_lex_state = 11}, + [862] = {.lex_state = 26, .external_lex_state = 11}, + [863] = {.lex_state = 26, .external_lex_state = 9}, + [864] = {.lex_state = 13, .external_lex_state = 10}, + [865] = {.lex_state = 26, .external_lex_state = 9}, + [866] = {.lex_state = 13, .external_lex_state = 10}, + [867] = {.lex_state = 26, .external_lex_state = 8}, + [868] = {.lex_state = 26, .external_lex_state = 13}, [869] = {.lex_state = 13, .external_lex_state = 10}, - [870] = {.lex_state = 13, .external_lex_state = 6}, - [871] = {.lex_state = 13, .external_lex_state = 4}, - [872] = {.lex_state = 13, .external_lex_state = 11}, - [873] = {.lex_state = 13, .external_lex_state = 11}, - [874] = {.lex_state = 13, .external_lex_state = 11}, - [875] = {.lex_state = 13, .external_lex_state = 12}, + [870] = {.lex_state = 13, .external_lex_state = 10}, + [871] = {.lex_state = 13, .external_lex_state = 10}, + [872] = {.lex_state = 26, .external_lex_state = 11}, + [873] = {.lex_state = 26, .external_lex_state = 11}, + [874] = {.lex_state = 13, .external_lex_state = 10}, + [875] = {.lex_state = 13, .external_lex_state = 10}, [876] = {.lex_state = 13, .external_lex_state = 11}, - [877] = {.lex_state = 12, .external_lex_state = 10}, - [878] = {.lex_state = 13, .external_lex_state = 11}, - [879] = {.lex_state = 13, .external_lex_state = 11}, - [880] = {.lex_state = 12, .external_lex_state = 10}, + [877] = {.lex_state = 13, .external_lex_state = 13}, + [878] = {.lex_state = 12, .external_lex_state = 10}, + [879] = {.lex_state = 13, .external_lex_state = 4}, + [880] = {.lex_state = 13, .external_lex_state = 10}, [881] = {.lex_state = 12, .external_lex_state = 10}, - [882] = {.lex_state = 13, .external_lex_state = 10}, + [882] = {.lex_state = 12, .external_lex_state = 10}, [883] = {.lex_state = 13, .external_lex_state = 10}, - [884] = {.lex_state = 13, .external_lex_state = 4}, - [885] = {.lex_state = 26, .external_lex_state = 13}, - [886] = {.lex_state = 13, .external_lex_state = 6}, + [884] = {.lex_state = 13, .external_lex_state = 10}, + [885] = {.lex_state = 13, .external_lex_state = 10}, + [886] = {.lex_state = 13, .external_lex_state = 10}, [887] = {.lex_state = 13, .external_lex_state = 10}, [888] = {.lex_state = 13, .external_lex_state = 11}, - [889] = {.lex_state = 13, .external_lex_state = 10}, - [890] = {.lex_state = 26, .external_lex_state = 9}, - [891] = {.lex_state = 13, .external_lex_state = 11}, - [892] = {.lex_state = 13, .external_lex_state = 11}, + [889] = {.lex_state = 13, .external_lex_state = 6}, + [890] = {.lex_state = 26, .external_lex_state = 11}, + [891] = {.lex_state = 13, .external_lex_state = 4}, + [892] = {.lex_state = 13, .external_lex_state = 6}, [893] = {.lex_state = 12, .external_lex_state = 11}, - [894] = {.lex_state = 26, .external_lex_state = 12}, - [895] = {.lex_state = 13, .external_lex_state = 9}, + [894] = {.lex_state = 12, .external_lex_state = 10}, + [895] = {.lex_state = 13, .external_lex_state = 13}, [896] = {.lex_state = 13, .external_lex_state = 10}, [897] = {.lex_state = 13, .external_lex_state = 10}, [898] = {.lex_state = 13, .external_lex_state = 10}, [899] = {.lex_state = 13, .external_lex_state = 10}, - [900] = {.lex_state = 13, .external_lex_state = 2}, + [900] = {.lex_state = 13, .external_lex_state = 9}, [901] = {.lex_state = 13, .external_lex_state = 10}, [902] = {.lex_state = 13, .external_lex_state = 10}, - [903] = {.lex_state = 13, .external_lex_state = 10}, - [904] = {.lex_state = 13, .external_lex_state = 9}, + [903] = {.lex_state = 26, .external_lex_state = 7}, + [904] = {.lex_state = 13, .external_lex_state = 10}, [905] = {.lex_state = 13, .external_lex_state = 10}, [906] = {.lex_state = 13, .external_lex_state = 10}, - [907] = {.lex_state = 13, .external_lex_state = 10}, + [907] = {.lex_state = 13, .external_lex_state = 12}, [908] = {.lex_state = 13, .external_lex_state = 10}, - [909] = {.lex_state = 13, .external_lex_state = 13}, + [909] = {.lex_state = 13, .external_lex_state = 10}, [910] = {.lex_state = 13, .external_lex_state = 10}, - [911] = {.lex_state = 13, .external_lex_state = 10}, - [912] = {.lex_state = 26, .external_lex_state = 13}, - [913] = {.lex_state = 26, .external_lex_state = 13}, + [911] = {.lex_state = 25, .external_lex_state = 11}, + [912] = {.lex_state = 25, .external_lex_state = 11}, + [913] = {.lex_state = 26, .external_lex_state = 12}, [914] = {.lex_state = 26, .external_lex_state = 12}, - [915] = {.lex_state = 26, .external_lex_state = 12}, - [916] = {.lex_state = 13, .external_lex_state = 12}, - [917] = {.lex_state = 12, .external_lex_state = 11}, - [918] = {.lex_state = 26, .external_lex_state = 12}, - [919] = {.lex_state = 12, .external_lex_state = 11}, - [920] = {.lex_state = 13, .external_lex_state = 12}, + [915] = {.lex_state = 25, .external_lex_state = 11}, + [916] = {.lex_state = 13, .external_lex_state = 10}, + [917] = {.lex_state = 13, .external_lex_state = 2}, + [918] = {.lex_state = 13, .external_lex_state = 13}, + [919] = {.lex_state = 13, .external_lex_state = 10}, + [920] = {.lex_state = 13, .external_lex_state = 10}, [921] = {.lex_state = 13, .external_lex_state = 10}, - [922] = {.lex_state = 25, .external_lex_state = 11}, - [923] = {.lex_state = 13, .external_lex_state = 12}, + [922] = {.lex_state = 26, .external_lex_state = 13}, + [923] = {.lex_state = 26, .external_lex_state = 13}, [924] = {.lex_state = 13, .external_lex_state = 10}, [925] = {.lex_state = 13, .external_lex_state = 10}, [926] = {.lex_state = 13, .external_lex_state = 10}, - [927] = {.lex_state = 13, .external_lex_state = 10}, - [928] = {.lex_state = 12, .external_lex_state = 10}, - [929] = {.lex_state = 13, .external_lex_state = 10}, - [930] = {.lex_state = 25, .external_lex_state = 11}, - [931] = {.lex_state = 13, .external_lex_state = 10}, - [932] = {.lex_state = 26, .external_lex_state = 7}, + [927] = {.lex_state = 12, .external_lex_state = 11}, + [928] = {.lex_state = 12, .external_lex_state = 11}, + [929] = {.lex_state = 13, .external_lex_state = 13}, + [930] = {.lex_state = 13, .external_lex_state = 10}, + [931] = {.lex_state = 13, .external_lex_state = 13}, + [932] = {.lex_state = 13, .external_lex_state = 10}, [933] = {.lex_state = 13, .external_lex_state = 10}, [934] = {.lex_state = 13, .external_lex_state = 10}, [935] = {.lex_state = 13, .external_lex_state = 10}, [936] = {.lex_state = 13, .external_lex_state = 10}, [937] = {.lex_state = 13, .external_lex_state = 10}, - [938] = {.lex_state = 13, .external_lex_state = 10}, - [939] = {.lex_state = 13, .external_lex_state = 10}, - [940] = {.lex_state = 13, .external_lex_state = 7}, + [938] = {.lex_state = 13, .external_lex_state = 13}, + [939] = {.lex_state = 13, .external_lex_state = 13}, + [940] = {.lex_state = 13, .external_lex_state = 10}, [941] = {.lex_state = 13, .external_lex_state = 10}, [942] = {.lex_state = 13, .external_lex_state = 10}, - [943] = {.lex_state = 26, .external_lex_state = 12}, - [944] = {.lex_state = 13, .external_lex_state = 10}, - [945] = {.lex_state = 26, .external_lex_state = 12}, - [946] = {.lex_state = 12, .external_lex_state = 12}, - [947] = {.lex_state = 26, .external_lex_state = 12}, - [948] = {.lex_state = 25, .external_lex_state = 11}, - [949] = {.lex_state = 26, .external_lex_state = 12}, + [943] = {.lex_state = 13, .external_lex_state = 10}, + [944] = {.lex_state = 13, .external_lex_state = 7}, + [945] = {.lex_state = 13, .external_lex_state = 10}, + [946] = {.lex_state = 13, .external_lex_state = 13}, + [947] = {.lex_state = 13, .external_lex_state = 13}, + [948] = {.lex_state = 13, .external_lex_state = 13}, + [949] = {.lex_state = 13, .external_lex_state = 10}, [950] = {.lex_state = 13, .external_lex_state = 10}, - [951] = {.lex_state = 26, .external_lex_state = 12}, - [952] = {.lex_state = 13, .external_lex_state = 10}, - [953] = {.lex_state = 26, .external_lex_state = 12}, + [951] = {.lex_state = 26, .external_lex_state = 13}, + [952] = {.lex_state = 26, .external_lex_state = 13}, + [953] = {.lex_state = 13, .external_lex_state = 10}, [954] = {.lex_state = 13, .external_lex_state = 10}, - [955] = {.lex_state = 13, .external_lex_state = 10}, - [956] = {.lex_state = 13, .external_lex_state = 10}, - [957] = {.lex_state = 26, .external_lex_state = 12}, - [958] = {.lex_state = 25, .external_lex_state = 12}, - [959] = {.lex_state = 25, .external_lex_state = 12}, - [960] = {.lex_state = 25, .external_lex_state = 12}, - [961] = {.lex_state = 26, .external_lex_state = 7}, - [962] = {.lex_state = 25, .external_lex_state = 11}, - [963] = {.lex_state = 13, .external_lex_state = 9}, - [964] = {.lex_state = 25, .external_lex_state = 11}, - [965] = {.lex_state = 26, .external_lex_state = 13}, - [966] = {.lex_state = 25, .external_lex_state = 11}, + [955] = {.lex_state = 26, .external_lex_state = 13}, + [956] = {.lex_state = 26, .external_lex_state = 13}, + [957] = {.lex_state = 26, .external_lex_state = 13}, + [958] = {.lex_state = 13, .external_lex_state = 13}, + [959] = {.lex_state = 26, .external_lex_state = 13}, + [960] = {.lex_state = 26, .external_lex_state = 13}, + [961] = {.lex_state = 26, .external_lex_state = 13}, + [962] = {.lex_state = 13, .external_lex_state = 10}, + [963] = {.lex_state = 13, .external_lex_state = 13}, + [964] = {.lex_state = 13, .external_lex_state = 10}, + [965] = {.lex_state = 26, .external_lex_state = 12}, + [966] = {.lex_state = 26, .external_lex_state = 7}, [967] = {.lex_state = 13, .external_lex_state = 10}, - [968] = {.lex_state = 26, .external_lex_state = 13}, - [969] = {.lex_state = 26, .external_lex_state = 13}, + [968] = {.lex_state = 13, .external_lex_state = 10}, + [969] = {.lex_state = 25, .external_lex_state = 13}, [970] = {.lex_state = 13, .external_lex_state = 10}, - [971] = {.lex_state = 26, .external_lex_state = 13}, - [972] = {.lex_state = 26, .external_lex_state = 13}, - [973] = {.lex_state = 13, .external_lex_state = 10}, - [974] = {.lex_state = 12, .external_lex_state = 11}, - [975] = {.lex_state = 26, .external_lex_state = 13}, - [976] = {.lex_state = 12, .external_lex_state = 11}, - [977] = {.lex_state = 26, .external_lex_state = 13}, - [978] = {.lex_state = 26, .external_lex_state = 13}, + [971] = {.lex_state = 13, .external_lex_state = 10}, + [972] = {.lex_state = 25, .external_lex_state = 13}, + [973] = {.lex_state = 25, .external_lex_state = 13}, + [974] = {.lex_state = 13, .external_lex_state = 10}, + [975] = {.lex_state = 12, .external_lex_state = 11}, + [976] = {.lex_state = 13, .external_lex_state = 9}, + [977] = {.lex_state = 25, .external_lex_state = 11}, + [978] = {.lex_state = 25, .external_lex_state = 11}, [979] = {.lex_state = 12, .external_lex_state = 11}, - [980] = {.lex_state = 13, .external_lex_state = 12}, - [981] = {.lex_state = 13, .external_lex_state = 12}, - [982] = {.lex_state = 13, .external_lex_state = 10}, - [983] = {.lex_state = 26, .external_lex_state = 13}, - [984] = {.lex_state = 13, .external_lex_state = 10}, - [985] = {.lex_state = 13, .external_lex_state = 10}, - [986] = {.lex_state = 13, .external_lex_state = 12}, - [987] = {.lex_state = 26, .external_lex_state = 13}, - [988] = {.lex_state = 13, .external_lex_state = 12}, - [989] = {.lex_state = 13, .external_lex_state = 10}, - [990] = {.lex_state = 13, .external_lex_state = 12}, - [991] = {.lex_state = 13, .external_lex_state = 12}, - [992] = {.lex_state = 13, .external_lex_state = 12}, + [980] = {.lex_state = 12, .external_lex_state = 11}, + [981] = {.lex_state = 25, .external_lex_state = 11}, + [982] = {.lex_state = 26, .external_lex_state = 12}, + [983] = {.lex_state = 26, .external_lex_state = 12}, + [984] = {.lex_state = 13, .external_lex_state = 13}, + [985] = {.lex_state = 26, .external_lex_state = 12}, + [986] = {.lex_state = 26, .external_lex_state = 12}, + [987] = {.lex_state = 26, .external_lex_state = 12}, + [988] = {.lex_state = 26, .external_lex_state = 12}, + [989] = {.lex_state = 13, .external_lex_state = 7}, + [990] = {.lex_state = 26, .external_lex_state = 12}, + [991] = {.lex_state = 26, .external_lex_state = 12}, + [992] = {.lex_state = 26, .external_lex_state = 12}, [993] = {.lex_state = 13, .external_lex_state = 10}, [994] = {.lex_state = 13, .external_lex_state = 10}, - [995] = {.lex_state = 13, .external_lex_state = 10}, - [996] = {.lex_state = 13, .external_lex_state = 7}, - [997] = {.lex_state = 26, .external_lex_state = 12}, - [998] = {.lex_state = 13, .external_lex_state = 12}, - [999] = {.lex_state = 13, .external_lex_state = 12}, + [995] = {.lex_state = 26, .external_lex_state = 13}, + [996] = {.lex_state = 13, .external_lex_state = 10}, + [997] = {.lex_state = 26, .external_lex_state = 13}, + [998] = {.lex_state = 13, .external_lex_state = 10}, + [999] = {.lex_state = 13, .external_lex_state = 10}, [1000] = {.lex_state = 13, .external_lex_state = 10}, - [1001] = {.lex_state = 13, .external_lex_state = 10}, - [1002] = {.lex_state = 13, .external_lex_state = 10}, - [1003] = {.lex_state = 13, .external_lex_state = 11}, + [1001] = {.lex_state = 12, .external_lex_state = 13}, + [1002] = {.lex_state = 13, .external_lex_state = 9}, + [1003] = {.lex_state = 26, .external_lex_state = 11}, [1004] = {.lex_state = 26, .external_lex_state = 11}, [1005] = {.lex_state = 26, .external_lex_state = 11}, - [1006] = {.lex_state = 25, .external_lex_state = 12}, - [1007] = {.lex_state = 25, .external_lex_state = 12}, + [1006] = {.lex_state = 26, .external_lex_state = 11}, + [1007] = {.lex_state = 13, .external_lex_state = 11}, [1008] = {.lex_state = 26, .external_lex_state = 11}, - [1009] = {.lex_state = 26, .external_lex_state = 8}, - [1010] = {.lex_state = 25, .external_lex_state = 13}, - [1011] = {.lex_state = 25, .external_lex_state = 13}, - [1012] = {.lex_state = 26, .external_lex_state = 11}, + [1009] = {.lex_state = 26, .external_lex_state = 11}, + [1010] = {.lex_state = 13, .external_lex_state = 12}, + [1011] = {.lex_state = 25, .external_lex_state = 12}, + [1012] = {.lex_state = 13, .external_lex_state = 12}, [1013] = {.lex_state = 26, .external_lex_state = 11}, - [1014] = {.lex_state = 25, .external_lex_state = 13}, - [1015] = {.lex_state = 26, .external_lex_state = 11}, - [1016] = {.lex_state = 26, .external_lex_state = 11}, - [1017] = {.lex_state = 13, .external_lex_state = 11}, - [1018] = {.lex_state = 26, .external_lex_state = 11}, - [1019] = {.lex_state = 13, .external_lex_state = 11}, - [1020] = {.lex_state = 13, .external_lex_state = 11}, - [1021] = {.lex_state = 26, .external_lex_state = 11}, - [1022] = {.lex_state = 25, .external_lex_state = 12}, - [1023] = {.lex_state = 13, .external_lex_state = 11}, - [1024] = {.lex_state = 13, .external_lex_state = 10}, - [1025] = {.lex_state = 12, .external_lex_state = 13}, - [1026] = {.lex_state = 13, .external_lex_state = 11}, - [1027] = {.lex_state = 26, .external_lex_state = 9}, - [1028] = {.lex_state = 25, .external_lex_state = 12}, - [1029] = {.lex_state = 13, .external_lex_state = 11}, - [1030] = {.lex_state = 25, .external_lex_state = 12}, - [1031] = {.lex_state = 25, .external_lex_state = 12}, - [1032] = {.lex_state = 13, .external_lex_state = 2}, + [1014] = {.lex_state = 13, .external_lex_state = 11}, + [1015] = {.lex_state = 25, .external_lex_state = 12}, + [1016] = {.lex_state = 13, .external_lex_state = 11}, + [1017] = {.lex_state = 25, .external_lex_state = 13}, + [1018] = {.lex_state = 25, .external_lex_state = 13}, + [1019] = {.lex_state = 25, .external_lex_state = 12}, + [1020] = {.lex_state = 12, .external_lex_state = 12}, + [1021] = {.lex_state = 13, .external_lex_state = 12}, + [1022] = {.lex_state = 13, .external_lex_state = 12}, + [1023] = {.lex_state = 13, .external_lex_state = 12}, + [1024] = {.lex_state = 13, .external_lex_state = 11}, + [1025] = {.lex_state = 13, .external_lex_state = 8}, + [1026] = {.lex_state = 25, .external_lex_state = 13}, + [1027] = {.lex_state = 26, .external_lex_state = 11}, + [1028] = {.lex_state = 13, .external_lex_state = 2}, + [1029] = {.lex_state = 13, .external_lex_state = 2}, + [1030] = {.lex_state = 26, .external_lex_state = 11}, + [1031] = {.lex_state = 26, .external_lex_state = 11}, + [1032] = {.lex_state = 13, .external_lex_state = 10}, [1033] = {.lex_state = 13, .external_lex_state = 11}, - [1034] = {.lex_state = 26, .external_lex_state = 11}, + [1034] = {.lex_state = 26, .external_lex_state = 9}, [1035] = {.lex_state = 25, .external_lex_state = 13}, - [1036] = {.lex_state = 13, .external_lex_state = 2}, - [1037] = {.lex_state = 25, .external_lex_state = 13}, - [1038] = {.lex_state = 25, .external_lex_state = 13}, + [1036] = {.lex_state = 13, .external_lex_state = 12}, + [1037] = {.lex_state = 26, .external_lex_state = 11}, + [1038] = {.lex_state = 25, .external_lex_state = 12}, [1039] = {.lex_state = 26, .external_lex_state = 11}, - [1040] = {.lex_state = 13, .external_lex_state = 2}, - [1041] = {.lex_state = 13, .external_lex_state = 11}, - [1042] = {.lex_state = 26, .external_lex_state = 8}, - [1043] = {.lex_state = 26, .external_lex_state = 11}, - [1044] = {.lex_state = 26, .external_lex_state = 11}, - [1045] = {.lex_state = 13, .external_lex_state = 8}, - [1046] = {.lex_state = 26, .external_lex_state = 11}, - [1047] = {.lex_state = 26, .external_lex_state = 11}, - [1048] = {.lex_state = 13, .external_lex_state = 2}, - [1049] = {.lex_state = 13, .external_lex_state = 2}, - [1050] = {.lex_state = 13, .external_lex_state = 2}, - [1051] = {.lex_state = 13, .external_lex_state = 2}, - [1052] = {.lex_state = 13, .external_lex_state = 2}, - [1053] = {.lex_state = 13, .external_lex_state = 2}, + [1040] = {.lex_state = 25, .external_lex_state = 12}, + [1041] = {.lex_state = 25, .external_lex_state = 12}, + [1042] = {.lex_state = 13, .external_lex_state = 2}, + [1043] = {.lex_state = 13, .external_lex_state = 2}, + [1044] = {.lex_state = 13, .external_lex_state = 2}, + [1045] = {.lex_state = 26, .external_lex_state = 8}, + [1046] = {.lex_state = 13, .external_lex_state = 11}, + [1047] = {.lex_state = 13, .external_lex_state = 2}, + [1048] = {.lex_state = 25, .external_lex_state = 13}, + [1049] = {.lex_state = 13, .external_lex_state = 12}, + [1050] = {.lex_state = 26, .external_lex_state = 11}, + [1051] = {.lex_state = 26, .external_lex_state = 11}, + [1052] = {.lex_state = 13, .external_lex_state = 11}, + [1053] = {.lex_state = 13, .external_lex_state = 11}, [1054] = {.lex_state = 26, .external_lex_state = 11}, [1055] = {.lex_state = 26, .external_lex_state = 11}, [1056] = {.lex_state = 26, .external_lex_state = 11}, [1057] = {.lex_state = 26, .external_lex_state = 11}, - [1058] = {.lex_state = 13, .external_lex_state = 11}, - [1059] = {.lex_state = 26, .external_lex_state = 11}, - [1060] = {.lex_state = 13, .external_lex_state = 11}, - [1061] = {.lex_state = 25, .external_lex_state = 12}, + [1058] = {.lex_state = 13, .external_lex_state = 2}, + [1059] = {.lex_state = 13, .external_lex_state = 2}, + [1060] = {.lex_state = 13, .external_lex_state = 2}, + [1061] = {.lex_state = 13, .external_lex_state = 11}, [1062] = {.lex_state = 26, .external_lex_state = 11}, - [1063] = {.lex_state = 13, .external_lex_state = 11}, - [1064] = {.lex_state = 26, .external_lex_state = 11}, - [1065] = {.lex_state = 25, .external_lex_state = 12}, - [1066] = {.lex_state = 25, .external_lex_state = 12}, - [1067] = {.lex_state = 26, .external_lex_state = 11}, - [1068] = {.lex_state = 26, .external_lex_state = 12}, + [1063] = {.lex_state = 25, .external_lex_state = 13}, + [1064] = {.lex_state = 25, .external_lex_state = 13}, + [1065] = {.lex_state = 26, .external_lex_state = 9}, + [1066] = {.lex_state = 25, .external_lex_state = 13}, + [1067] = {.lex_state = 13, .external_lex_state = 11}, + [1068] = {.lex_state = 13, .external_lex_state = 11}, [1069] = {.lex_state = 13, .external_lex_state = 11}, [1070] = {.lex_state = 26, .external_lex_state = 11}, - [1071] = {.lex_state = 13, .external_lex_state = 11}, - [1072] = {.lex_state = 26, .external_lex_state = 11}, + [1071] = {.lex_state = 26, .external_lex_state = 13}, + [1072] = {.lex_state = 13, .external_lex_state = 11}, [1073] = {.lex_state = 26, .external_lex_state = 11}, [1074] = {.lex_state = 26, .external_lex_state = 11}, - [1075] = {.lex_state = 13, .external_lex_state = 11}, - [1076] = {.lex_state = 26, .external_lex_state = 11}, - [1077] = {.lex_state = 13, .external_lex_state = 11}, - [1078] = {.lex_state = 26, .external_lex_state = 9}, - [1079] = {.lex_state = 13, .external_lex_state = 11}, - [1080] = {.lex_state = 13, .external_lex_state = 13}, - [1081] = {.lex_state = 13, .external_lex_state = 6}, - [1082] = {.lex_state = 13, .external_lex_state = 6}, - [1083] = {.lex_state = 13, .external_lex_state = 11}, - [1084] = {.lex_state = 13, .external_lex_state = 13}, - [1085] = {.lex_state = 13, .external_lex_state = 11}, - [1086] = {.lex_state = 13, .external_lex_state = 11}, + [1075] = {.lex_state = 26, .external_lex_state = 11}, + [1076] = {.lex_state = 26, .external_lex_state = 8}, + [1077] = {.lex_state = 26, .external_lex_state = 11}, + [1078] = {.lex_state = 13, .external_lex_state = 11}, + [1079] = {.lex_state = 26, .external_lex_state = 11}, + [1080] = {.lex_state = 13, .external_lex_state = 11}, + [1081] = {.lex_state = 12, .external_lex_state = 2}, + [1082] = {.lex_state = 26, .external_lex_state = 11}, + [1083] = {.lex_state = 12, .external_lex_state = 2}, + [1084] = {.lex_state = 26, .external_lex_state = 11}, + [1085] = {.lex_state = 12, .external_lex_state = 2}, + [1086] = {.lex_state = 13, .external_lex_state = 8}, [1087] = {.lex_state = 13, .external_lex_state = 11}, - [1088] = {.lex_state = 13, .external_lex_state = 11}, + [1088] = {.lex_state = 26, .external_lex_state = 11}, [1089] = {.lex_state = 13, .external_lex_state = 11}, [1090] = {.lex_state = 13, .external_lex_state = 11}, [1091] = {.lex_state = 13, .external_lex_state = 11}, - [1092] = {.lex_state = 13, .external_lex_state = 13}, - [1093] = {.lex_state = 13, .external_lex_state = 13}, - [1094] = {.lex_state = 13, .external_lex_state = 11}, - [1095] = {.lex_state = 13, .external_lex_state = 11}, - [1096] = {.lex_state = 26, .external_lex_state = 12}, + [1092] = {.lex_state = 13, .external_lex_state = 11}, + [1093] = {.lex_state = 13, .external_lex_state = 12}, + [1094] = {.lex_state = 13, .external_lex_state = 6}, + [1095] = {.lex_state = 13, .external_lex_state = 6}, + [1096] = {.lex_state = 13, .external_lex_state = 11}, [1097] = {.lex_state = 13, .external_lex_state = 11}, [1098] = {.lex_state = 13, .external_lex_state = 11}, [1099] = {.lex_state = 13, .external_lex_state = 11}, - [1100] = {.lex_state = 13, .external_lex_state = 11}, - [1101] = {.lex_state = 25, .external_lex_state = 13}, - [1102] = {.lex_state = 12, .external_lex_state = 12}, - [1103] = {.lex_state = 12, .external_lex_state = 12}, - [1104] = {.lex_state = 25, .external_lex_state = 13}, - [1105] = {.lex_state = 12, .external_lex_state = 12}, - [1106] = {.lex_state = 13, .external_lex_state = 12}, - [1107] = {.lex_state = 25, .external_lex_state = 13}, - [1108] = {.lex_state = 13, .external_lex_state = 2}, + [1100] = {.lex_state = 13, .external_lex_state = 12}, + [1101] = {.lex_state = 25, .external_lex_state = 12}, + [1102] = {.lex_state = 26, .external_lex_state = 13}, + [1103] = {.lex_state = 13, .external_lex_state = 11}, + [1104] = {.lex_state = 13, .external_lex_state = 11}, + [1105] = {.lex_state = 13, .external_lex_state = 11}, + [1106] = {.lex_state = 13, .external_lex_state = 11}, + [1107] = {.lex_state = 25, .external_lex_state = 12}, + [1108] = {.lex_state = 13, .external_lex_state = 11}, [1109] = {.lex_state = 13, .external_lex_state = 2}, - [1110] = {.lex_state = 13, .external_lex_state = 2}, - [1111] = {.lex_state = 26, .external_lex_state = 12}, - [1112] = {.lex_state = 26, .external_lex_state = 12}, - [1113] = {.lex_state = 26, .external_lex_state = 12}, - [1114] = {.lex_state = 13, .external_lex_state = 13}, - [1115] = {.lex_state = 12, .external_lex_state = 2}, - [1116] = {.lex_state = 26, .external_lex_state = 12}, - [1117] = {.lex_state = 26, .external_lex_state = 12}, + [1110] = {.lex_state = 25, .external_lex_state = 12}, + [1111] = {.lex_state = 13, .external_lex_state = 2}, + [1112] = {.lex_state = 13, .external_lex_state = 2}, + [1113] = {.lex_state = 13, .external_lex_state = 12}, + [1114] = {.lex_state = 26, .external_lex_state = 13}, + [1115] = {.lex_state = 26, .external_lex_state = 13}, + [1116] = {.lex_state = 26, .external_lex_state = 13}, + [1117] = {.lex_state = 12, .external_lex_state = 2}, [1118] = {.lex_state = 13, .external_lex_state = 11}, [1119] = {.lex_state = 13, .external_lex_state = 11}, - [1120] = {.lex_state = 13, .external_lex_state = 11}, - [1121] = {.lex_state = 13, .external_lex_state = 11}, + [1120] = {.lex_state = 26, .external_lex_state = 13}, + [1121] = {.lex_state = 26, .external_lex_state = 13}, [1122] = {.lex_state = 13, .external_lex_state = 11}, [1123] = {.lex_state = 13, .external_lex_state = 11}, [1124] = {.lex_state = 13, .external_lex_state = 11}, - [1125] = {.lex_state = 13, .external_lex_state = 13}, - [1126] = {.lex_state = 26, .external_lex_state = 11}, - [1127] = {.lex_state = 13, .external_lex_state = 11}, + [1125] = {.lex_state = 13, .external_lex_state = 11}, + [1126] = {.lex_state = 13, .external_lex_state = 11}, + [1127] = {.lex_state = 13, .external_lex_state = 12}, [1128] = {.lex_state = 26, .external_lex_state = 11}, [1129] = {.lex_state = 26, .external_lex_state = 11}, - [1130] = {.lex_state = 13, .external_lex_state = 13}, - [1131] = {.lex_state = 13, .external_lex_state = 13}, - [1132] = {.lex_state = 26, .external_lex_state = 11}, + [1130] = {.lex_state = 13, .external_lex_state = 11}, + [1131] = {.lex_state = 26, .external_lex_state = 11}, + [1132] = {.lex_state = 13, .external_lex_state = 11}, [1133] = {.lex_state = 13, .external_lex_state = 11}, - [1134] = {.lex_state = 13, .external_lex_state = 11}, - [1135] = {.lex_state = 26, .external_lex_state = 11}, - [1136] = {.lex_state = 26, .external_lex_state = 11}, - [1137] = {.lex_state = 26, .external_lex_state = 11}, - [1138] = {.lex_state = 26, .external_lex_state = 11}, - [1139] = {.lex_state = 13, .external_lex_state = 13}, - [1140] = {.lex_state = 26, .external_lex_state = 11}, - [1141] = {.lex_state = 13, .external_lex_state = 13}, - [1142] = {.lex_state = 13, .external_lex_state = 13}, + [1134] = {.lex_state = 26, .external_lex_state = 11}, + [1135] = {.lex_state = 13, .external_lex_state = 11}, + [1136] = {.lex_state = 25, .external_lex_state = 13}, + [1137] = {.lex_state = 12, .external_lex_state = 13}, + [1138] = {.lex_state = 12, .external_lex_state = 13}, + [1139] = {.lex_state = 26, .external_lex_state = 11}, + [1140] = {.lex_state = 12, .external_lex_state = 13}, + [1141] = {.lex_state = 26, .external_lex_state = 11}, + [1142] = {.lex_state = 26, .external_lex_state = 11}, [1143] = {.lex_state = 13, .external_lex_state = 13}, - [1144] = {.lex_state = 13, .external_lex_state = 13}, - [1145] = {.lex_state = 12, .external_lex_state = 2}, - [1146] = {.lex_state = 12, .external_lex_state = 2}, - [1147] = {.lex_state = 12, .external_lex_state = 2}, - [1148] = {.lex_state = 13, .external_lex_state = 8}, + [1144] = {.lex_state = 26, .external_lex_state = 11}, + [1145] = {.lex_state = 13, .external_lex_state = 12}, + [1146] = {.lex_state = 26, .external_lex_state = 11}, + [1147] = {.lex_state = 13, .external_lex_state = 12}, + [1148] = {.lex_state = 13, .external_lex_state = 11}, [1149] = {.lex_state = 13, .external_lex_state = 2}, - [1150] = {.lex_state = 26, .external_lex_state = 13}, - [1151] = {.lex_state = 13, .external_lex_state = 2}, - [1152] = {.lex_state = 26, .external_lex_state = 13}, - [1153] = {.lex_state = 13, .external_lex_state = 12}, - [1154] = {.lex_state = 13, .external_lex_state = 12}, - [1155] = {.lex_state = 13, .external_lex_state = 12}, - [1156] = {.lex_state = 13, .external_lex_state = 12}, - [1157] = {.lex_state = 13, .external_lex_state = 12}, - [1158] = {.lex_state = 26, .external_lex_state = 12}, + [1150] = {.lex_state = 13, .external_lex_state = 2}, + [1151] = {.lex_state = 13, .external_lex_state = 13}, + [1152] = {.lex_state = 13, .external_lex_state = 13}, + [1153] = {.lex_state = 26, .external_lex_state = 13}, + [1154] = {.lex_state = 13, .external_lex_state = 13}, + [1155] = {.lex_state = 13, .external_lex_state = 13}, + [1156] = {.lex_state = 13, .external_lex_state = 13}, + [1157] = {.lex_state = 13, .external_lex_state = 13}, + [1158] = {.lex_state = 26, .external_lex_state = 13}, [1159] = {.lex_state = 26, .external_lex_state = 12}, - [1160] = {.lex_state = 13, .external_lex_state = 12}, - [1161] = {.lex_state = 26, .external_lex_state = 13}, - [1162] = {.lex_state = 13, .external_lex_state = 2}, - [1163] = {.lex_state = 26, .external_lex_state = 13}, - [1164] = {.lex_state = 13, .external_lex_state = 2}, - [1165] = {.lex_state = 13, .external_lex_state = 12}, - [1166] = {.lex_state = 26, .external_lex_state = 12}, - [1167] = {.lex_state = 13, .external_lex_state = 2}, - [1168] = {.lex_state = 13, .external_lex_state = 2}, - [1169] = {.lex_state = 26, .external_lex_state = 13}, - [1170] = {.lex_state = 26, .external_lex_state = 12}, - [1171] = {.lex_state = 13, .external_lex_state = 12}, - [1172] = {.lex_state = 26, .external_lex_state = 13}, - [1173] = {.lex_state = 26, .external_lex_state = 12}, - [1174] = {.lex_state = 13, .external_lex_state = 2}, - [1175] = {.lex_state = 26, .external_lex_state = 12}, - [1176] = {.lex_state = 26, .external_lex_state = 12}, - [1177] = {.lex_state = 13, .external_lex_state = 2}, - [1178] = {.lex_state = 26, .external_lex_state = 12}, - [1179] = {.lex_state = 26, .external_lex_state = 12}, - [1180] = {.lex_state = 9, .external_lex_state = 10}, - [1181] = {.lex_state = 13, .external_lex_state = 10}, - [1182] = {.lex_state = 13, .external_lex_state = 2}, - [1183] = {.lex_state = 13, .external_lex_state = 2}, - [1184] = {.lex_state = 9, .external_lex_state = 10}, - [1185] = {.lex_state = 13, .external_lex_state = 2}, - [1186] = {.lex_state = 13, .external_lex_state = 12}, - [1187] = {.lex_state = 13, .external_lex_state = 2}, - [1188] = {.lex_state = 26, .external_lex_state = 13}, - [1189] = {.lex_state = 13, .external_lex_state = 12}, - [1190] = {.lex_state = 13, .external_lex_state = 12}, - [1191] = {.lex_state = 26, .external_lex_state = 12}, - [1192] = {.lex_state = 26, .external_lex_state = 13}, + [1160] = {.lex_state = 13, .external_lex_state = 13}, + [1161] = {.lex_state = 13, .external_lex_state = 2}, + [1162] = {.lex_state = 13, .external_lex_state = 13}, + [1163] = {.lex_state = 13, .external_lex_state = 13}, + [1164] = {.lex_state = 13, .external_lex_state = 13}, + [1165] = {.lex_state = 13, .external_lex_state = 13}, + [1166] = {.lex_state = 13, .external_lex_state = 13}, + [1167] = {.lex_state = 13, .external_lex_state = 13}, + [1168] = {.lex_state = 26, .external_lex_state = 13}, + [1169] = {.lex_state = 26, .external_lex_state = 12}, + [1170] = {.lex_state = 26, .external_lex_state = 13}, + [1171] = {.lex_state = 13, .external_lex_state = 2}, + [1172] = {.lex_state = 13, .external_lex_state = 13}, + [1173] = {.lex_state = 26, .external_lex_state = 13}, + [1174] = {.lex_state = 9, .external_lex_state = 10}, + [1175] = {.lex_state = 12, .external_lex_state = 13}, + [1176] = {.lex_state = 12, .external_lex_state = 13}, + [1177] = {.lex_state = 9, .external_lex_state = 10}, + [1178] = {.lex_state = 26, .external_lex_state = 13}, + [1179] = {.lex_state = 13, .external_lex_state = 13}, + [1180] = {.lex_state = 26, .external_lex_state = 13}, + [1181] = {.lex_state = 26, .external_lex_state = 13}, + [1182] = {.lex_state = 26, .external_lex_state = 13}, + [1183] = {.lex_state = 13, .external_lex_state = 13}, + [1184] = {.lex_state = 13, .external_lex_state = 13}, + [1185] = {.lex_state = 13, .external_lex_state = 13}, + [1186] = {.lex_state = 12, .external_lex_state = 13}, + [1187] = {.lex_state = 13, .external_lex_state = 13}, + [1188] = {.lex_state = 13, .external_lex_state = 10}, + [1189] = {.lex_state = 13, .external_lex_state = 13}, + [1190] = {.lex_state = 13, .external_lex_state = 13}, + [1191] = {.lex_state = 13, .external_lex_state = 13}, + [1192] = {.lex_state = 13, .external_lex_state = 13}, [1193] = {.lex_state = 26, .external_lex_state = 12}, - [1194] = {.lex_state = 26, .external_lex_state = 12}, - [1195] = {.lex_state = 26, .external_lex_state = 12}, - [1196] = {.lex_state = 13, .external_lex_state = 12}, + [1194] = {.lex_state = 26, .external_lex_state = 13}, + [1195] = {.lex_state = 9, .external_lex_state = 10}, + [1196] = {.lex_state = 26, .external_lex_state = 13}, [1197] = {.lex_state = 9, .external_lex_state = 10}, - [1198] = {.lex_state = 9, .external_lex_state = 10}, - [1199] = {.lex_state = 13, .external_lex_state = 12}, - [1200] = {.lex_state = 13, .external_lex_state = 12}, - [1201] = {.lex_state = 13, .external_lex_state = 12}, - [1202] = {.lex_state = 13, .external_lex_state = 12}, - [1203] = {.lex_state = 26, .external_lex_state = 12}, - [1204] = {.lex_state = 13, .external_lex_state = 12}, - [1205] = {.lex_state = 13, .external_lex_state = 12}, - [1206] = {.lex_state = 26, .external_lex_state = 13}, - [1207] = {.lex_state = 26, .external_lex_state = 12}, - [1208] = {.lex_state = 13, .external_lex_state = 2}, - [1209] = {.lex_state = 26, .external_lex_state = 13}, - [1210] = {.lex_state = 26, .external_lex_state = 12}, - [1211] = {.lex_state = 26, .external_lex_state = 13}, - [1212] = {.lex_state = 26, .external_lex_state = 13}, - [1213] = {.lex_state = 13, .external_lex_state = 2}, - [1214] = {.lex_state = 26, .external_lex_state = 13}, - [1215] = {.lex_state = 26, .external_lex_state = 12}, - [1216] = {.lex_state = 26, .external_lex_state = 13}, - [1217] = {.lex_state = 26, .external_lex_state = 12}, - [1218] = {.lex_state = 13, .external_lex_state = 9}, - [1219] = {.lex_state = 13, .external_lex_state = 2}, - [1220] = {.lex_state = 26, .external_lex_state = 13}, - [1221] = {.lex_state = 26, .external_lex_state = 13}, - [1222] = {.lex_state = 26, .external_lex_state = 13}, - [1223] = {.lex_state = 13, .external_lex_state = 12}, - [1224] = {.lex_state = 26, .external_lex_state = 13}, - [1225] = {.lex_state = 26, .external_lex_state = 13}, - [1226] = {.lex_state = 26, .external_lex_state = 12}, - [1227] = {.lex_state = 26, .external_lex_state = 12}, - [1228] = {.lex_state = 26, .external_lex_state = 12}, - [1229] = {.lex_state = 12, .external_lex_state = 12}, - [1230] = {.lex_state = 13, .external_lex_state = 2}, + [1198] = {.lex_state = 26, .external_lex_state = 12}, + [1199] = {.lex_state = 13, .external_lex_state = 2}, + [1200] = {.lex_state = 13, .external_lex_state = 13}, + [1201] = {.lex_state = 13, .external_lex_state = 13}, + [1202] = {.lex_state = 26, .external_lex_state = 13}, + [1203] = {.lex_state = 13, .external_lex_state = 13}, + [1204] = {.lex_state = 13, .external_lex_state = 13}, + [1205] = {.lex_state = 13, .external_lex_state = 13}, + [1206] = {.lex_state = 26, .external_lex_state = 12}, + [1207] = {.lex_state = 13, .external_lex_state = 13}, + [1208] = {.lex_state = 13, .external_lex_state = 13}, + [1209] = {.lex_state = 13, .external_lex_state = 2}, + [1210] = {.lex_state = 26, .external_lex_state = 13}, + [1211] = {.lex_state = 13, .external_lex_state = 13}, + [1212] = {.lex_state = 13, .external_lex_state = 2}, + [1213] = {.lex_state = 9, .external_lex_state = 10}, + [1214] = {.lex_state = 13, .external_lex_state = 2}, + [1215] = {.lex_state = 9, .external_lex_state = 10}, + [1216] = {.lex_state = 13, .external_lex_state = 13}, + [1217] = {.lex_state = 13, .external_lex_state = 9}, + [1218] = {.lex_state = 26, .external_lex_state = 12}, + [1219] = {.lex_state = 13, .external_lex_state = 13}, + [1220] = {.lex_state = 26, .external_lex_state = 12}, + [1221] = {.lex_state = 26, .external_lex_state = 12}, + [1222] = {.lex_state = 13, .external_lex_state = 2}, + [1223] = {.lex_state = 13, .external_lex_state = 2}, + [1224] = {.lex_state = 13, .external_lex_state = 13}, + [1225] = {.lex_state = 13, .external_lex_state = 13}, + [1226] = {.lex_state = 26, .external_lex_state = 13}, + [1227] = {.lex_state = 26, .external_lex_state = 13}, + [1228] = {.lex_state = 26, .external_lex_state = 13}, + [1229] = {.lex_state = 26, .external_lex_state = 13}, + [1230] = {.lex_state = 26, .external_lex_state = 13}, [1231] = {.lex_state = 26, .external_lex_state = 12}, - [1232] = {.lex_state = 13, .external_lex_state = 2}, - [1233] = {.lex_state = 12, .external_lex_state = 12}, + [1232] = {.lex_state = 26, .external_lex_state = 12}, + [1233] = {.lex_state = 26, .external_lex_state = 12}, [1234] = {.lex_state = 26, .external_lex_state = 12}, - [1235] = {.lex_state = 13, .external_lex_state = 12}, - [1236] = {.lex_state = 26, .external_lex_state = 13}, - [1237] = {.lex_state = 13, .external_lex_state = 12}, - [1238] = {.lex_state = 13, .external_lex_state = 2}, - [1239] = {.lex_state = 13, .external_lex_state = 12}, + [1235] = {.lex_state = 26, .external_lex_state = 12}, + [1236] = {.lex_state = 26, .external_lex_state = 12}, + [1237] = {.lex_state = 26, .external_lex_state = 12}, + [1238] = {.lex_state = 13, .external_lex_state = 9}, + [1239] = {.lex_state = 26, .external_lex_state = 12}, [1240] = {.lex_state = 13, .external_lex_state = 2}, [1241] = {.lex_state = 13, .external_lex_state = 2}, - [1242] = {.lex_state = 26, .external_lex_state = 13}, - [1243] = {.lex_state = 12, .external_lex_state = 12}, - [1244] = {.lex_state = 13, .external_lex_state = 12}, - [1245] = {.lex_state = 26, .external_lex_state = 12}, - [1246] = {.lex_state = 13, .external_lex_state = 2}, - [1247] = {.lex_state = 26, .external_lex_state = 13}, - [1248] = {.lex_state = 13, .external_lex_state = 12}, + [1242] = {.lex_state = 13, .external_lex_state = 2}, + [1243] = {.lex_state = 13, .external_lex_state = 2}, + [1244] = {.lex_state = 26, .external_lex_state = 12}, + [1245] = {.lex_state = 26, .external_lex_state = 13}, + [1246] = {.lex_state = 26, .external_lex_state = 13}, + [1247] = {.lex_state = 26, .external_lex_state = 12}, + [1248] = {.lex_state = 13, .external_lex_state = 13}, [1249] = {.lex_state = 13, .external_lex_state = 2}, - [1250] = {.lex_state = 13, .external_lex_state = 2}, - [1251] = {.lex_state = 26, .external_lex_state = 13}, - [1252] = {.lex_state = 13, .external_lex_state = 12}, - [1253] = {.lex_state = 13, .external_lex_state = 12}, - [1254] = {.lex_state = 13, .external_lex_state = 12}, + [1250] = {.lex_state = 26, .external_lex_state = 12}, + [1251] = {.lex_state = 13, .external_lex_state = 2}, + [1252] = {.lex_state = 26, .external_lex_state = 12}, + [1253] = {.lex_state = 26, .external_lex_state = 12}, + [1254] = {.lex_state = 13, .external_lex_state = 2}, [1255] = {.lex_state = 26, .external_lex_state = 13}, - [1256] = {.lex_state = 26, .external_lex_state = 13}, + [1256] = {.lex_state = 26, .external_lex_state = 12}, [1257] = {.lex_state = 26, .external_lex_state = 12}, - [1258] = {.lex_state = 26, .external_lex_state = 13}, - [1259] = {.lex_state = 26, .external_lex_state = 13}, + [1258] = {.lex_state = 13, .external_lex_state = 2}, + [1259] = {.lex_state = 26, .external_lex_state = 12}, [1260] = {.lex_state = 26, .external_lex_state = 12}, [1261] = {.lex_state = 26, .external_lex_state = 13}, - [1262] = {.lex_state = 26, .external_lex_state = 12}, - [1263] = {.lex_state = 26, .external_lex_state = 12}, - [1264] = {.lex_state = 13, .external_lex_state = 12}, - [1265] = {.lex_state = 13, .external_lex_state = 12}, - [1266] = {.lex_state = 26, .external_lex_state = 12}, - [1267] = {.lex_state = 26, .external_lex_state = 12}, - [1268] = {.lex_state = 26, .external_lex_state = 12}, - [1269] = {.lex_state = 13, .external_lex_state = 12}, - [1270] = {.lex_state = 26, .external_lex_state = 12}, + [1262] = {.lex_state = 26, .external_lex_state = 13}, + [1263] = {.lex_state = 13, .external_lex_state = 2}, + [1264] = {.lex_state = 13, .external_lex_state = 13}, + [1265] = {.lex_state = 13, .external_lex_state = 2}, + [1266] = {.lex_state = 26, .external_lex_state = 13}, + [1267] = {.lex_state = 26, .external_lex_state = 13}, + [1268] = {.lex_state = 13, .external_lex_state = 2}, + [1269] = {.lex_state = 26, .external_lex_state = 13}, + [1270] = {.lex_state = 26, .external_lex_state = 13}, [1271] = {.lex_state = 26, .external_lex_state = 13}, - [1272] = {.lex_state = 26, .external_lex_state = 12}, - [1273] = {.lex_state = 13, .external_lex_state = 12}, - [1274] = {.lex_state = 13, .external_lex_state = 2}, + [1272] = {.lex_state = 13, .external_lex_state = 2}, + [1273] = {.lex_state = 13, .external_lex_state = 2}, + [1274] = {.lex_state = 26, .external_lex_state = 13}, [1275] = {.lex_state = 26, .external_lex_state = 12}, [1276] = {.lex_state = 26, .external_lex_state = 13}, - [1277] = {.lex_state = 13, .external_lex_state = 2}, - [1278] = {.lex_state = 26, .external_lex_state = 13}, - [1279] = {.lex_state = 26, .external_lex_state = 13}, + [1277] = {.lex_state = 26, .external_lex_state = 13}, + [1278] = {.lex_state = 26, .external_lex_state = 12}, + [1279] = {.lex_state = 26, .external_lex_state = 12}, [1280] = {.lex_state = 13, .external_lex_state = 2}, - [1281] = {.lex_state = 13, .external_lex_state = 12}, - [1282] = {.lex_state = 13, .external_lex_state = 12}, - [1283] = {.lex_state = 26, .external_lex_state = 13}, + [1281] = {.lex_state = 26, .external_lex_state = 13}, + [1282] = {.lex_state = 26, .external_lex_state = 12}, + [1283] = {.lex_state = 13, .external_lex_state = 2}, [1284] = {.lex_state = 13, .external_lex_state = 2}, - [1285] = {.lex_state = 13, .external_lex_state = 12}, - [1286] = {.lex_state = 26, .external_lex_state = 13}, - [1287] = {.lex_state = 13, .external_lex_state = 9}, - [1288] = {.lex_state = 13, .external_lex_state = 2}, - [1289] = {.lex_state = 26, .external_lex_state = 13}, - [1290] = {.lex_state = 13, .external_lex_state = 2}, - [1291] = {.lex_state = 26, .external_lex_state = 13}, - [1292] = {.lex_state = 13, .external_lex_state = 12}, - [1293] = {.lex_state = 13, .external_lex_state = 2}, - [1294] = {.lex_state = 13, .external_lex_state = 12}, - [1295] = {.lex_state = 26, .external_lex_state = 13}, - [1296] = {.lex_state = 26, .external_lex_state = 13}, - [1297] = {.lex_state = 13, .external_lex_state = 2}, - [1298] = {.lex_state = 26, .external_lex_state = 13}, - [1299] = {.lex_state = 26, .external_lex_state = 13}, - [1300] = {.lex_state = 13, .external_lex_state = 12}, + [1285] = {.lex_state = 13, .external_lex_state = 2}, + [1286] = {.lex_state = 13, .external_lex_state = 2}, + [1287] = {.lex_state = 26, .external_lex_state = 13}, + [1288] = {.lex_state = 26, .external_lex_state = 13}, + [1289] = {.lex_state = 26, .external_lex_state = 12}, + [1290] = {.lex_state = 26, .external_lex_state = 12}, + [1291] = {.lex_state = 13, .external_lex_state = 2}, + [1292] = {.lex_state = 26, .external_lex_state = 12}, + [1293] = {.lex_state = 26, .external_lex_state = 12}, + [1294] = {.lex_state = 26, .external_lex_state = 12}, + [1295] = {.lex_state = 26, .external_lex_state = 12}, + [1296] = {.lex_state = 26, .external_lex_state = 12}, + [1297] = {.lex_state = 26, .external_lex_state = 12}, + [1298] = {.lex_state = 26, .external_lex_state = 12}, + [1299] = {.lex_state = 26, .external_lex_state = 12}, + [1300] = {.lex_state = 13, .external_lex_state = 2}, [1301] = {.lex_state = 13, .external_lex_state = 2}, - [1302] = {.lex_state = 9, .external_lex_state = 10}, + [1302] = {.lex_state = 13, .external_lex_state = 2}, [1303] = {.lex_state = 13, .external_lex_state = 2}, - [1304] = {.lex_state = 9, .external_lex_state = 10}, - [1305] = {.lex_state = 13, .external_lex_state = 2}, - [1306] = {.lex_state = 13, .external_lex_state = 2}, + [1304] = {.lex_state = 13, .external_lex_state = 2}, + [1305] = {.lex_state = 26, .external_lex_state = 12}, + [1306] = {.lex_state = 26, .external_lex_state = 12}, [1307] = {.lex_state = 13, .external_lex_state = 2}, - [1308] = {.lex_state = 12, .external_lex_state = 13}, - [1309] = {.lex_state = 12, .external_lex_state = 13}, - [1310] = {.lex_state = 12, .external_lex_state = 13}, + [1308] = {.lex_state = 12, .external_lex_state = 12}, + [1309] = {.lex_state = 12, .external_lex_state = 12}, + [1310] = {.lex_state = 13, .external_lex_state = 2}, [1311] = {.lex_state = 13, .external_lex_state = 2}, - [1312] = {.lex_state = 26, .external_lex_state = 13}, - [1313] = {.lex_state = 13, .external_lex_state = 2}, + [1312] = {.lex_state = 12, .external_lex_state = 12}, + [1313] = {.lex_state = 13, .external_lex_state = 12}, [1314] = {.lex_state = 13, .external_lex_state = 2}, - [1315] = {.lex_state = 13, .external_lex_state = 13}, - [1316] = {.lex_state = 13, .external_lex_state = 13}, - [1317] = {.lex_state = 12, .external_lex_state = 11}, - [1318] = {.lex_state = 12, .external_lex_state = 11}, - [1319] = {.lex_state = 13, .external_lex_state = 13}, - [1320] = {.lex_state = 13, .external_lex_state = 13}, - [1321] = {.lex_state = 13, .external_lex_state = 13}, - [1322] = {.lex_state = 13, .external_lex_state = 13}, - [1323] = {.lex_state = 13, .external_lex_state = 13}, - [1324] = {.lex_state = 12, .external_lex_state = 11}, - [1325] = {.lex_state = 13, .external_lex_state = 13}, - [1326] = {.lex_state = 13, .external_lex_state = 13}, - [1327] = {.lex_state = 13, .external_lex_state = 13}, - [1328] = {.lex_state = 13, .external_lex_state = 13}, - [1329] = {.lex_state = 13, .external_lex_state = 13}, - [1330] = {.lex_state = 13, .external_lex_state = 13}, - [1331] = {.lex_state = 13, .external_lex_state = 13}, - [1332] = {.lex_state = 13, .external_lex_state = 2}, + [1315] = {.lex_state = 13, .external_lex_state = 12}, + [1316] = {.lex_state = 13, .external_lex_state = 12}, + [1317] = {.lex_state = 13, .external_lex_state = 2}, + [1318] = {.lex_state = 13, .external_lex_state = 12}, + [1319] = {.lex_state = 13, .external_lex_state = 12}, + [1320] = {.lex_state = 13, .external_lex_state = 12}, + [1321] = {.lex_state = 13, .external_lex_state = 12}, + [1322] = {.lex_state = 13, .external_lex_state = 12}, + [1323] = {.lex_state = 13, .external_lex_state = 12}, + [1324] = {.lex_state = 13, .external_lex_state = 12}, + [1325] = {.lex_state = 13, .external_lex_state = 12}, + [1326] = {.lex_state = 13, .external_lex_state = 12}, + [1327] = {.lex_state = 13, .external_lex_state = 12}, + [1328] = {.lex_state = 13, .external_lex_state = 12}, + [1329] = {.lex_state = 13, .external_lex_state = 12}, + [1330] = {.lex_state = 13, .external_lex_state = 12}, + [1331] = {.lex_state = 13, .external_lex_state = 2}, + [1332] = {.lex_state = 13, .external_lex_state = 12}, [1333] = {.lex_state = 13, .external_lex_state = 2}, - [1334] = {.lex_state = 13, .external_lex_state = 2}, + [1334] = {.lex_state = 12, .external_lex_state = 12}, [1335] = {.lex_state = 13, .external_lex_state = 2}, - [1336] = {.lex_state = 13, .external_lex_state = 2}, + [1336] = {.lex_state = 12, .external_lex_state = 12}, [1337] = {.lex_state = 13, .external_lex_state = 2}, - [1338] = {.lex_state = 13, .external_lex_state = 2}, - [1339] = {.lex_state = 13, .external_lex_state = 13}, + [1338] = {.lex_state = 13, .external_lex_state = 12}, + [1339] = {.lex_state = 12, .external_lex_state = 12}, [1340] = {.lex_state = 13, .external_lex_state = 2}, - [1341] = {.lex_state = 13, .external_lex_state = 13}, - [1342] = {.lex_state = 12, .external_lex_state = 13}, - [1343] = {.lex_state = 12, .external_lex_state = 12}, + [1341] = {.lex_state = 13, .external_lex_state = 2}, + [1342] = {.lex_state = 13, .external_lex_state = 12}, + [1343] = {.lex_state = 13, .external_lex_state = 2}, [1344] = {.lex_state = 13, .external_lex_state = 2}, - [1345] = {.lex_state = 13, .external_lex_state = 13}, - [1346] = {.lex_state = 13, .external_lex_state = 13}, - [1347] = {.lex_state = 13, .external_lex_state = 2}, - [1348] = {.lex_state = 13, .external_lex_state = 13}, - [1349] = {.lex_state = 13, .external_lex_state = 13}, - [1350] = {.lex_state = 13, .external_lex_state = 13}, - [1351] = {.lex_state = 13, .external_lex_state = 13}, - [1352] = {.lex_state = 13, .external_lex_state = 13}, - [1353] = {.lex_state = 13, .external_lex_state = 13}, - [1354] = {.lex_state = 13, .external_lex_state = 2}, - [1355] = {.lex_state = 13, .external_lex_state = 13}, - [1356] = {.lex_state = 13, .external_lex_state = 13}, - [1357] = {.lex_state = 13, .external_lex_state = 13}, - [1358] = {.lex_state = 12, .external_lex_state = 12}, - [1359] = {.lex_state = 12, .external_lex_state = 12}, - [1360] = {.lex_state = 13, .external_lex_state = 13}, - [1361] = {.lex_state = 13, .external_lex_state = 13}, - [1362] = {.lex_state = 13, .external_lex_state = 13}, - [1363] = {.lex_state = 13, .external_lex_state = 13}, - [1364] = {.lex_state = 13, .external_lex_state = 13}, - [1365] = {.lex_state = 13, .external_lex_state = 13}, - [1366] = {.lex_state = 13, .external_lex_state = 13}, - [1367] = {.lex_state = 13, .external_lex_state = 13}, - [1368] = {.lex_state = 12, .external_lex_state = 13}, - [1369] = {.lex_state = 12, .external_lex_state = 13}, - [1370] = {.lex_state = 13, .external_lex_state = 13}, - [1371] = {.lex_state = 13, .external_lex_state = 13}, + [1345] = {.lex_state = 12, .external_lex_state = 11}, + [1346] = {.lex_state = 12, .external_lex_state = 11}, + [1347] = {.lex_state = 13, .external_lex_state = 12}, + [1348] = {.lex_state = 13, .external_lex_state = 12}, + [1349] = {.lex_state = 12, .external_lex_state = 11}, + [1350] = {.lex_state = 13, .external_lex_state = 12}, + [1351] = {.lex_state = 13, .external_lex_state = 12}, + [1352] = {.lex_state = 13, .external_lex_state = 12}, + [1353] = {.lex_state = 13, .external_lex_state = 12}, + [1354] = {.lex_state = 13, .external_lex_state = 12}, + [1355] = {.lex_state = 13, .external_lex_state = 12}, + [1356] = {.lex_state = 13, .external_lex_state = 12}, + [1357] = {.lex_state = 13, .external_lex_state = 2}, + [1358] = {.lex_state = 13, .external_lex_state = 12}, + [1359] = {.lex_state = 13, .external_lex_state = 12}, + [1360] = {.lex_state = 12, .external_lex_state = 13}, + [1361] = {.lex_state = 13, .external_lex_state = 2}, + [1362] = {.lex_state = 12, .external_lex_state = 13}, + [1363] = {.lex_state = 12, .external_lex_state = 13}, + [1364] = {.lex_state = 13, .external_lex_state = 12}, + [1365] = {.lex_state = 13, .external_lex_state = 12}, + [1366] = {.lex_state = 13, .external_lex_state = 2}, + [1367] = {.lex_state = 13, .external_lex_state = 12}, + [1368] = {.lex_state = 13, .external_lex_state = 12}, + [1369] = {.lex_state = 13, .external_lex_state = 12}, + [1370] = {.lex_state = 13, .external_lex_state = 12}, + [1371] = {.lex_state = 13, .external_lex_state = 12}, [1372] = {.lex_state = 9, .external_lex_state = 2}, [1373] = {.lex_state = 9, .external_lex_state = 2}, [1374] = {.lex_state = 9, .external_lex_state = 2}, [1375] = {.lex_state = 9, .external_lex_state = 2}, [1376] = {.lex_state = 9, .external_lex_state = 2}, - [1377] = {.lex_state = 13, .external_lex_state = 12}, - [1378] = {.lex_state = 13, .external_lex_state = 13}, + [1377] = {.lex_state = 9, .external_lex_state = 2}, + [1378] = {.lex_state = 9, .external_lex_state = 2}, [1379] = {.lex_state = 9, .external_lex_state = 2}, [1380] = {.lex_state = 9, .external_lex_state = 2}, [1381] = {.lex_state = 9, .external_lex_state = 2}, [1382] = {.lex_state = 9, .external_lex_state = 2}, - [1383] = {.lex_state = 9, .external_lex_state = 2}, + [1383] = {.lex_state = 13, .external_lex_state = 11}, [1384] = {.lex_state = 9, .external_lex_state = 2}, [1385] = {.lex_state = 9, .external_lex_state = 2}, [1386] = {.lex_state = 9, .external_lex_state = 2}, - [1387] = {.lex_state = 9, .external_lex_state = 2}, - [1388] = {.lex_state = 9, .external_lex_state = 2}, + [1387] = {.lex_state = 13, .external_lex_state = 13}, + [1388] = {.lex_state = 13, .external_lex_state = 12}, [1389] = {.lex_state = 9, .external_lex_state = 2}, - [1390] = {.lex_state = 13, .external_lex_state = 11}, + [1390] = {.lex_state = 9, .external_lex_state = 2}, [1391] = {.lex_state = 341, .external_lex_state = 2}, [1392] = {.lex_state = 341, .external_lex_state = 2}, [1393] = {.lex_state = 9, .external_lex_state = 10}, @@ -19533,112 +19538,112 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1395] = {.lex_state = 13, .external_lex_state = 11}, [1396] = {.lex_state = 13, .external_lex_state = 11}, [1397] = {.lex_state = 13, .external_lex_state = 11}, - [1398] = {.lex_state = 9, .external_lex_state = 12}, + [1398] = {.lex_state = 9, .external_lex_state = 13}, [1399] = {.lex_state = 13, .external_lex_state = 11}, - [1400] = {.lex_state = 9, .external_lex_state = 12}, + [1400] = {.lex_state = 9, .external_lex_state = 13}, [1401] = {.lex_state = 13, .external_lex_state = 11}, [1402] = {.lex_state = 13, .external_lex_state = 11}, - [1403] = {.lex_state = 9, .external_lex_state = 13}, - [1404] = {.lex_state = 9, .external_lex_state = 2}, + [1403] = {.lex_state = 9, .external_lex_state = 2}, + [1404] = {.lex_state = 9, .external_lex_state = 12}, [1405] = {.lex_state = 9, .external_lex_state = 11}, [1406] = {.lex_state = 9, .external_lex_state = 2}, - [1407] = {.lex_state = 9, .external_lex_state = 13}, + [1407] = {.lex_state = 26, .external_lex_state = 11}, [1408] = {.lex_state = 26, .external_lex_state = 11}, - [1409] = {.lex_state = 9, .external_lex_state = 11}, - [1410] = {.lex_state = 26, .external_lex_state = 11}, - [1411] = {.lex_state = 0, .external_lex_state = 13}, - [1412] = {.lex_state = 13, .external_lex_state = 12}, - [1413] = {.lex_state = 0, .external_lex_state = 13}, - [1414] = {.lex_state = 0, .external_lex_state = 12}, - [1415] = {.lex_state = 22, .external_lex_state = 10}, - [1416] = {.lex_state = 0, .external_lex_state = 12}, - [1417] = {.lex_state = 22, .external_lex_state = 10}, - [1418] = {.lex_state = 13, .external_lex_state = 12}, - [1419] = {.lex_state = 13, .external_lex_state = 12}, - [1420] = {.lex_state = 19, .external_lex_state = 10}, - [1421] = {.lex_state = 13, .external_lex_state = 12}, - [1422] = {.lex_state = 13, .external_lex_state = 12}, - [1423] = {.lex_state = 19, .external_lex_state = 10}, - [1424] = {.lex_state = 13, .external_lex_state = 12}, + [1409] = {.lex_state = 9, .external_lex_state = 12}, + [1410] = {.lex_state = 9, .external_lex_state = 11}, + [1411] = {.lex_state = 22, .external_lex_state = 10}, + [1412] = {.lex_state = 19, .external_lex_state = 10}, + [1413] = {.lex_state = 13, .external_lex_state = 13}, + [1414] = {.lex_state = 13, .external_lex_state = 13}, + [1415] = {.lex_state = 0, .external_lex_state = 12}, + [1416] = {.lex_state = 0, .external_lex_state = 13}, + [1417] = {.lex_state = 13, .external_lex_state = 13}, + [1418] = {.lex_state = 13, .external_lex_state = 13}, + [1419] = {.lex_state = 19, .external_lex_state = 10}, + [1420] = {.lex_state = 13, .external_lex_state = 13}, + [1421] = {.lex_state = 0, .external_lex_state = 13}, + [1422] = {.lex_state = 13, .external_lex_state = 13}, + [1423] = {.lex_state = 0, .external_lex_state = 12}, + [1424] = {.lex_state = 22, .external_lex_state = 10}, [1425] = {.lex_state = 13, .external_lex_state = 2}, - [1426] = {.lex_state = 13, .external_lex_state = 12}, - [1427] = {.lex_state = 13, .external_lex_state = 2}, + [1426] = {.lex_state = 13, .external_lex_state = 13}, + [1427] = {.lex_state = 22, .external_lex_state = 10}, [1428] = {.lex_state = 13, .external_lex_state = 2}, [1429] = {.lex_state = 13, .external_lex_state = 2}, [1430] = {.lex_state = 13, .external_lex_state = 2}, - [1431] = {.lex_state = 22, .external_lex_state = 10}, - [1432] = {.lex_state = 13, .external_lex_state = 2}, - [1433] = {.lex_state = 13, .external_lex_state = 12}, - [1434] = {.lex_state = 13, .external_lex_state = 2}, - [1435] = {.lex_state = 13, .external_lex_state = 2}, + [1431] = {.lex_state = 13, .external_lex_state = 13}, + [1432] = {.lex_state = 13, .external_lex_state = 13}, + [1433] = {.lex_state = 13, .external_lex_state = 2}, + [1434] = {.lex_state = 13, .external_lex_state = 12}, + [1435] = {.lex_state = 13, .external_lex_state = 12}, [1436] = {.lex_state = 13, .external_lex_state = 2}, [1437] = {.lex_state = 13, .external_lex_state = 2}, [1438] = {.lex_state = 13, .external_lex_state = 2}, [1439] = {.lex_state = 13, .external_lex_state = 2}, - [1440] = {.lex_state = 13, .external_lex_state = 12}, - [1441] = {.lex_state = 13, .external_lex_state = 12}, - [1442] = {.lex_state = 13, .external_lex_state = 12}, - [1443] = {.lex_state = 13, .external_lex_state = 2}, + [1440] = {.lex_state = 13, .external_lex_state = 2}, + [1441] = {.lex_state = 22, .external_lex_state = 10}, + [1442] = {.lex_state = 13, .external_lex_state = 2}, + [1443] = {.lex_state = 22, .external_lex_state = 10}, [1444] = {.lex_state = 13, .external_lex_state = 2}, - [1445] = {.lex_state = 13, .external_lex_state = 2}, + [1445] = {.lex_state = 13, .external_lex_state = 12}, [1446] = {.lex_state = 13, .external_lex_state = 2}, - [1447] = {.lex_state = 13, .external_lex_state = 13}, + [1447] = {.lex_state = 13, .external_lex_state = 12}, [1448] = {.lex_state = 13, .external_lex_state = 2}, - [1449] = {.lex_state = 13, .external_lex_state = 13}, + [1449] = {.lex_state = 13, .external_lex_state = 2}, [1450] = {.lex_state = 13, .external_lex_state = 2}, [1451] = {.lex_state = 13, .external_lex_state = 2}, - [1452] = {.lex_state = 13, .external_lex_state = 13}, - [1453] = {.lex_state = 13, .external_lex_state = 13}, - [1454] = {.lex_state = 22, .external_lex_state = 10}, - [1455] = {.lex_state = 22, .external_lex_state = 10}, - [1456] = {.lex_state = 13, .external_lex_state = 12}, + [1452] = {.lex_state = 13, .external_lex_state = 2}, + [1453] = {.lex_state = 13, .external_lex_state = 2}, + [1454] = {.lex_state = 13, .external_lex_state = 12}, + [1455] = {.lex_state = 13, .external_lex_state = 2}, + [1456] = {.lex_state = 13, .external_lex_state = 2}, [1457] = {.lex_state = 13, .external_lex_state = 2}, - [1458] = {.lex_state = 13, .external_lex_state = 2}, + [1458] = {.lex_state = 13, .external_lex_state = 13}, [1459] = {.lex_state = 13, .external_lex_state = 2}, [1460] = {.lex_state = 13, .external_lex_state = 2}, - [1461] = {.lex_state = 13, .external_lex_state = 2}, + [1461] = {.lex_state = 13, .external_lex_state = 13}, [1462] = {.lex_state = 13, .external_lex_state = 2}, - [1463] = {.lex_state = 13, .external_lex_state = 13}, - [1464] = {.lex_state = 13, .external_lex_state = 13}, + [1463] = {.lex_state = 13, .external_lex_state = 2}, + [1464] = {.lex_state = 13, .external_lex_state = 2}, [1465] = {.lex_state = 13, .external_lex_state = 2}, [1466] = {.lex_state = 22, .external_lex_state = 10}, - [1467] = {.lex_state = 13, .external_lex_state = 2}, + [1467] = {.lex_state = 13, .external_lex_state = 13}, [1468] = {.lex_state = 13, .external_lex_state = 2}, [1469] = {.lex_state = 13, .external_lex_state = 2}, - [1470] = {.lex_state = 13, .external_lex_state = 2}, + [1470] = {.lex_state = 13, .external_lex_state = 12}, [1471] = {.lex_state = 13, .external_lex_state = 2}, - [1472] = {.lex_state = 37, .external_lex_state = 2}, + [1472] = {.lex_state = 22, .external_lex_state = 2}, [1473] = {.lex_state = 37, .external_lex_state = 2}, - [1474] = {.lex_state = 9, .external_lex_state = 2}, - [1475] = {.lex_state = 9, .external_lex_state = 2}, + [1474] = {.lex_state = 37, .external_lex_state = 2}, + [1475] = {.lex_state = 37, .external_lex_state = 2}, [1476] = {.lex_state = 37, .external_lex_state = 2}, - [1477] = {.lex_state = 37, .external_lex_state = 2}, + [1477] = {.lex_state = 9, .external_lex_state = 2}, [1478] = {.lex_state = 22, .external_lex_state = 2}, [1479] = {.lex_state = 37, .external_lex_state = 2}, [1480] = {.lex_state = 22, .external_lex_state = 2}, [1481] = {.lex_state = 37, .external_lex_state = 2}, - [1482] = {.lex_state = 9, .external_lex_state = 2}, + [1482] = {.lex_state = 37, .external_lex_state = 2}, [1483] = {.lex_state = 37, .external_lex_state = 2}, - [1484] = {.lex_state = 37, .external_lex_state = 2}, - [1485] = {.lex_state = 37, .external_lex_state = 2}, + [1484] = {.lex_state = 22, .external_lex_state = 10}, + [1485] = {.lex_state = 9, .external_lex_state = 2}, [1486] = {.lex_state = 37, .external_lex_state = 2}, - [1487] = {.lex_state = 9, .external_lex_state = 2}, + [1487] = {.lex_state = 22, .external_lex_state = 2}, [1488] = {.lex_state = 37, .external_lex_state = 2}, - [1489] = {.lex_state = 22, .external_lex_state = 2}, - [1490] = {.lex_state = 22, .external_lex_state = 10}, - [1491] = {.lex_state = 22, .external_lex_state = 2}, + [1489] = {.lex_state = 37, .external_lex_state = 2}, + [1490] = {.lex_state = 37, .external_lex_state = 2}, + [1491] = {.lex_state = 9, .external_lex_state = 2}, [1492] = {.lex_state = 37, .external_lex_state = 2}, - [1493] = {.lex_state = 37, .external_lex_state = 2}, + [1493] = {.lex_state = 9, .external_lex_state = 2}, [1494] = {.lex_state = 19, .external_lex_state = 2}, [1495] = {.lex_state = 1, .external_lex_state = 2}, - [1496] = {.lex_state = 19, .external_lex_state = 2}, - [1497] = {.lex_state = 37, .external_lex_state = 12}, + [1496] = {.lex_state = 37, .external_lex_state = 13}, + [1497] = {.lex_state = 19, .external_lex_state = 2}, [1498] = {.lex_state = 37, .external_lex_state = 2}, - [1499] = {.lex_state = 22, .external_lex_state = 2}, - [1500] = {.lex_state = 37, .external_lex_state = 2}, - [1501] = {.lex_state = 37, .external_lex_state = 12}, - [1502] = {.lex_state = 341, .external_lex_state = 2}, - [1503] = {.lex_state = 37, .external_lex_state = 12}, + [1499] = {.lex_state = 37, .external_lex_state = 2}, + [1500] = {.lex_state = 37, .external_lex_state = 13}, + [1501] = {.lex_state = 37, .external_lex_state = 13}, + [1502] = {.lex_state = 22, .external_lex_state = 2}, + [1503] = {.lex_state = 341, .external_lex_state = 2}, [1504] = {.lex_state = 37, .external_lex_state = 2}, [1505] = {.lex_state = 37, .external_lex_state = 2}, [1506] = {.lex_state = 341, .external_lex_state = 2}, @@ -19648,985 +19653,989 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1510] = {.lex_state = 26, .external_lex_state = 11}, [1511] = {.lex_state = 9, .external_lex_state = 10}, [1512] = {.lex_state = 26, .external_lex_state = 11}, - [1513] = {.lex_state = 26, .external_lex_state = 11}, + [1513] = {.lex_state = 9, .external_lex_state = 10}, [1514] = {.lex_state = 26, .external_lex_state = 11}, - [1515] = {.lex_state = 9, .external_lex_state = 10}, + [1515] = {.lex_state = 26, .external_lex_state = 11}, [1516] = {.lex_state = 26, .external_lex_state = 11}, [1517] = {.lex_state = 26, .external_lex_state = 11}, [1518] = {.lex_state = 0, .external_lex_state = 13}, [1519] = {.lex_state = 0, .external_lex_state = 12}, - [1520] = {.lex_state = 9, .external_lex_state = 10}, + [1520] = {.lex_state = 0, .external_lex_state = 13}, [1521] = {.lex_state = 0, .external_lex_state = 12}, [1522] = {.lex_state = 0, .external_lex_state = 13}, - [1523] = {.lex_state = 9, .external_lex_state = 10}, - [1524] = {.lex_state = 0, .external_lex_state = 13}, - [1525] = {.lex_state = 0, .external_lex_state = 12}, + [1523] = {.lex_state = 0, .external_lex_state = 13}, + [1524] = {.lex_state = 341, .external_lex_state = 2}, + [1525] = {.lex_state = 0, .external_lex_state = 13}, [1526] = {.lex_state = 0, .external_lex_state = 13}, - [1527] = {.lex_state = 0, .external_lex_state = 12}, - [1528] = {.lex_state = 0, .external_lex_state = 12}, + [1527] = {.lex_state = 9, .external_lex_state = 10}, + [1528] = {.lex_state = 0, .external_lex_state = 13}, [1529] = {.lex_state = 0, .external_lex_state = 13}, [1530] = {.lex_state = 0, .external_lex_state = 12}, - [1531] = {.lex_state = 0, .external_lex_state = 12}, + [1531] = {.lex_state = 0, .external_lex_state = 13}, [1532] = {.lex_state = 341, .external_lex_state = 2}, - [1533] = {.lex_state = 9, .external_lex_state = 10}, - [1534] = {.lex_state = 9, .external_lex_state = 10}, + [1533] = {.lex_state = 0, .external_lex_state = 13}, + [1534] = {.lex_state = 0, .external_lex_state = 12}, [1535] = {.lex_state = 0, .external_lex_state = 12}, [1536] = {.lex_state = 0, .external_lex_state = 13}, - [1537] = {.lex_state = 341, .external_lex_state = 2}, - [1538] = {.lex_state = 0, .external_lex_state = 12}, - [1539] = {.lex_state = 0, .external_lex_state = 12}, - [1540] = {.lex_state = 0, .external_lex_state = 12}, - [1541] = {.lex_state = 0, .external_lex_state = 12}, - [1542] = {.lex_state = 9, .external_lex_state = 10}, - [1543] = {.lex_state = 0, .external_lex_state = 13}, - [1544] = {.lex_state = 0, .external_lex_state = 13}, - [1545] = {.lex_state = 341, .external_lex_state = 2}, - [1546] = {.lex_state = 9, .external_lex_state = 10}, - [1547] = {.lex_state = 0, .external_lex_state = 12}, - [1548] = {.lex_state = 0, .external_lex_state = 12}, + [1537] = {.lex_state = 0, .external_lex_state = 13}, + [1538] = {.lex_state = 0, .external_lex_state = 13}, + [1539] = {.lex_state = 9, .external_lex_state = 10}, + [1540] = {.lex_state = 9, .external_lex_state = 10}, + [1541] = {.lex_state = 9, .external_lex_state = 10}, + [1542] = {.lex_state = 341, .external_lex_state = 2}, + [1543] = {.lex_state = 0, .external_lex_state = 12}, + [1544] = {.lex_state = 9, .external_lex_state = 10}, + [1545] = {.lex_state = 0, .external_lex_state = 13}, + [1546] = {.lex_state = 0, .external_lex_state = 12}, + [1547] = {.lex_state = 0, .external_lex_state = 13}, + [1548] = {.lex_state = 0, .external_lex_state = 13}, [1549] = {.lex_state = 9, .external_lex_state = 10}, - [1550] = {.lex_state = 0, .external_lex_state = 12}, - [1551] = {.lex_state = 0, .external_lex_state = 12}, + [1550] = {.lex_state = 9, .external_lex_state = 10}, + [1551] = {.lex_state = 0, .external_lex_state = 13}, [1552] = {.lex_state = 0, .external_lex_state = 12}, - [1553] = {.lex_state = 9, .external_lex_state = 12}, - [1554] = {.lex_state = 0, .external_lex_state = 14}, - [1555] = {.lex_state = 0, .external_lex_state = 14}, - [1556] = {.lex_state = 0, .external_lex_state = 14}, - [1557] = {.lex_state = 9, .external_lex_state = 2}, - [1558] = {.lex_state = 9, .external_lex_state = 10}, - [1559] = {.lex_state = 0, .external_lex_state = 14}, + [1553] = {.lex_state = 9, .external_lex_state = 13}, + [1554] = {.lex_state = 341, .external_lex_state = 2}, + [1555] = {.lex_state = 9, .external_lex_state = 13}, + [1556] = {.lex_state = 9, .external_lex_state = 13}, + [1557] = {.lex_state = 0, .external_lex_state = 14}, + [1558] = {.lex_state = 9, .external_lex_state = 13}, + [1559] = {.lex_state = 9, .external_lex_state = 13}, [1560] = {.lex_state = 0, .external_lex_state = 14}, - [1561] = {.lex_state = 0, .external_lex_state = 14}, - [1562] = {.lex_state = 9, .external_lex_state = 2}, - [1563] = {.lex_state = 341, .external_lex_state = 2}, - [1564] = {.lex_state = 9, .external_lex_state = 12}, - [1565] = {.lex_state = 9, .external_lex_state = 11}, - [1566] = {.lex_state = 9, .external_lex_state = 12}, - [1567] = {.lex_state = 9, .external_lex_state = 12}, + [1561] = {.lex_state = 9, .external_lex_state = 2}, + [1562] = {.lex_state = 0, .external_lex_state = 14}, + [1563] = {.lex_state = 9, .external_lex_state = 2}, + [1564] = {.lex_state = 9, .external_lex_state = 13}, + [1565] = {.lex_state = 9, .external_lex_state = 13}, + [1566] = {.lex_state = 0, .external_lex_state = 14}, + [1567] = {.lex_state = 9, .external_lex_state = 13}, [1568] = {.lex_state = 0, .external_lex_state = 14}, - [1569] = {.lex_state = 9, .external_lex_state = 12}, - [1570] = {.lex_state = 0, .external_lex_state = 14}, + [1569] = {.lex_state = 9, .external_lex_state = 11}, + [1570] = {.lex_state = 9, .external_lex_state = 13}, [1571] = {.lex_state = 0, .external_lex_state = 14}, [1572] = {.lex_state = 0, .external_lex_state = 14}, - [1573] = {.lex_state = 9, .external_lex_state = 12}, - [1574] = {.lex_state = 9, .external_lex_state = 12}, + [1573] = {.lex_state = 0, .external_lex_state = 14}, + [1574] = {.lex_state = 0, .external_lex_state = 14}, [1575] = {.lex_state = 0, .external_lex_state = 14}, [1576] = {.lex_state = 0, .external_lex_state = 14}, - [1577] = {.lex_state = 9, .external_lex_state = 12}, - [1578] = {.lex_state = 9, .external_lex_state = 12}, - [1579] = {.lex_state = 0, .external_lex_state = 14}, + [1577] = {.lex_state = 0, .external_lex_state = 14}, + [1578] = {.lex_state = 9, .external_lex_state = 11}, + [1579] = {.lex_state = 9, .external_lex_state = 2}, [1580] = {.lex_state = 0, .external_lex_state = 14}, [1581] = {.lex_state = 0, .external_lex_state = 14}, [1582] = {.lex_state = 0, .external_lex_state = 14}, - [1583] = {.lex_state = 0, .external_lex_state = 14}, - [1584] = {.lex_state = 9, .external_lex_state = 12}, - [1585] = {.lex_state = 9, .external_lex_state = 2}, + [1583] = {.lex_state = 9, .external_lex_state = 10}, + [1584] = {.lex_state = 0, .external_lex_state = 14}, + [1585] = {.lex_state = 9, .external_lex_state = 13}, [1586] = {.lex_state = 0, .external_lex_state = 14}, - [1587] = {.lex_state = 9, .external_lex_state = 11}, + [1587] = {.lex_state = 0, .external_lex_state = 14}, [1588] = {.lex_state = 0, .external_lex_state = 14}, [1589] = {.lex_state = 9, .external_lex_state = 11}, - [1590] = {.lex_state = 341, .external_lex_state = 2}, - [1591] = {.lex_state = 19, .external_lex_state = 10}, - [1592] = {.lex_state = 322, .external_lex_state = 2}, - [1593] = {.lex_state = 323, .external_lex_state = 2}, + [1590] = {.lex_state = 9, .external_lex_state = 12}, + [1591] = {.lex_state = 322, .external_lex_state = 2}, + [1592] = {.lex_state = 323, .external_lex_state = 2}, + [1593] = {.lex_state = 9, .external_lex_state = 11}, [1594] = {.lex_state = 9, .external_lex_state = 11}, - [1595] = {.lex_state = 26, .external_lex_state = 11}, - [1596] = {.lex_state = 9, .external_lex_state = 2}, - [1597] = {.lex_state = 9, .external_lex_state = 2}, + [1595] = {.lex_state = 9, .external_lex_state = 11}, + [1596] = {.lex_state = 9, .external_lex_state = 11}, + [1597] = {.lex_state = 9, .external_lex_state = 11}, [1598] = {.lex_state = 9, .external_lex_state = 2}, - [1599] = {.lex_state = 9, .external_lex_state = 2}, - [1600] = {.lex_state = 9, .external_lex_state = 2}, - [1601] = {.lex_state = 9, .external_lex_state = 2}, - [1602] = {.lex_state = 9, .external_lex_state = 2}, - [1603] = {.lex_state = 9, .external_lex_state = 13}, + [1599] = {.lex_state = 9, .external_lex_state = 11}, + [1600] = {.lex_state = 26, .external_lex_state = 11}, + [1601] = {.lex_state = 26, .external_lex_state = 11}, + [1602] = {.lex_state = 26, .external_lex_state = 11}, + [1603] = {.lex_state = 26, .external_lex_state = 11}, [1604] = {.lex_state = 26, .external_lex_state = 11}, - [1605] = {.lex_state = 9, .external_lex_state = 13}, - [1606] = {.lex_state = 322, .external_lex_state = 2}, - [1607] = {.lex_state = 323, .external_lex_state = 2}, + [1605] = {.lex_state = 26, .external_lex_state = 11}, + [1606] = {.lex_state = 26, .external_lex_state = 11}, + [1607] = {.lex_state = 9, .external_lex_state = 12}, [1608] = {.lex_state = 323, .external_lex_state = 2}, [1609] = {.lex_state = 322, .external_lex_state = 2}, - [1610] = {.lex_state = 9, .external_lex_state = 13}, - [1611] = {.lex_state = 9, .external_lex_state = 11}, + [1610] = {.lex_state = 9, .external_lex_state = 2}, + [1611] = {.lex_state = 9, .external_lex_state = 2}, [1612] = {.lex_state = 26, .external_lex_state = 11}, - [1613] = {.lex_state = 26, .external_lex_state = 11}, - [1614] = {.lex_state = 26, .external_lex_state = 11}, - [1615] = {.lex_state = 26, .external_lex_state = 11}, - [1616] = {.lex_state = 26, .external_lex_state = 11}, - [1617] = {.lex_state = 9, .external_lex_state = 13}, - [1618] = {.lex_state = 9, .external_lex_state = 13}, + [1613] = {.lex_state = 9, .external_lex_state = 2}, + [1614] = {.lex_state = 9, .external_lex_state = 2}, + [1615] = {.lex_state = 9, .external_lex_state = 2}, + [1616] = {.lex_state = 9, .external_lex_state = 2}, + [1617] = {.lex_state = 19, .external_lex_state = 10}, + [1618] = {.lex_state = 9, .external_lex_state = 11}, [1619] = {.lex_state = 9, .external_lex_state = 11}, - [1620] = {.lex_state = 9, .external_lex_state = 13}, - [1621] = {.lex_state = 9, .external_lex_state = 13}, - [1622] = {.lex_state = 9, .external_lex_state = 13}, - [1623] = {.lex_state = 9, .external_lex_state = 11}, - [1624] = {.lex_state = 9, .external_lex_state = 13}, + [1620] = {.lex_state = 26, .external_lex_state = 11}, + [1621] = {.lex_state = 323, .external_lex_state = 2}, + [1622] = {.lex_state = 9, .external_lex_state = 12}, + [1623] = {.lex_state = 9, .external_lex_state = 12}, + [1624] = {.lex_state = 9, .external_lex_state = 12}, [1625] = {.lex_state = 9, .external_lex_state = 11}, - [1626] = {.lex_state = 9, .external_lex_state = 11}, - [1627] = {.lex_state = 9, .external_lex_state = 11}, - [1628] = {.lex_state = 26, .external_lex_state = 11}, - [1629] = {.lex_state = 9, .external_lex_state = 13}, - [1630] = {.lex_state = 9, .external_lex_state = 11}, - [1631] = {.lex_state = 26, .external_lex_state = 11}, - [1632] = {.lex_state = 9, .external_lex_state = 11}, - [1633] = {.lex_state = 9, .external_lex_state = 11}, - [1634] = {.lex_state = 9, .external_lex_state = 13}, - [1635] = {.lex_state = 19, .external_lex_state = 10}, - [1636] = {.lex_state = 0, .external_lex_state = 12}, - [1637] = {.lex_state = 0, .external_lex_state = 13}, - [1638] = {.lex_state = 0, .external_lex_state = 12}, - [1639] = {.lex_state = 19, .external_lex_state = 10}, - [1640] = {.lex_state = 9, .external_lex_state = 13}, + [1626] = {.lex_state = 9, .external_lex_state = 12}, + [1627] = {.lex_state = 341, .external_lex_state = 2}, + [1628] = {.lex_state = 9, .external_lex_state = 12}, + [1629] = {.lex_state = 9, .external_lex_state = 11}, + [1630] = {.lex_state = 9, .external_lex_state = 12}, + [1631] = {.lex_state = 9, .external_lex_state = 12}, + [1632] = {.lex_state = 322, .external_lex_state = 2}, + [1633] = {.lex_state = 9, .external_lex_state = 12}, + [1634] = {.lex_state = 0, .external_lex_state = 11}, + [1635] = {.lex_state = 0, .external_lex_state = 13}, + [1636] = {.lex_state = 0, .external_lex_state = 11}, + [1637] = {.lex_state = 9, .external_lex_state = 12}, + [1638] = {.lex_state = 19, .external_lex_state = 10}, + [1639] = {.lex_state = 9, .external_lex_state = 12}, + [1640] = {.lex_state = 0, .external_lex_state = 13}, [1641] = {.lex_state = 19, .external_lex_state = 10}, - [1642] = {.lex_state = 0, .external_lex_state = 12}, - [1643] = {.lex_state = 0, .external_lex_state = 11}, - [1644] = {.lex_state = 341, .external_lex_state = 2}, - [1645] = {.lex_state = 0, .external_lex_state = 11}, - [1646] = {.lex_state = 0, .external_lex_state = 13}, - [1647] = {.lex_state = 0, .external_lex_state = 11}, - [1648] = {.lex_state = 0, .external_lex_state = 11}, - [1649] = {.lex_state = 0, .external_lex_state = 13}, - [1650] = {.lex_state = 0, .external_lex_state = 13}, + [1642] = {.lex_state = 19, .external_lex_state = 10}, + [1643] = {.lex_state = 0, .external_lex_state = 12}, + [1644] = {.lex_state = 19, .external_lex_state = 10}, + [1645] = {.lex_state = 19, .external_lex_state = 10}, + [1646] = {.lex_state = 19, .external_lex_state = 10}, + [1647] = {.lex_state = 19, .external_lex_state = 10}, + [1648] = {.lex_state = 19, .external_lex_state = 10}, + [1649] = {.lex_state = 9, .external_lex_state = 12}, + [1650] = {.lex_state = 19, .external_lex_state = 10}, [1651] = {.lex_state = 0, .external_lex_state = 13}, - [1652] = {.lex_state = 0, .external_lex_state = 12}, - [1653] = {.lex_state = 9, .external_lex_state = 13}, - [1654] = {.lex_state = 0, .external_lex_state = 13}, - [1655] = {.lex_state = 0, .external_lex_state = 13}, - [1656] = {.lex_state = 9, .external_lex_state = 13}, - [1657] = {.lex_state = 19, .external_lex_state = 10}, - [1658] = {.lex_state = 341, .external_lex_state = 2}, - [1659] = {.lex_state = 9, .external_lex_state = 13}, - [1660] = {.lex_state = 19, .external_lex_state = 10}, - [1661] = {.lex_state = 0, .external_lex_state = 13}, - [1662] = {.lex_state = 0, .external_lex_state = 12}, + [1652] = {.lex_state = 19, .external_lex_state = 10}, + [1653] = {.lex_state = 341, .external_lex_state = 2}, + [1654] = {.lex_state = 19, .external_lex_state = 10}, + [1655] = {.lex_state = 0, .external_lex_state = 12}, + [1656] = {.lex_state = 341, .external_lex_state = 2}, + [1657] = {.lex_state = 0, .external_lex_state = 13}, + [1658] = {.lex_state = 0, .external_lex_state = 13}, + [1659] = {.lex_state = 0, .external_lex_state = 13}, + [1660] = {.lex_state = 9, .external_lex_state = 12}, + [1661] = {.lex_state = 19, .external_lex_state = 10}, + [1662] = {.lex_state = 0, .external_lex_state = 13}, [1663] = {.lex_state = 19, .external_lex_state = 10}, - [1664] = {.lex_state = 0, .external_lex_state = 12}, + [1664] = {.lex_state = 0, .external_lex_state = 13}, [1665] = {.lex_state = 0, .external_lex_state = 13}, [1666] = {.lex_state = 0, .external_lex_state = 12}, - [1667] = {.lex_state = 0, .external_lex_state = 12}, - [1668] = {.lex_state = 0, .external_lex_state = 13}, - [1669] = {.lex_state = 19, .external_lex_state = 10}, + [1667] = {.lex_state = 3, .external_lex_state = 2}, + [1668] = {.lex_state = 9, .external_lex_state = 12}, + [1669] = {.lex_state = 0, .external_lex_state = 12}, [1670] = {.lex_state = 0, .external_lex_state = 12}, - [1671] = {.lex_state = 9, .external_lex_state = 13}, - [1672] = {.lex_state = 0, .external_lex_state = 12}, - [1673] = {.lex_state = 0, .external_lex_state = 2}, - [1674] = {.lex_state = 9, .external_lex_state = 13}, - [1675] = {.lex_state = 19, .external_lex_state = 10}, - [1676] = {.lex_state = 19, .external_lex_state = 10}, + [1671] = {.lex_state = 341, .external_lex_state = 2}, + [1672] = {.lex_state = 0, .external_lex_state = 11}, + [1673] = {.lex_state = 9, .external_lex_state = 12}, + [1674] = {.lex_state = 0, .external_lex_state = 12}, + [1675] = {.lex_state = 0, .external_lex_state = 12}, + [1676] = {.lex_state = 0, .external_lex_state = 12}, [1677] = {.lex_state = 0, .external_lex_state = 12}, - [1678] = {.lex_state = 19, .external_lex_state = 10}, - [1679] = {.lex_state = 3, .external_lex_state = 2}, - [1680] = {.lex_state = 19, .external_lex_state = 10}, - [1681] = {.lex_state = 19, .external_lex_state = 10}, + [1678] = {.lex_state = 9, .external_lex_state = 12}, + [1679] = {.lex_state = 341, .external_lex_state = 2}, + [1680] = {.lex_state = 9, .external_lex_state = 12}, + [1681] = {.lex_state = 341, .external_lex_state = 2}, [1682] = {.lex_state = 19, .external_lex_state = 10}, [1683] = {.lex_state = 0, .external_lex_state = 2}, - [1684] = {.lex_state = 3, .external_lex_state = 2}, - [1685] = {.lex_state = 0, .external_lex_state = 12}, - [1686] = {.lex_state = 0, .external_lex_state = 13}, - [1687] = {.lex_state = 9, .external_lex_state = 13}, - [1688] = {.lex_state = 19, .external_lex_state = 10}, - [1689] = {.lex_state = 341, .external_lex_state = 2}, - [1690] = {.lex_state = 341, .external_lex_state = 2}, - [1691] = {.lex_state = 9, .external_lex_state = 13}, - [1692] = {.lex_state = 0, .external_lex_state = 13}, - [1693] = {.lex_state = 9, .external_lex_state = 13}, - [1694] = {.lex_state = 19, .external_lex_state = 10}, - [1695] = {.lex_state = 0, .external_lex_state = 11}, - [1696] = {.lex_state = 0, .external_lex_state = 13}, - [1697] = {.lex_state = 19, .external_lex_state = 10}, - [1698] = {.lex_state = 46, .external_lex_state = 2}, - [1699] = {.lex_state = 9, .external_lex_state = 2}, + [1684] = {.lex_state = 9, .external_lex_state = 12}, + [1685] = {.lex_state = 0, .external_lex_state = 2}, + [1686] = {.lex_state = 0, .external_lex_state = 12}, + [1687] = {.lex_state = 19, .external_lex_state = 10}, + [1688] = {.lex_state = 0, .external_lex_state = 13}, + [1689] = {.lex_state = 0, .external_lex_state = 11}, + [1690] = {.lex_state = 0, .external_lex_state = 13}, + [1691] = {.lex_state = 0, .external_lex_state = 12}, + [1692] = {.lex_state = 9, .external_lex_state = 12}, + [1693] = {.lex_state = 0, .external_lex_state = 12}, + [1694] = {.lex_state = 3, .external_lex_state = 2}, + [1695] = {.lex_state = 0, .external_lex_state = 13}, + [1696] = {.lex_state = 19, .external_lex_state = 12}, + [1697] = {.lex_state = 0, .external_lex_state = 14}, + [1698] = {.lex_state = 0, .external_lex_state = 12}, + [1699] = {.lex_state = 0, .external_lex_state = 11}, [1700] = {.lex_state = 19, .external_lex_state = 10}, - [1701] = {.lex_state = 0, .external_lex_state = 12}, - [1702] = {.lex_state = 0, .external_lex_state = 11}, - [1703] = {.lex_state = 0, .external_lex_state = 12}, - [1704] = {.lex_state = 0, .external_lex_state = 11}, - [1705] = {.lex_state = 0, .external_lex_state = 14}, - [1706] = {.lex_state = 0, .external_lex_state = 11}, - [1707] = {.lex_state = 49, .external_lex_state = 2}, + [1701] = {.lex_state = 0, .external_lex_state = 13}, + [1702] = {.lex_state = 9, .external_lex_state = 2}, + [1703] = {.lex_state = 0, .external_lex_state = 13}, + [1704] = {.lex_state = 9, .external_lex_state = 12}, + [1705] = {.lex_state = 9, .external_lex_state = 2}, + [1706] = {.lex_state = 19, .external_lex_state = 10}, + [1707] = {.lex_state = 0, .external_lex_state = 11}, [1708] = {.lex_state = 0, .external_lex_state = 12}, - [1709] = {.lex_state = 0, .external_lex_state = 11}, - [1710] = {.lex_state = 0, .external_lex_state = 13}, - [1711] = {.lex_state = 0, .external_lex_state = 11}, - [1712] = {.lex_state = 0, .external_lex_state = 13}, - [1713] = {.lex_state = 0, .external_lex_state = 13}, + [1709] = {.lex_state = 0, .external_lex_state = 12}, + [1710] = {.lex_state = 9, .external_lex_state = 12}, + [1711] = {.lex_state = 0, .external_lex_state = 13}, + [1712] = {.lex_state = 0, .external_lex_state = 11}, + [1713] = {.lex_state = 9, .external_lex_state = 12}, [1714] = {.lex_state = 0, .external_lex_state = 11}, - [1715] = {.lex_state = 0, .external_lex_state = 11}, - [1716] = {.lex_state = 0, .external_lex_state = 14}, - [1717] = {.lex_state = 9, .external_lex_state = 13}, - [1718] = {.lex_state = 19, .external_lex_state = 13}, - [1719] = {.lex_state = 19, .external_lex_state = 12}, - [1720] = {.lex_state = 9, .external_lex_state = 13}, + [1715] = {.lex_state = 46, .external_lex_state = 2}, + [1716] = {.lex_state = 0, .external_lex_state = 11}, + [1717] = {.lex_state = 0, .external_lex_state = 12}, + [1718] = {.lex_state = 19, .external_lex_state = 10}, + [1719] = {.lex_state = 19, .external_lex_state = 13}, + [1720] = {.lex_state = 0, .external_lex_state = 13}, [1721] = {.lex_state = 0, .external_lex_state = 11}, [1722] = {.lex_state = 0, .external_lex_state = 11}, - [1723] = {.lex_state = 19, .external_lex_state = 10}, - [1724] = {.lex_state = 9, .external_lex_state = 2}, + [1723] = {.lex_state = 0, .external_lex_state = 11}, + [1724] = {.lex_state = 0, .external_lex_state = 14}, [1725] = {.lex_state = 0, .external_lex_state = 11}, - [1726] = {.lex_state = 9, .external_lex_state = 13}, - [1727] = {.lex_state = 0, .external_lex_state = 12}, + [1726] = {.lex_state = 49, .external_lex_state = 2}, + [1727] = {.lex_state = 0, .external_lex_state = 11}, [1728] = {.lex_state = 0, .external_lex_state = 11}, - [1729] = {.lex_state = 0, .external_lex_state = 14}, - [1730] = {.lex_state = 0, .external_lex_state = 14}, - [1731] = {.lex_state = 14, .external_lex_state = 11}, - [1732] = {.lex_state = 0, .external_lex_state = 11}, - [1733] = {.lex_state = 9, .external_lex_state = 2}, - [1734] = {.lex_state = 14, .external_lex_state = 11}, - [1735] = {.lex_state = 14, .external_lex_state = 11}, - [1736] = {.lex_state = 0, .external_lex_state = 12}, + [1729] = {.lex_state = 0, .external_lex_state = 11}, + [1730] = {.lex_state = 19, .external_lex_state = 10}, + [1731] = {.lex_state = 0, .external_lex_state = 14}, + [1732] = {.lex_state = 0, .external_lex_state = 14}, + [1733] = {.lex_state = 14, .external_lex_state = 11}, + [1734] = {.lex_state = 19, .external_lex_state = 13}, + [1735] = {.lex_state = 0, .external_lex_state = 11}, + [1736] = {.lex_state = 9, .external_lex_state = 13}, [1737] = {.lex_state = 9, .external_lex_state = 10}, - [1738] = {.lex_state = 19, .external_lex_state = 12}, - [1739] = {.lex_state = 14, .external_lex_state = 11}, - [1740] = {.lex_state = 9, .external_lex_state = 2}, - [1741] = {.lex_state = 0, .external_lex_state = 14}, - [1742] = {.lex_state = 9, .external_lex_state = 12}, - [1743] = {.lex_state = 9, .external_lex_state = 12}, - [1744] = {.lex_state = 9, .external_lex_state = 10}, - [1745] = {.lex_state = 9, .external_lex_state = 10}, - [1746] = {.lex_state = 9, .external_lex_state = 13}, - [1747] = {.lex_state = 19, .external_lex_state = 10}, - [1748] = {.lex_state = 19, .external_lex_state = 12}, - [1749] = {.lex_state = 19, .external_lex_state = 13}, - [1750] = {.lex_state = 9, .external_lex_state = 10}, - [1751] = {.lex_state = 0, .external_lex_state = 14}, - [1752] = {.lex_state = 9, .external_lex_state = 12}, - [1753] = {.lex_state = 19, .external_lex_state = 12}, - [1754] = {.lex_state = 0, .external_lex_state = 11}, - [1755] = {.lex_state = 9, .external_lex_state = 12}, - [1756] = {.lex_state = 9, .external_lex_state = 10}, + [1738] = {.lex_state = 9, .external_lex_state = 13}, + [1739] = {.lex_state = 9, .external_lex_state = 10}, + [1740] = {.lex_state = 19, .external_lex_state = 11}, + [1741] = {.lex_state = 14, .external_lex_state = 11}, + [1742] = {.lex_state = 9, .external_lex_state = 13}, + [1743] = {.lex_state = 14, .external_lex_state = 11}, + [1744] = {.lex_state = 19, .external_lex_state = 13}, + [1745] = {.lex_state = 19, .external_lex_state = 13}, + [1746] = {.lex_state = 0, .external_lex_state = 13}, + [1747] = {.lex_state = 19, .external_lex_state = 13}, + [1748] = {.lex_state = 9, .external_lex_state = 12}, + [1749] = {.lex_state = 19, .external_lex_state = 10}, + [1750] = {.lex_state = 0, .external_lex_state = 14}, + [1751] = {.lex_state = 9, .external_lex_state = 10}, + [1752] = {.lex_state = 9, .external_lex_state = 13}, + [1753] = {.lex_state = 19, .external_lex_state = 13}, + [1754] = {.lex_state = 9, .external_lex_state = 10}, + [1755] = {.lex_state = 9, .external_lex_state = 10}, + [1756] = {.lex_state = 19, .external_lex_state = 13}, [1757] = {.lex_state = 19, .external_lex_state = 12}, - [1758] = {.lex_state = 19, .external_lex_state = 13}, - [1759] = {.lex_state = 9, .external_lex_state = 12}, - [1760] = {.lex_state = 9, .external_lex_state = 10}, - [1761] = {.lex_state = 19, .external_lex_state = 11}, - [1762] = {.lex_state = 0, .external_lex_state = 12}, - [1763] = {.lex_state = 322, .external_lex_state = 2}, - [1764] = {.lex_state = 19, .external_lex_state = 10}, - [1765] = {.lex_state = 0, .external_lex_state = 13}, - [1766] = {.lex_state = 9, .external_lex_state = 10}, - [1767] = {.lex_state = 0, .external_lex_state = 11}, - [1768] = {.lex_state = 0, .external_lex_state = 13}, - [1769] = {.lex_state = 9, .external_lex_state = 10}, - [1770] = {.lex_state = 19, .external_lex_state = 11}, - [1771] = {.lex_state = 19, .external_lex_state = 12}, + [1758] = {.lex_state = 14, .external_lex_state = 11}, + [1759] = {.lex_state = 19, .external_lex_state = 12}, + [1760] = {.lex_state = 9, .external_lex_state = 12}, + [1761] = {.lex_state = 19, .external_lex_state = 13}, + [1762] = {.lex_state = 9, .external_lex_state = 13}, + [1763] = {.lex_state = 0, .external_lex_state = 13}, + [1764] = {.lex_state = 0, .external_lex_state = 14}, + [1765] = {.lex_state = 9, .external_lex_state = 10}, + [1766] = {.lex_state = 19, .external_lex_state = 11}, + [1767] = {.lex_state = 19, .external_lex_state = 10}, + [1768] = {.lex_state = 9, .external_lex_state = 10}, + [1769] = {.lex_state = 9, .external_lex_state = 13}, + [1770] = {.lex_state = 19, .external_lex_state = 13}, + [1771] = {.lex_state = 19, .external_lex_state = 13}, [1772] = {.lex_state = 0, .external_lex_state = 14}, - [1773] = {.lex_state = 9, .external_lex_state = 12}, - [1774] = {.lex_state = 19, .external_lex_state = 10}, - [1775] = {.lex_state = 0, .external_lex_state = 12}, - [1776] = {.lex_state = 19, .external_lex_state = 12}, - [1777] = {.lex_state = 9, .external_lex_state = 10}, - [1778] = {.lex_state = 0, .external_lex_state = 11}, - [1779] = {.lex_state = 19, .external_lex_state = 12}, - [1780] = {.lex_state = 9, .external_lex_state = 13}, + [1773] = {.lex_state = 9, .external_lex_state = 10}, + [1774] = {.lex_state = 9, .external_lex_state = 2}, + [1775] = {.lex_state = 19, .external_lex_state = 13}, + [1776] = {.lex_state = 0, .external_lex_state = 12}, + [1777] = {.lex_state = 0, .external_lex_state = 11}, + [1778] = {.lex_state = 0, .external_lex_state = 14}, + [1779] = {.lex_state = 0, .external_lex_state = 12}, + [1780] = {.lex_state = 9, .external_lex_state = 2}, [1781] = {.lex_state = 9, .external_lex_state = 13}, - [1782] = {.lex_state = 19, .external_lex_state = 10}, - [1783] = {.lex_state = 19, .external_lex_state = 10}, - [1784] = {.lex_state = 0, .external_lex_state = 13}, - [1785] = {.lex_state = 0, .external_lex_state = 11}, - [1786] = {.lex_state = 19, .external_lex_state = 12}, - [1787] = {.lex_state = 9, .external_lex_state = 2}, - [1788] = {.lex_state = 0, .external_lex_state = 14}, - [1789] = {.lex_state = 19, .external_lex_state = 11}, - [1790] = {.lex_state = 9, .external_lex_state = 12}, - [1791] = {.lex_state = 9, .external_lex_state = 12}, - [1792] = {.lex_state = 322, .external_lex_state = 2}, - [1793] = {.lex_state = 0, .external_lex_state = 14}, - [1794] = {.lex_state = 19, .external_lex_state = 13}, - [1795] = {.lex_state = 19, .external_lex_state = 12}, - [1796] = {.lex_state = 19, .external_lex_state = 12}, - [1797] = {.lex_state = 0, .external_lex_state = 12}, - [1798] = {.lex_state = 9, .external_lex_state = 2}, - [1799] = {.lex_state = 0, .external_lex_state = 14}, - [1800] = {.lex_state = 19, .external_lex_state = 11}, - [1801] = {.lex_state = 0, .external_lex_state = 13}, + [1782] = {.lex_state = 0, .external_lex_state = 12}, + [1783] = {.lex_state = 19, .external_lex_state = 12}, + [1784] = {.lex_state = 55, .external_lex_state = 2}, + [1785] = {.lex_state = 9, .external_lex_state = 2}, + [1786] = {.lex_state = 0, .external_lex_state = 11}, + [1787] = {.lex_state = 9, .external_lex_state = 13}, + [1788] = {.lex_state = 19, .external_lex_state = 12}, + [1789] = {.lex_state = 9, .external_lex_state = 12}, + [1790] = {.lex_state = 0, .external_lex_state = 13}, + [1791] = {.lex_state = 9, .external_lex_state = 10}, + [1792] = {.lex_state = 19, .external_lex_state = 11}, + [1793] = {.lex_state = 19, .external_lex_state = 12}, + [1794] = {.lex_state = 0, .external_lex_state = 11}, + [1795] = {.lex_state = 9, .external_lex_state = 13}, + [1796] = {.lex_state = 0, .external_lex_state = 13}, + [1797] = {.lex_state = 322, .external_lex_state = 2}, + [1798] = {.lex_state = 19, .external_lex_state = 13}, + [1799] = {.lex_state = 19, .external_lex_state = 12}, + [1800] = {.lex_state = 0, .external_lex_state = 11}, + [1801] = {.lex_state = 19, .external_lex_state = 10}, [1802] = {.lex_state = 9, .external_lex_state = 2}, - [1803] = {.lex_state = 323, .external_lex_state = 2}, - [1804] = {.lex_state = 19, .external_lex_state = 10}, - [1805] = {.lex_state = 19, .external_lex_state = 13}, - [1806] = {.lex_state = 0, .external_lex_state = 13}, - [1807] = {.lex_state = 9, .external_lex_state = 12}, - [1808] = {.lex_state = 9, .external_lex_state = 2}, - [1809] = {.lex_state = 0, .external_lex_state = 12}, + [1803] = {.lex_state = 19, .external_lex_state = 11}, + [1804] = {.lex_state = 9, .external_lex_state = 2}, + [1805] = {.lex_state = 0, .external_lex_state = 14}, + [1806] = {.lex_state = 19, .external_lex_state = 10}, + [1807] = {.lex_state = 322, .external_lex_state = 2}, + [1808] = {.lex_state = 323, .external_lex_state = 2}, + [1809] = {.lex_state = 19, .external_lex_state = 10}, [1810] = {.lex_state = 323, .external_lex_state = 2}, - [1811] = {.lex_state = 19, .external_lex_state = 13}, - [1812] = {.lex_state = 55, .external_lex_state = 2}, - [1813] = {.lex_state = 19, .external_lex_state = 13}, - [1814] = {.lex_state = 19, .external_lex_state = 12}, - [1815] = {.lex_state = 9, .external_lex_state = 13}, - [1816] = {.lex_state = 19, .external_lex_state = 13}, - [1817] = {.lex_state = 0, .external_lex_state = 11}, - [1818] = {.lex_state = 19, .external_lex_state = 2}, - [1819] = {.lex_state = 0, .external_lex_state = 12}, - [1820] = {.lex_state = 19, .external_lex_state = 2}, - [1821] = {.lex_state = 14, .external_lex_state = 11}, - [1822] = {.lex_state = 0, .external_lex_state = 12}, - [1823] = {.lex_state = 9, .external_lex_state = 13}, - [1824] = {.lex_state = 9, .external_lex_state = 2}, + [1811] = {.lex_state = 0, .external_lex_state = 13}, + [1812] = {.lex_state = 9, .external_lex_state = 2}, + [1813] = {.lex_state = 323, .external_lex_state = 2}, + [1814] = {.lex_state = 0, .external_lex_state = 14}, + [1815] = {.lex_state = 9, .external_lex_state = 12}, + [1816] = {.lex_state = 0, .external_lex_state = 12}, + [1817] = {.lex_state = 0, .external_lex_state = 12}, + [1818] = {.lex_state = 19, .external_lex_state = 12}, + [1819] = {.lex_state = 322, .external_lex_state = 2}, + [1820] = {.lex_state = 3, .external_lex_state = 2}, + [1821] = {.lex_state = 9, .external_lex_state = 2}, + [1822] = {.lex_state = 9, .external_lex_state = 2}, + [1823] = {.lex_state = 19, .external_lex_state = 2}, + [1824] = {.lex_state = 37, .external_lex_state = 10}, [1825] = {.lex_state = 19, .external_lex_state = 2}, - [1826] = {.lex_state = 19, .external_lex_state = 11}, - [1827] = {.lex_state = 0, .external_lex_state = 13}, - [1828] = {.lex_state = 19, .external_lex_state = 10}, - [1829] = {.lex_state = 0, .external_lex_state = 13}, - [1830] = {.lex_state = 0, .external_lex_state = 12}, - [1831] = {.lex_state = 0, .external_lex_state = 10}, - [1832] = {.lex_state = 37, .external_lex_state = 10}, - [1833] = {.lex_state = 9, .external_lex_state = 2}, - [1834] = {.lex_state = 19, .external_lex_state = 12}, + [1826] = {.lex_state = 9, .external_lex_state = 2}, + [1827] = {.lex_state = 0, .external_lex_state = 12}, + [1828] = {.lex_state = 19, .external_lex_state = 2}, + [1829] = {.lex_state = 37, .external_lex_state = 10}, + [1830] = {.lex_state = 14, .external_lex_state = 11}, + [1831] = {.lex_state = 19, .external_lex_state = 2}, + [1832] = {.lex_state = 3, .external_lex_state = 2}, + [1833] = {.lex_state = 14, .external_lex_state = 11}, + [1834] = {.lex_state = 19, .external_lex_state = 2}, [1835] = {.lex_state = 19, .external_lex_state = 2}, - [1836] = {.lex_state = 9, .external_lex_state = 2}, - [1837] = {.lex_state = 37, .external_lex_state = 10}, + [1836] = {.lex_state = 0, .external_lex_state = 13}, + [1837] = {.lex_state = 0, .external_lex_state = 13}, [1838] = {.lex_state = 8, .external_lex_state = 11}, - [1839] = {.lex_state = 9, .external_lex_state = 2}, - [1840] = {.lex_state = 19, .external_lex_state = 2}, - [1841] = {.lex_state = 19, .external_lex_state = 12}, - [1842] = {.lex_state = 19, .external_lex_state = 2}, - [1843] = {.lex_state = 9, .external_lex_state = 2}, - [1844] = {.lex_state = 19, .external_lex_state = 2}, - [1845] = {.lex_state = 9, .external_lex_state = 2}, + [1839] = {.lex_state = 19, .external_lex_state = 10}, + [1840] = {.lex_state = 3, .external_lex_state = 2}, + [1841] = {.lex_state = 14, .external_lex_state = 11}, + [1842] = {.lex_state = 9, .external_lex_state = 2}, + [1843] = {.lex_state = 19, .external_lex_state = 13}, + [1844] = {.lex_state = 9, .external_lex_state = 2}, + [1845] = {.lex_state = 0, .external_lex_state = 11}, [1846] = {.lex_state = 9, .external_lex_state = 2}, - [1847] = {.lex_state = 0, .external_lex_state = 11}, - [1848] = {.lex_state = 14, .external_lex_state = 11}, - [1849] = {.lex_state = 0, .external_lex_state = 13}, - [1850] = {.lex_state = 9, .external_lex_state = 13}, - [1851] = {.lex_state = 9, .external_lex_state = 2}, - [1852] = {.lex_state = 9, .external_lex_state = 2}, - [1853] = {.lex_state = 9, .external_lex_state = 2}, - [1854] = {.lex_state = 9, .external_lex_state = 2}, + [1847] = {.lex_state = 9, .external_lex_state = 2}, + [1848] = {.lex_state = 0, .external_lex_state = 13}, + [1849] = {.lex_state = 37, .external_lex_state = 10}, + [1850] = {.lex_state = 9, .external_lex_state = 2}, + [1851] = {.lex_state = 0, .external_lex_state = 12}, + [1852] = {.lex_state = 19, .external_lex_state = 11}, + [1853] = {.lex_state = 0, .external_lex_state = 11}, + [1854] = {.lex_state = 19, .external_lex_state = 2}, [1855] = {.lex_state = 14, .external_lex_state = 11}, - [1856] = {.lex_state = 3, .external_lex_state = 2}, - [1857] = {.lex_state = 9, .external_lex_state = 13}, + [1856] = {.lex_state = 19, .external_lex_state = 2}, + [1857] = {.lex_state = 0, .external_lex_state = 10}, [1858] = {.lex_state = 0, .external_lex_state = 11}, - [1859] = {.lex_state = 14, .external_lex_state = 11}, - [1860] = {.lex_state = 19, .external_lex_state = 11}, - [1861] = {.lex_state = 19, .external_lex_state = 10}, - [1862] = {.lex_state = 30, .external_lex_state = 2}, - [1863] = {.lex_state = 8, .external_lex_state = 11}, - [1864] = {.lex_state = 9, .external_lex_state = 13}, - [1865] = {.lex_state = 19, .external_lex_state = 2}, - [1866] = {.lex_state = 9, .external_lex_state = 2}, - [1867] = {.lex_state = 19, .external_lex_state = 2}, + [1859] = {.lex_state = 9, .external_lex_state = 12}, + [1860] = {.lex_state = 8, .external_lex_state = 11}, + [1861] = {.lex_state = 19, .external_lex_state = 2}, + [1862] = {.lex_state = 19, .external_lex_state = 2}, + [1863] = {.lex_state = 9, .external_lex_state = 12}, + [1864] = {.lex_state = 14, .external_lex_state = 11}, + [1865] = {.lex_state = 19, .external_lex_state = 11}, + [1866] = {.lex_state = 0, .external_lex_state = 10}, + [1867] = {.lex_state = 8, .external_lex_state = 11}, [1868] = {.lex_state = 9, .external_lex_state = 2}, - [1869] = {.lex_state = 3, .external_lex_state = 2}, + [1869] = {.lex_state = 9, .external_lex_state = 12}, [1870] = {.lex_state = 9, .external_lex_state = 2}, - [1871] = {.lex_state = 9, .external_lex_state = 12}, - [1872] = {.lex_state = 19, .external_lex_state = 2}, - [1873] = {.lex_state = 14, .external_lex_state = 11}, - [1874] = {.lex_state = 8, .external_lex_state = 11}, + [1871] = {.lex_state = 19, .external_lex_state = 2}, + [1872] = {.lex_state = 9, .external_lex_state = 12}, + [1873] = {.lex_state = 9, .external_lex_state = 2}, + [1874] = {.lex_state = 19, .external_lex_state = 10}, [1875] = {.lex_state = 9, .external_lex_state = 2}, - [1876] = {.lex_state = 37, .external_lex_state = 10}, - [1877] = {.lex_state = 19, .external_lex_state = 2}, - [1878] = {.lex_state = 9, .external_lex_state = 13}, - [1879] = {.lex_state = 19, .external_lex_state = 2}, - [1880] = {.lex_state = 19, .external_lex_state = 2}, - [1881] = {.lex_state = 9, .external_lex_state = 13}, - [1882] = {.lex_state = 37, .external_lex_state = 2}, - [1883] = {.lex_state = 9, .external_lex_state = 13}, - [1884] = {.lex_state = 14, .external_lex_state = 11}, + [1876] = {.lex_state = 9, .external_lex_state = 2}, + [1877] = {.lex_state = 37, .external_lex_state = 2}, + [1878] = {.lex_state = 9, .external_lex_state = 12}, + [1879] = {.lex_state = 9, .external_lex_state = 12}, + [1880] = {.lex_state = 9, .external_lex_state = 12}, + [1881] = {.lex_state = 19, .external_lex_state = 2}, + [1882] = {.lex_state = 19, .external_lex_state = 13}, + [1883] = {.lex_state = 19, .external_lex_state = 13}, + [1884] = {.lex_state = 9, .external_lex_state = 13}, [1885] = {.lex_state = 19, .external_lex_state = 2}, - [1886] = {.lex_state = 0, .external_lex_state = 10}, - [1887] = {.lex_state = 9, .external_lex_state = 13}, - [1888] = {.lex_state = 19, .external_lex_state = 11}, - [1889] = {.lex_state = 9, .external_lex_state = 2}, - [1890] = {.lex_state = 19, .external_lex_state = 12}, - [1891] = {.lex_state = 9, .external_lex_state = 13}, - [1892] = {.lex_state = 14, .external_lex_state = 11}, - [1893] = {.lex_state = 19, .external_lex_state = 2}, - [1894] = {.lex_state = 19, .external_lex_state = 2}, - [1895] = {.lex_state = 30, .external_lex_state = 2}, - [1896] = {.lex_state = 0, .external_lex_state = 10}, - [1897] = {.lex_state = 50, .external_lex_state = 2}, - [1898] = {.lex_state = 0, .external_lex_state = 10}, - [1899] = {.lex_state = 0, .external_lex_state = 10}, - [1900] = {.lex_state = 14, .external_lex_state = 12}, + [1886] = {.lex_state = 30, .external_lex_state = 2}, + [1887] = {.lex_state = 19, .external_lex_state = 2}, + [1888] = {.lex_state = 30, .external_lex_state = 2}, + [1889] = {.lex_state = 14, .external_lex_state = 11}, + [1890] = {.lex_state = 9, .external_lex_state = 2}, + [1891] = {.lex_state = 19, .external_lex_state = 2}, + [1892] = {.lex_state = 0, .external_lex_state = 12}, + [1893] = {.lex_state = 9, .external_lex_state = 2}, + [1894] = {.lex_state = 19, .external_lex_state = 11}, + [1895] = {.lex_state = 19, .external_lex_state = 2}, + [1896] = {.lex_state = 14, .external_lex_state = 11}, + [1897] = {.lex_state = 9, .external_lex_state = 2}, + [1898] = {.lex_state = 9, .external_lex_state = 12}, + [1899] = {.lex_state = 9, .external_lex_state = 12}, + [1900] = {.lex_state = 0, .external_lex_state = 10}, [1901] = {.lex_state = 0, .external_lex_state = 10}, - [1902] = {.lex_state = 19, .external_lex_state = 10}, - [1903] = {.lex_state = 0, .external_lex_state = 10}, - [1904] = {.lex_state = 0, .external_lex_state = 10}, - [1905] = {.lex_state = 51, .external_lex_state = 2}, - [1906] = {.lex_state = 37, .external_lex_state = 12}, + [1902] = {.lex_state = 37, .external_lex_state = 13}, + [1903] = {.lex_state = 50, .external_lex_state = 2}, + [1904] = {.lex_state = 51, .external_lex_state = 2}, + [1905] = {.lex_state = 19, .external_lex_state = 13}, + [1906] = {.lex_state = 1, .external_lex_state = 2}, [1907] = {.lex_state = 0, .external_lex_state = 10}, - [1908] = {.lex_state = 37, .external_lex_state = 12}, - [1909] = {.lex_state = 37, .external_lex_state = 2}, - [1910] = {.lex_state = 0, .external_lex_state = 10}, - [1911] = {.lex_state = 0, .external_lex_state = 10}, - [1912] = {.lex_state = 14, .external_lex_state = 11}, - [1913] = {.lex_state = 1, .external_lex_state = 2}, - [1914] = {.lex_state = 1, .external_lex_state = 2}, - [1915] = {.lex_state = 19, .external_lex_state = 12}, + [1908] = {.lex_state = 37, .external_lex_state = 13}, + [1909] = {.lex_state = 0, .external_lex_state = 10}, + [1910] = {.lex_state = 2, .external_lex_state = 2}, + [1911] = {.lex_state = 19, .external_lex_state = 13}, + [1912] = {.lex_state = 2, .external_lex_state = 2}, + [1913] = {.lex_state = 37, .external_lex_state = 2}, + [1914] = {.lex_state = 0, .external_lex_state = 10}, + [1915] = {.lex_state = 37, .external_lex_state = 2}, [1916] = {.lex_state = 0, .external_lex_state = 10}, - [1917] = {.lex_state = 0, .external_lex_state = 10}, + [1917] = {.lex_state = 14, .external_lex_state = 11}, [1918] = {.lex_state = 0, .external_lex_state = 10}, - [1919] = {.lex_state = 2, .external_lex_state = 2}, - [1920] = {.lex_state = 37, .external_lex_state = 12}, + [1919] = {.lex_state = 37, .external_lex_state = 13}, + [1920] = {.lex_state = 51, .external_lex_state = 2}, [1921] = {.lex_state = 0, .external_lex_state = 10}, [1922] = {.lex_state = 0, .external_lex_state = 10}, - [1923] = {.lex_state = 19, .external_lex_state = 12}, - [1924] = {.lex_state = 14, .external_lex_state = 11}, - [1925] = {.lex_state = 51, .external_lex_state = 2}, - [1926] = {.lex_state = 0, .external_lex_state = 10}, - [1927] = {.lex_state = 0, .external_lex_state = 10}, - [1928] = {.lex_state = 51, .external_lex_state = 2}, - [1929] = {.lex_state = 51, .external_lex_state = 2}, - [1930] = {.lex_state = 1, .external_lex_state = 2}, - [1931] = {.lex_state = 37, .external_lex_state = 2}, + [1923] = {.lex_state = 51, .external_lex_state = 2}, + [1924] = {.lex_state = 0, .external_lex_state = 10}, + [1925] = {.lex_state = 2, .external_lex_state = 2}, + [1926] = {.lex_state = 51, .external_lex_state = 2}, + [1927] = {.lex_state = 14, .external_lex_state = 11}, + [1928] = {.lex_state = 0, .external_lex_state = 10}, + [1929] = {.lex_state = 14, .external_lex_state = 13}, + [1930] = {.lex_state = 0, .external_lex_state = 10}, + [1931] = {.lex_state = 1, .external_lex_state = 2}, [1932] = {.lex_state = 0, .external_lex_state = 10}, - [1933] = {.lex_state = 37, .external_lex_state = 2}, - [1934] = {.lex_state = 9, .external_lex_state = 2}, - [1935] = {.lex_state = 1, .external_lex_state = 2}, - [1936] = {.lex_state = 50, .external_lex_state = 2}, + [1933] = {.lex_state = 9, .external_lex_state = 2}, + [1934] = {.lex_state = 19, .external_lex_state = 10}, + [1935] = {.lex_state = 0, .external_lex_state = 10}, + [1936] = {.lex_state = 0, .external_lex_state = 10}, [1937] = {.lex_state = 0, .external_lex_state = 10}, - [1938] = {.lex_state = 0, .external_lex_state = 12}, - [1939] = {.lex_state = 0, .external_lex_state = 12}, - [1940] = {.lex_state = 0, .external_lex_state = 13}, - [1941] = {.lex_state = 0, .external_lex_state = 12}, - [1942] = {.lex_state = 14, .external_lex_state = 2}, - [1943] = {.lex_state = 14, .external_lex_state = 11}, - [1944] = {.lex_state = 0, .external_lex_state = 13}, - [1945] = {.lex_state = 0, .external_lex_state = 13}, + [1938] = {.lex_state = 0, .external_lex_state = 10}, + [1939] = {.lex_state = 0, .external_lex_state = 10}, + [1940] = {.lex_state = 50, .external_lex_state = 2}, + [1941] = {.lex_state = 37, .external_lex_state = 2}, + [1942] = {.lex_state = 0, .external_lex_state = 11}, + [1943] = {.lex_state = 0, .external_lex_state = 12}, + [1944] = {.lex_state = 0, .external_lex_state = 2}, + [1945] = {.lex_state = 14, .external_lex_state = 11}, [1946] = {.lex_state = 0, .external_lex_state = 12}, [1947] = {.lex_state = 0, .external_lex_state = 12}, - [1948] = {.lex_state = 0, .external_lex_state = 10}, - [1949] = {.lex_state = 14, .external_lex_state = 2}, - [1950] = {.lex_state = 0, .external_lex_state = 13}, - [1951] = {.lex_state = 14, .external_lex_state = 11}, - [1952] = {.lex_state = 8, .external_lex_state = 11}, - [1953] = {.lex_state = 0, .external_lex_state = 12}, - [1954] = {.lex_state = 14, .external_lex_state = 12}, - [1955] = {.lex_state = 9, .external_lex_state = 2}, - [1956] = {.lex_state = 0, .external_lex_state = 2}, - [1957] = {.lex_state = 0, .external_lex_state = 2}, - [1958] = {.lex_state = 0, .external_lex_state = 13}, - [1959] = {.lex_state = 0, .external_lex_state = 12}, - [1960] = {.lex_state = 0, .external_lex_state = 10}, - [1961] = {.lex_state = 0, .external_lex_state = 13}, - [1962] = {.lex_state = 0, .external_lex_state = 10}, - [1963] = {.lex_state = 0, .external_lex_state = 12}, - [1964] = {.lex_state = 0, .external_lex_state = 2}, - [1965] = {.lex_state = 0, .external_lex_state = 2}, - [1966] = {.lex_state = 19, .external_lex_state = 2}, - [1967] = {.lex_state = 0, .external_lex_state = 2}, + [1948] = {.lex_state = 0, .external_lex_state = 13}, + [1949] = {.lex_state = 0, .external_lex_state = 13}, + [1950] = {.lex_state = 0, .external_lex_state = 10}, + [1951] = {.lex_state = 14, .external_lex_state = 13}, + [1952] = {.lex_state = 0, .external_lex_state = 12}, + [1953] = {.lex_state = 14, .external_lex_state = 11}, + [1954] = {.lex_state = 0, .external_lex_state = 13}, + [1955] = {.lex_state = 14, .external_lex_state = 2}, + [1956] = {.lex_state = 14, .external_lex_state = 2}, + [1957] = {.lex_state = 9, .external_lex_state = 2}, + [1958] = {.lex_state = 0, .external_lex_state = 12}, + [1959] = {.lex_state = 8, .external_lex_state = 11}, + [1960] = {.lex_state = 0, .external_lex_state = 13}, + [1961] = {.lex_state = 0, .external_lex_state = 2}, + [1962] = {.lex_state = 0, .external_lex_state = 2}, + [1963] = {.lex_state = 14, .external_lex_state = 13}, + [1964] = {.lex_state = 0, .external_lex_state = 12}, + [1965] = {.lex_state = 0, .external_lex_state = 12}, + [1966] = {.lex_state = 0, .external_lex_state = 10}, + [1967] = {.lex_state = 0, .external_lex_state = 10}, [1968] = {.lex_state = 0, .external_lex_state = 2}, - [1969] = {.lex_state = 0, .external_lex_state = 10}, - [1970] = {.lex_state = 0, .external_lex_state = 12}, - [1971] = {.lex_state = 14, .external_lex_state = 2}, - [1972] = {.lex_state = 14, .external_lex_state = 2}, - [1973] = {.lex_state = 0, .external_lex_state = 13}, + [1969] = {.lex_state = 0, .external_lex_state = 13}, + [1970] = {.lex_state = 0, .external_lex_state = 2}, + [1971] = {.lex_state = 0, .external_lex_state = 13}, + [1972] = {.lex_state = 0, .external_lex_state = 10}, + [1973] = {.lex_state = 0, .external_lex_state = 2}, [1974] = {.lex_state = 0, .external_lex_state = 2}, - [1975] = {.lex_state = 0, .external_lex_state = 13}, - [1976] = {.lex_state = 0, .external_lex_state = 13}, - [1977] = {.lex_state = 0, .external_lex_state = 12}, + [1975] = {.lex_state = 0, .external_lex_state = 2}, + [1976] = {.lex_state = 19, .external_lex_state = 2}, + [1977] = {.lex_state = 0, .external_lex_state = 13}, [1978] = {.lex_state = 0, .external_lex_state = 13}, - [1979] = {.lex_state = 14, .external_lex_state = 2}, - [1980] = {.lex_state = 0, .external_lex_state = 12}, - [1981] = {.lex_state = 0, .external_lex_state = 2}, - [1982] = {.lex_state = 0, .external_lex_state = 13}, - [1983] = {.lex_state = 8, .external_lex_state = 11}, - [1984] = {.lex_state = 14, .external_lex_state = 2}, - [1985] = {.lex_state = 8, .external_lex_state = 11}, - [1986] = {.lex_state = 0, .external_lex_state = 10}, + [1979] = {.lex_state = 14, .external_lex_state = 11}, + [1980] = {.lex_state = 14, .external_lex_state = 2}, + [1981] = {.lex_state = 14, .external_lex_state = 2}, + [1982] = {.lex_state = 0, .external_lex_state = 12}, + [1983] = {.lex_state = 14, .external_lex_state = 2}, + [1984] = {.lex_state = 0, .external_lex_state = 12}, + [1985] = {.lex_state = 0, .external_lex_state = 12}, + [1986] = {.lex_state = 0, .external_lex_state = 12}, [1987] = {.lex_state = 0, .external_lex_state = 13}, - [1988] = {.lex_state = 0, .external_lex_state = 10}, - [1989] = {.lex_state = 0, .external_lex_state = 12}, + [1988] = {.lex_state = 14, .external_lex_state = 2}, + [1989] = {.lex_state = 0, .external_lex_state = 2}, [1990] = {.lex_state = 0, .external_lex_state = 12}, - [1991] = {.lex_state = 0, .external_lex_state = 13}, - [1992] = {.lex_state = 0, .external_lex_state = 13}, - [1993] = {.lex_state = 8, .external_lex_state = 11}, + [1991] = {.lex_state = 8, .external_lex_state = 11}, + [1992] = {.lex_state = 0, .external_lex_state = 10}, + [1993] = {.lex_state = 0, .external_lex_state = 13}, [1994] = {.lex_state = 0, .external_lex_state = 13}, - [1995] = {.lex_state = 0, .external_lex_state = 10}, - [1996] = {.lex_state = 0, .external_lex_state = 2}, - [1997] = {.lex_state = 0, .external_lex_state = 2}, - [1998] = {.lex_state = 0, .external_lex_state = 13}, + [1995] = {.lex_state = 0, .external_lex_state = 2}, + [1996] = {.lex_state = 8, .external_lex_state = 11}, + [1997] = {.lex_state = 0, .external_lex_state = 12}, + [1998] = {.lex_state = 0, .external_lex_state = 10}, [1999] = {.lex_state = 0, .external_lex_state = 12}, - [2000] = {.lex_state = 0, .external_lex_state = 11}, - [2001] = {.lex_state = 0, .external_lex_state = 11}, - [2002] = {.lex_state = 14, .external_lex_state = 2}, - [2003] = {.lex_state = 0, .external_lex_state = 2}, + [2000] = {.lex_state = 0, .external_lex_state = 12}, + [2001] = {.lex_state = 8, .external_lex_state = 11}, + [2002] = {.lex_state = 0, .external_lex_state = 11}, + [2003] = {.lex_state = 0, .external_lex_state = 10}, [2004] = {.lex_state = 0, .external_lex_state = 2}, - [2005] = {.lex_state = 14, .external_lex_state = 12}, - [2006] = {.lex_state = 0, .external_lex_state = 10}, - [2007] = {.lex_state = 0, .external_lex_state = 2}, - [2008] = {.lex_state = 0, .external_lex_state = 12}, + [2005] = {.lex_state = 0, .external_lex_state = 12}, + [2006] = {.lex_state = 0, .external_lex_state = 11}, + [2007] = {.lex_state = 0, .external_lex_state = 13}, + [2008] = {.lex_state = 14, .external_lex_state = 2}, [2009] = {.lex_state = 0, .external_lex_state = 12}, - [2010] = {.lex_state = 0, .external_lex_state = 12}, - [2011] = {.lex_state = 0, .external_lex_state = 13}, + [2010] = {.lex_state = 0, .external_lex_state = 2}, + [2011] = {.lex_state = 0, .external_lex_state = 10}, [2012] = {.lex_state = 0, .external_lex_state = 13}, [2013] = {.lex_state = 0, .external_lex_state = 10}, - [2014] = {.lex_state = 0, .external_lex_state = 11}, - [2015] = {.lex_state = 0, .external_lex_state = 12}, - [2016] = {.lex_state = 0, .external_lex_state = 12}, + [2014] = {.lex_state = 0, .external_lex_state = 13}, + [2015] = {.lex_state = 0, .external_lex_state = 13}, + [2016] = {.lex_state = 0, .external_lex_state = 13}, [2017] = {.lex_state = 0, .external_lex_state = 12}, - [2018] = {.lex_state = 0, .external_lex_state = 13}, + [2018] = {.lex_state = 0, .external_lex_state = 12}, [2019] = {.lex_state = 0, .external_lex_state = 10}, - [2020] = {.lex_state = 0, .external_lex_state = 12}, - [2021] = {.lex_state = 53, .external_lex_state = 2}, - [2022] = {.lex_state = 0, .external_lex_state = 12}, - [2023] = {.lex_state = 0, .external_lex_state = 12}, - [2024] = {.lex_state = 0, .external_lex_state = 12}, - [2025] = {.lex_state = 0, .external_lex_state = 11}, - [2026] = {.lex_state = 0, .external_lex_state = 11}, - [2027] = {.lex_state = 0, .external_lex_state = 12}, - [2028] = {.lex_state = 0, .external_lex_state = 11}, - [2029] = {.lex_state = 19, .external_lex_state = 2}, - [2030] = {.lex_state = 8, .external_lex_state = 11}, - [2031] = {.lex_state = 0, .external_lex_state = 12}, + [2020] = {.lex_state = 0, .external_lex_state = 11}, + [2021] = {.lex_state = 0, .external_lex_state = 13}, + [2022] = {.lex_state = 0, .external_lex_state = 10}, + [2023] = {.lex_state = 53, .external_lex_state = 2}, + [2024] = {.lex_state = 0, .external_lex_state = 13}, + [2025] = {.lex_state = 0, .external_lex_state = 13}, + [2026] = {.lex_state = 14, .external_lex_state = 2}, + [2027] = {.lex_state = 0, .external_lex_state = 13}, + [2028] = {.lex_state = 0, .external_lex_state = 13}, + [2029] = {.lex_state = 0, .external_lex_state = 13}, + [2030] = {.lex_state = 0, .external_lex_state = 2}, + [2031] = {.lex_state = 0, .external_lex_state = 13}, [2032] = {.lex_state = 0, .external_lex_state = 12}, [2033] = {.lex_state = 0, .external_lex_state = 13}, - [2034] = {.lex_state = 0, .external_lex_state = 12}, - [2035] = {.lex_state = 14, .external_lex_state = 11}, - [2036] = {.lex_state = 0, .external_lex_state = 12}, - [2037] = {.lex_state = 0, .external_lex_state = 12}, - [2038] = {.lex_state = 0, .external_lex_state = 13}, - [2039] = {.lex_state = 0, .external_lex_state = 10}, - [2040] = {.lex_state = 0, .external_lex_state = 12}, - [2041] = {.lex_state = 0, .external_lex_state = 10}, - [2042] = {.lex_state = 0, .external_lex_state = 10}, - [2043] = {.lex_state = 0, .external_lex_state = 12}, - [2044] = {.lex_state = 0, .external_lex_state = 12}, - [2045] = {.lex_state = 0, .external_lex_state = 11}, + [2034] = {.lex_state = 0, .external_lex_state = 11}, + [2035] = {.lex_state = 0, .external_lex_state = 2}, + [2036] = {.lex_state = 0, .external_lex_state = 11}, + [2037] = {.lex_state = 8, .external_lex_state = 11}, + [2038] = {.lex_state = 0, .external_lex_state = 11}, + [2039] = {.lex_state = 0, .external_lex_state = 12}, + [2040] = {.lex_state = 0, .external_lex_state = 13}, + [2041] = {.lex_state = 19, .external_lex_state = 2}, + [2042] = {.lex_state = 0, .external_lex_state = 13}, + [2043] = {.lex_state = 0, .external_lex_state = 13}, + [2044] = {.lex_state = 14, .external_lex_state = 11}, + [2045] = {.lex_state = 0, .external_lex_state = 10}, [2046] = {.lex_state = 0, .external_lex_state = 13}, [2047] = {.lex_state = 0, .external_lex_state = 13}, - [2048] = {.lex_state = 0, .external_lex_state = 12}, - [2049] = {.lex_state = 0, .external_lex_state = 12}, - [2050] = {.lex_state = 0, .external_lex_state = 12}, + [2048] = {.lex_state = 0, .external_lex_state = 13}, + [2049] = {.lex_state = 0, .external_lex_state = 10}, + [2050] = {.lex_state = 0, .external_lex_state = 11}, [2051] = {.lex_state = 0, .external_lex_state = 12}, [2052] = {.lex_state = 0, .external_lex_state = 12}, - [2053] = {.lex_state = 0, .external_lex_state = 13}, - [2054] = {.lex_state = 0, .external_lex_state = 10}, + [2053] = {.lex_state = 0, .external_lex_state = 12}, + [2054] = {.lex_state = 0, .external_lex_state = 13}, [2055] = {.lex_state = 0, .external_lex_state = 13}, - [2056] = {.lex_state = 0, .external_lex_state = 13}, - [2057] = {.lex_state = 0, .external_lex_state = 10}, - [2058] = {.lex_state = 0, .external_lex_state = 12}, - [2059] = {.lex_state = 8, .external_lex_state = 11}, - [2060] = {.lex_state = 0, .external_lex_state = 11}, + [2056] = {.lex_state = 0, .external_lex_state = 11}, + [2057] = {.lex_state = 0, .external_lex_state = 13}, + [2058] = {.lex_state = 0, .external_lex_state = 13}, + [2059] = {.lex_state = 0, .external_lex_state = 12}, + [2060] = {.lex_state = 0, .external_lex_state = 10}, [2061] = {.lex_state = 0, .external_lex_state = 12}, [2062] = {.lex_state = 0, .external_lex_state = 12}, - [2063] = {.lex_state = 14, .external_lex_state = 2}, + [2063] = {.lex_state = 0, .external_lex_state = 13}, [2064] = {.lex_state = 0, .external_lex_state = 13}, [2065] = {.lex_state = 0, .external_lex_state = 10}, - [2066] = {.lex_state = 0, .external_lex_state = 11}, + [2066] = {.lex_state = 0, .external_lex_state = 13}, [2067] = {.lex_state = 0, .external_lex_state = 13}, - [2068] = {.lex_state = 0, .external_lex_state = 11}, - [2069] = {.lex_state = 0, .external_lex_state = 12}, + [2068] = {.lex_state = 14, .external_lex_state = 2}, + [2069] = {.lex_state = 0, .external_lex_state = 13}, [2070] = {.lex_state = 0, .external_lex_state = 12}, - [2071] = {.lex_state = 8, .external_lex_state = 11}, - [2072] = {.lex_state = 14, .external_lex_state = 2}, - [2073] = {.lex_state = 0, .external_lex_state = 11}, - [2074] = {.lex_state = 0, .external_lex_state = 13}, - [2075] = {.lex_state = 0, .external_lex_state = 11}, - [2076] = {.lex_state = 14, .external_lex_state = 2}, - [2077] = {.lex_state = 14, .external_lex_state = 11}, - [2078] = {.lex_state = 8, .external_lex_state = 11}, - [2079] = {.lex_state = 0, .external_lex_state = 10}, - [2080] = {.lex_state = 19, .external_lex_state = 2}, - [2081] = {.lex_state = 0, .external_lex_state = 11}, - [2082] = {.lex_state = 14, .external_lex_state = 2}, - [2083] = {.lex_state = 0, .external_lex_state = 12}, - [2084] = {.lex_state = 19, .external_lex_state = 12}, - [2085] = {.lex_state = 0, .external_lex_state = 10}, - [2086] = {.lex_state = 14, .external_lex_state = 12}, - [2087] = {.lex_state = 14, .external_lex_state = 2}, - [2088] = {.lex_state = 0, .external_lex_state = 12}, - [2089] = {.lex_state = 0, .external_lex_state = 10}, - [2090] = {.lex_state = 0, .external_lex_state = 12}, - [2091] = {.lex_state = 14, .external_lex_state = 2}, - [2092] = {.lex_state = 14, .external_lex_state = 12}, - [2093] = {.lex_state = 0, .external_lex_state = 12}, - [2094] = {.lex_state = 0, .external_lex_state = 12}, - [2095] = {.lex_state = 0, .external_lex_state = 11}, - [2096] = {.lex_state = 0, .external_lex_state = 13}, + [2071] = {.lex_state = 0, .external_lex_state = 12}, + [2072] = {.lex_state = 0, .external_lex_state = 10}, + [2073] = {.lex_state = 0, .external_lex_state = 12}, + [2074] = {.lex_state = 0, .external_lex_state = 11}, + [2075] = {.lex_state = 0, .external_lex_state = 13}, + [2076] = {.lex_state = 0, .external_lex_state = 12}, + [2077] = {.lex_state = 0, .external_lex_state = 11}, + [2078] = {.lex_state = 0, .external_lex_state = 11}, + [2079] = {.lex_state = 0, .external_lex_state = 13}, + [2080] = {.lex_state = 8, .external_lex_state = 11}, + [2081] = {.lex_state = 14, .external_lex_state = 2}, + [2082] = {.lex_state = 0, .external_lex_state = 13}, + [2083] = {.lex_state = 0, .external_lex_state = 13}, + [2084] = {.lex_state = 8, .external_lex_state = 11}, + [2085] = {.lex_state = 14, .external_lex_state = 13}, + [2086] = {.lex_state = 8, .external_lex_state = 11}, + [2087] = {.lex_state = 0, .external_lex_state = 11}, + [2088] = {.lex_state = 0, .external_lex_state = 10}, + [2089] = {.lex_state = 19, .external_lex_state = 2}, + [2090] = {.lex_state = 14, .external_lex_state = 13}, + [2091] = {.lex_state = 19, .external_lex_state = 13}, + [2092] = {.lex_state = 0, .external_lex_state = 10}, + [2093] = {.lex_state = 0, .external_lex_state = 10}, + [2094] = {.lex_state = 14, .external_lex_state = 2}, + [2095] = {.lex_state = 0, .external_lex_state = 13}, + [2096] = {.lex_state = 14, .external_lex_state = 2}, [2097] = {.lex_state = 0, .external_lex_state = 13}, - [2098] = {.lex_state = 14, .external_lex_state = 2}, - [2099] = {.lex_state = 0, .external_lex_state = 10}, - [2100] = {.lex_state = 0, .external_lex_state = 10}, - [2101] = {.lex_state = 0, .external_lex_state = 12}, - [2102] = {.lex_state = 0, .external_lex_state = 12}, - [2103] = {.lex_state = 0, .external_lex_state = 13}, - [2104] = {.lex_state = 0, .external_lex_state = 2}, - [2105] = {.lex_state = 0, .external_lex_state = 11}, - [2106] = {.lex_state = 0, .external_lex_state = 11}, - [2107] = {.lex_state = 0, .external_lex_state = 13}, - [2108] = {.lex_state = 0, .external_lex_state = 11}, - [2109] = {.lex_state = 0, .external_lex_state = 2}, - [2110] = {.lex_state = 0, .external_lex_state = 10}, - [2111] = {.lex_state = 0, .external_lex_state = 13}, - [2112] = {.lex_state = 0, .external_lex_state = 13}, - [2113] = {.lex_state = 0, .external_lex_state = 12}, - [2114] = {.lex_state = 0, .external_lex_state = 12}, - [2115] = {.lex_state = 0, .external_lex_state = 12}, - [2116] = {.lex_state = 0, .external_lex_state = 13}, - [2117] = {.lex_state = 0, .external_lex_state = 10}, - [2118] = {.lex_state = 14, .external_lex_state = 2}, - [2119] = {.lex_state = 8, .external_lex_state = 11}, - [2120] = {.lex_state = 50, .external_lex_state = 2}, - [2121] = {.lex_state = 14, .external_lex_state = 2}, - [2122] = {.lex_state = 53, .external_lex_state = 2}, - [2123] = {.lex_state = 0, .external_lex_state = 13}, - [2124] = {.lex_state = 0, .external_lex_state = 13}, - [2125] = {.lex_state = 0, .external_lex_state = 13}, - [2126] = {.lex_state = 0, .external_lex_state = 12}, - [2127] = {.lex_state = 0, .external_lex_state = 13}, - [2128] = {.lex_state = 0, .external_lex_state = 12}, - [2129] = {.lex_state = 52, .external_lex_state = 2}, - [2130] = {.lex_state = 0, .external_lex_state = 10}, - [2131] = {.lex_state = 0, .external_lex_state = 10}, + [2098] = {.lex_state = 0, .external_lex_state = 13}, + [2099] = {.lex_state = 0, .external_lex_state = 12}, + [2100] = {.lex_state = 0, .external_lex_state = 12}, + [2101] = {.lex_state = 14, .external_lex_state = 2}, + [2102] = {.lex_state = 0, .external_lex_state = 11}, + [2103] = {.lex_state = 0, .external_lex_state = 10}, + [2104] = {.lex_state = 0, .external_lex_state = 10}, + [2105] = {.lex_state = 0, .external_lex_state = 13}, + [2106] = {.lex_state = 0, .external_lex_state = 13}, + [2107] = {.lex_state = 0, .external_lex_state = 12}, + [2108] = {.lex_state = 0, .external_lex_state = 10}, + [2109] = {.lex_state = 0, .external_lex_state = 11}, + [2110] = {.lex_state = 0, .external_lex_state = 13}, + [2111] = {.lex_state = 0, .external_lex_state = 11}, + [2112] = {.lex_state = 0, .external_lex_state = 2}, + [2113] = {.lex_state = 0, .external_lex_state = 11}, + [2114] = {.lex_state = 0, .external_lex_state = 13}, + [2115] = {.lex_state = 14, .external_lex_state = 2}, + [2116] = {.lex_state = 8, .external_lex_state = 11}, + [2117] = {.lex_state = 50, .external_lex_state = 2}, + [2118] = {.lex_state = 0, .external_lex_state = 12}, + [2119] = {.lex_state = 0, .external_lex_state = 12}, + [2120] = {.lex_state = 14, .external_lex_state = 2}, + [2121] = {.lex_state = 0, .external_lex_state = 13}, + [2122] = {.lex_state = 0, .external_lex_state = 13}, + [2123] = {.lex_state = 0, .external_lex_state = 11}, + [2124] = {.lex_state = 0, .external_lex_state = 10}, + [2125] = {.lex_state = 53, .external_lex_state = 2}, + [2126] = {.lex_state = 52, .external_lex_state = 2}, + [2127] = {.lex_state = 0, .external_lex_state = 10}, + [2128] = {.lex_state = 0, .external_lex_state = 13}, + [2129] = {.lex_state = 0, .external_lex_state = 12}, + [2130] = {.lex_state = 0, .external_lex_state = 12}, + [2131] = {.lex_state = 0, .external_lex_state = 12}, [2132] = {.lex_state = 0, .external_lex_state = 12}, - [2133] = {.lex_state = 37, .external_lex_state = 2}, + [2133] = {.lex_state = 0, .external_lex_state = 13}, [2134] = {.lex_state = 0, .external_lex_state = 10}, - [2135] = {.lex_state = 0, .external_lex_state = 11}, + [2135] = {.lex_state = 0, .external_lex_state = 13}, [2136] = {.lex_state = 0, .external_lex_state = 12}, - [2137] = {.lex_state = 0, .external_lex_state = 12}, - [2138] = {.lex_state = 0, .external_lex_state = 12}, - [2139] = {.lex_state = 0, .external_lex_state = 12}, - [2140] = {.lex_state = 14, .external_lex_state = 2}, + [2137] = {.lex_state = 52, .external_lex_state = 2}, + [2138] = {.lex_state = 0, .external_lex_state = 10}, + [2139] = {.lex_state = 37, .external_lex_state = 2}, + [2140] = {.lex_state = 0, .external_lex_state = 13}, [2141] = {.lex_state = 0, .external_lex_state = 13}, - [2142] = {.lex_state = 52, .external_lex_state = 2}, - [2143] = {.lex_state = 0, .external_lex_state = 11}, - [2144] = {.lex_state = 0, .external_lex_state = 13}, - [2145] = {.lex_state = 0, .external_lex_state = 11}, - [2146] = {.lex_state = 37, .external_lex_state = 2}, - [2147] = {.lex_state = 0, .external_lex_state = 12}, + [2142] = {.lex_state = 0, .external_lex_state = 13}, + [2143] = {.lex_state = 0, .external_lex_state = 13}, + [2144] = {.lex_state = 14, .external_lex_state = 2}, + [2145] = {.lex_state = 0, .external_lex_state = 13}, + [2146] = {.lex_state = 0, .external_lex_state = 12}, + [2147] = {.lex_state = 14, .external_lex_state = 2}, [2148] = {.lex_state = 0, .external_lex_state = 12}, - [2149] = {.lex_state = 14, .external_lex_state = 2}, + [2149] = {.lex_state = 0, .external_lex_state = 13}, [2150] = {.lex_state = 0, .external_lex_state = 13}, [2151] = {.lex_state = 0, .external_lex_state = 12}, - [2152] = {.lex_state = 0, .external_lex_state = 12}, - [2153] = {.lex_state = 0, .external_lex_state = 13}, - [2154] = {.lex_state = 0, .external_lex_state = 12}, - [2155] = {.lex_state = 0, .external_lex_state = 10}, - [2156] = {.lex_state = 0, .external_lex_state = 10}, - [2157] = {.lex_state = 0, .external_lex_state = 10}, - [2158] = {.lex_state = 1, .external_lex_state = 2}, - [2159] = {.lex_state = 30, .external_lex_state = 2}, - [2160] = {.lex_state = 30, .external_lex_state = 2}, - [2161] = {.lex_state = 0, .external_lex_state = 12}, - [2162] = {.lex_state = 14, .external_lex_state = 2}, - [2163] = {.lex_state = 0, .external_lex_state = 2}, + [2152] = {.lex_state = 37, .external_lex_state = 2}, + [2153] = {.lex_state = 14, .external_lex_state = 2}, + [2154] = {.lex_state = 0, .external_lex_state = 11}, + [2155] = {.lex_state = 0, .external_lex_state = 13}, + [2156] = {.lex_state = 0, .external_lex_state = 13}, + [2157] = {.lex_state = 0, .external_lex_state = 11}, + [2158] = {.lex_state = 0, .external_lex_state = 13}, + [2159] = {.lex_state = 1, .external_lex_state = 2}, + [2160] = {.lex_state = 19, .external_lex_state = 2}, + [2161] = {.lex_state = 30, .external_lex_state = 2}, + [2162] = {.lex_state = 1, .external_lex_state = 2}, + [2163] = {.lex_state = 1, .external_lex_state = 2}, [2164] = {.lex_state = 0, .external_lex_state = 10}, - [2165] = {.lex_state = 14, .external_lex_state = 2}, + [2165] = {.lex_state = 30, .external_lex_state = 2}, [2166] = {.lex_state = 0, .external_lex_state = 13}, [2167] = {.lex_state = 30, .external_lex_state = 2}, - [2168] = {.lex_state = 1, .external_lex_state = 2}, - [2169] = {.lex_state = 14, .external_lex_state = 2}, - [2170] = {.lex_state = 1, .external_lex_state = 2}, - [2171] = {.lex_state = 0, .external_lex_state = 12}, - [2172] = {.lex_state = 0, .external_lex_state = 12}, - [2173] = {.lex_state = 0, .external_lex_state = 12}, + [2168] = {.lex_state = 0, .external_lex_state = 2}, + [2169] = {.lex_state = 0, .external_lex_state = 10}, + [2170] = {.lex_state = 0, .external_lex_state = 10}, + [2171] = {.lex_state = 1, .external_lex_state = 2}, + [2172] = {.lex_state = 14, .external_lex_state = 2}, + [2173] = {.lex_state = 14, .external_lex_state = 2}, [2174] = {.lex_state = 1, .external_lex_state = 2}, - [2175] = {.lex_state = 0, .external_lex_state = 10}, - [2176] = {.lex_state = 1, .external_lex_state = 2}, - [2177] = {.lex_state = 1, .external_lex_state = 2}, + [2175] = {.lex_state = 0, .external_lex_state = 13}, + [2176] = {.lex_state = 0, .external_lex_state = 13}, + [2177] = {.lex_state = 0, .external_lex_state = 13}, [2178] = {.lex_state = 1, .external_lex_state = 2}, - [2179] = {.lex_state = 1, .external_lex_state = 2}, - [2180] = {.lex_state = 37, .external_lex_state = 2}, - [2181] = {.lex_state = 37, .external_lex_state = 2}, - [2182] = {.lex_state = 0, .external_lex_state = 12}, - [2183] = {.lex_state = 0, .external_lex_state = 10}, - [2184] = {.lex_state = 0, .external_lex_state = 10}, - [2185] = {.lex_state = 1, .external_lex_state = 2}, - [2186] = {.lex_state = 0, .external_lex_state = 12}, + [2179] = {.lex_state = 30, .external_lex_state = 11}, + [2180] = {.lex_state = 1, .external_lex_state = 2}, + [2181] = {.lex_state = 1, .external_lex_state = 2}, + [2182] = {.lex_state = 0, .external_lex_state = 10}, + [2183] = {.lex_state = 37, .external_lex_state = 2}, + [2184] = {.lex_state = 1, .external_lex_state = 2}, + [2185] = {.lex_state = 37, .external_lex_state = 2}, + [2186] = {.lex_state = 1, .external_lex_state = 2}, [2187] = {.lex_state = 1, .external_lex_state = 2}, [2188] = {.lex_state = 1, .external_lex_state = 2}, - [2189] = {.lex_state = 1, .external_lex_state = 2}, - [2190] = {.lex_state = 0, .external_lex_state = 10}, - [2191] = {.lex_state = 0, .external_lex_state = 12}, - [2192] = {.lex_state = 1, .external_lex_state = 2}, - [2193] = {.lex_state = 1, .external_lex_state = 2}, + [2189] = {.lex_state = 0, .external_lex_state = 10}, + [2190] = {.lex_state = 0, .external_lex_state = 13}, + [2191] = {.lex_state = 1, .external_lex_state = 2}, + [2192] = {.lex_state = 0, .external_lex_state = 10}, + [2193] = {.lex_state = 0, .external_lex_state = 13}, [2194] = {.lex_state = 1, .external_lex_state = 2}, - [2195] = {.lex_state = 0, .external_lex_state = 10}, - [2196] = {.lex_state = 0, .external_lex_state = 12}, - [2197] = {.lex_state = 54, .external_lex_state = 2}, - [2198] = {.lex_state = 1, .external_lex_state = 2}, - [2199] = {.lex_state = 0, .external_lex_state = 10}, - [2200] = {.lex_state = 54, .external_lex_state = 2}, - [2201] = {.lex_state = 1, .external_lex_state = 2}, - [2202] = {.lex_state = 0, .external_lex_state = 13}, + [2195] = {.lex_state = 1, .external_lex_state = 2}, + [2196] = {.lex_state = 0, .external_lex_state = 10}, + [2197] = {.lex_state = 0, .external_lex_state = 13}, + [2198] = {.lex_state = 0, .external_lex_state = 10}, + [2199] = {.lex_state = 1, .external_lex_state = 2}, + [2200] = {.lex_state = 1, .external_lex_state = 2}, + [2201] = {.lex_state = 0, .external_lex_state = 10}, + [2202] = {.lex_state = 0, .external_lex_state = 11}, [2203] = {.lex_state = 1, .external_lex_state = 2}, - [2204] = {.lex_state = 0, .external_lex_state = 12}, - [2205] = {.lex_state = 1, .external_lex_state = 2}, + [2204] = {.lex_state = 1, .external_lex_state = 2}, + [2205] = {.lex_state = 0, .external_lex_state = 12}, [2206] = {.lex_state = 1, .external_lex_state = 2}, - [2207] = {.lex_state = 0, .external_lex_state = 2}, - [2208] = {.lex_state = 0, .external_lex_state = 11}, - [2209] = {.lex_state = 0, .external_lex_state = 10}, - [2210] = {.lex_state = 0, .external_lex_state = 10}, - [2211] = {.lex_state = 1, .external_lex_state = 2}, - [2212] = {.lex_state = 0, .external_lex_state = 12}, - [2213] = {.lex_state = 0, .external_lex_state = 10}, - [2214] = {.lex_state = 0, .external_lex_state = 12}, - [2215] = {.lex_state = 0, .external_lex_state = 13}, - [2216] = {.lex_state = 0, .external_lex_state = 13}, - [2217] = {.lex_state = 0, .external_lex_state = 13}, - [2218] = {.lex_state = 30, .external_lex_state = 2}, - [2219] = {.lex_state = 1, .external_lex_state = 2}, - [2220] = {.lex_state = 1, .external_lex_state = 2}, - [2221] = {.lex_state = 0, .external_lex_state = 13}, - [2222] = {.lex_state = 0, .external_lex_state = 13}, + [2207] = {.lex_state = 54, .external_lex_state = 2}, + [2208] = {.lex_state = 0, .external_lex_state = 10}, + [2209] = {.lex_state = 1, .external_lex_state = 2}, + [2210] = {.lex_state = 54, .external_lex_state = 2}, + [2211] = {.lex_state = 0, .external_lex_state = 13}, + [2212] = {.lex_state = 0, .external_lex_state = 13}, + [2213] = {.lex_state = 14, .external_lex_state = 2}, + [2214] = {.lex_state = 1, .external_lex_state = 2}, + [2215] = {.lex_state = 0, .external_lex_state = 2}, + [2216] = {.lex_state = 1, .external_lex_state = 2}, + [2217] = {.lex_state = 0, .external_lex_state = 12}, + [2218] = {.lex_state = 1, .external_lex_state = 2}, + [2219] = {.lex_state = 0, .external_lex_state = 12}, + [2220] = {.lex_state = 0, .external_lex_state = 13}, + [2221] = {.lex_state = 30, .external_lex_state = 2}, + [2222] = {.lex_state = 0, .external_lex_state = 12}, [2223] = {.lex_state = 0, .external_lex_state = 13}, - [2224] = {.lex_state = 0, .external_lex_state = 10}, - [2225] = {.lex_state = 30, .external_lex_state = 2}, - [2226] = {.lex_state = 14, .external_lex_state = 2}, - [2227] = {.lex_state = 30, .external_lex_state = 2}, - [2228] = {.lex_state = 0, .external_lex_state = 10}, - [2229] = {.lex_state = 14, .external_lex_state = 2}, + [2224] = {.lex_state = 1, .external_lex_state = 2}, + [2225] = {.lex_state = 0, .external_lex_state = 12}, + [2226] = {.lex_state = 0, .external_lex_state = 12}, + [2227] = {.lex_state = 0, .external_lex_state = 10}, + [2228] = {.lex_state = 30, .external_lex_state = 11}, + [2229] = {.lex_state = 0, .external_lex_state = 11}, [2230] = {.lex_state = 0, .external_lex_state = 11}, - [2231] = {.lex_state = 1, .external_lex_state = 2}, - [2232] = {.lex_state = 1, .external_lex_state = 2}, - [2233] = {.lex_state = 1, .external_lex_state = 2}, + [2231] = {.lex_state = 0, .external_lex_state = 10}, + [2232] = {.lex_state = 14, .external_lex_state = 2}, + [2233] = {.lex_state = 14, .external_lex_state = 2}, [2234] = {.lex_state = 0, .external_lex_state = 10}, - [2235] = {.lex_state = 0, .external_lex_state = 10}, - [2236] = {.lex_state = 0, .external_lex_state = 11}, - [2237] = {.lex_state = 1, .external_lex_state = 2}, + [2235] = {.lex_state = 30, .external_lex_state = 2}, + [2236] = {.lex_state = 30, .external_lex_state = 2}, + [2237] = {.lex_state = 0, .external_lex_state = 10}, [2238] = {.lex_state = 1, .external_lex_state = 2}, [2239] = {.lex_state = 1, .external_lex_state = 2}, - [2240] = {.lex_state = 0, .external_lex_state = 10}, - [2241] = {.lex_state = 37, .external_lex_state = 2}, - [2242] = {.lex_state = 1, .external_lex_state = 2}, - [2243] = {.lex_state = 0, .external_lex_state = 11}, - [2244] = {.lex_state = 1, .external_lex_state = 2}, - [2245] = {.lex_state = 0, .external_lex_state = 13}, - [2246] = {.lex_state = 0, .external_lex_state = 12}, - [2247] = {.lex_state = 14, .external_lex_state = 2}, - [2248] = {.lex_state = 19, .external_lex_state = 2}, - [2249] = {.lex_state = 1, .external_lex_state = 2}, - [2250] = {.lex_state = 14, .external_lex_state = 2}, + [2240] = {.lex_state = 1, .external_lex_state = 2}, + [2241] = {.lex_state = 1, .external_lex_state = 2}, + [2242] = {.lex_state = 0, .external_lex_state = 10}, + [2243] = {.lex_state = 1, .external_lex_state = 2}, + [2244] = {.lex_state = 0, .external_lex_state = 12}, + [2245] = {.lex_state = 37, .external_lex_state = 2}, + [2246] = {.lex_state = 0, .external_lex_state = 13}, + [2247] = {.lex_state = 0, .external_lex_state = 10}, + [2248] = {.lex_state = 1, .external_lex_state = 2}, + [2249] = {.lex_state = 0, .external_lex_state = 13}, + [2250] = {.lex_state = 0, .external_lex_state = 11}, [2251] = {.lex_state = 0, .external_lex_state = 12}, - [2252] = {.lex_state = 0, .external_lex_state = 12}, - [2253] = {.lex_state = 1, .external_lex_state = 2}, - [2254] = {.lex_state = 0, .external_lex_state = 12}, - [2255] = {.lex_state = 14, .external_lex_state = 2}, - [2256] = {.lex_state = 0, .external_lex_state = 11}, - [2257] = {.lex_state = 14, .external_lex_state = 2}, + [2252] = {.lex_state = 0, .external_lex_state = 10}, + [2253] = {.lex_state = 0, .external_lex_state = 10}, + [2254] = {.lex_state = 30, .external_lex_state = 11}, + [2255] = {.lex_state = 1, .external_lex_state = 2}, + [2256] = {.lex_state = 14, .external_lex_state = 2}, + [2257] = {.lex_state = 1, .external_lex_state = 2}, [2258] = {.lex_state = 14, .external_lex_state = 2}, - [2259] = {.lex_state = 0, .external_lex_state = 11}, - [2260] = {.lex_state = 0, .external_lex_state = 11}, - [2261] = {.lex_state = 0, .external_lex_state = 12}, - [2262] = {.lex_state = 0, .external_lex_state = 13}, - [2263] = {.lex_state = 0, .external_lex_state = 11}, - [2264] = {.lex_state = 0, .external_lex_state = 11}, - [2265] = {.lex_state = 0, .external_lex_state = 2}, - [2266] = {.lex_state = 0, .external_lex_state = 11}, - [2267] = {.lex_state = 0, .external_lex_state = 11}, - [2268] = {.lex_state = 0, .external_lex_state = 2}, + [2259] = {.lex_state = 30, .external_lex_state = 11}, + [2260] = {.lex_state = 0, .external_lex_state = 13}, + [2261] = {.lex_state = 0, .external_lex_state = 13}, + [2262] = {.lex_state = 0, .external_lex_state = 12}, + [2263] = {.lex_state = 0, .external_lex_state = 2}, + [2264] = {.lex_state = 37, .external_lex_state = 2}, + [2265] = {.lex_state = 0, .external_lex_state = 13}, + [2266] = {.lex_state = 0, .external_lex_state = 12}, + [2267] = {.lex_state = 0, .external_lex_state = 13}, + [2268] = {.lex_state = 0, .external_lex_state = 11}, [2269] = {.lex_state = 0, .external_lex_state = 11}, - [2270] = {.lex_state = 0, .external_lex_state = 13}, - [2271] = {.lex_state = 0, .external_lex_state = 12}, + [2270] = {.lex_state = 0, .external_lex_state = 2}, + [2271] = {.lex_state = 0, .external_lex_state = 11}, [2272] = {.lex_state = 0, .external_lex_state = 11}, - [2273] = {.lex_state = 0, .external_lex_state = 11}, - [2274] = {.lex_state = 0, .external_lex_state = 11}, - [2275] = {.lex_state = 14, .external_lex_state = 2}, - [2276] = {.lex_state = 37, .external_lex_state = 2}, - [2277] = {.lex_state = 0, .external_lex_state = 2}, + [2273] = {.lex_state = 0, .external_lex_state = 2}, + [2274] = {.lex_state = 0, .external_lex_state = 2}, + [2275] = {.lex_state = 0, .external_lex_state = 11}, + [2276] = {.lex_state = 0, .external_lex_state = 12}, + [2277] = {.lex_state = 0, .external_lex_state = 13}, [2278] = {.lex_state = 0, .external_lex_state = 11}, [2279] = {.lex_state = 0, .external_lex_state = 11}, - [2280] = {.lex_state = 0, .external_lex_state = 13}, - [2281] = {.lex_state = 0, .external_lex_state = 12}, - [2282] = {.lex_state = 0, .external_lex_state = 12}, + [2280] = {.lex_state = 0, .external_lex_state = 11}, + [2281] = {.lex_state = 14, .external_lex_state = 2}, + [2282] = {.lex_state = 14, .external_lex_state = 2}, [2283] = {.lex_state = 0, .external_lex_state = 11}, - [2284] = {.lex_state = 0, .external_lex_state = 11}, + [2284] = {.lex_state = 37, .external_lex_state = 2}, [2285] = {.lex_state = 0, .external_lex_state = 2}, [2286] = {.lex_state = 0, .external_lex_state = 11}, - [2287] = {.lex_state = 37, .external_lex_state = 2}, - [2288] = {.lex_state = 0, .external_lex_state = 12}, + [2287] = {.lex_state = 0, .external_lex_state = 12}, + [2288] = {.lex_state = 0, .external_lex_state = 13}, [2289] = {.lex_state = 0, .external_lex_state = 13}, - [2290] = {.lex_state = 0, .external_lex_state = 13}, - [2291] = {.lex_state = 37, .external_lex_state = 2}, - [2292] = {.lex_state = 0, .external_lex_state = 13}, - [2293] = {.lex_state = 0, .external_lex_state = 11}, - [2294] = {.lex_state = 0, .external_lex_state = 12}, - [2295] = {.lex_state = 0, .external_lex_state = 12}, - [2296] = {.lex_state = 37, .external_lex_state = 2}, - [2297] = {.lex_state = 0, .external_lex_state = 11}, - [2298] = {.lex_state = 0, .external_lex_state = 12}, + [2290] = {.lex_state = 0, .external_lex_state = 11}, + [2291] = {.lex_state = 0, .external_lex_state = 11}, + [2292] = {.lex_state = 0, .external_lex_state = 2}, + [2293] = {.lex_state = 0, .external_lex_state = 12}, + [2294] = {.lex_state = 0, .external_lex_state = 11}, + [2295] = {.lex_state = 0, .external_lex_state = 13}, + [2296] = {.lex_state = 0, .external_lex_state = 12}, + [2297] = {.lex_state = 37, .external_lex_state = 2}, + [2298] = {.lex_state = 37, .external_lex_state = 2}, [2299] = {.lex_state = 0, .external_lex_state = 12}, - [2300] = {.lex_state = 0, .external_lex_state = 11}, - [2301] = {.lex_state = 14, .external_lex_state = 2}, - [2302] = {.lex_state = 0, .external_lex_state = 13}, + [2300] = {.lex_state = 0, .external_lex_state = 13}, + [2301] = {.lex_state = 0, .external_lex_state = 11}, + [2302] = {.lex_state = 0, .external_lex_state = 12}, [2303] = {.lex_state = 0, .external_lex_state = 13}, - [2304] = {.lex_state = 37, .external_lex_state = 2}, - [2305] = {.lex_state = 14, .external_lex_state = 2}, + [2304] = {.lex_state = 0, .external_lex_state = 11}, + [2305] = {.lex_state = 37, .external_lex_state = 2}, [2306] = {.lex_state = 0, .external_lex_state = 11}, - [2307] = {.lex_state = 0, .external_lex_state = 12}, + [2307] = {.lex_state = 0, .external_lex_state = 11}, [2308] = {.lex_state = 0, .external_lex_state = 12}, - [2309] = {.lex_state = 37, .external_lex_state = 2}, - [2310] = {.lex_state = 37, .external_lex_state = 2}, - [2311] = {.lex_state = 0, .external_lex_state = 2}, - [2312] = {.lex_state = 0, .external_lex_state = 12}, - [2313] = {.lex_state = 0, .external_lex_state = 12}, - [2314] = {.lex_state = 30, .external_lex_state = 2}, - [2315] = {.lex_state = 0, .external_lex_state = 2}, - [2316] = {.lex_state = 0, .external_lex_state = 11}, - [2317] = {.lex_state = 0, .external_lex_state = 13}, - [2318] = {.lex_state = 0, .external_lex_state = 11}, - [2319] = {.lex_state = 0, .external_lex_state = 12}, + [2309] = {.lex_state = 0, .external_lex_state = 13}, + [2310] = {.lex_state = 0, .external_lex_state = 11}, + [2311] = {.lex_state = 14, .external_lex_state = 2}, + [2312] = {.lex_state = 0, .external_lex_state = 2}, + [2313] = {.lex_state = 14, .external_lex_state = 2}, + [2314] = {.lex_state = 14, .external_lex_state = 2}, + [2315] = {.lex_state = 14, .external_lex_state = 2}, + [2316] = {.lex_state = 0, .external_lex_state = 12}, + [2317] = {.lex_state = 37, .external_lex_state = 2}, + [2318] = {.lex_state = 0, .external_lex_state = 13}, + [2319] = {.lex_state = 37, .external_lex_state = 2}, [2320] = {.lex_state = 0, .external_lex_state = 2}, - [2321] = {.lex_state = 0, .external_lex_state = 11}, - [2322] = {.lex_state = 0, .external_lex_state = 11}, - [2323] = {.lex_state = 37, .external_lex_state = 2}, - [2324] = {.lex_state = 14, .external_lex_state = 2}, - [2325] = {.lex_state = 14, .external_lex_state = 2}, - [2326] = {.lex_state = 0, .external_lex_state = 2}, - [2327] = {.lex_state = 37, .external_lex_state = 2}, - [2328] = {.lex_state = 0, .external_lex_state = 2}, + [2321] = {.lex_state = 37, .external_lex_state = 2}, + [2322] = {.lex_state = 0, .external_lex_state = 2}, + [2323] = {.lex_state = 0, .external_lex_state = 13}, + [2324] = {.lex_state = 0, .external_lex_state = 12}, + [2325] = {.lex_state = 0, .external_lex_state = 13}, + [2326] = {.lex_state = 0, .external_lex_state = 13}, + [2327] = {.lex_state = 0, .external_lex_state = 11}, + [2328] = {.lex_state = 0, .external_lex_state = 11}, [2329] = {.lex_state = 0, .external_lex_state = 11}, - [2330] = {.lex_state = 0, .external_lex_state = 13}, - [2331] = {.lex_state = 0, .external_lex_state = 13}, - [2332] = {.lex_state = 0, .external_lex_state = 12}, - [2333] = {.lex_state = 0, .external_lex_state = 13}, - [2334] = {.lex_state = 0, .external_lex_state = 12}, - [2335] = {.lex_state = 0, .external_lex_state = 11}, - [2336] = {.lex_state = 0, .external_lex_state = 11}, - [2337] = {.lex_state = 0, .external_lex_state = 13}, - [2338] = {.lex_state = 0, .external_lex_state = 2}, - [2339] = {.lex_state = 0, .external_lex_state = 11}, - [2340] = {.lex_state = 0, .external_lex_state = 12}, - [2341] = {.lex_state = 37, .external_lex_state = 2}, - [2342] = {.lex_state = 0, .external_lex_state = 13}, - [2343] = {.lex_state = 0, .external_lex_state = 12}, - [2344] = {.lex_state = 14, .external_lex_state = 2}, - [2345] = {.lex_state = 0, .external_lex_state = 12}, - [2346] = {.lex_state = 37, .external_lex_state = 2}, - [2347] = {.lex_state = 0, .external_lex_state = 11}, - [2348] = {.lex_state = 0, .external_lex_state = 11}, - [2349] = {.lex_state = 0, .external_lex_state = 11}, - [2350] = {.lex_state = 0, .external_lex_state = 11}, - [2351] = {.lex_state = 0, .external_lex_state = 11}, + [2330] = {.lex_state = 0, .external_lex_state = 2}, + [2331] = {.lex_state = 14, .external_lex_state = 2}, + [2332] = {.lex_state = 14, .external_lex_state = 2}, + [2333] = {.lex_state = 14, .external_lex_state = 2}, + [2334] = {.lex_state = 37, .external_lex_state = 2}, + [2335] = {.lex_state = 0, .external_lex_state = 2}, + [2336] = {.lex_state = 0, .external_lex_state = 12}, + [2337] = {.lex_state = 0, .external_lex_state = 12}, + [2338] = {.lex_state = 0, .external_lex_state = 12}, + [2339] = {.lex_state = 0, .external_lex_state = 13}, + [2340] = {.lex_state = 14, .external_lex_state = 2}, + [2341] = {.lex_state = 0, .external_lex_state = 13}, + [2342] = {.lex_state = 0, .external_lex_state = 11}, + [2343] = {.lex_state = 0, .external_lex_state = 11}, + [2344] = {.lex_state = 0, .external_lex_state = 11}, + [2345] = {.lex_state = 0, .external_lex_state = 11}, + [2346] = {.lex_state = 0, .external_lex_state = 11}, + [2347] = {.lex_state = 0, .external_lex_state = 13}, + [2348] = {.lex_state = 0, .external_lex_state = 13}, + [2349] = {.lex_state = 0, .external_lex_state = 12}, + [2350] = {.lex_state = 0, .external_lex_state = 2}, + [2351] = {.lex_state = 37, .external_lex_state = 2}, [2352] = {.lex_state = 0, .external_lex_state = 11}, - [2353] = {.lex_state = 0, .external_lex_state = 2}, - [2354] = {.lex_state = 0, .external_lex_state = 12}, - [2355] = {.lex_state = 0, .external_lex_state = 13}, - [2356] = {.lex_state = 0, .external_lex_state = 2}, - [2357] = {.lex_state = 0, .external_lex_state = 12}, - [2358] = {.lex_state = 0, .external_lex_state = 13}, - [2359] = {.lex_state = 0, .external_lex_state = 12}, - [2360] = {.lex_state = 30, .external_lex_state = 2}, - [2361] = {.lex_state = 0, .external_lex_state = 13}, + [2353] = {.lex_state = 14, .external_lex_state = 2}, + [2354] = {.lex_state = 0, .external_lex_state = 11}, + [2355] = {.lex_state = 0, .external_lex_state = 11}, + [2356] = {.lex_state = 0, .external_lex_state = 11}, + [2357] = {.lex_state = 0, .external_lex_state = 2}, + [2358] = {.lex_state = 0, .external_lex_state = 2}, + [2359] = {.lex_state = 0, .external_lex_state = 13}, + [2360] = {.lex_state = 0, .external_lex_state = 13}, + [2361] = {.lex_state = 0, .external_lex_state = 2}, [2362] = {.lex_state = 0, .external_lex_state = 12}, - [2363] = {.lex_state = 0, .external_lex_state = 11}, - [2364] = {.lex_state = 0, .external_lex_state = 2}, - [2365] = {.lex_state = 0, .external_lex_state = 2}, - [2366] = {.lex_state = 14, .external_lex_state = 2}, - [2367] = {.lex_state = 37, .external_lex_state = 2}, - [2368] = {.lex_state = 0, .external_lex_state = 2}, + [2363] = {.lex_state = 37, .external_lex_state = 2}, + [2364] = {.lex_state = 30, .external_lex_state = 2}, + [2365] = {.lex_state = 0, .external_lex_state = 13}, + [2366] = {.lex_state = 30, .external_lex_state = 2}, + [2367] = {.lex_state = 0, .external_lex_state = 12}, + [2368] = {.lex_state = 0, .external_lex_state = 11}, [2369] = {.lex_state = 0, .external_lex_state = 11}, - [2370] = {.lex_state = 0, .external_lex_state = 2}, + [2370] = {.lex_state = 0, .external_lex_state = 11}, [2371] = {.lex_state = 0, .external_lex_state = 2}, - [2372] = {.lex_state = 0, .external_lex_state = 2}, - [2373] = {.lex_state = 0, .external_lex_state = 11}, - [2374] = {.lex_state = 14, .external_lex_state = 2}, - [2375] = {.lex_state = 0, .external_lex_state = 12}, - [2376] = {.lex_state = 37, .external_lex_state = 2}, - [2377] = {.lex_state = 0, .external_lex_state = 12}, + [2372] = {.lex_state = 0, .external_lex_state = 13}, + [2373] = {.lex_state = 14, .external_lex_state = 2}, + [2374] = {.lex_state = 37, .external_lex_state = 2}, + [2375] = {.lex_state = 0, .external_lex_state = 2}, + [2376] = {.lex_state = 0, .external_lex_state = 11}, + [2377] = {.lex_state = 0, .external_lex_state = 2}, [2378] = {.lex_state = 0, .external_lex_state = 2}, - [2379] = {.lex_state = 14, .external_lex_state = 2}, - [2380] = {.lex_state = 0, .external_lex_state = 11}, - [2381] = {.lex_state = 14, .external_lex_state = 2}, - [2382] = {.lex_state = 37, .external_lex_state = 2}, - [2383] = {.lex_state = 0, .external_lex_state = 12}, - [2384] = {.lex_state = 0, .external_lex_state = 11}, - [2385] = {.lex_state = 0, .external_lex_state = 11}, - [2386] = {.lex_state = 0, .external_lex_state = 2}, + [2379] = {.lex_state = 0, .external_lex_state = 2}, + [2380] = {.lex_state = 14, .external_lex_state = 2}, + [2381] = {.lex_state = 0, .external_lex_state = 11}, + [2382] = {.lex_state = 0, .external_lex_state = 11}, + [2383] = {.lex_state = 0, .external_lex_state = 13}, + [2384] = {.lex_state = 0, .external_lex_state = 13}, + [2385] = {.lex_state = 0, .external_lex_state = 2}, + [2386] = {.lex_state = 14, .external_lex_state = 2}, [2387] = {.lex_state = 14, .external_lex_state = 2}, - [2388] = {.lex_state = 37, .external_lex_state = 2}, - [2389] = {.lex_state = 0, .external_lex_state = 2}, - [2390] = {.lex_state = 0, .external_lex_state = 11}, - [2391] = {.lex_state = 0, .external_lex_state = 2}, - [2392] = {.lex_state = 0, .external_lex_state = 13}, - [2393] = {.lex_state = 0, .external_lex_state = 12}, - [2394] = {.lex_state = 0, .external_lex_state = 12}, - [2395] = {.lex_state = 0, .external_lex_state = 13}, - [2396] = {.lex_state = 30, .external_lex_state = 2}, - [2397] = {.lex_state = 0, .external_lex_state = 13}, - [2398] = {.lex_state = 37, .external_lex_state = 2}, + [2388] = {.lex_state = 0, .external_lex_state = 12}, + [2389] = {.lex_state = 0, .external_lex_state = 13}, + [2390] = {.lex_state = 30, .external_lex_state = 2}, + [2391] = {.lex_state = 0, .external_lex_state = 11}, + [2392] = {.lex_state = 0, .external_lex_state = 11}, + [2393] = {.lex_state = 0, .external_lex_state = 2}, + [2394] = {.lex_state = 14, .external_lex_state = 2}, + [2395] = {.lex_state = 37, .external_lex_state = 2}, + [2396] = {.lex_state = 0, .external_lex_state = 2}, + [2397] = {.lex_state = 0, .external_lex_state = 11}, + [2398] = {.lex_state = 0, .external_lex_state = 11}, [2399] = {.lex_state = 0, .external_lex_state = 13}, [2400] = {.lex_state = 0, .external_lex_state = 2}, - [2401] = {.lex_state = 0, .external_lex_state = 2}, + [2401] = {.lex_state = 0, .external_lex_state = 11}, [2402] = {.lex_state = 0, .external_lex_state = 11}, - [2403] = {.lex_state = 0, .external_lex_state = 2}, - [2404] = {.lex_state = 0, .external_lex_state = 12}, - [2405] = {.lex_state = 0, .external_lex_state = 2}, - [2406] = {.lex_state = 14, .external_lex_state = 2}, - [2407] = {.lex_state = 0, .external_lex_state = 11}, + [2403] = {.lex_state = 0, .external_lex_state = 12}, + [2404] = {.lex_state = 37, .external_lex_state = 2}, + [2405] = {.lex_state = 0, .external_lex_state = 13}, + [2406] = {.lex_state = 0, .external_lex_state = 11}, + [2407] = {.lex_state = 0, .external_lex_state = 12}, [2408] = {.lex_state = 0, .external_lex_state = 2}, - [2409] = {.lex_state = 30, .external_lex_state = 2}, - [2410] = {.lex_state = 0, .external_lex_state = 12}, - [2411] = {.lex_state = 0, .external_lex_state = 2}, - [2412] = {.lex_state = 0, .external_lex_state = 12}, - [2413] = {.lex_state = 0, .external_lex_state = 11}, - [2414] = {.lex_state = 0, .external_lex_state = 11}, - [2415] = {.lex_state = 37, .external_lex_state = 2}, - [2416] = {.lex_state = 0, .external_lex_state = 11}, - [2417] = {.lex_state = 14, .external_lex_state = 2}, - [2418] = {.lex_state = 410, .external_lex_state = 2}, - [2419] = {.lex_state = 410, .external_lex_state = 2}, + [2409] = {.lex_state = 0, .external_lex_state = 11}, + [2410] = {.lex_state = 37, .external_lex_state = 2}, + [2411] = {.lex_state = 0, .external_lex_state = 13}, + [2412] = {.lex_state = 0, .external_lex_state = 2}, + [2413] = {.lex_state = 14, .external_lex_state = 2}, + [2414] = {.lex_state = 0, .external_lex_state = 13}, + [2415] = {.lex_state = 0, .external_lex_state = 2}, + [2416] = {.lex_state = 37, .external_lex_state = 2}, + [2417] = {.lex_state = 0, .external_lex_state = 12}, + [2418] = {.lex_state = 0, .external_lex_state = 13}, + [2419] = {.lex_state = 0, .external_lex_state = 11}, [2420] = {.lex_state = 0, .external_lex_state = 2}, - [2421] = {.lex_state = 37, .external_lex_state = 2}, - [2422] = {.lex_state = 0, .external_lex_state = 11}, - [2423] = {.lex_state = 0, .external_lex_state = 2}, + [2421] = {.lex_state = 0, .external_lex_state = 13}, + [2422] = {.lex_state = 0, .external_lex_state = 2}, + [2423] = {.lex_state = 0, .external_lex_state = 12}, [2424] = {.lex_state = 410, .external_lex_state = 2}, - [2425] = {.lex_state = 0, .external_lex_state = 2}, - [2426] = {.lex_state = 14, .external_lex_state = 2}, - [2427] = {.lex_state = 14, .external_lex_state = 2}, - [2428] = {.lex_state = 0, .external_lex_state = 13}, - [2429] = {.lex_state = 0, .external_lex_state = 12}, - [2430] = {.lex_state = 0, .external_lex_state = 12}, + [2425] = {.lex_state = 410, .external_lex_state = 2}, + [2426] = {.lex_state = 0, .external_lex_state = 2}, + [2427] = {.lex_state = 0, .external_lex_state = 11}, + [2428] = {.lex_state = 14, .external_lex_state = 2}, + [2429] = {.lex_state = 0, .external_lex_state = 2}, + [2430] = {.lex_state = 14, .external_lex_state = 2}, [2431] = {.lex_state = 0, .external_lex_state = 11}, - [2432] = {.lex_state = 0, .external_lex_state = 11}, - [2433] = {.lex_state = 0, .external_lex_state = 11}, - [2434] = {.lex_state = 0, .external_lex_state = 2}, - [2435] = {.lex_state = 0, .external_lex_state = 2}, - [2436] = {.lex_state = 30, .external_lex_state = 2}, - [2437] = {.lex_state = 410, .external_lex_state = 2}, - [2438] = {.lex_state = 0, .external_lex_state = 12}, + [2432] = {.lex_state = 14, .external_lex_state = 2}, + [2433] = {.lex_state = 14, .external_lex_state = 2}, + [2434] = {.lex_state = 37, .external_lex_state = 2}, + [2435] = {.lex_state = 0, .external_lex_state = 11}, + [2436] = {.lex_state = 0, .external_lex_state = 12}, + [2437] = {.lex_state = 37, .external_lex_state = 2}, + [2438] = {.lex_state = 410, .external_lex_state = 2}, [2439] = {.lex_state = 0, .external_lex_state = 13}, - [2440] = {.lex_state = 0, .external_lex_state = 12}, - [2441] = {.lex_state = 0, .external_lex_state = 11}, + [2440] = {.lex_state = 0, .external_lex_state = 13}, + [2441] = {.lex_state = 0, .external_lex_state = 2}, [2442] = {.lex_state = 0, .external_lex_state = 2}, - [2443] = {.lex_state = 37, .external_lex_state = 2}, - [2444] = {.lex_state = 0, .external_lex_state = 2}, - [2445] = {.lex_state = 0, .external_lex_state = 2}, - [2446] = {.lex_state = 37, .external_lex_state = 2}, - [2447] = {.lex_state = 37, .external_lex_state = 2}, - [2448] = {.lex_state = 14, .external_lex_state = 2}, - [2449] = {.lex_state = 30, .external_lex_state = 2}, - [2450] = {.lex_state = 37, .external_lex_state = 2}, + [2443] = {.lex_state = 0, .external_lex_state = 11}, + [2444] = {.lex_state = 0, .external_lex_state = 11}, + [2445] = {.lex_state = 0, .external_lex_state = 11}, + [2446] = {.lex_state = 410, .external_lex_state = 2}, + [2447] = {.lex_state = 0, .external_lex_state = 2}, + [2448] = {.lex_state = 0, .external_lex_state = 13}, + [2449] = {.lex_state = 0, .external_lex_state = 12}, + [2450] = {.lex_state = 0, .external_lex_state = 2}, [2451] = {.lex_state = 0, .external_lex_state = 11}, - [2452] = {.lex_state = 0, .external_lex_state = 13}, + [2452] = {.lex_state = 0, .external_lex_state = 2}, [2453] = {.lex_state = 14, .external_lex_state = 2}, - [2454] = {.lex_state = 37, .external_lex_state = 2}, - [2455] = {.lex_state = 30, .external_lex_state = 2}, + [2454] = {.lex_state = 0, .external_lex_state = 11}, + [2455] = {.lex_state = 0, .external_lex_state = 2}, [2456] = {.lex_state = 0, .external_lex_state = 2}, - [2457] = {.lex_state = 14, .external_lex_state = 2}, - [2458] = {.lex_state = 0, .external_lex_state = 2}, - [2459] = {.lex_state = 37, .external_lex_state = 2}, - [2460] = {.lex_state = 0, .external_lex_state = 11}, - [2461] = {.lex_state = 0, .external_lex_state = 11}, + [2457] = {.lex_state = 37, .external_lex_state = 2}, + [2458] = {.lex_state = 37, .external_lex_state = 2}, + [2459] = {.lex_state = 0, .external_lex_state = 13}, + [2460] = {.lex_state = 14, .external_lex_state = 2}, + [2461] = {.lex_state = 0, .external_lex_state = 2}, [2462] = {.lex_state = 0, .external_lex_state = 11}, - [2463] = {.lex_state = 0, .external_lex_state = 11}, - [2464] = {.lex_state = 14, .external_lex_state = 2}, - [2465] = {.lex_state = 0, .external_lex_state = 2}, + [2463] = {.lex_state = 37, .external_lex_state = 2}, + [2464] = {.lex_state = 0, .external_lex_state = 11}, + [2465] = {.lex_state = 37, .external_lex_state = 2}, [2466] = {.lex_state = 37, .external_lex_state = 2}, [2467] = {.lex_state = 37, .external_lex_state = 2}, - [2468] = {.lex_state = 0, .external_lex_state = 12}, - [2469] = {.lex_state = 37, .external_lex_state = 2}, - [2470] = {.lex_state = 0, .external_lex_state = 11}, - [2471] = {.lex_state = 0, .external_lex_state = 13}, + [2468] = {.lex_state = 0, .external_lex_state = 13}, + [2469] = {.lex_state = 0, .external_lex_state = 2}, + [2470] = {.lex_state = 37, .external_lex_state = 2}, + [2471] = {.lex_state = 0, .external_lex_state = 12}, [2472] = {.lex_state = 0, .external_lex_state = 11}, - [2473] = {.lex_state = 14, .external_lex_state = 2}, - [2474] = {.lex_state = 14, .external_lex_state = 2}, - [2475] = {.lex_state = 30, .external_lex_state = 2}, - [2476] = {.lex_state = 0, .external_lex_state = 11}, - [2477] = {.lex_state = 30, .external_lex_state = 2}, - [2478] = {.lex_state = 30, .external_lex_state = 2}, - [2479] = {.lex_state = 14, .external_lex_state = 2}, - [2480] = {.lex_state = 0, .external_lex_state = 2}, - [2481] = {.lex_state = 14, .external_lex_state = 2}, - [2482] = {.lex_state = 0, .external_lex_state = 2}, - [2483] = {.lex_state = 0, .external_lex_state = 2}, - [2484] = {.lex_state = 0, .external_lex_state = 12}, - [2485] = {.lex_state = 57, .external_lex_state = 2}, - [2486] = {.lex_state = 57, .external_lex_state = 2}, + [2473] = {.lex_state = 37, .external_lex_state = 2}, + [2474] = {.lex_state = 0, .external_lex_state = 2}, + [2475] = {.lex_state = 0, .external_lex_state = 12}, + [2476] = {.lex_state = 14, .external_lex_state = 2}, + [2477] = {.lex_state = 0, .external_lex_state = 11}, + [2478] = {.lex_state = 14, .external_lex_state = 2}, + [2479] = {.lex_state = 30, .external_lex_state = 2}, + [2480] = {.lex_state = 0, .external_lex_state = 11}, + [2481] = {.lex_state = 30, .external_lex_state = 2}, + [2482] = {.lex_state = 30, .external_lex_state = 2}, + [2483] = {.lex_state = 37, .external_lex_state = 2}, + [2484] = {.lex_state = 0, .external_lex_state = 13}, + [2485] = {.lex_state = 14, .external_lex_state = 2}, + [2486] = {.lex_state = 0, .external_lex_state = 2}, [2487] = {.lex_state = 0, .external_lex_state = 2}, - [2488] = {.lex_state = 0, .external_lex_state = 12}, - [2489] = {.lex_state = 0, .external_lex_state = 12}, - [2490] = {.lex_state = 0, .external_lex_state = 2}, - [2491] = {.lex_state = 0, .external_lex_state = 2}, + [2488] = {.lex_state = 0, .external_lex_state = 13}, + [2489] = {.lex_state = 57, .external_lex_state = 2}, + [2490] = {.lex_state = 57, .external_lex_state = 2}, + [2491] = {.lex_state = 0, .external_lex_state = 11}, + [2492] = {.lex_state = 0, .external_lex_state = 13}, + [2493] = {.lex_state = 0, .external_lex_state = 13}, + [2494] = {.lex_state = 0, .external_lex_state = 2}, + [2495] = {.lex_state = 0, .external_lex_state = 2}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -20761,22 +20770,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_end] = ACTIONS(1), }, [1] = { - [sym_recipe] = STATE(2465), - [sym_variable_assignment] = STATE(2170), - [sym_unset_statement] = STATE(2170), - [sym_inherit_directive] = STATE(2170), - [sym_include_directive] = STATE(2170), - [sym_require_directive] = STATE(2170), - [sym_export_statement] = STATE(2170), - [sym_overrides_statement] = STATE(2170), - [sym_export_functions_statement] = STATE(2170), - [sym_addtask_statement] = STATE(2170), - [sym_deltask_statement] = STATE(2170), - [sym_addhandler_statement] = STATE(2170), - [sym_anonymous_python_function] = STATE(2170), - [sym_function_definition] = STATE(2170), - [sym_python_function_definition] = STATE(2170), - [aux_sym_recipe_repeat1] = STATE(1391), + [sym_recipe] = STATE(2469), + [sym_variable_assignment] = STATE(2174), + [sym_unset_statement] = STATE(2174), + [sym_inherit_directive] = STATE(2174), + [sym_include_directive] = STATE(2174), + [sym_require_directive] = STATE(2174), + [sym_export_statement] = STATE(2174), + [sym_overrides_statement] = STATE(2174), + [sym_export_functions_statement] = STATE(2174), + [sym_addtask_statement] = STATE(2174), + [sym_deltask_statement] = STATE(2174), + [sym_addhandler_statement] = STATE(2174), + [sym_anonymous_python_function] = STATE(2174), + [sym_function_definition] = STATE(2174), + [sym_python_function_definition] = STATE(2174), + [aux_sym_recipe_repeat1] = STATE(1392), [ts_builtin_sym_end] = ACTIONS(5), [anon_sym_unset] = ACTIONS(7), [anon_sym_inherit] = ACTIONS(9), @@ -20794,66 +20803,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_def] = ACTIONS(31), }, [2] = { - [sym_function_definition] = STATE(23), - [sym__statement] = STATE(23), - [sym__simple_statements] = STATE(23), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(23), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_try_statement] = STATE(23), - [sym_with_statement] = STATE(23), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(2414), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(27), + [sym__statement] = STATE(27), + [sym__simple_statements] = STATE(27), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(27), + [sym_for_statement] = STATE(27), + [sym_while_statement] = STATE(27), + [sym_try_statement] = STATE(27), + [sym_with_statement] = STATE(27), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(675), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(23), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(27), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -20899,66 +20908,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [3] = { - [sym_function_definition] = STATE(26), - [sym__statement] = STATE(26), - [sym__simple_statements] = STATE(26), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(26), - [sym_for_statement] = STATE(26), - [sym_while_statement] = STATE(26), - [sym_try_statement] = STATE(26), - [sym_with_statement] = STATE(26), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(631), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(27), + [sym__statement] = STATE(27), + [sym__simple_statements] = STATE(27), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(27), + [sym_for_statement] = STATE(27), + [sym_while_statement] = STATE(27), + [sym_try_statement] = STATE(27), + [sym_with_statement] = STATE(27), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(662), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(26), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(27), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -21000,174 +21009,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(107), + [sym__dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(105), }, [4] = { - [sym_function_definition] = STATE(24), - [sym__statement] = STATE(24), - [sym__simple_statements] = STATE(24), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(24), - [sym_for_statement] = STATE(24), - [sym_while_statement] = STATE(24), - [sym_try_statement] = STATE(24), - [sym_with_statement] = STATE(24), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(590), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), - [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(24), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LPAREN] = ACTIONS(35), - [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(39), - [sym_comment] = ACTIONS(3), - [anon_sym_import] = ACTIONS(41), - [anon_sym_from] = ACTIONS(43), - [anon_sym_STAR] = ACTIONS(45), - [anon_sym_print] = ACTIONS(47), - [anon_sym_assert] = ACTIONS(49), - [anon_sym_return] = ACTIONS(51), - [anon_sym_del] = ACTIONS(53), - [anon_sym_raise] = ACTIONS(55), - [anon_sym_pass] = ACTIONS(57), - [anon_sym_break] = ACTIONS(59), - [anon_sym_continue] = ACTIONS(61), - [anon_sym_global] = ACTIONS(63), - [anon_sym_nonlocal] = ACTIONS(65), - [anon_sym_exec] = ACTIONS(67), - [anon_sym_if] = ACTIONS(69), - [anon_sym_async] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_try] = ACTIONS(77), - [anon_sym_with] = ACTIONS(79), - [anon_sym_not] = ACTIONS(81), - [anon_sym_PLUS] = ACTIONS(83), - [anon_sym_DASH] = ACTIONS(85), - [anon_sym_TILDE] = ACTIONS(83), - [anon_sym_lambda] = ACTIONS(87), - [anon_sym_yield] = ACTIONS(89), - [sym_ellipsis] = ACTIONS(91), - [anon_sym_await] = ACTIONS(93), - [anon_sym_match] = ACTIONS(95), - [anon_sym_type] = ACTIONS(97), - [sym_integer] = ACTIONS(99), - [sym_float] = ACTIONS(99), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_none] = ACTIONS(99), - [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(109), - [sym_string_start] = ACTIONS(105), - }, - [5] = { [sym_function_definition] = STATE(29), [sym__statement] = STATE(29), [sym__simple_statements] = STATE(29), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), [sym_if_statement] = STATE(29), [sym_for_statement] = STATE(29), [sym_while_statement] = STATE(29), [sym_try_statement] = STATE(29), [sym_with_statement] = STATE(29), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(620), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(2257), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [aux_sym_block_repeat1] = STATE(29), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), @@ -21210,70 +21114,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(111), + [sym__dedent] = ACTIONS(107), [sym_string_start] = ACTIONS(105), }, - [6] = { - [sym_function_definition] = STATE(23), - [sym__statement] = STATE(23), - [sym__simple_statements] = STATE(23), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(23), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_try_statement] = STATE(23), - [sym_with_statement] = STATE(23), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(2416), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [5] = { + [sym_function_definition] = STATE(26), + [sym__statement] = STATE(26), + [sym__simple_statements] = STATE(26), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(26), + [sym_for_statement] = STATE(26), + [sym_while_statement] = STATE(26), + [sym_try_statement] = STATE(26), + [sym_with_statement] = STATE(26), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(2304), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(23), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(26), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -21315,70 +21219,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(103), + [sym__dedent] = ACTIONS(109), [sym_string_start] = ACTIONS(105), }, - [7] = { - [sym_function_definition] = STATE(28), - [sym__statement] = STATE(28), - [sym__simple_statements] = STATE(28), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(28), - [sym_for_statement] = STATE(28), - [sym_while_statement] = STATE(28), - [sym_try_statement] = STATE(28), - [sym_with_statement] = STATE(28), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(604), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [6] = { + [sym_function_definition] = STATE(29), + [sym__statement] = STATE(29), + [sym__simple_statements] = STATE(29), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(29), + [sym_for_statement] = STATE(29), + [sym_while_statement] = STATE(29), + [sym_try_statement] = STATE(29), + [sym_with_statement] = STATE(29), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(2216), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(28), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(29), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -21420,70 +21324,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(113), + [sym__dedent] = ACTIONS(107), [sym_string_start] = ACTIONS(105), }, - [8] = { - [sym_function_definition] = STATE(32), - [sym__statement] = STATE(32), - [sym__simple_statements] = STATE(32), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(32), - [sym_for_statement] = STATE(32), - [sym_while_statement] = STATE(32), - [sym_try_statement] = STATE(32), - [sym_with_statement] = STATE(32), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(598), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [7] = { + [sym_function_definition] = STATE(25), + [sym__statement] = STATE(25), + [sym__simple_statements] = STATE(25), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(25), + [sym_for_statement] = STATE(25), + [sym_while_statement] = STATE(25), + [sym_try_statement] = STATE(25), + [sym_with_statement] = STATE(25), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(1685), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(32), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(25), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -21525,70 +21429,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(115), + [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(105), }, - [9] = { - [sym_function_definition] = STATE(32), - [sym__statement] = STATE(32), - [sym__simple_statements] = STATE(32), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(32), - [sym_for_statement] = STATE(32), - [sym_while_statement] = STATE(32), - [sym_try_statement] = STATE(32), - [sym_with_statement] = STATE(32), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(589), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [8] = { + [sym_function_definition] = STATE(27), + [sym__statement] = STATE(27), + [sym__simple_statements] = STATE(27), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(27), + [sym_for_statement] = STATE(27), + [sym_while_statement] = STATE(27), + [sym_try_statement] = STATE(27), + [sym_with_statement] = STATE(27), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(659), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(32), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(27), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -21630,70 +21534,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(115), + [sym__dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(105), }, - [10] = { - [sym_function_definition] = STATE(29), - [sym__statement] = STATE(29), - [sym__simple_statements] = STATE(29), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(29), - [sym_for_statement] = STATE(29), - [sym_while_statement] = STATE(29), - [sym_try_statement] = STATE(29), - [sym_with_statement] = STATE(29), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(564), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [9] = { + [sym_function_definition] = STATE(27), + [sym__statement] = STATE(27), + [sym__simple_statements] = STATE(27), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(27), + [sym_for_statement] = STATE(27), + [sym_while_statement] = STATE(27), + [sym_try_statement] = STATE(27), + [sym_with_statement] = STATE(27), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(671), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(29), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(27), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -21735,70 +21639,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(111), + [sym__dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(105), }, - [11] = { - [sym_function_definition] = STATE(32), - [sym__statement] = STATE(32), - [sym__simple_statements] = STATE(32), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(32), - [sym_for_statement] = STATE(32), - [sym_while_statement] = STATE(32), - [sym_try_statement] = STATE(32), - [sym_with_statement] = STATE(32), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(579), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [10] = { + [sym_function_definition] = STATE(30), + [sym__statement] = STATE(30), + [sym__simple_statements] = STATE(30), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(30), + [sym_for_statement] = STATE(30), + [sym_while_statement] = STATE(30), + [sym_try_statement] = STATE(30), + [sym_with_statement] = STATE(30), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(592), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(32), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(30), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -21840,70 +21744,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(115), + [sym__dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(105), }, - [12] = { - [sym_function_definition] = STATE(24), - [sym__statement] = STATE(24), - [sym__simple_statements] = STATE(24), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(24), - [sym_for_statement] = STATE(24), - [sym_while_statement] = STATE(24), - [sym_try_statement] = STATE(24), - [sym_with_statement] = STATE(24), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(602), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [11] = { + [sym_function_definition] = STATE(23), + [sym__statement] = STATE(23), + [sym__simple_statements] = STATE(23), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_try_statement] = STATE(23), + [sym_with_statement] = STATE(23), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(619), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(24), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(23), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -21945,70 +21849,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(109), + [sym__dedent] = ACTIONS(115), [sym_string_start] = ACTIONS(105), }, - [13] = { - [sym_function_definition] = STATE(25), - [sym__statement] = STATE(25), - [sym__simple_statements] = STATE(25), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(25), - [sym_for_statement] = STATE(25), - [sym_while_statement] = STATE(25), - [sym_try_statement] = STATE(25), - [sym_with_statement] = STATE(25), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(663), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [12] = { + [sym_function_definition] = STATE(32), + [sym__statement] = STATE(32), + [sym__simple_statements] = STATE(32), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(32), + [sym_for_statement] = STATE(32), + [sym_while_statement] = STATE(32), + [sym_try_statement] = STATE(32), + [sym_with_statement] = STATE(32), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(590), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(25), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(32), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -22053,67 +21957,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(117), [sym_string_start] = ACTIONS(105), }, - [14] = { - [sym_function_definition] = STATE(28), - [sym__statement] = STATE(28), - [sym__simple_statements] = STATE(28), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(28), - [sym_for_statement] = STATE(28), - [sym_while_statement] = STATE(28), - [sym_try_statement] = STATE(28), - [sym_with_statement] = STATE(28), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(624), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [13] = { + [sym_function_definition] = STATE(26), + [sym__statement] = STATE(26), + [sym__simple_statements] = STATE(26), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(26), + [sym_for_statement] = STATE(26), + [sym_while_statement] = STATE(26), + [sym_try_statement] = STATE(26), + [sym_with_statement] = STATE(26), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(2427), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(28), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(26), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -22155,69 +22059,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(113), + [sym__dedent] = ACTIONS(109), [sym_string_start] = ACTIONS(105), }, - [15] = { + [14] = { [sym_function_definition] = STATE(23), [sym__statement] = STATE(23), [sym__simple_statements] = STATE(23), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), [sym_if_statement] = STATE(23), [sym_for_statement] = STATE(23), [sym_while_statement] = STATE(23), [sym_try_statement] = STATE(23), [sym_with_statement] = STATE(23), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(2293), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(618), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [aux_sym_block_repeat1] = STATE(23), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), @@ -22260,70 +22164,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(103), + [sym__dedent] = ACTIONS(115), + [sym_string_start] = ACTIONS(105), + }, + [15] = { + [sym_function_definition] = STATE(26), + [sym__statement] = STATE(26), + [sym__simple_statements] = STATE(26), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(26), + [sym_for_statement] = STATE(26), + [sym_while_statement] = STATE(26), + [sym_try_statement] = STATE(26), + [sym_with_statement] = STATE(26), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(2435), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), + [sym_python_string] = STATE(825), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(26), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LPAREN] = ACTIONS(35), + [anon_sym_LBRACE] = ACTIONS(37), + [sym_identifier] = ACTIONS(39), + [sym_comment] = ACTIONS(3), + [anon_sym_import] = ACTIONS(41), + [anon_sym_from] = ACTIONS(43), + [anon_sym_STAR] = ACTIONS(45), + [anon_sym_print] = ACTIONS(47), + [anon_sym_assert] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_del] = ACTIONS(53), + [anon_sym_raise] = ACTIONS(55), + [anon_sym_pass] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(61), + [anon_sym_global] = ACTIONS(63), + [anon_sym_nonlocal] = ACTIONS(65), + [anon_sym_exec] = ACTIONS(67), + [anon_sym_if] = ACTIONS(69), + [anon_sym_async] = ACTIONS(71), + [anon_sym_for] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_try] = ACTIONS(77), + [anon_sym_with] = ACTIONS(79), + [anon_sym_not] = ACTIONS(81), + [anon_sym_PLUS] = ACTIONS(83), + [anon_sym_DASH] = ACTIONS(85), + [anon_sym_TILDE] = ACTIONS(83), + [anon_sym_lambda] = ACTIONS(87), + [anon_sym_yield] = ACTIONS(89), + [sym_ellipsis] = ACTIONS(91), + [anon_sym_await] = ACTIONS(93), + [anon_sym_match] = ACTIONS(95), + [anon_sym_type] = ACTIONS(97), + [sym_integer] = ACTIONS(99), + [sym_float] = ACTIONS(99), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_none] = ACTIONS(99), + [sym_python_identifier] = ACTIONS(101), + [sym__dedent] = ACTIONS(109), [sym_string_start] = ACTIONS(105), }, [16] = { - [sym_function_definition] = STATE(31), - [sym__statement] = STATE(31), - [sym__simple_statements] = STATE(31), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(31), - [sym_for_statement] = STATE(31), - [sym_while_statement] = STATE(31), - [sym_try_statement] = STATE(31), - [sym_with_statement] = STATE(31), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(2220), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(32), + [sym__statement] = STATE(32), + [sym__simple_statements] = STATE(32), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(32), + [sym_for_statement] = STATE(32), + [sym_while_statement] = STATE(32), + [sym_try_statement] = STATE(32), + [sym_with_statement] = STATE(32), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(570), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(31), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(32), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -22365,70 +22374,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(119), + [sym__dedent] = ACTIONS(117), [sym_string_start] = ACTIONS(105), }, [17] = { - [sym_function_definition] = STATE(30), - [sym__statement] = STATE(30), - [sym__simple_statements] = STATE(30), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(30), - [sym_for_statement] = STATE(30), - [sym_while_statement] = STATE(30), - [sym_try_statement] = STATE(30), - [sym_with_statement] = STATE(30), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(1683), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(24), + [sym__statement] = STATE(24), + [sym__simple_statements] = STATE(24), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(24), + [sym_for_statement] = STATE(24), + [sym_while_statement] = STATE(24), + [sym_try_statement] = STATE(24), + [sym_with_statement] = STATE(24), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(629), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(30), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(24), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -22470,70 +22479,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(121), + [sym__dedent] = ACTIONS(119), [sym_string_start] = ACTIONS(105), }, [18] = { - [sym_function_definition] = STATE(28), - [sym__statement] = STATE(28), - [sym__simple_statements] = STATE(28), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(28), - [sym_for_statement] = STATE(28), - [sym_while_statement] = STATE(28), - [sym_try_statement] = STATE(28), - [sym_with_statement] = STATE(28), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(623), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(23), + [sym__statement] = STATE(23), + [sym__simple_statements] = STATE(23), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_try_statement] = STATE(23), + [sym_with_statement] = STATE(23), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(616), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(28), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(23), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -22575,70 +22584,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(113), + [sym__dedent] = ACTIONS(115), [sym_string_start] = ACTIONS(105), }, [19] = { - [sym_function_definition] = STATE(25), - [sym__statement] = STATE(25), - [sym__simple_statements] = STATE(25), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(25), - [sym_for_statement] = STATE(25), - [sym_while_statement] = STATE(25), - [sym_try_statement] = STATE(25), - [sym_with_statement] = STATE(25), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(673), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(30), + [sym__statement] = STATE(30), + [sym__simple_statements] = STATE(30), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(30), + [sym_for_statement] = STATE(30), + [sym_while_statement] = STATE(30), + [sym_try_statement] = STATE(30), + [sym_with_statement] = STATE(30), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(601), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(25), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(30), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -22680,70 +22689,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(117), + [sym__dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(105), }, [20] = { - [sym_function_definition] = STATE(25), - [sym__statement] = STATE(25), - [sym__simple_statements] = STATE(25), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(25), - [sym_for_statement] = STATE(25), - [sym_while_statement] = STATE(25), - [sym_try_statement] = STATE(25), - [sym_with_statement] = STATE(25), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(670), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(32), + [sym__statement] = STATE(32), + [sym__simple_statements] = STATE(32), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(32), + [sym_for_statement] = STATE(32), + [sym_while_statement] = STATE(32), + [sym_try_statement] = STATE(32), + [sym_with_statement] = STATE(32), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(569), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(25), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(32), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -22789,66 +22798,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [21] = { - [sym_function_definition] = STATE(31), - [sym__statement] = STATE(31), - [sym__simple_statements] = STATE(31), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(31), - [sym_for_statement] = STATE(31), - [sym_while_statement] = STATE(31), - [sym_try_statement] = STATE(31), - [sym_with_statement] = STATE(31), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(2249), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(28), + [sym__statement] = STATE(28), + [sym__simple_statements] = STATE(28), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(28), + [sym_for_statement] = STATE(28), + [sym_while_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_with_statement] = STATE(28), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(565), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(31), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(28), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -22890,70 +22899,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(119), + [sym__dedent] = ACTIONS(121), [sym_string_start] = ACTIONS(105), }, [22] = { - [sym_function_definition] = STATE(25), - [sym__statement] = STATE(25), - [sym__simple_statements] = STATE(25), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(25), - [sym_for_statement] = STATE(25), - [sym_while_statement] = STATE(25), - [sym_try_statement] = STATE(25), - [sym_with_statement] = STATE(25), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_block] = STATE(676), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(28), + [sym__statement] = STATE(28), + [sym__simple_statements] = STATE(28), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(28), + [sym_for_statement] = STATE(28), + [sym_while_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_with_statement] = STATE(28), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_block] = STATE(604), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(25), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(28), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -22995,69 +23004,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(117), + [sym__dedent] = ACTIONS(121), [sym_string_start] = ACTIONS(105), }, [23] = { - [sym_function_definition] = STATE(27), - [sym__statement] = STATE(27), - [sym__simple_statements] = STATE(27), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_with_statement] = STATE(27), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(31), + [sym__statement] = STATE(31), + [sym__simple_statements] = STATE(31), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(31), + [sym_for_statement] = STATE(31), + [sym_while_statement] = STATE(31), + [sym_try_statement] = STATE(31), + [sym_with_statement] = STATE(31), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(27), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(31), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -23103,65 +23112,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [24] = { - [sym_function_definition] = STATE(27), - [sym__statement] = STATE(27), - [sym__simple_statements] = STATE(27), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_with_statement] = STATE(27), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(31), + [sym__statement] = STATE(31), + [sym__simple_statements] = STATE(31), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(31), + [sym_for_statement] = STATE(31), + [sym_while_statement] = STATE(31), + [sym_try_statement] = STATE(31), + [sym_with_statement] = STATE(31), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(27), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(31), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -23207,65 +23216,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [25] = { - [sym_function_definition] = STATE(27), - [sym__statement] = STATE(27), - [sym__simple_statements] = STATE(27), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_with_statement] = STATE(27), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(31), + [sym__statement] = STATE(31), + [sym__simple_statements] = STATE(31), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(31), + [sym_for_statement] = STATE(31), + [sym_while_statement] = STATE(31), + [sym_try_statement] = STATE(31), + [sym_with_statement] = STATE(31), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(27), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(31), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -23311,65 +23320,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [26] = { - [sym_function_definition] = STATE(27), - [sym__statement] = STATE(27), - [sym__simple_statements] = STATE(27), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_with_statement] = STATE(27), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(31), + [sym__statement] = STATE(31), + [sym__simple_statements] = STATE(31), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(31), + [sym_for_statement] = STATE(31), + [sym_while_statement] = STATE(31), + [sym_try_statement] = STATE(31), + [sym_with_statement] = STATE(31), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(27), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(31), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -23415,169 +23424,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [27] = { - [sym_function_definition] = STATE(27), - [sym__statement] = STATE(27), - [sym__simple_statements] = STATE(27), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_with_statement] = STATE(27), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), - [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(27), - [anon_sym_LBRACK] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(134), - [anon_sym_LBRACE] = ACTIONS(137), - [sym_identifier] = ACTIONS(140), - [sym_comment] = ACTIONS(3), - [anon_sym_import] = ACTIONS(143), - [anon_sym_from] = ACTIONS(146), - [anon_sym_STAR] = ACTIONS(149), - [anon_sym_print] = ACTIONS(152), - [anon_sym_assert] = ACTIONS(155), - [anon_sym_return] = ACTIONS(158), - [anon_sym_del] = ACTIONS(161), - [anon_sym_raise] = ACTIONS(164), - [anon_sym_pass] = ACTIONS(167), - [anon_sym_break] = ACTIONS(170), - [anon_sym_continue] = ACTIONS(173), - [anon_sym_global] = ACTIONS(176), - [anon_sym_nonlocal] = ACTIONS(179), - [anon_sym_exec] = ACTIONS(182), - [anon_sym_if] = ACTIONS(185), - [anon_sym_async] = ACTIONS(188), - [anon_sym_for] = ACTIONS(191), - [anon_sym_while] = ACTIONS(194), - [anon_sym_try] = ACTIONS(197), - [anon_sym_with] = ACTIONS(200), - [anon_sym_not] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(206), - [anon_sym_DASH] = ACTIONS(209), - [anon_sym_TILDE] = ACTIONS(206), - [anon_sym_lambda] = ACTIONS(212), - [anon_sym_yield] = ACTIONS(215), - [sym_ellipsis] = ACTIONS(218), - [anon_sym_await] = ACTIONS(221), - [anon_sym_match] = ACTIONS(224), - [anon_sym_type] = ACTIONS(227), - [sym_integer] = ACTIONS(230), - [sym_float] = ACTIONS(230), - [sym_true] = ACTIONS(230), - [sym_false] = ACTIONS(230), - [sym_none] = ACTIONS(230), - [sym_python_identifier] = ACTIONS(233), - [sym__dedent] = ACTIONS(236), - [sym_string_start] = ACTIONS(238), - }, - [28] = { - [sym_function_definition] = STATE(27), - [sym__statement] = STATE(27), - [sym__simple_statements] = STATE(27), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_with_statement] = STATE(27), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(31), + [sym__statement] = STATE(31), + [sym__simple_statements] = STATE(31), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(31), + [sym_for_statement] = STATE(31), + [sym_while_statement] = STATE(31), + [sym_try_statement] = STATE(31), + [sym_with_statement] = STATE(31), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(27), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(31), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -23619,69 +23524,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(241), + [sym__dedent] = ACTIONS(131), [sym_string_start] = ACTIONS(105), }, - [29] = { - [sym_function_definition] = STATE(27), - [sym__statement] = STATE(27), - [sym__simple_statements] = STATE(27), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_with_statement] = STATE(27), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [28] = { + [sym_function_definition] = STATE(31), + [sym__statement] = STATE(31), + [sym__simple_statements] = STATE(31), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(31), + [sym_for_statement] = STATE(31), + [sym_while_statement] = STATE(31), + [sym_try_statement] = STATE(31), + [sym_with_statement] = STATE(31), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(27), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(31), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -23723,69 +23628,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(243), + [sym__dedent] = ACTIONS(133), [sym_string_start] = ACTIONS(105), }, - [30] = { - [sym_function_definition] = STATE(27), - [sym__statement] = STATE(27), - [sym__simple_statements] = STATE(27), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_with_statement] = STATE(27), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [29] = { + [sym_function_definition] = STATE(31), + [sym__statement] = STATE(31), + [sym__simple_statements] = STATE(31), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(31), + [sym_for_statement] = STATE(31), + [sym_while_statement] = STATE(31), + [sym_try_statement] = STATE(31), + [sym_with_statement] = STATE(31), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(27), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(31), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -23827,69 +23732,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(245), + [sym__dedent] = ACTIONS(135), [sym_string_start] = ACTIONS(105), }, - [31] = { - [sym_function_definition] = STATE(27), - [sym__statement] = STATE(27), - [sym__simple_statements] = STATE(27), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_with_statement] = STATE(27), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [30] = { + [sym_function_definition] = STATE(31), + [sym__statement] = STATE(31), + [sym__simple_statements] = STATE(31), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(31), + [sym_for_statement] = STATE(31), + [sym_while_statement] = STATE(31), + [sym_try_statement] = STATE(31), + [sym_with_statement] = STATE(31), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(27), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(31), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -23931,69 +23836,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(101), - [sym__dedent] = ACTIONS(247), + [sym__dedent] = ACTIONS(137), [sym_string_start] = ACTIONS(105), }, + [31] = { + [sym_function_definition] = STATE(31), + [sym__statement] = STATE(31), + [sym__simple_statements] = STATE(31), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(31), + [sym_for_statement] = STATE(31), + [sym_while_statement] = STATE(31), + [sym_try_statement] = STATE(31), + [sym_with_statement] = STATE(31), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), + [sym_python_string] = STATE(825), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(31), + [anon_sym_LBRACK] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(142), + [anon_sym_LBRACE] = ACTIONS(145), + [sym_identifier] = ACTIONS(148), + [sym_comment] = ACTIONS(3), + [anon_sym_import] = ACTIONS(151), + [anon_sym_from] = ACTIONS(154), + [anon_sym_STAR] = ACTIONS(157), + [anon_sym_print] = ACTIONS(160), + [anon_sym_assert] = ACTIONS(163), + [anon_sym_return] = ACTIONS(166), + [anon_sym_del] = ACTIONS(169), + [anon_sym_raise] = ACTIONS(172), + [anon_sym_pass] = ACTIONS(175), + [anon_sym_break] = ACTIONS(178), + [anon_sym_continue] = ACTIONS(181), + [anon_sym_global] = ACTIONS(184), + [anon_sym_nonlocal] = ACTIONS(187), + [anon_sym_exec] = ACTIONS(190), + [anon_sym_if] = ACTIONS(193), + [anon_sym_async] = ACTIONS(196), + [anon_sym_for] = ACTIONS(199), + [anon_sym_while] = ACTIONS(202), + [anon_sym_try] = ACTIONS(205), + [anon_sym_with] = ACTIONS(208), + [anon_sym_not] = ACTIONS(211), + [anon_sym_PLUS] = ACTIONS(214), + [anon_sym_DASH] = ACTIONS(217), + [anon_sym_TILDE] = ACTIONS(214), + [anon_sym_lambda] = ACTIONS(220), + [anon_sym_yield] = ACTIONS(223), + [sym_ellipsis] = ACTIONS(226), + [anon_sym_await] = ACTIONS(229), + [anon_sym_match] = ACTIONS(232), + [anon_sym_type] = ACTIONS(235), + [sym_integer] = ACTIONS(238), + [sym_float] = ACTIONS(238), + [sym_true] = ACTIONS(238), + [sym_false] = ACTIONS(238), + [sym_none] = ACTIONS(238), + [sym_python_identifier] = ACTIONS(241), + [sym__dedent] = ACTIONS(244), + [sym_string_start] = ACTIONS(246), + }, [32] = { - [sym_function_definition] = STATE(27), - [sym__statement] = STATE(27), - [sym__simple_statements] = STATE(27), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_if_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_with_statement] = STATE(27), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_function_definition] = STATE(31), + [sym__statement] = STATE(31), + [sym__simple_statements] = STATE(31), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_if_statement] = STATE(31), + [sym_for_statement] = STATE(31), + [sym_while_statement] = STATE(31), + [sym_try_statement] = STATE(31), + [sym_with_statement] = STATE(31), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [aux_sym_block_repeat1] = STATE(27), + [sym_await] = STATE(896), + [aux_sym_block_repeat1] = STATE(31), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), @@ -24039,78 +24048,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [33] = { - [sym_chevron] = STATE(1911), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_attribute] = STATE(897), - [sym_subscript] = STATE(897), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), + [sym_chevron] = STATE(1907), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_attribute] = STATE(896), + [sym_subscript] = STATE(896), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), [sym_list_splat_pattern] = STATE(899), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1675), - [sym_primary_expression] = STATE(828), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1663), + [sym_primary_expression] = STATE(826), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_EQ] = ACTIONS(251), [anon_sym_COLON_EQ] = ACTIONS(253), [anon_sym_PLUS_EQ] = ACTIONS(255), [anon_sym_LBRACK] = ACTIONS(257), - [anon_sym_COLON] = ACTIONS(260), - [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_COLON] = ACTIONS(251), + [anon_sym_LPAREN] = ACTIONS(260), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(268), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(272), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(275), - [anon_sym_print] = ACTIONS(278), - [anon_sym_GT_GT] = ACTIONS(280), - [anon_sym_exec] = ACTIONS(278), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(278), - [anon_sym_not] = ACTIONS(282), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(285), - [anon_sym_DASH] = ACTIONS(285), - [anon_sym_AT] = ACTIONS(270), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(270), - [anon_sym_SLASH_SLASH] = ACTIONS(270), - [anon_sym_STAR_STAR] = ACTIONS(270), - [anon_sym_PIPE] = ACTIONS(270), - [anon_sym_AMP] = ACTIONS(270), - [anon_sym_CARET] = ACTIONS(270), - [anon_sym_LT_LT] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(265), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(269), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(272), + [anon_sym_print] = ACTIONS(275), + [anon_sym_GT_GT] = ACTIONS(277), + [anon_sym_exec] = ACTIONS(275), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(275), + [anon_sym_not] = ACTIONS(279), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(282), + [anon_sym_DASH] = ACTIONS(282), + [anon_sym_AT] = ACTIONS(267), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(267), + [anon_sym_SLASH_SLASH] = ACTIONS(267), + [anon_sym_STAR_STAR] = ACTIONS(267), + [anon_sym_PIPE] = ACTIONS(267), + [anon_sym_AMP] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(267), [anon_sym_TILDE] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), [anon_sym_lambda] = ACTIONS(87), [anon_sym_DASH_EQ] = ACTIONS(255), [anon_sym_STAR_EQ] = ACTIONS(255), @@ -24125,85 +24134,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_EQ] = ACTIONS(255), [anon_sym_PIPE_EQ] = ACTIONS(255), [sym_ellipsis] = ACTIONS(91), - [anon_sym_await] = ACTIONS(288), - [anon_sym_match] = ACTIONS(278), - [anon_sym_type] = ACTIONS(290), + [anon_sym_await] = ACTIONS(285), + [anon_sym_match] = ACTIONS(275), + [anon_sym_type] = ACTIONS(287), [sym_integer] = ACTIONS(99), [sym_float] = ACTIONS(99), [sym_true] = ACTIONS(99), [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), - [sym_python_identifier] = ACTIONS(292), - [sym__newline] = ACTIONS(268), + [sym_python_identifier] = ACTIONS(289), + [sym__newline] = ACTIONS(265), [sym_string_start] = ACTIONS(105), }, [34] = { - [sym__simple_statements] = STATE(2206), - [sym_import_statement] = STATE(1988), - [sym_future_import_statement] = STATE(1988), - [sym_import_from_statement] = STATE(1988), - [sym_print_statement] = STATE(1988), - [sym_assert_statement] = STATE(1988), - [sym_expression_statement] = STATE(1988), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(1988), - [sym_delete_statement] = STATE(1988), - [sym_raise_statement] = STATE(1988), - [sym_pass_statement] = STATE(1988), - [sym_break_statement] = STATE(1988), - [sym_continue_statement] = STATE(1988), - [sym_global_statement] = STATE(1988), - [sym_nonlocal_statement] = STATE(1988), - [sym_exec_statement] = STATE(1988), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(547), - [sym_subscript] = STATE(547), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(559), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1534), - [sym_primary_expression] = STATE(883), - [sym_type] = STATE(1845), - [sym_splat_type] = STATE(1833), - [sym_generic_type] = STATE(1833), - [sym_union_type] = STATE(1833), - [sym_constrained_type] = STATE(1833), - [sym_member_type] = STATE(1833), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(2214), + [sym_import_statement] = STATE(1992), + [sym_future_import_statement] = STATE(1992), + [sym_import_from_statement] = STATE(1992), + [sym_print_statement] = STATE(1992), + [sym_assert_statement] = STATE(1992), + [sym_expression_statement] = STATE(1992), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(1992), + [sym_delete_statement] = STATE(1992), + [sym_raise_statement] = STATE(1992), + [sym_pass_statement] = STATE(1992), + [sym_break_statement] = STATE(1992), + [sym_continue_statement] = STATE(1992), + [sym_global_statement] = STATE(1992), + [sym_nonlocal_statement] = STATE(1992), + [sym_exec_statement] = STATE(1992), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(542), + [sym_subscript] = STATE(542), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(551), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1527), + [sym_primary_expression] = STATE(886), + [sym_type] = STATE(1897), + [sym_splat_type] = STATE(1826), + [sym_generic_type] = STATE(1826), + [sym_union_type] = STATE(1826), + [sym_constrained_type] = STATE(1826), + [sym_member_type] = STATE(1826), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [anon_sym_LBRACK] = ACTIONS(294), - [anon_sym_LPAREN] = ACTIONS(296), + [sym_await] = STATE(896), + [anon_sym_LBRACK] = ACTIONS(291), + [anon_sym_LPAREN] = ACTIONS(293), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), - [anon_sym_STAR] = ACTIONS(298), - [anon_sym_print] = ACTIONS(300), + [anon_sym_STAR] = ACTIONS(295), + [anon_sym_print] = ACTIONS(297), [anon_sym_assert] = ACTIONS(49), [anon_sym_return] = ACTIONS(51), [anon_sym_del] = ACTIONS(53), @@ -24213,102 +24222,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(61), [anon_sym_global] = ACTIONS(63), [anon_sym_nonlocal] = ACTIONS(65), - [anon_sym_exec] = ACTIONS(302), - [anon_sym_async] = ACTIONS(304), + [anon_sym_exec] = ACTIONS(299), + [anon_sym_async] = ACTIONS(301), [anon_sym_not] = ACTIONS(81), [anon_sym_PLUS] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(85), - [anon_sym_STAR_STAR] = ACTIONS(306), + [anon_sym_STAR_STAR] = ACTIONS(303), [anon_sym_TILDE] = ACTIONS(83), [anon_sym_lambda] = ACTIONS(87), [anon_sym_yield] = ACTIONS(89), [sym_ellipsis] = ACTIONS(91), - [anon_sym_await] = ACTIONS(308), - [anon_sym_match] = ACTIONS(304), - [anon_sym_type] = ACTIONS(310), + [anon_sym_await] = ACTIONS(305), + [anon_sym_match] = ACTIONS(301), + [anon_sym_type] = ACTIONS(307), [sym_integer] = ACTIONS(99), [sym_float] = ACTIONS(99), [sym_true] = ACTIONS(99), [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), - [sym_python_identifier] = ACTIONS(312), - [sym__newline] = ACTIONS(314), - [sym__indent] = ACTIONS(316), + [sym_python_identifier] = ACTIONS(309), + [sym__newline] = ACTIONS(311), + [sym__indent] = ACTIONS(313), [sym_string_start] = ACTIONS(105), }, [35] = { - [sym_chevron] = STATE(1911), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_attribute] = STATE(897), - [sym_subscript] = STATE(897), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), + [sym_chevron] = STATE(1907), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_attribute] = STATE(896), + [sym_subscript] = STATE(896), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), [sym_list_splat_pattern] = STATE(899), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1675), - [sym_primary_expression] = STATE(828), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1663), + [sym_primary_expression] = STATE(826), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_EQ] = ACTIONS(251), [anon_sym_COLON_EQ] = ACTIONS(253), [anon_sym_PLUS_EQ] = ACTIONS(255), [anon_sym_LBRACK] = ACTIONS(257), - [anon_sym_COLON] = ACTIONS(251), - [anon_sym_LPAREN] = ACTIONS(263), + [anon_sym_COLON] = ACTIONS(315), + [anon_sym_LPAREN] = ACTIONS(260), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(268), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(272), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(275), - [anon_sym_print] = ACTIONS(278), - [anon_sym_GT_GT] = ACTIONS(280), - [anon_sym_exec] = ACTIONS(278), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(278), - [anon_sym_not] = ACTIONS(282), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(285), - [anon_sym_DASH] = ACTIONS(285), - [anon_sym_AT] = ACTIONS(270), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(270), - [anon_sym_SLASH_SLASH] = ACTIONS(270), - [anon_sym_STAR_STAR] = ACTIONS(270), - [anon_sym_PIPE] = ACTIONS(270), - [anon_sym_AMP] = ACTIONS(270), - [anon_sym_CARET] = ACTIONS(270), - [anon_sym_LT_LT] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(265), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(269), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(272), + [anon_sym_print] = ACTIONS(275), + [anon_sym_GT_GT] = ACTIONS(277), + [anon_sym_exec] = ACTIONS(275), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(275), + [anon_sym_not] = ACTIONS(279), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(282), + [anon_sym_DASH] = ACTIONS(282), + [anon_sym_AT] = ACTIONS(267), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(267), + [anon_sym_SLASH_SLASH] = ACTIONS(267), + [anon_sym_STAR_STAR] = ACTIONS(267), + [anon_sym_PIPE] = ACTIONS(267), + [anon_sym_AMP] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(267), [anon_sym_TILDE] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), [anon_sym_lambda] = ACTIONS(87), [anon_sym_DASH_EQ] = ACTIONS(255), [anon_sym_STAR_EQ] = ACTIONS(255), @@ -24323,74 +24332,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_EQ] = ACTIONS(255), [anon_sym_PIPE_EQ] = ACTIONS(255), [sym_ellipsis] = ACTIONS(91), - [anon_sym_await] = ACTIONS(288), - [anon_sym_match] = ACTIONS(278), - [anon_sym_type] = ACTIONS(290), + [anon_sym_await] = ACTIONS(285), + [anon_sym_match] = ACTIONS(275), + [anon_sym_type] = ACTIONS(287), [sym_integer] = ACTIONS(99), [sym_float] = ACTIONS(99), [sym_true] = ACTIONS(99), [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), - [sym_python_identifier] = ACTIONS(292), - [sym__newline] = ACTIONS(268), + [sym_python_identifier] = ACTIONS(289), + [sym__newline] = ACTIONS(265), [sym_string_start] = ACTIONS(105), }, [36] = { - [sym__simple_statements] = STATE(2407), - [sym_import_statement] = STATE(1969), - [sym_future_import_statement] = STATE(1969), - [sym_import_from_statement] = STATE(1969), - [sym_print_statement] = STATE(1969), - [sym_assert_statement] = STATE(1969), - [sym_expression_statement] = STATE(1969), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(1969), - [sym_delete_statement] = STATE(1969), - [sym_raise_statement] = STATE(1969), - [sym_pass_statement] = STATE(1969), - [sym_break_statement] = STATE(1969), - [sym_continue_statement] = STATE(1969), - [sym_global_statement] = STATE(1969), - [sym_nonlocal_statement] = STATE(1969), - [sym_exec_statement] = STATE(1969), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(620), + [sym_import_statement] = STATE(2103), + [sym_future_import_statement] = STATE(2103), + [sym_import_from_statement] = STATE(2103), + [sym_print_statement] = STATE(2103), + [sym_assert_statement] = STATE(2103), + [sym_expression_statement] = STATE(2103), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2103), + [sym_delete_statement] = STATE(2103), + [sym_raise_statement] = STATE(2103), + [sym_pass_statement] = STATE(2103), + [sym_break_statement] = STATE(2103), + [sym_continue_statement] = STATE(2103), + [sym_global_statement] = STATE(2103), + [sym_nonlocal_statement] = STATE(2103), + [sym_exec_statement] = STATE(2103), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -24428,61 +24437,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [37] = { - [sym__simple_statements] = STATE(618), - [sym_import_statement] = STATE(2099), - [sym_future_import_statement] = STATE(2099), - [sym_import_from_statement] = STATE(2099), - [sym_print_statement] = STATE(2099), - [sym_assert_statement] = STATE(2099), - [sym_expression_statement] = STATE(2099), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2099), - [sym_delete_statement] = STATE(2099), - [sym_raise_statement] = STATE(2099), - [sym_pass_statement] = STATE(2099), - [sym_break_statement] = STATE(2099), - [sym_continue_statement] = STATE(2099), - [sym_global_statement] = STATE(2099), - [sym_nonlocal_statement] = STATE(2099), - [sym_exec_statement] = STATE(2099), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(657), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -24520,61 +24529,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [38] = { - [sym__simple_statements] = STATE(2384), - [sym_import_statement] = STATE(1969), - [sym_future_import_statement] = STATE(1969), - [sym_import_from_statement] = STATE(1969), - [sym_print_statement] = STATE(1969), - [sym_assert_statement] = STATE(1969), - [sym_expression_statement] = STATE(1969), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(1969), - [sym_delete_statement] = STATE(1969), - [sym_raise_statement] = STATE(1969), - [sym_pass_statement] = STATE(1969), - [sym_break_statement] = STATE(1969), - [sym_continue_statement] = STATE(1969), - [sym_global_statement] = STATE(1969), - [sym_nonlocal_statement] = STATE(1969), - [sym_exec_statement] = STATE(1969), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(586), + [sym_import_statement] = STATE(2065), + [sym_future_import_statement] = STATE(2065), + [sym_import_from_statement] = STATE(2065), + [sym_print_statement] = STATE(2065), + [sym_assert_statement] = STATE(2065), + [sym_expression_statement] = STATE(2065), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2065), + [sym_delete_statement] = STATE(2065), + [sym_raise_statement] = STATE(2065), + [sym_pass_statement] = STATE(2065), + [sym_break_statement] = STATE(2065), + [sym_continue_statement] = STATE(2065), + [sym_global_statement] = STATE(2065), + [sym_nonlocal_statement] = STATE(2065), + [sym_exec_statement] = STATE(2065), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -24612,61 +24621,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [39] = { - [sym__simple_statements] = STATE(1673), - [sym_import_statement] = STATE(2117), - [sym_future_import_statement] = STATE(2117), - [sym_import_from_statement] = STATE(2117), - [sym_print_statement] = STATE(2117), - [sym_assert_statement] = STATE(2117), - [sym_expression_statement] = STATE(2117), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2117), - [sym_delete_statement] = STATE(2117), - [sym_raise_statement] = STATE(2117), - [sym_pass_statement] = STATE(2117), - [sym_break_statement] = STATE(2117), - [sym_continue_statement] = STATE(2117), - [sym_global_statement] = STATE(2117), - [sym_nonlocal_statement] = STATE(2117), - [sym_exec_statement] = STATE(2117), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(615), + [sym_import_statement] = STATE(2103), + [sym_future_import_statement] = STATE(2103), + [sym_import_from_statement] = STATE(2103), + [sym_print_statement] = STATE(2103), + [sym_assert_statement] = STATE(2103), + [sym_expression_statement] = STATE(2103), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2103), + [sym_delete_statement] = STATE(2103), + [sym_raise_statement] = STATE(2103), + [sym_pass_statement] = STATE(2103), + [sym_break_statement] = STATE(2103), + [sym_continue_statement] = STATE(2103), + [sym_global_statement] = STATE(2103), + [sym_nonlocal_statement] = STATE(2103), + [sym_exec_statement] = STATE(2103), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -24704,61 +24713,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [40] = { - [sym__simple_statements] = STATE(2179), - [sym_import_statement] = STATE(1988), - [sym_future_import_statement] = STATE(1988), - [sym_import_from_statement] = STATE(1988), - [sym_print_statement] = STATE(1988), - [sym_assert_statement] = STATE(1988), - [sym_expression_statement] = STATE(1988), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(1988), - [sym_delete_statement] = STATE(1988), - [sym_raise_statement] = STATE(1988), - [sym_pass_statement] = STATE(1988), - [sym_break_statement] = STATE(1988), - [sym_continue_statement] = STATE(1988), - [sym_global_statement] = STATE(1988), - [sym_nonlocal_statement] = STATE(1988), - [sym_exec_statement] = STATE(1988), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(669), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -24796,61 +24805,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [41] = { - [sym__simple_statements] = STATE(614), - [sym_import_statement] = STATE(2099), - [sym_future_import_statement] = STATE(2099), - [sym_import_from_statement] = STATE(2099), - [sym_print_statement] = STATE(2099), - [sym_assert_statement] = STATE(2099), - [sym_expression_statement] = STATE(2099), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2099), - [sym_delete_statement] = STATE(2099), - [sym_raise_statement] = STATE(2099), - [sym_pass_statement] = STATE(2099), - [sym_break_statement] = STATE(2099), - [sym_continue_statement] = STATE(2099), - [sym_global_statement] = STATE(2099), - [sym_nonlocal_statement] = STATE(2099), - [sym_exec_statement] = STATE(2099), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(678), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -24888,15 +24897,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [42] = { - [sym__simple_statements] = STATE(560), + [sym__simple_statements] = STATE(564), [sym_import_statement] = STATE(2134), [sym_future_import_statement] = STATE(2134), [sym_import_from_statement] = STATE(2134), [sym_print_statement] = STATE(2134), [sym_assert_statement] = STATE(2134), [sym_expression_statement] = STATE(2134), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), [sym_return_statement] = STATE(2134), [sym_delete_statement] = STATE(2134), [sym_raise_statement] = STATE(2134), @@ -24906,43 +24915,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_global_statement] = STATE(2134), [sym_nonlocal_statement] = STATE(2134), [sym_exec_statement] = STATE(2134), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -24980,61 +24989,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [43] = { - [sym__simple_statements] = STATE(633), - [sym_import_statement] = STATE(1995), - [sym_future_import_statement] = STATE(1995), - [sym_import_from_statement] = STATE(1995), - [sym_print_statement] = STATE(1995), - [sym_assert_statement] = STATE(1995), - [sym_expression_statement] = STATE(1995), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(1995), - [sym_delete_statement] = STATE(1995), - [sym_raise_statement] = STATE(1995), - [sym_pass_statement] = STATE(1995), - [sym_break_statement] = STATE(1995), - [sym_continue_statement] = STATE(1995), - [sym_global_statement] = STATE(1995), - [sym_nonlocal_statement] = STATE(1995), - [sym_exec_statement] = STATE(1995), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(595), + [sym_import_statement] = STATE(2065), + [sym_future_import_statement] = STATE(2065), + [sym_import_from_statement] = STATE(2065), + [sym_print_statement] = STATE(2065), + [sym_assert_statement] = STATE(2065), + [sym_expression_statement] = STATE(2065), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2065), + [sym_delete_statement] = STATE(2065), + [sym_raise_statement] = STATE(2065), + [sym_pass_statement] = STATE(2065), + [sym_break_statement] = STATE(2065), + [sym_continue_statement] = STATE(2065), + [sym_global_statement] = STATE(2065), + [sym_nonlocal_statement] = STATE(2065), + [sym_exec_statement] = STATE(2065), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -25072,61 +25081,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [44] = { - [sym__simple_statements] = STATE(2267), - [sym_import_statement] = STATE(1969), - [sym_future_import_statement] = STATE(1969), - [sym_import_from_statement] = STATE(1969), - [sym_print_statement] = STATE(1969), - [sym_assert_statement] = STATE(1969), - [sym_expression_statement] = STATE(1969), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(1969), - [sym_delete_statement] = STATE(1969), - [sym_raise_statement] = STATE(1969), - [sym_pass_statement] = STATE(1969), - [sym_break_statement] = STATE(1969), - [sym_continue_statement] = STATE(1969), - [sym_global_statement] = STATE(1969), - [sym_nonlocal_statement] = STATE(1969), - [sym_exec_statement] = STATE(1969), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(610), + [sym_import_statement] = STATE(2103), + [sym_future_import_statement] = STATE(2103), + [sym_import_from_statement] = STATE(2103), + [sym_print_statement] = STATE(2103), + [sym_assert_statement] = STATE(2103), + [sym_expression_statement] = STATE(2103), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2103), + [sym_delete_statement] = STATE(2103), + [sym_raise_statement] = STATE(2103), + [sym_pass_statement] = STATE(2103), + [sym_break_statement] = STATE(2103), + [sym_continue_statement] = STATE(2103), + [sym_global_statement] = STATE(2103), + [sym_nonlocal_statement] = STATE(2103), + [sym_exec_statement] = STATE(2103), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -25164,61 +25173,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [45] = { - [sym__simple_statements] = STATE(574), - [sym_import_statement] = STATE(2057), - [sym_future_import_statement] = STATE(2057), - [sym_import_from_statement] = STATE(2057), - [sym_print_statement] = STATE(2057), - [sym_assert_statement] = STATE(2057), - [sym_expression_statement] = STATE(2057), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2057), - [sym_delete_statement] = STATE(2057), - [sym_raise_statement] = STATE(2057), - [sym_pass_statement] = STATE(2057), - [sym_break_statement] = STATE(2057), - [sym_continue_statement] = STATE(2057), - [sym_global_statement] = STATE(2057), - [sym_nonlocal_statement] = STATE(2057), - [sym_exec_statement] = STATE(2057), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(1683), + [sym_import_statement] = STATE(2124), + [sym_future_import_statement] = STATE(2124), + [sym_import_from_statement] = STATE(2124), + [sym_print_statement] = STATE(2124), + [sym_assert_statement] = STATE(2124), + [sym_expression_statement] = STATE(2124), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2124), + [sym_delete_statement] = STATE(2124), + [sym_raise_statement] = STATE(2124), + [sym_pass_statement] = STATE(2124), + [sym_break_statement] = STATE(2124), + [sym_continue_statement] = STATE(2124), + [sym_global_statement] = STATE(2124), + [sym_nonlocal_statement] = STATE(2124), + [sym_exec_statement] = STATE(2124), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -25256,61 +25265,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [46] = { - [sym__simple_statements] = STATE(652), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(581), + [sym_import_statement] = STATE(2022), + [sym_future_import_statement] = STATE(2022), + [sym_import_from_statement] = STATE(2022), + [sym_print_statement] = STATE(2022), + [sym_assert_statement] = STATE(2022), + [sym_expression_statement] = STATE(2022), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2022), + [sym_delete_statement] = STATE(2022), + [sym_raise_statement] = STATE(2022), + [sym_pass_statement] = STATE(2022), + [sym_break_statement] = STATE(2022), + [sym_continue_statement] = STATE(2022), + [sym_global_statement] = STATE(2022), + [sym_nonlocal_statement] = STATE(2022), + [sym_exec_statement] = STATE(2022), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -25348,61 +25357,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [47] = { - [sym__simple_statements] = STATE(677), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(665), + [sym_import_statement] = STATE(2045), + [sym_future_import_statement] = STATE(2045), + [sym_import_from_statement] = STATE(2045), + [sym_print_statement] = STATE(2045), + [sym_assert_statement] = STATE(2045), + [sym_expression_statement] = STATE(2045), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2045), + [sym_delete_statement] = STATE(2045), + [sym_raise_statement] = STATE(2045), + [sym_pass_statement] = STATE(2045), + [sym_break_statement] = STATE(2045), + [sym_continue_statement] = STATE(2045), + [sym_global_statement] = STATE(2045), + [sym_nonlocal_statement] = STATE(2045), + [sym_exec_statement] = STATE(2045), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -25440,61 +25449,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [48] = { - [sym__simple_statements] = STATE(609), - [sym_import_statement] = STATE(2099), - [sym_future_import_statement] = STATE(2099), - [sym_import_from_statement] = STATE(2099), - [sym_print_statement] = STATE(2099), - [sym_assert_statement] = STATE(2099), - [sym_expression_statement] = STATE(2099), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2099), - [sym_delete_statement] = STATE(2099), - [sym_raise_statement] = STATE(2099), - [sym_pass_statement] = STATE(2099), - [sym_break_statement] = STATE(2099), - [sym_continue_statement] = STATE(2099), - [sym_global_statement] = STATE(2099), - [sym_nonlocal_statement] = STATE(2099), - [sym_exec_statement] = STATE(2099), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(617), + [sym_import_statement] = STATE(2134), + [sym_future_import_statement] = STATE(2134), + [sym_import_from_statement] = STATE(2134), + [sym_print_statement] = STATE(2134), + [sym_assert_statement] = STATE(2134), + [sym_expression_statement] = STATE(2134), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2134), + [sym_delete_statement] = STATE(2134), + [sym_raise_statement] = STATE(2134), + [sym_pass_statement] = STATE(2134), + [sym_break_statement] = STATE(2134), + [sym_continue_statement] = STATE(2134), + [sym_global_statement] = STATE(2134), + [sym_nonlocal_statement] = STATE(2134), + [sym_exec_statement] = STATE(2134), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -25532,61 +25541,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [49] = { - [sym__simple_statements] = STATE(592), - [sym_import_statement] = STATE(2057), - [sym_future_import_statement] = STATE(2057), - [sym_import_from_statement] = STATE(2057), - [sym_print_statement] = STATE(2057), - [sym_assert_statement] = STATE(2057), - [sym_expression_statement] = STATE(2057), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2057), - [sym_delete_statement] = STATE(2057), - [sym_raise_statement] = STATE(2057), - [sym_pass_statement] = STATE(2057), - [sym_break_statement] = STATE(2057), - [sym_continue_statement] = STATE(2057), - [sym_global_statement] = STATE(2057), - [sym_nonlocal_statement] = STATE(2057), - [sym_exec_statement] = STATE(2057), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(2181), + [sym_import_statement] = STATE(1992), + [sym_future_import_statement] = STATE(1992), + [sym_import_from_statement] = STATE(1992), + [sym_print_statement] = STATE(1992), + [sym_assert_statement] = STATE(1992), + [sym_expression_statement] = STATE(1992), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(1992), + [sym_delete_statement] = STATE(1992), + [sym_raise_statement] = STATE(1992), + [sym_pass_statement] = STATE(1992), + [sym_break_statement] = STATE(1992), + [sym_continue_statement] = STATE(1992), + [sym_global_statement] = STATE(1992), + [sym_nonlocal_statement] = STATE(1992), + [sym_exec_statement] = STATE(1992), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -25624,61 +25633,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [50] = { - [sym__simple_statements] = STATE(667), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(2419), + [sym_import_statement] = STATE(1972), + [sym_future_import_statement] = STATE(1972), + [sym_import_from_statement] = STATE(1972), + [sym_print_statement] = STATE(1972), + [sym_assert_statement] = STATE(1972), + [sym_expression_statement] = STATE(1972), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(1972), + [sym_delete_statement] = STATE(1972), + [sym_raise_statement] = STATE(1972), + [sym_pass_statement] = STATE(1972), + [sym_break_statement] = STATE(1972), + [sym_continue_statement] = STATE(1972), + [sym_global_statement] = STATE(1972), + [sym_nonlocal_statement] = STATE(1972), + [sym_exec_statement] = STATE(1972), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -25716,61 +25725,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [51] = { - [sym__simple_statements] = STATE(661), - [sym_import_statement] = STATE(2039), - [sym_future_import_statement] = STATE(2039), - [sym_import_from_statement] = STATE(2039), - [sym_print_statement] = STATE(2039), - [sym_assert_statement] = STATE(2039), - [sym_expression_statement] = STATE(2039), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2039), - [sym_delete_statement] = STATE(2039), - [sym_raise_statement] = STATE(2039), - [sym_pass_statement] = STATE(2039), - [sym_break_statement] = STATE(2039), - [sym_continue_statement] = STATE(2039), - [sym_global_statement] = STATE(2039), - [sym_nonlocal_statement] = STATE(2039), - [sym_exec_statement] = STATE(2039), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(2402), + [sym_import_statement] = STATE(1972), + [sym_future_import_statement] = STATE(1972), + [sym_import_from_statement] = STATE(1972), + [sym_print_statement] = STATE(1972), + [sym_assert_statement] = STATE(1972), + [sym_expression_statement] = STATE(1972), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(1972), + [sym_delete_statement] = STATE(1972), + [sym_raise_statement] = STATE(1972), + [sym_pass_statement] = STATE(1972), + [sym_break_statement] = STATE(1972), + [sym_continue_statement] = STATE(1972), + [sym_global_statement] = STATE(1972), + [sym_nonlocal_statement] = STATE(1972), + [sym_exec_statement] = STATE(1972), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -25808,61 +25817,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [52] = { - [sym__simple_statements] = STATE(603), - [sym_import_statement] = STATE(2134), - [sym_future_import_statement] = STATE(2134), - [sym_import_from_statement] = STATE(2134), - [sym_print_statement] = STATE(2134), - [sym_assert_statement] = STATE(2134), - [sym_expression_statement] = STATE(2134), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2134), - [sym_delete_statement] = STATE(2134), - [sym_raise_statement] = STATE(2134), - [sym_pass_statement] = STATE(2134), - [sym_break_statement] = STATE(2134), - [sym_continue_statement] = STATE(2134), - [sym_global_statement] = STATE(2134), - [sym_nonlocal_statement] = STATE(2134), - [sym_exec_statement] = STATE(2134), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(594), + [sym_import_statement] = STATE(2065), + [sym_future_import_statement] = STATE(2065), + [sym_import_from_statement] = STATE(2065), + [sym_print_statement] = STATE(2065), + [sym_assert_statement] = STATE(2065), + [sym_expression_statement] = STATE(2065), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2065), + [sym_delete_statement] = STATE(2065), + [sym_raise_statement] = STATE(2065), + [sym_pass_statement] = STATE(2065), + [sym_break_statement] = STATE(2065), + [sym_continue_statement] = STATE(2065), + [sym_global_statement] = STATE(2065), + [sym_nonlocal_statement] = STATE(2065), + [sym_exec_statement] = STATE(2065), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -25900,61 +25909,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [53] = { - [sym__simple_statements] = STATE(585), - [sym_import_statement] = STATE(2013), - [sym_future_import_statement] = STATE(2013), - [sym_import_from_statement] = STATE(2013), - [sym_print_statement] = STATE(2013), - [sym_assert_statement] = STATE(2013), - [sym_expression_statement] = STATE(2013), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2013), - [sym_delete_statement] = STATE(2013), - [sym_raise_statement] = STATE(2013), - [sym_pass_statement] = STATE(2013), - [sym_break_statement] = STATE(2013), - [sym_continue_statement] = STATE(2013), - [sym_global_statement] = STATE(2013), - [sym_nonlocal_statement] = STATE(2013), - [sym_exec_statement] = STATE(2013), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(633), + [sym_import_statement] = STATE(2003), + [sym_future_import_statement] = STATE(2003), + [sym_import_from_statement] = STATE(2003), + [sym_print_statement] = STATE(2003), + [sym_assert_statement] = STATE(2003), + [sym_expression_statement] = STATE(2003), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2003), + [sym_delete_statement] = STATE(2003), + [sym_raise_statement] = STATE(2003), + [sym_pass_statement] = STATE(2003), + [sym_break_statement] = STATE(2003), + [sym_continue_statement] = STATE(2003), + [sym_global_statement] = STATE(2003), + [sym_nonlocal_statement] = STATE(2003), + [sym_exec_statement] = STATE(2003), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -25992,61 +26001,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [54] = { - [sym__simple_statements] = STATE(583), - [sym_import_statement] = STATE(2057), - [sym_future_import_statement] = STATE(2057), - [sym_import_from_statement] = STATE(2057), - [sym_print_statement] = STATE(2057), - [sym_assert_statement] = STATE(2057), - [sym_expression_statement] = STATE(2057), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2057), - [sym_delete_statement] = STATE(2057), - [sym_raise_statement] = STATE(2057), - [sym_pass_statement] = STATE(2057), - [sym_break_statement] = STATE(2057), - [sym_continue_statement] = STATE(2057), - [sym_global_statement] = STATE(2057), - [sym_nonlocal_statement] = STATE(2057), - [sym_exec_statement] = STATE(2057), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym__simple_statements] = STATE(2271), + [sym_import_statement] = STATE(1972), + [sym_future_import_statement] = STATE(1972), + [sym_import_from_statement] = STATE(1972), + [sym_print_statement] = STATE(1972), + [sym_assert_statement] = STATE(1972), + [sym_expression_statement] = STATE(1972), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(1972), + [sym_delete_statement] = STATE(1972), + [sym_raise_statement] = STATE(1972), + [sym_pass_statement] = STATE(1972), + [sym_break_statement] = STATE(1972), + [sym_continue_statement] = STATE(1972), + [sym_global_statement] = STATE(1972), + [sym_nonlocal_statement] = STATE(1972), + [sym_exec_statement] = STATE(1972), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -26084,60 +26093,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [55] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -26174,60 +26183,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [56] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -26264,60 +26273,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [57] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -26354,60 +26363,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [58] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -26444,60 +26453,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [59] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -26534,60 +26543,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [60] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -26624,60 +26633,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [61] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -26714,60 +26723,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [62] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -26804,60 +26813,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [63] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -26894,60 +26903,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [64] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -26984,60 +26993,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [65] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -27074,60 +27083,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [66] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -27164,60 +27173,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [67] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -27254,60 +27263,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [68] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -27344,60 +27353,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [69] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -27434,60 +27443,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [70] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -27524,60 +27533,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [71] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -27614,60 +27623,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [72] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -27704,60 +27713,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [73] = { - [sym_import_statement] = STATE(2175), - [sym_future_import_statement] = STATE(2175), - [sym_import_from_statement] = STATE(2175), - [sym_print_statement] = STATE(2175), - [sym_assert_statement] = STATE(2175), - [sym_expression_statement] = STATE(2175), - [sym_named_expression] = STATE(1507), - [sym__named_expression_lhs] = STATE(2315), - [sym_return_statement] = STATE(2175), - [sym_delete_statement] = STATE(2175), - [sym_raise_statement] = STATE(2175), - [sym_pass_statement] = STATE(2175), - [sym_break_statement] = STATE(2175), - [sym_continue_statement] = STATE(2175), - [sym_global_statement] = STATE(2175), - [sym_nonlocal_statement] = STATE(2175), - [sym_exec_statement] = STATE(2175), - [sym_not_operator] = STATE(1507), - [sym_boolean_operator] = STATE(1507), - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_comparison_operator] = STATE(1507), - [sym_lambda] = STATE(1507), - [sym_assignment] = STATE(2190), - [sym_augmented_assignment] = STATE(2190), - [sym_pattern_list] = STATE(1499), - [sym_yield] = STATE(2190), - [sym_attribute] = STATE(551), - [sym_subscript] = STATE(551), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_pattern] = STATE(1478), - [sym_tuple_pattern] = STATE(1482), - [sym_list_pattern] = STATE(1482), - [sym_list_splat_pattern] = STATE(540), - [sym_as_pattern] = STATE(1507), - [sym_expression] = STATE(1657), - [sym_primary_expression] = STATE(883), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_conditional_expression] = STATE(1507), - [sym_concatenated_string] = STATE(897), + [sym_import_statement] = STATE(2182), + [sym_future_import_statement] = STATE(2182), + [sym_import_from_statement] = STATE(2182), + [sym_print_statement] = STATE(2182), + [sym_assert_statement] = STATE(2182), + [sym_expression_statement] = STATE(2182), + [sym_named_expression] = STATE(1513), + [sym__named_expression_lhs] = STATE(2322), + [sym_return_statement] = STATE(2182), + [sym_delete_statement] = STATE(2182), + [sym_raise_statement] = STATE(2182), + [sym_pass_statement] = STATE(2182), + [sym_break_statement] = STATE(2182), + [sym_continue_statement] = STATE(2182), + [sym_global_statement] = STATE(2182), + [sym_nonlocal_statement] = STATE(2182), + [sym_exec_statement] = STATE(2182), + [sym_not_operator] = STATE(1513), + [sym_boolean_operator] = STATE(1513), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_comparison_operator] = STATE(1513), + [sym_lambda] = STATE(1513), + [sym_assignment] = STATE(2189), + [sym_augmented_assignment] = STATE(2189), + [sym_pattern_list] = STATE(1502), + [sym_yield] = STATE(2189), + [sym_attribute] = STATE(549), + [sym_subscript] = STATE(549), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_pattern] = STATE(1472), + [sym_tuple_pattern] = STATE(1491), + [sym_list_pattern] = STATE(1491), + [sym_list_splat_pattern] = STATE(548), + [sym_as_pattern] = STATE(1513), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(886), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_conditional_expression] = STATE(1513), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LPAREN] = ACTIONS(35), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), [anon_sym_import] = ACTIONS(41), [anon_sym_from] = ACTIONS(43), @@ -27793,68 +27802,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(105), }, [74] = { - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_attribute] = STATE(897), - [sym_subscript] = STATE(897), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_attribute] = STATE(896), + [sym_subscript] = STATE(896), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), [sym_list_splat_pattern] = STATE(899), - [sym_primary_expression] = STATE(889), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_concatenated_string] = STATE(897), + [sym_primary_expression] = STATE(887), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_EQ] = ACTIONS(251), [anon_sym_COLON_EQ] = ACTIONS(253), [anon_sym_PLUS_EQ] = ACTIONS(255), [anon_sym_LBRACK] = ACTIONS(430), - [anon_sym_COLON] = ACTIONS(260), + [anon_sym_COLON] = ACTIONS(315), [anon_sym_LPAREN] = ACTIONS(432), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(268), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(272), - [anon_sym_as] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(265), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(269), + [anon_sym_as] = ACTIONS(267), [anon_sym_STAR] = ACTIONS(434), [anon_sym_print] = ACTIONS(436), - [anon_sym_GT_GT] = ACTIONS(270), + [anon_sym_GT_GT] = ACTIONS(267), [anon_sym_exec] = ACTIONS(436), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), [anon_sym_async] = ACTIONS(436), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), [anon_sym_PLUS] = ACTIONS(85), [anon_sym_DASH] = ACTIONS(85), - [anon_sym_AT] = ACTIONS(270), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(270), - [anon_sym_SLASH_SLASH] = ACTIONS(270), - [anon_sym_STAR_STAR] = ACTIONS(270), - [anon_sym_PIPE] = ACTIONS(270), - [anon_sym_AMP] = ACTIONS(270), - [anon_sym_CARET] = ACTIONS(270), - [anon_sym_LT_LT] = ACTIONS(270), + [anon_sym_AT] = ACTIONS(267), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(267), + [anon_sym_SLASH_SLASH] = ACTIONS(267), + [anon_sym_STAR_STAR] = ACTIONS(267), + [anon_sym_PIPE] = ACTIONS(267), + [anon_sym_AMP] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(267), [anon_sym_TILDE] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), [anon_sym_DASH_EQ] = ACTIONS(255), [anon_sym_STAR_EQ] = ACTIONS(255), [anon_sym_SLASH_EQ] = ACTIONS(255), @@ -27870,36 +27879,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(91), [anon_sym_await] = ACTIONS(438), [anon_sym_match] = ACTIONS(436), - [anon_sym_type] = ACTIONS(266), + [anon_sym_type] = ACTIONS(263), [sym_integer] = ACTIONS(99), [sym_float] = ACTIONS(99), [sym_true] = ACTIONS(99), [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(99), - [sym__newline] = ACTIONS(268), + [sym__newline] = ACTIONS(265), [sym_string_start] = ACTIONS(105), }, [75] = { - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_attribute] = STATE(897), - [sym_subscript] = STATE(897), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_attribute] = STATE(896), + [sym_subscript] = STATE(896), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), [sym_list_splat_pattern] = STATE(899), - [sym_primary_expression] = STATE(889), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_concatenated_string] = STATE(897), + [sym_primary_expression] = STATE(887), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_EQ] = ACTIONS(251), [anon_sym_COLON_EQ] = ACTIONS(253), [anon_sym_PLUS_EQ] = ACTIONS(255), @@ -27907,42 +27916,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON] = ACTIONS(251), [anon_sym_LPAREN] = ACTIONS(432), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(268), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(272), - [anon_sym_as] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(265), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(269), + [anon_sym_as] = ACTIONS(267), [anon_sym_STAR] = ACTIONS(434), [anon_sym_print] = ACTIONS(436), - [anon_sym_GT_GT] = ACTIONS(270), + [anon_sym_GT_GT] = ACTIONS(267), [anon_sym_exec] = ACTIONS(436), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), [anon_sym_async] = ACTIONS(436), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), [anon_sym_PLUS] = ACTIONS(85), [anon_sym_DASH] = ACTIONS(85), - [anon_sym_AT] = ACTIONS(270), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(270), - [anon_sym_SLASH_SLASH] = ACTIONS(270), - [anon_sym_STAR_STAR] = ACTIONS(270), - [anon_sym_PIPE] = ACTIONS(270), - [anon_sym_AMP] = ACTIONS(270), - [anon_sym_CARET] = ACTIONS(270), - [anon_sym_LT_LT] = ACTIONS(270), + [anon_sym_AT] = ACTIONS(267), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(267), + [anon_sym_SLASH_SLASH] = ACTIONS(267), + [anon_sym_STAR_STAR] = ACTIONS(267), + [anon_sym_PIPE] = ACTIONS(267), + [anon_sym_AMP] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(267), [anon_sym_TILDE] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), [anon_sym_DASH_EQ] = ACTIONS(255), [anon_sym_STAR_EQ] = ACTIONS(255), [anon_sym_SLASH_EQ] = ACTIONS(255), @@ -27958,36 +27967,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(91), [anon_sym_await] = ACTIONS(438), [anon_sym_match] = ACTIONS(436), - [anon_sym_type] = ACTIONS(266), + [anon_sym_type] = ACTIONS(263), [sym_integer] = ACTIONS(99), [sym_float] = ACTIONS(99), [sym_true] = ACTIONS(99), [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(99), - [sym__newline] = ACTIONS(268), + [sym__newline] = ACTIONS(265), [sym_string_start] = ACTIONS(105), }, [76] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), [anon_sym_EQ] = ACTIONS(440), [anon_sym_PLUS_EQ] = ACTIONS(442), [anon_sym_LBRACK] = ACTIONS(444), @@ -28056,144 +28065,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(469), }, [77] = { - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_attribute] = STATE(897), - [sym_subscript] = STATE(897), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_list_splat_pattern] = STATE(899), - [sym_primary_expression] = STATE(889), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_concatenated_string] = STATE(897), - [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [anon_sym_EQ] = ACTIONS(270), - [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(430), - [anon_sym_COLON] = ACTIONS(270), - [anon_sym_LPAREN] = ACTIONS(432), - [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(268), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(434), - [anon_sym_print] = ACTIONS(436), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(436), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(436), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(83), - [anon_sym_DASH] = ACTIONS(85), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(91), - [anon_sym_await] = ACTIONS(438), - [anon_sym_match] = ACTIONS(436), - [anon_sym_type] = ACTIONS(266), - [sym_integer] = ACTIONS(99), - [sym_float] = ACTIONS(99), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_none] = ACTIONS(99), - [sym_python_identifier] = ACTIONS(99), - [sym__newline] = ACTIONS(268), - [sym_string_start] = ACTIONS(105), - }, - [78] = { - [sym_binary_operator] = STATE(1086), - [sym_unary_operator] = STATE(1086), - [sym_attribute] = STATE(1086), - [sym_subscript] = STATE(1086), - [sym_call] = STATE(1086), - [sym_generator_expression] = STATE(1086), - [sym_parenthesized_expression] = STATE(1086), - [sym_list_splat_pattern] = STATE(1085), - [sym_primary_expression] = STATE(861), - [sym_list] = STATE(1086), - [sym_set] = STATE(1086), - [sym_tuple] = STATE(1086), - [sym_dictionary] = STATE(1086), - [sym_list_comprehension] = STATE(1086), - [sym_dictionary_comprehension] = STATE(1086), - [sym_set_comprehension] = STATE(1086), - [sym_concatenated_string] = STATE(1086), - [sym_python_string] = STATE(832), - [sym_await] = STATE(1086), - [anon_sym_EQ] = ACTIONS(270), + [sym_binary_operator] = STATE(1098), + [sym_unary_operator] = STATE(1098), + [sym_attribute] = STATE(1098), + [sym_subscript] = STATE(1098), + [sym_call] = STATE(1098), + [sym_generator_expression] = STATE(1098), + [sym_parenthesized_expression] = STATE(1098), + [sym_list_splat_pattern] = STATE(1096), + [sym_primary_expression] = STATE(876), + [sym_list] = STATE(1098), + [sym_set] = STATE(1098), + [sym_tuple] = STATE(1098), + [sym_dictionary] = STATE(1098), + [sym_list_comprehension] = STATE(1098), + [sym_dictionary_comprehension] = STATE(1098), + [sym_set_comprehension] = STATE(1098), + [sym_concatenated_string] = STATE(1098), + [sym_python_string] = STATE(829), + [sym_await] = STATE(1098), + [anon_sym_EQ] = ACTIONS(267), [anon_sym_COLON_EQ] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(471), - [anon_sym_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(267), [anon_sym_LPAREN] = ACTIONS(473), [anon_sym_LBRACE] = ACTIONS(475), - [anon_sym_RBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(265), [sym_identifier] = ACTIONS(477), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(272), - [anon_sym_as] = ACTIONS(270), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(269), + [anon_sym_as] = ACTIONS(267), [anon_sym_STAR] = ACTIONS(479), [anon_sym_print] = ACTIONS(481), - [anon_sym_GT_GT] = ACTIONS(268), + [anon_sym_GT_GT] = ACTIONS(265), [anon_sym_exec] = ACTIONS(481), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), [anon_sym_async] = ACTIONS(481), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), [anon_sym_PLUS] = ACTIONS(483), [anon_sym_DASH] = ACTIONS(485), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), [anon_sym_TILDE] = ACTIONS(483), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), [sym_ellipsis] = ACTIONS(487), - [sym_type_conversion] = ACTIONS(268), + [sym_type_conversion] = ACTIONS(265), [anon_sym_await] = ACTIONS(489), [anon_sym_match] = ACTIONS(481), [anon_sym_type] = ACTIONS(477), @@ -28205,70 +28139,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_python_identifier] = ACTIONS(491), [sym_string_start] = ACTIONS(493), }, + [78] = { + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_attribute] = STATE(896), + [sym_subscript] = STATE(896), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_list_splat_pattern] = STATE(899), + [sym_primary_expression] = STATE(887), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_python_string] = STATE(825), + [sym_await] = STATE(896), + [anon_sym_EQ] = ACTIONS(267), + [anon_sym_COLON_EQ] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(430), + [anon_sym_COLON] = ACTIONS(267), + [anon_sym_LPAREN] = ACTIONS(432), + [anon_sym_LBRACE] = ACTIONS(37), + [sym_identifier] = ACTIONS(263), + [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(265), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(434), + [anon_sym_print] = ACTIONS(436), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(436), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(436), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(83), + [anon_sym_DASH] = ACTIONS(85), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(91), + [anon_sym_await] = ACTIONS(438), + [anon_sym_match] = ACTIONS(436), + [anon_sym_type] = ACTIONS(263), + [sym_integer] = ACTIONS(99), + [sym_float] = ACTIONS(99), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_none] = ACTIONS(99), + [sym_python_identifier] = ACTIONS(99), + [sym__newline] = ACTIONS(265), + [sym_string_start] = ACTIONS(105), + }, [79] = { - [sym_binary_operator] = STATE(1086), - [sym_unary_operator] = STATE(1086), - [sym_attribute] = STATE(1086), - [sym_subscript] = STATE(1086), - [sym_call] = STATE(1086), - [sym_generator_expression] = STATE(1086), - [sym_parenthesized_expression] = STATE(1086), - [sym_list_splat_pattern] = STATE(1085), - [sym_primary_expression] = STATE(861), - [sym_list] = STATE(1086), - [sym_set] = STATE(1086), - [sym_tuple] = STATE(1086), - [sym_dictionary] = STATE(1086), - [sym_list_comprehension] = STATE(1086), - [sym_dictionary_comprehension] = STATE(1086), - [sym_set_comprehension] = STATE(1086), - [sym_concatenated_string] = STATE(1086), - [sym_python_string] = STATE(832), - [sym_await] = STATE(1086), - [anon_sym_EQ] = ACTIONS(270), + [sym_binary_operator] = STATE(1098), + [sym_unary_operator] = STATE(1098), + [sym_attribute] = STATE(1098), + [sym_subscript] = STATE(1098), + [sym_call] = STATE(1098), + [sym_generator_expression] = STATE(1098), + [sym_parenthesized_expression] = STATE(1098), + [sym_list_splat_pattern] = STATE(1096), + [sym_primary_expression] = STATE(876), + [sym_list] = STATE(1098), + [sym_set] = STATE(1098), + [sym_tuple] = STATE(1098), + [sym_dictionary] = STATE(1098), + [sym_list_comprehension] = STATE(1098), + [sym_dictionary_comprehension] = STATE(1098), + [sym_set_comprehension] = STATE(1098), + [sym_concatenated_string] = STATE(1098), + [sym_python_string] = STATE(829), + [sym_await] = STATE(1098), + [anon_sym_EQ] = ACTIONS(267), [anon_sym_COLON_EQ] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(471), - [anon_sym_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(267), [anon_sym_LPAREN] = ACTIONS(473), [anon_sym_LBRACE] = ACTIONS(475), - [anon_sym_RBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(265), [sym_identifier] = ACTIONS(477), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), [anon_sym_STAR] = ACTIONS(479), [anon_sym_print] = ACTIONS(481), - [anon_sym_GT_GT] = ACTIONS(268), + [anon_sym_GT_GT] = ACTIONS(265), [anon_sym_exec] = ACTIONS(481), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), [anon_sym_async] = ACTIONS(481), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), [anon_sym_PLUS] = ACTIONS(483), [anon_sym_DASH] = ACTIONS(485), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), [anon_sym_TILDE] = ACTIONS(483), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), [sym_ellipsis] = ACTIONS(487), - [sym_type_conversion] = ACTIONS(268), + [sym_type_conversion] = ACTIONS(265), [anon_sym_await] = ACTIONS(489), [anon_sym_match] = ACTIONS(481), [anon_sym_type] = ACTIONS(477), @@ -28281,409 +28290,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(493), }, [80] = { - [sym_binary_operator] = STATE(1272), - [sym_unary_operator] = STATE(1272), - [sym_attribute] = STATE(1272), - [sym_subscript] = STATE(1272), - [sym_call] = STATE(1272), - [sym_generator_expression] = STATE(1272), - [sym_parenthesized_expression] = STATE(1272), - [sym_list_splat_pattern] = STATE(1270), - [sym_primary_expression] = STATE(918), - [sym_list] = STATE(1272), - [sym_set] = STATE(1272), - [sym_tuple] = STATE(1272), - [sym_dictionary] = STATE(1272), - [sym_list_comprehension] = STATE(1272), - [sym_dictionary_comprehension] = STATE(1272), - [sym_set_comprehension] = STATE(1272), - [sym_concatenated_string] = STATE(1272), - [sym_python_string] = STATE(838), - [sym_await] = STATE(1272), - [anon_sym_EQ] = ACTIONS(495), - [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LPAREN] = ACTIONS(499), - [anon_sym_RPAREN] = ACTIONS(268), - [anon_sym_LBRACE] = ACTIONS(501), - [sym_identifier] = ACTIONS(503), + [sym_binary_operator] = STATE(1098), + [sym_unary_operator] = STATE(1098), + [sym_attribute] = STATE(1098), + [sym_subscript] = STATE(1098), + [sym_call] = STATE(1098), + [sym_generator_expression] = STATE(1098), + [sym_parenthesized_expression] = STATE(1098), + [sym_list_splat_pattern] = STATE(1096), + [sym_primary_expression] = STATE(876), + [sym_list] = STATE(1098), + [sym_set] = STATE(1098), + [sym_tuple] = STATE(1098), + [sym_dictionary] = STATE(1098), + [sym_list_comprehension] = STATE(1098), + [sym_dictionary_comprehension] = STATE(1098), + [sym_set_comprehension] = STATE(1098), + [sym_concatenated_string] = STATE(1098), + [sym_python_string] = STATE(829), + [sym_await] = STATE(1098), + [anon_sym_EQ] = ACTIONS(267), + [anon_sym_LBRACK] = ACTIONS(471), + [anon_sym_COLON] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(473), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(265), + [sym_identifier] = ACTIONS(477), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(505), - [anon_sym_print] = ACTIONS(507), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(507), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(507), - [anon_sym_for] = ACTIONS(270), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(509), - [anon_sym_DASH] = ACTIONS(511), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(509), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(513), - [anon_sym_await] = ACTIONS(515), - [anon_sym_match] = ACTIONS(507), - [anon_sym_type] = ACTIONS(503), - [sym_integer] = ACTIONS(517), - [sym_float] = ACTIONS(517), - [sym_true] = ACTIONS(517), - [sym_false] = ACTIONS(517), - [sym_none] = ACTIONS(517), - [sym_python_identifier] = ACTIONS(517), - [sym_string_start] = ACTIONS(519), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(479), + [anon_sym_print] = ACTIONS(481), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(481), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(481), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(483), + [anon_sym_DASH] = ACTIONS(485), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(483), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(487), + [sym_type_conversion] = ACTIONS(265), + [anon_sym_await] = ACTIONS(489), + [anon_sym_match] = ACTIONS(481), + [anon_sym_type] = ACTIONS(477), + [sym_integer] = ACTIONS(491), + [sym_float] = ACTIONS(491), + [sym_true] = ACTIONS(491), + [sym_false] = ACTIONS(491), + [sym_none] = ACTIONS(491), + [sym_python_identifier] = ACTIONS(491), + [sym_string_start] = ACTIONS(493), }, [81] = { - [sym_binary_operator] = STATE(1237), - [sym_unary_operator] = STATE(1237), - [sym_attribute] = STATE(1237), - [sym_subscript] = STATE(1237), - [sym_call] = STATE(1237), - [sym_generator_expression] = STATE(1237), - [sym_parenthesized_expression] = STATE(1237), - [sym_list_splat_pattern] = STATE(1223), - [sym_primary_expression] = STATE(988), - [sym_list] = STATE(1237), - [sym_set] = STATE(1237), - [sym_tuple] = STATE(1237), - [sym_dictionary] = STATE(1237), - [sym_list_comprehension] = STATE(1237), - [sym_dictionary_comprehension] = STATE(1237), - [sym_set_comprehension] = STATE(1237), - [sym_concatenated_string] = STATE(1237), - [sym_python_string] = STATE(849), - [sym_await] = STATE(1237), - [anon_sym_EQ] = ACTIONS(270), - [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(521), - [anon_sym_COLON] = ACTIONS(270), - [anon_sym_LPAREN] = ACTIONS(523), - [anon_sym_RPAREN] = ACTIONS(268), - [anon_sym_LBRACE] = ACTIONS(525), - [sym_identifier] = ACTIONS(527), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(529), - [anon_sym_print] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(531), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(531), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(533), - [anon_sym_DASH] = ACTIONS(535), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(533), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(537), - [anon_sym_await] = ACTIONS(539), - [anon_sym_match] = ACTIONS(531), - [anon_sym_type] = ACTIONS(527), - [sym_integer] = ACTIONS(541), - [sym_float] = ACTIONS(541), - [sym_true] = ACTIONS(541), - [sym_false] = ACTIONS(541), - [sym_none] = ACTIONS(541), - [sym_python_identifier] = ACTIONS(541), - [sym_string_start] = ACTIONS(543), - }, - [82] = { - [sym_binary_operator] = STATE(1128), - [sym_unary_operator] = STATE(1128), - [sym_attribute] = STATE(1128), - [sym_subscript] = STATE(1128), - [sym_call] = STATE(1128), - [sym_generator_expression] = STATE(1128), - [sym_parenthesized_expression] = STATE(1128), - [sym_list_splat_pattern] = STATE(1132), - [sym_primary_expression] = STATE(852), - [sym_list] = STATE(1128), - [sym_set] = STATE(1128), - [sym_tuple] = STATE(1128), - [sym_dictionary] = STATE(1128), - [sym_list_comprehension] = STATE(1128), - [sym_dictionary_comprehension] = STATE(1128), - [sym_set_comprehension] = STATE(1128), - [sym_concatenated_string] = STATE(1128), - [sym_python_string] = STATE(827), - [sym_await] = STATE(1128), - [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(545), - [anon_sym_COLON] = ACTIONS(270), - [anon_sym_LPAREN] = ACTIONS(547), - [anon_sym_LBRACE] = ACTIONS(549), - [anon_sym_RBRACE] = ACTIONS(268), - [sym_identifier] = ACTIONS(551), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(553), - [anon_sym_print] = ACTIONS(555), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(555), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(555), - [anon_sym_for] = ACTIONS(270), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(557), - [anon_sym_DASH] = ACTIONS(559), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(561), - [anon_sym_await] = ACTIONS(563), - [anon_sym_match] = ACTIONS(555), - [anon_sym_type] = ACTIONS(551), - [sym_integer] = ACTIONS(565), - [sym_float] = ACTIONS(565), - [sym_true] = ACTIONS(565), - [sym_false] = ACTIONS(565), - [sym_none] = ACTIONS(565), - [sym_python_identifier] = ACTIONS(565), - [sym_string_start] = ACTIONS(567), - }, - [83] = { - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_attribute] = STATE(897), - [sym_subscript] = STATE(897), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_list_splat_pattern] = STATE(899), - [sym_primary_expression] = STATE(889), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_concatenated_string] = STATE(897), - [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [anon_sym_EQ] = ACTIONS(270), - [anon_sym_LBRACK] = ACTIONS(430), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_LPAREN] = ACTIONS(432), - [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(268), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(434), - [anon_sym_print] = ACTIONS(436), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(436), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(436), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(83), - [anon_sym_DASH] = ACTIONS(85), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(91), - [anon_sym_await] = ACTIONS(438), - [anon_sym_match] = ACTIONS(436), - [anon_sym_type] = ACTIONS(266), - [sym_integer] = ACTIONS(99), - [sym_float] = ACTIONS(99), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_none] = ACTIONS(99), - [sym_python_identifier] = ACTIONS(99), - [sym__newline] = ACTIONS(268), - [sym_string_start] = ACTIONS(105), - }, - [84] = { - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_attribute] = STATE(897), - [sym_subscript] = STATE(897), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_list_splat_pattern] = STATE(899), - [sym_primary_expression] = STATE(906), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_concatenated_string] = STATE(897), - [sym_python_string] = STATE(825), - [sym_await] = STATE(897), - [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(430), - [anon_sym_LPAREN] = ACTIONS(432), - [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(268), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_from] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(569), - [anon_sym_print] = ACTIONS(436), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(436), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(436), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(573), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(571), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(91), - [anon_sym_await] = ACTIONS(575), - [anon_sym_match] = ACTIONS(436), - [anon_sym_type] = ACTIONS(266), - [sym_integer] = ACTIONS(99), - [sym_float] = ACTIONS(99), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_none] = ACTIONS(99), - [sym_python_identifier] = ACTIONS(99), - [sym__newline] = ACTIONS(268), - [sym_string_start] = ACTIONS(105), - }, - [85] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), [anon_sym_EQ] = ACTIONS(440), [anon_sym_LBRACK] = ACTIONS(444), [anon_sym_COLON] = ACTIONS(442), [anon_sym_LPAREN] = ACTIONS(446), [anon_sym_LBRACE] = ACTIONS(448), - [anon_sym_RBRACE] = ACTIONS(442), [sym_identifier] = ACTIONS(450), [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(442), [anon_sym_DOT] = ACTIONS(452), [anon_sym_COMMA] = ACTIONS(442), [anon_sym_as] = ACTIONS(440), [anon_sym_STAR] = ACTIONS(455), [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(495), [anon_sym_exec] = ACTIONS(457), [anon_sym_in] = ACTIONS(440), [anon_sym_if] = ACTIONS(440), @@ -28693,15 +28406,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_or] = ACTIONS(440), [anon_sym_PLUS] = ACTIONS(461), [anon_sym_DASH] = ACTIONS(459), - [anon_sym_AT] = ACTIONS(577), + [anon_sym_AT] = ACTIONS(495), [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), [anon_sym_TILDE] = ACTIONS(461), [anon_sym_LT] = ACTIONS(440), [anon_sym_LT_EQ] = ACTIONS(442), @@ -28712,7 +28425,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_GT] = ACTIONS(442), [anon_sym_is] = ACTIONS(440), [sym_ellipsis] = ACTIONS(463), - [sym_type_conversion] = ACTIONS(442), [anon_sym_await] = ACTIONS(465), [anon_sym_match] = ACTIONS(457), [anon_sym_type] = ACTIONS(450), @@ -28722,116 +28434,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(467), [sym_none] = ACTIONS(467), [sym_python_identifier] = ACTIONS(467), + [sym__newline] = ACTIONS(442), [sym_string_start] = ACTIONS(469), }, - [86] = { - [sym_binary_operator] = STATE(1086), - [sym_unary_operator] = STATE(1086), - [sym_attribute] = STATE(1086), - [sym_subscript] = STATE(1086), - [sym_call] = STATE(1086), - [sym_generator_expression] = STATE(1086), - [sym_parenthesized_expression] = STATE(1086), - [sym_list_splat_pattern] = STATE(1085), - [sym_primary_expression] = STATE(861), - [sym_list] = STATE(1086), - [sym_set] = STATE(1086), - [sym_tuple] = STATE(1086), - [sym_dictionary] = STATE(1086), - [sym_list_comprehension] = STATE(1086), - [sym_dictionary_comprehension] = STATE(1086), - [sym_set_comprehension] = STATE(1086), - [sym_concatenated_string] = STATE(1086), - [sym_python_string] = STATE(832), - [sym_await] = STATE(1086), - [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(471), - [anon_sym_COLON] = ACTIONS(440), - [anon_sym_LPAREN] = ACTIONS(473), - [anon_sym_LBRACE] = ACTIONS(475), - [anon_sym_RBRACE] = ACTIONS(577), - [sym_identifier] = ACTIONS(477), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(452), - [anon_sym_COMMA] = ACTIONS(577), - [anon_sym_as] = ACTIONS(452), - [anon_sym_STAR] = ACTIONS(479), - [anon_sym_print] = ACTIONS(481), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_exec] = ACTIONS(481), - [anon_sym_in] = ACTIONS(452), - [anon_sym_if] = ACTIONS(452), - [anon_sym_async] = ACTIONS(481), - [anon_sym_for] = ACTIONS(440), - [anon_sym_not] = ACTIONS(452), - [anon_sym_and] = ACTIONS(452), - [anon_sym_or] = ACTIONS(452), - [anon_sym_PLUS] = ACTIONS(483), - [anon_sym_DASH] = ACTIONS(485), - [anon_sym_AT] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_TILDE] = ACTIONS(483), - [anon_sym_LT] = ACTIONS(452), - [anon_sym_LT_EQ] = ACTIONS(577), - [anon_sym_EQ_EQ] = ACTIONS(577), - [anon_sym_BANG_EQ] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(577), - [anon_sym_GT] = ACTIONS(452), - [anon_sym_LT_GT] = ACTIONS(577), - [anon_sym_is] = ACTIONS(452), - [sym_ellipsis] = ACTIONS(487), - [anon_sym_await] = ACTIONS(489), - [anon_sym_match] = ACTIONS(481), - [anon_sym_type] = ACTIONS(477), - [sym_integer] = ACTIONS(491), - [sym_float] = ACTIONS(491), - [sym_true] = ACTIONS(491), - [sym_false] = ACTIONS(491), - [sym_none] = ACTIONS(491), - [sym_python_identifier] = ACTIONS(491), - [sym_string_start] = ACTIONS(493), - }, - [87] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), + [82] = { + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), [anon_sym_EQ] = ACTIONS(440), [anon_sym_LBRACK] = ACTIONS(444), [anon_sym_COLON] = ACTIONS(442), [anon_sym_LPAREN] = ACTIONS(446), [anon_sym_LBRACE] = ACTIONS(448), + [anon_sym_RBRACE] = ACTIONS(442), [sym_identifier] = ACTIONS(450), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(442), [anon_sym_DOT] = ACTIONS(452), [anon_sym_COMMA] = ACTIONS(442), [anon_sym_as] = ACTIONS(440), [anon_sym_STAR] = ACTIONS(455), [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(495), [anon_sym_exec] = ACTIONS(457), [anon_sym_in] = ACTIONS(440), [anon_sym_if] = ACTIONS(440), @@ -28841,15 +28480,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_or] = ACTIONS(440), [anon_sym_PLUS] = ACTIONS(461), [anon_sym_DASH] = ACTIONS(459), - [anon_sym_AT] = ACTIONS(577), + [anon_sym_AT] = ACTIONS(495), [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), [anon_sym_TILDE] = ACTIONS(461), [anon_sym_LT] = ACTIONS(440), [anon_sym_LT_EQ] = ACTIONS(442), @@ -28860,6 +28499,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_GT] = ACTIONS(442), [anon_sym_is] = ACTIONS(440), [sym_ellipsis] = ACTIONS(463), + [sym_type_conversion] = ACTIONS(442), [anon_sym_await] = ACTIONS(465), [anon_sym_match] = ACTIONS(457), [anon_sym_type] = ACTIONS(450), @@ -28869,72 +28509,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(467), [sym_none] = ACTIONS(467), [sym_python_identifier] = ACTIONS(467), - [sym__newline] = ACTIONS(442), [sym_string_start] = ACTIONS(469), }, - [88] = { - [sym_binary_operator] = STATE(1086), - [sym_unary_operator] = STATE(1086), - [sym_attribute] = STATE(1086), - [sym_subscript] = STATE(1086), - [sym_call] = STATE(1086), - [sym_generator_expression] = STATE(1086), - [sym_parenthesized_expression] = STATE(1086), - [sym_list_splat_pattern] = STATE(1085), - [sym_primary_expression] = STATE(861), - [sym_list] = STATE(1086), - [sym_set] = STATE(1086), - [sym_tuple] = STATE(1086), - [sym_dictionary] = STATE(1086), - [sym_list_comprehension] = STATE(1086), - [sym_dictionary_comprehension] = STATE(1086), - [sym_set_comprehension] = STATE(1086), - [sym_concatenated_string] = STATE(1086), - [sym_python_string] = STATE(832), - [sym_await] = STATE(1086), - [anon_sym_EQ] = ACTIONS(270), + [83] = { + [sym_binary_operator] = STATE(1271), + [sym_unary_operator] = STATE(1271), + [sym_attribute] = STATE(1271), + [sym_subscript] = STATE(1271), + [sym_call] = STATE(1271), + [sym_generator_expression] = STATE(1271), + [sym_parenthesized_expression] = STATE(1271), + [sym_list_splat_pattern] = STATE(1270), + [sym_primary_expression] = STATE(995), + [sym_list] = STATE(1271), + [sym_set] = STATE(1271), + [sym_tuple] = STATE(1271), + [sym_dictionary] = STATE(1271), + [sym_list_comprehension] = STATE(1271), + [sym_dictionary_comprehension] = STATE(1271), + [sym_set_comprehension] = STATE(1271), + [sym_concatenated_string] = STATE(1271), + [sym_python_string] = STATE(867), + [sym_await] = STATE(1271), + [anon_sym_EQ] = ACTIONS(498), + [anon_sym_COLON_EQ] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(500), + [anon_sym_LPAREN] = ACTIONS(502), + [anon_sym_RPAREN] = ACTIONS(265), + [anon_sym_LBRACE] = ACTIONS(504), + [sym_identifier] = ACTIONS(506), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(508), + [anon_sym_print] = ACTIONS(510), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(510), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(510), + [anon_sym_for] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(512), + [anon_sym_DASH] = ACTIONS(514), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(512), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(516), + [anon_sym_await] = ACTIONS(518), + [anon_sym_match] = ACTIONS(510), + [anon_sym_type] = ACTIONS(506), + [sym_integer] = ACTIONS(520), + [sym_float] = ACTIONS(520), + [sym_true] = ACTIONS(520), + [sym_false] = ACTIONS(520), + [sym_none] = ACTIONS(520), + [sym_python_identifier] = ACTIONS(520), + [sym_string_start] = ACTIONS(522), + }, + [84] = { + [sym_binary_operator] = STATE(1098), + [sym_unary_operator] = STATE(1098), + [sym_attribute] = STATE(1098), + [sym_subscript] = STATE(1098), + [sym_call] = STATE(1098), + [sym_generator_expression] = STATE(1098), + [sym_parenthesized_expression] = STATE(1098), + [sym_list_splat_pattern] = STATE(1096), + [sym_primary_expression] = STATE(876), + [sym_list] = STATE(1098), + [sym_set] = STATE(1098), + [sym_tuple] = STATE(1098), + [sym_dictionary] = STATE(1098), + [sym_list_comprehension] = STATE(1098), + [sym_dictionary_comprehension] = STATE(1098), + [sym_set_comprehension] = STATE(1098), + [sym_concatenated_string] = STATE(1098), + [sym_python_string] = STATE(829), + [sym_await] = STATE(1098), + [anon_sym_COLON_EQ] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(471), - [anon_sym_COLON] = ACTIONS(268), + [anon_sym_COLON] = ACTIONS(440), [anon_sym_LPAREN] = ACTIONS(473), [anon_sym_LBRACE] = ACTIONS(475), - [anon_sym_RBRACE] = ACTIONS(268), + [anon_sym_RBRACE] = ACTIONS(495), [sym_identifier] = ACTIONS(477), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), + [anon_sym_DOT] = ACTIONS(452), + [anon_sym_COMMA] = ACTIONS(495), + [anon_sym_as] = ACTIONS(452), [anon_sym_STAR] = ACTIONS(479), [anon_sym_print] = ACTIONS(481), - [anon_sym_GT_GT] = ACTIONS(268), + [anon_sym_GT_GT] = ACTIONS(495), [anon_sym_exec] = ACTIONS(481), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), + [anon_sym_in] = ACTIONS(452), + [anon_sym_if] = ACTIONS(452), [anon_sym_async] = ACTIONS(481), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), + [anon_sym_for] = ACTIONS(440), + [anon_sym_not] = ACTIONS(452), + [anon_sym_and] = ACTIONS(452), + [anon_sym_or] = ACTIONS(452), [anon_sym_PLUS] = ACTIONS(483), [anon_sym_DASH] = ACTIONS(485), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), + [anon_sym_AT] = ACTIONS(495), + [anon_sym_SLASH] = ACTIONS(452), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), [anon_sym_TILDE] = ACTIONS(483), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), + [anon_sym_LT] = ACTIONS(452), + [anon_sym_LT_EQ] = ACTIONS(495), + [anon_sym_EQ_EQ] = ACTIONS(495), + [anon_sym_BANG_EQ] = ACTIONS(495), + [anon_sym_GT_EQ] = ACTIONS(495), + [anon_sym_GT] = ACTIONS(452), + [anon_sym_LT_GT] = ACTIONS(495), + [anon_sym_is] = ACTIONS(452), [sym_ellipsis] = ACTIONS(487), - [sym_type_conversion] = ACTIONS(268), [anon_sym_await] = ACTIONS(489), [anon_sym_match] = ACTIONS(481), [anon_sym_type] = ACTIONS(477), @@ -28946,67 +28659,362 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_python_identifier] = ACTIONS(491), [sym_string_start] = ACTIONS(493), }, + [85] = { + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_attribute] = STATE(896), + [sym_subscript] = STATE(896), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_list_splat_pattern] = STATE(899), + [sym_primary_expression] = STATE(887), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_python_string] = STATE(825), + [sym_await] = STATE(896), + [anon_sym_EQ] = ACTIONS(267), + [anon_sym_LBRACK] = ACTIONS(430), + [anon_sym_COLON] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(432), + [anon_sym_LBRACE] = ACTIONS(37), + [sym_identifier] = ACTIONS(263), + [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(265), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(434), + [anon_sym_print] = ACTIONS(436), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(436), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(436), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(83), + [anon_sym_DASH] = ACTIONS(85), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(91), + [anon_sym_await] = ACTIONS(438), + [anon_sym_match] = ACTIONS(436), + [anon_sym_type] = ACTIONS(263), + [sym_integer] = ACTIONS(99), + [sym_float] = ACTIONS(99), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_none] = ACTIONS(99), + [sym_python_identifier] = ACTIONS(99), + [sym__newline] = ACTIONS(265), + [sym_string_start] = ACTIONS(105), + }, + [86] = { + [sym_binary_operator] = STATE(1183), + [sym_unary_operator] = STATE(1183), + [sym_attribute] = STATE(1183), + [sym_subscript] = STATE(1183), + [sym_call] = STATE(1183), + [sym_generator_expression] = STATE(1183), + [sym_parenthesized_expression] = STATE(1183), + [sym_list_splat_pattern] = STATE(1172), + [sym_primary_expression] = STATE(947), + [sym_list] = STATE(1183), + [sym_set] = STATE(1183), + [sym_tuple] = STATE(1183), + [sym_dictionary] = STATE(1183), + [sym_list_comprehension] = STATE(1183), + [sym_dictionary_comprehension] = STATE(1183), + [sym_set_comprehension] = STATE(1183), + [sym_concatenated_string] = STATE(1183), + [sym_python_string] = STATE(850), + [sym_await] = STATE(1183), + [anon_sym_EQ] = ACTIONS(267), + [anon_sym_COLON_EQ] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(524), + [anon_sym_COLON] = ACTIONS(267), + [anon_sym_LPAREN] = ACTIONS(526), + [anon_sym_RPAREN] = ACTIONS(265), + [anon_sym_LBRACE] = ACTIONS(528), + [sym_identifier] = ACTIONS(530), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_print] = ACTIONS(534), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(534), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(534), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(536), + [anon_sym_DASH] = ACTIONS(538), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(536), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(540), + [anon_sym_await] = ACTIONS(542), + [anon_sym_match] = ACTIONS(534), + [anon_sym_type] = ACTIONS(530), + [sym_integer] = ACTIONS(544), + [sym_float] = ACTIONS(544), + [sym_true] = ACTIONS(544), + [sym_false] = ACTIONS(544), + [sym_none] = ACTIONS(544), + [sym_python_identifier] = ACTIONS(544), + [sym_string_start] = ACTIONS(546), + }, + [87] = { + [sym_binary_operator] = STATE(1131), + [sym_unary_operator] = STATE(1131), + [sym_attribute] = STATE(1131), + [sym_subscript] = STATE(1131), + [sym_call] = STATE(1131), + [sym_generator_expression] = STATE(1131), + [sym_parenthesized_expression] = STATE(1131), + [sym_list_splat_pattern] = STATE(1134), + [sym_primary_expression] = STATE(890), + [sym_list] = STATE(1131), + [sym_set] = STATE(1131), + [sym_tuple] = STATE(1131), + [sym_dictionary] = STATE(1131), + [sym_list_comprehension] = STATE(1131), + [sym_dictionary_comprehension] = STATE(1131), + [sym_set_comprehension] = STATE(1131), + [sym_concatenated_string] = STATE(1131), + [sym_python_string] = STATE(834), + [sym_await] = STATE(1131), + [anon_sym_COLON_EQ] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(548), + [anon_sym_COLON] = ACTIONS(267), + [anon_sym_LPAREN] = ACTIONS(550), + [anon_sym_LBRACE] = ACTIONS(552), + [anon_sym_RBRACE] = ACTIONS(265), + [sym_identifier] = ACTIONS(554), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_print] = ACTIONS(558), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(558), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(558), + [anon_sym_for] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(560), + [anon_sym_DASH] = ACTIONS(562), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(564), + [anon_sym_await] = ACTIONS(566), + [anon_sym_match] = ACTIONS(558), + [anon_sym_type] = ACTIONS(554), + [sym_integer] = ACTIONS(568), + [sym_float] = ACTIONS(568), + [sym_true] = ACTIONS(568), + [sym_false] = ACTIONS(568), + [sym_none] = ACTIONS(568), + [sym_python_identifier] = ACTIONS(568), + [sym_string_start] = ACTIONS(570), + }, + [88] = { + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_attribute] = STATE(896), + [sym_subscript] = STATE(896), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), + [sym_list_splat_pattern] = STATE(899), + [sym_primary_expression] = STATE(921), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_python_string] = STATE(825), + [sym_await] = STATE(896), + [anon_sym_COLON_EQ] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(430), + [anon_sym_LPAREN] = ACTIONS(432), + [anon_sym_LBRACE] = ACTIONS(37), + [sym_identifier] = ACTIONS(263), + [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(265), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_from] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(572), + [anon_sym_print] = ACTIONS(436), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(436), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(436), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(574), + [anon_sym_DASH] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(574), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(91), + [anon_sym_await] = ACTIONS(578), + [anon_sym_match] = ACTIONS(436), + [anon_sym_type] = ACTIONS(263), + [sym_integer] = ACTIONS(99), + [sym_float] = ACTIONS(99), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_none] = ACTIONS(99), + [sym_python_identifier] = ACTIONS(99), + [sym__newline] = ACTIONS(265), + [sym_string_start] = ACTIONS(105), + }, [89] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), + [anon_sym_EQ] = ACTIONS(442), + [anon_sym_PLUS_EQ] = ACTIONS(442), [anon_sym_LBRACK] = ACTIONS(444), [anon_sym_COLON] = ACTIONS(442), [anon_sym_LPAREN] = ACTIONS(446), [anon_sym_LBRACE] = ACTIONS(448), - [anon_sym_RBRACE] = ACTIONS(442), [sym_identifier] = ACTIONS(450), [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(442), [anon_sym_DOT] = ACTIONS(452), [anon_sym_COMMA] = ACTIONS(442), - [anon_sym_as] = ACTIONS(440), [anon_sym_STAR] = ACTIONS(455), [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(452), [anon_sym_exec] = ACTIONS(457), - [anon_sym_in] = ACTIONS(440), - [anon_sym_if] = ACTIONS(440), [anon_sym_async] = ACTIONS(457), - [anon_sym_for] = ACTIONS(440), - [anon_sym_not] = ACTIONS(440), - [anon_sym_and] = ACTIONS(440), - [anon_sym_or] = ACTIONS(440), - [anon_sym_PLUS] = ACTIONS(461), + [anon_sym_PLUS] = ACTIONS(459), [anon_sym_DASH] = ACTIONS(459), - [anon_sym_AT] = ACTIONS(577), + [anon_sym_AT] = ACTIONS(452), [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(452), + [anon_sym_SLASH_SLASH] = ACTIONS(452), + [anon_sym_STAR_STAR] = ACTIONS(452), + [anon_sym_PIPE] = ACTIONS(452), + [anon_sym_AMP] = ACTIONS(452), + [anon_sym_CARET] = ACTIONS(452), + [anon_sym_LT_LT] = ACTIONS(452), [anon_sym_TILDE] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(440), - [anon_sym_LT_EQ] = ACTIONS(442), - [anon_sym_EQ_EQ] = ACTIONS(442), - [anon_sym_BANG_EQ] = ACTIONS(442), - [anon_sym_GT_EQ] = ACTIONS(442), - [anon_sym_GT] = ACTIONS(440), - [anon_sym_LT_GT] = ACTIONS(442), - [anon_sym_is] = ACTIONS(440), + [anon_sym_DASH_EQ] = ACTIONS(442), + [anon_sym_STAR_EQ] = ACTIONS(442), + [anon_sym_SLASH_EQ] = ACTIONS(442), + [anon_sym_AT_EQ] = ACTIONS(442), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(442), + [anon_sym_PERCENT_EQ] = ACTIONS(442), + [anon_sym_STAR_STAR_EQ] = ACTIONS(442), + [anon_sym_GT_GT_EQ] = ACTIONS(442), + [anon_sym_LT_LT_EQ] = ACTIONS(442), + [anon_sym_AMP_EQ] = ACTIONS(442), + [anon_sym_CARET_EQ] = ACTIONS(442), + [anon_sym_PIPE_EQ] = ACTIONS(442), [sym_ellipsis] = ACTIONS(463), [anon_sym_await] = ACTIONS(465), [anon_sym_match] = ACTIONS(457), @@ -29017,70 +29025,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(467), [sym_none] = ACTIONS(467), [sym_python_identifier] = ACTIONS(467), + [sym__newline] = ACTIONS(442), [sym_string_start] = ACTIONS(469), }, [90] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1028), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), + [anon_sym_EQ] = ACTIONS(267), + [anon_sym_COLON_EQ] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(444), + [anon_sym_COLON] = ACTIONS(267), [anon_sym_LPAREN] = ACTIONS(446), [anon_sym_LBRACE] = ACTIONS(448), [sym_identifier] = ACTIONS(450), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(442), - [anon_sym_DOT] = ACTIONS(452), - [anon_sym_from] = ACTIONS(440), - [anon_sym_COMMA] = ACTIONS(442), - [anon_sym_as] = ACTIONS(440), - [anon_sym_STAR] = ACTIONS(455), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(580), [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(265), [anon_sym_exec] = ACTIONS(457), - [anon_sym_in] = ACTIONS(440), - [anon_sym_if] = ACTIONS(440), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), [anon_sym_async] = ACTIONS(457), - [anon_sym_not] = ACTIONS(440), - [anon_sym_and] = ACTIONS(440), - [anon_sym_or] = ACTIONS(440), - [anon_sym_PLUS] = ACTIONS(461), - [anon_sym_DASH] = ACTIONS(459), - [anon_sym_AT] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_TILDE] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(440), - [anon_sym_LT_EQ] = ACTIONS(442), - [anon_sym_EQ_EQ] = ACTIONS(442), - [anon_sym_BANG_EQ] = ACTIONS(442), - [anon_sym_GT_EQ] = ACTIONS(442), - [anon_sym_GT] = ACTIONS(440), - [anon_sym_LT_GT] = ACTIONS(442), - [anon_sym_is] = ACTIONS(440), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(582), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(582), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), [sym_ellipsis] = ACTIONS(463), - [anon_sym_await] = ACTIONS(465), + [anon_sym_await] = ACTIONS(586), [anon_sym_match] = ACTIONS(457), [anon_sym_type] = ACTIONS(450), [sym_integer] = ACTIONS(467), @@ -29089,291 +29099,289 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(467), [sym_none] = ACTIONS(467), [sym_python_identifier] = ACTIONS(467), - [sym__newline] = ACTIONS(442), [sym_string_start] = ACTIONS(469), }, [91] = { - [sym_binary_operator] = STATE(1364), - [sym_unary_operator] = STATE(1364), - [sym_attribute] = STATE(1364), - [sym_subscript] = STATE(1364), - [sym_call] = STATE(1364), - [sym_generator_expression] = STATE(1364), - [sym_parenthesized_expression] = STATE(1364), - [sym_list_splat_pattern] = STATE(1365), - [sym_primary_expression] = STATE(1125), - [sym_list] = STATE(1364), - [sym_set] = STATE(1364), - [sym_tuple] = STATE(1364), - [sym_dictionary] = STATE(1364), - [sym_list_comprehension] = STATE(1364), - [sym_dictionary_comprehension] = STATE(1364), - [sym_set_comprehension] = STATE(1364), - [sym_concatenated_string] = STATE(1364), - [sym_python_string] = STATE(904), - [sym_await] = STATE(1364), + [sym_binary_operator] = STATE(1183), + [sym_unary_operator] = STATE(1183), + [sym_attribute] = STATE(1183), + [sym_subscript] = STATE(1183), + [sym_call] = STATE(1183), + [sym_generator_expression] = STATE(1183), + [sym_parenthesized_expression] = STATE(1183), + [sym_list_splat_pattern] = STATE(1172), + [sym_primary_expression] = STATE(947), + [sym_list] = STATE(1183), + [sym_set] = STATE(1183), + [sym_tuple] = STATE(1183), + [sym_dictionary] = STATE(1183), + [sym_list_comprehension] = STATE(1183), + [sym_dictionary_comprehension] = STATE(1183), + [sym_set_comprehension] = STATE(1183), + [sym_concatenated_string] = STATE(1183), + [sym_python_string] = STATE(850), + [sym_await] = STATE(1183), [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(580), - [anon_sym_RBRACK] = ACTIONS(577), - [anon_sym_LPAREN] = ACTIONS(582), - [anon_sym_LBRACE] = ACTIONS(584), - [sym_identifier] = ACTIONS(586), + [anon_sym_LBRACK] = ACTIONS(524), + [anon_sym_LPAREN] = ACTIONS(526), + [anon_sym_RPAREN] = ACTIONS(495), + [anon_sym_LBRACE] = ACTIONS(528), + [sym_identifier] = ACTIONS(530), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(452), - [anon_sym_COMMA] = ACTIONS(577), + [anon_sym_COMMA] = ACTIONS(495), [anon_sym_as] = ACTIONS(452), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_print] = ACTIONS(590), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_exec] = ACTIONS(590), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_print] = ACTIONS(534), + [anon_sym_GT_GT] = ACTIONS(495), + [anon_sym_exec] = ACTIONS(534), [anon_sym_in] = ACTIONS(452), [anon_sym_if] = ACTIONS(452), - [anon_sym_async] = ACTIONS(590), + [anon_sym_async] = ACTIONS(534), [anon_sym_for] = ACTIONS(440), [anon_sym_not] = ACTIONS(452), [anon_sym_and] = ACTIONS(452), [anon_sym_or] = ACTIONS(452), - [anon_sym_PLUS] = ACTIONS(592), - [anon_sym_DASH] = ACTIONS(594), - [anon_sym_AT] = ACTIONS(577), + [anon_sym_PLUS] = ACTIONS(536), + [anon_sym_DASH] = ACTIONS(538), + [anon_sym_AT] = ACTIONS(495), [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_TILDE] = ACTIONS(592), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), + [anon_sym_TILDE] = ACTIONS(536), [anon_sym_LT] = ACTIONS(452), - [anon_sym_LT_EQ] = ACTIONS(577), - [anon_sym_EQ_EQ] = ACTIONS(577), - [anon_sym_BANG_EQ] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(577), + [anon_sym_LT_EQ] = ACTIONS(495), + [anon_sym_EQ_EQ] = ACTIONS(495), + [anon_sym_BANG_EQ] = ACTIONS(495), + [anon_sym_GT_EQ] = ACTIONS(495), [anon_sym_GT] = ACTIONS(452), - [anon_sym_LT_GT] = ACTIONS(577), + [anon_sym_LT_GT] = ACTIONS(495), [anon_sym_is] = ACTIONS(452), - [sym_ellipsis] = ACTIONS(596), - [anon_sym_await] = ACTIONS(598), - [anon_sym_match] = ACTIONS(590), - [anon_sym_type] = ACTIONS(586), - [sym_integer] = ACTIONS(600), - [sym_float] = ACTIONS(600), - [sym_true] = ACTIONS(600), - [sym_false] = ACTIONS(600), - [sym_none] = ACTIONS(600), - [sym_python_identifier] = ACTIONS(600), - [sym_string_start] = ACTIONS(602), + [sym_ellipsis] = ACTIONS(540), + [anon_sym_await] = ACTIONS(542), + [anon_sym_match] = ACTIONS(534), + [anon_sym_type] = ACTIONS(530), + [sym_integer] = ACTIONS(544), + [sym_float] = ACTIONS(544), + [sym_true] = ACTIONS(544), + [sym_false] = ACTIONS(544), + [sym_none] = ACTIONS(544), + [sym_python_identifier] = ACTIONS(544), + [sym_string_start] = ACTIONS(546), }, [92] = { - [sym_binary_operator] = STATE(1128), - [sym_unary_operator] = STATE(1128), - [sym_attribute] = STATE(1128), - [sym_subscript] = STATE(1128), - [sym_call] = STATE(1128), - [sym_generator_expression] = STATE(1128), - [sym_parenthesized_expression] = STATE(1128), - [sym_list_splat_pattern] = STATE(1132), - [sym_primary_expression] = STATE(852), - [sym_list] = STATE(1128), - [sym_set] = STATE(1128), - [sym_tuple] = STATE(1128), - [sym_dictionary] = STATE(1128), - [sym_list_comprehension] = STATE(1128), - [sym_dictionary_comprehension] = STATE(1128), - [sym_set_comprehension] = STATE(1128), - [sym_concatenated_string] = STATE(1128), - [sym_python_string] = STATE(827), - [sym_await] = STATE(1128), - [anon_sym_LBRACK] = ACTIONS(545), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_LPAREN] = ACTIONS(547), - [anon_sym_LBRACE] = ACTIONS(549), - [anon_sym_RBRACE] = ACTIONS(268), - [sym_identifier] = ACTIONS(551), + [sym_binary_operator] = STATE(1271), + [sym_unary_operator] = STATE(1271), + [sym_attribute] = STATE(1271), + [sym_subscript] = STATE(1271), + [sym_call] = STATE(1271), + [sym_generator_expression] = STATE(1271), + [sym_parenthesized_expression] = STATE(1271), + [sym_list_splat_pattern] = STATE(1270), + [sym_primary_expression] = STATE(995), + [sym_list] = STATE(1271), + [sym_set] = STATE(1271), + [sym_tuple] = STATE(1271), + [sym_dictionary] = STATE(1271), + [sym_list_comprehension] = STATE(1271), + [sym_dictionary_comprehension] = STATE(1271), + [sym_set_comprehension] = STATE(1271), + [sym_concatenated_string] = STATE(1271), + [sym_python_string] = STATE(867), + [sym_await] = STATE(1271), + [anon_sym_COLON_EQ] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(500), + [anon_sym_LPAREN] = ACTIONS(502), + [anon_sym_RPAREN] = ACTIONS(265), + [anon_sym_LBRACE] = ACTIONS(504), + [sym_identifier] = ACTIONS(506), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(553), - [anon_sym_print] = ACTIONS(555), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(555), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(555), - [anon_sym_for] = ACTIONS(270), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(557), - [anon_sym_DASH] = ACTIONS(559), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(561), - [anon_sym_await] = ACTIONS(563), - [anon_sym_match] = ACTIONS(555), - [anon_sym_type] = ACTIONS(551), - [sym_integer] = ACTIONS(565), - [sym_float] = ACTIONS(565), - [sym_true] = ACTIONS(565), - [sym_false] = ACTIONS(565), - [sym_none] = ACTIONS(565), - [sym_python_identifier] = ACTIONS(565), - [sym_string_start] = ACTIONS(567), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(508), + [anon_sym_print] = ACTIONS(510), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(510), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(510), + [anon_sym_for] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(512), + [anon_sym_DASH] = ACTIONS(514), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(512), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(516), + [anon_sym_await] = ACTIONS(518), + [anon_sym_match] = ACTIONS(510), + [anon_sym_type] = ACTIONS(506), + [sym_integer] = ACTIONS(520), + [sym_float] = ACTIONS(520), + [sym_true] = ACTIONS(520), + [sym_false] = ACTIONS(520), + [sym_none] = ACTIONS(520), + [sym_python_identifier] = ACTIONS(520), + [sym_string_start] = ACTIONS(522), }, [93] = { - [sym_binary_operator] = STATE(1272), - [sym_unary_operator] = STATE(1272), - [sym_attribute] = STATE(1272), - [sym_subscript] = STATE(1272), - [sym_call] = STATE(1272), - [sym_generator_expression] = STATE(1272), - [sym_parenthesized_expression] = STATE(1272), - [sym_list_splat_pattern] = STATE(1270), - [sym_primary_expression] = STATE(918), - [sym_list] = STATE(1272), - [sym_set] = STATE(1272), - [sym_tuple] = STATE(1272), - [sym_dictionary] = STATE(1272), - [sym_list_comprehension] = STATE(1272), - [sym_dictionary_comprehension] = STATE(1272), - [sym_set_comprehension] = STATE(1272), - [sym_concatenated_string] = STATE(1272), - [sym_python_string] = STATE(838), - [sym_await] = STATE(1272), + [sym_binary_operator] = STATE(1316), + [sym_unary_operator] = STATE(1316), + [sym_attribute] = STATE(1316), + [sym_subscript] = STATE(1316), + [sym_call] = STATE(1316), + [sym_generator_expression] = STATE(1316), + [sym_parenthesized_expression] = STATE(1316), + [sym_list_splat_pattern] = STATE(1321), + [sym_primary_expression] = STATE(1147), + [sym_list] = STATE(1316), + [sym_set] = STATE(1316), + [sym_tuple] = STATE(1316), + [sym_dictionary] = STATE(1316), + [sym_list_comprehension] = STATE(1316), + [sym_dictionary_comprehension] = STATE(1316), + [sym_set_comprehension] = STATE(1316), + [sym_concatenated_string] = STATE(1316), + [sym_python_string] = STATE(900), + [sym_await] = STATE(1316), [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LPAREN] = ACTIONS(499), - [anon_sym_RPAREN] = ACTIONS(268), - [anon_sym_LBRACE] = ACTIONS(501), - [sym_identifier] = ACTIONS(503), + [anon_sym_LBRACK] = ACTIONS(588), + [anon_sym_RBRACK] = ACTIONS(495), + [anon_sym_LPAREN] = ACTIONS(590), + [anon_sym_LBRACE] = ACTIONS(592), + [sym_identifier] = ACTIONS(594), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(505), - [anon_sym_print] = ACTIONS(507), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(507), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(507), - [anon_sym_for] = ACTIONS(270), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(509), - [anon_sym_DASH] = ACTIONS(511), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(509), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(513), - [anon_sym_await] = ACTIONS(515), - [anon_sym_match] = ACTIONS(507), - [anon_sym_type] = ACTIONS(503), - [sym_integer] = ACTIONS(517), - [sym_float] = ACTIONS(517), - [sym_true] = ACTIONS(517), - [sym_false] = ACTIONS(517), - [sym_none] = ACTIONS(517), - [sym_python_identifier] = ACTIONS(517), - [sym_string_start] = ACTIONS(519), + [anon_sym_DOT] = ACTIONS(452), + [anon_sym_COMMA] = ACTIONS(495), + [anon_sym_as] = ACTIONS(452), + [anon_sym_STAR] = ACTIONS(596), + [anon_sym_print] = ACTIONS(598), + [anon_sym_GT_GT] = ACTIONS(495), + [anon_sym_exec] = ACTIONS(598), + [anon_sym_in] = ACTIONS(452), + [anon_sym_if] = ACTIONS(452), + [anon_sym_async] = ACTIONS(598), + [anon_sym_for] = ACTIONS(440), + [anon_sym_not] = ACTIONS(452), + [anon_sym_and] = ACTIONS(452), + [anon_sym_or] = ACTIONS(452), + [anon_sym_PLUS] = ACTIONS(600), + [anon_sym_DASH] = ACTIONS(602), + [anon_sym_AT] = ACTIONS(495), + [anon_sym_SLASH] = ACTIONS(452), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), + [anon_sym_TILDE] = ACTIONS(600), + [anon_sym_LT] = ACTIONS(452), + [anon_sym_LT_EQ] = ACTIONS(495), + [anon_sym_EQ_EQ] = ACTIONS(495), + [anon_sym_BANG_EQ] = ACTIONS(495), + [anon_sym_GT_EQ] = ACTIONS(495), + [anon_sym_GT] = ACTIONS(452), + [anon_sym_LT_GT] = ACTIONS(495), + [anon_sym_is] = ACTIONS(452), + [sym_ellipsis] = ACTIONS(604), + [anon_sym_await] = ACTIONS(606), + [anon_sym_match] = ACTIONS(598), + [anon_sym_type] = ACTIONS(594), + [sym_integer] = ACTIONS(608), + [sym_float] = ACTIONS(608), + [sym_true] = ACTIONS(608), + [sym_false] = ACTIONS(608), + [sym_none] = ACTIONS(608), + [sym_python_identifier] = ACTIONS(608), + [sym_string_start] = ACTIONS(610), }, [94] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1036), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), - [anon_sym_EQ] = ACTIONS(270), - [anon_sym_COLON_EQ] = ACTIONS(253), + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), + [anon_sym_EQ] = ACTIONS(255), + [anon_sym_PLUS_EQ] = ACTIONS(255), [anon_sym_LBRACK] = ACTIONS(444), - [anon_sym_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(255), [anon_sym_LPAREN] = ACTIONS(446), [anon_sym_LBRACE] = ACTIONS(448), [sym_identifier] = ACTIONS(450), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(604), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(255), + [anon_sym_STAR] = ACTIONS(455), [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(268), + [anon_sym_GT_GT] = ACTIONS(267), [anon_sym_exec] = ACTIONS(457), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), [anon_sym_async] = ACTIONS(457), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(608), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), + [anon_sym_PLUS] = ACTIONS(459), + [anon_sym_DASH] = ACTIONS(459), + [anon_sym_AT] = ACTIONS(267), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(267), + [anon_sym_SLASH_SLASH] = ACTIONS(267), + [anon_sym_STAR_STAR] = ACTIONS(267), + [anon_sym_PIPE] = ACTIONS(267), + [anon_sym_AMP] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(267), + [anon_sym_TILDE] = ACTIONS(461), + [anon_sym_DASH_EQ] = ACTIONS(255), + [anon_sym_STAR_EQ] = ACTIONS(255), + [anon_sym_SLASH_EQ] = ACTIONS(255), + [anon_sym_AT_EQ] = ACTIONS(255), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(255), + [anon_sym_PERCENT_EQ] = ACTIONS(255), + [anon_sym_STAR_STAR_EQ] = ACTIONS(255), + [anon_sym_GT_GT_EQ] = ACTIONS(255), + [anon_sym_LT_LT_EQ] = ACTIONS(255), + [anon_sym_AMP_EQ] = ACTIONS(255), + [anon_sym_CARET_EQ] = ACTIONS(255), + [anon_sym_PIPE_EQ] = ACTIONS(255), [sym_ellipsis] = ACTIONS(463), - [anon_sym_await] = ACTIONS(610), + [anon_sym_await] = ACTIONS(465), [anon_sym_match] = ACTIONS(457), [anon_sym_type] = ACTIONS(450), [sym_integer] = ACTIONS(467), @@ -29382,215 +29390,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(467), [sym_none] = ACTIONS(467), [sym_python_identifier] = ACTIONS(467), + [sym__newline] = ACTIONS(255), [sym_string_start] = ACTIONS(469), }, [95] = { - [sym_binary_operator] = STATE(1272), - [sym_unary_operator] = STATE(1272), - [sym_attribute] = STATE(1272), - [sym_subscript] = STATE(1272), - [sym_call] = STATE(1272), - [sym_generator_expression] = STATE(1272), - [sym_parenthesized_expression] = STATE(1272), - [sym_list_splat_pattern] = STATE(1270), - [sym_primary_expression] = STATE(918), - [sym_list] = STATE(1272), - [sym_set] = STATE(1272), - [sym_tuple] = STATE(1272), - [sym_dictionary] = STATE(1272), - [sym_list_comprehension] = STATE(1272), - [sym_dictionary_comprehension] = STATE(1272), - [sym_set_comprehension] = STATE(1272), - [sym_concatenated_string] = STATE(1272), - [sym_python_string] = STATE(838), - [sym_await] = STATE(1272), + [sym_binary_operator] = STATE(1183), + [sym_unary_operator] = STATE(1183), + [sym_attribute] = STATE(1183), + [sym_subscript] = STATE(1183), + [sym_call] = STATE(1183), + [sym_generator_expression] = STATE(1183), + [sym_parenthesized_expression] = STATE(1183), + [sym_list_splat_pattern] = STATE(1172), + [sym_primary_expression] = STATE(947), + [sym_list] = STATE(1183), + [sym_set] = STATE(1183), + [sym_tuple] = STATE(1183), + [sym_dictionary] = STATE(1183), + [sym_list_comprehension] = STATE(1183), + [sym_dictionary_comprehension] = STATE(1183), + [sym_set_comprehension] = STATE(1183), + [sym_concatenated_string] = STATE(1183), + [sym_python_string] = STATE(850), + [sym_await] = STATE(1183), + [anon_sym_EQ] = ACTIONS(498), [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LPAREN] = ACTIONS(499), - [anon_sym_RPAREN] = ACTIONS(272), - [anon_sym_LBRACE] = ACTIONS(501), - [sym_identifier] = ACTIONS(503), + [anon_sym_LBRACK] = ACTIONS(524), + [anon_sym_LPAREN] = ACTIONS(526), + [anon_sym_RPAREN] = ACTIONS(265), + [anon_sym_LBRACE] = ACTIONS(528), + [sym_identifier] = ACTIONS(530), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(272), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(505), - [anon_sym_print] = ACTIONS(507), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(507), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(507), - [anon_sym_for] = ACTIONS(270), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(509), - [anon_sym_DASH] = ACTIONS(511), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(509), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(513), - [anon_sym_await] = ACTIONS(515), - [anon_sym_match] = ACTIONS(507), - [anon_sym_type] = ACTIONS(503), - [sym_integer] = ACTIONS(517), - [sym_float] = ACTIONS(517), - [sym_true] = ACTIONS(517), - [sym_false] = ACTIONS(517), - [sym_none] = ACTIONS(517), - [sym_python_identifier] = ACTIONS(517), - [sym_string_start] = ACTIONS(519), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_print] = ACTIONS(534), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(534), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(534), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(536), + [anon_sym_DASH] = ACTIONS(538), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(536), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(540), + [anon_sym_await] = ACTIONS(542), + [anon_sym_match] = ACTIONS(534), + [anon_sym_type] = ACTIONS(530), + [sym_integer] = ACTIONS(544), + [sym_float] = ACTIONS(544), + [sym_true] = ACTIONS(544), + [sym_false] = ACTIONS(544), + [sym_none] = ACTIONS(544), + [sym_python_identifier] = ACTIONS(544), + [sym_string_start] = ACTIONS(546), }, [96] = { - [sym_binary_operator] = STATE(1237), - [sym_unary_operator] = STATE(1237), - [sym_attribute] = STATE(1237), - [sym_subscript] = STATE(1237), - [sym_call] = STATE(1237), - [sym_generator_expression] = STATE(1237), - [sym_parenthesized_expression] = STATE(1237), - [sym_list_splat_pattern] = STATE(1223), - [sym_primary_expression] = STATE(988), - [sym_list] = STATE(1237), - [sym_set] = STATE(1237), - [sym_tuple] = STATE(1237), - [sym_dictionary] = STATE(1237), - [sym_list_comprehension] = STATE(1237), - [sym_dictionary_comprehension] = STATE(1237), - [sym_set_comprehension] = STATE(1237), - [sym_concatenated_string] = STATE(1237), - [sym_python_string] = STATE(849), - [sym_await] = STATE(1237), - [anon_sym_EQ] = ACTIONS(270), - [anon_sym_LBRACK] = ACTIONS(521), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_LPAREN] = ACTIONS(523), - [anon_sym_RPAREN] = ACTIONS(268), - [anon_sym_LBRACE] = ACTIONS(525), - [sym_identifier] = ACTIONS(527), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(529), - [anon_sym_print] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(531), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(531), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(533), - [anon_sym_DASH] = ACTIONS(535), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(533), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(537), - [anon_sym_await] = ACTIONS(539), - [anon_sym_match] = ACTIONS(531), - [anon_sym_type] = ACTIONS(527), - [sym_integer] = ACTIONS(541), - [sym_float] = ACTIONS(541), - [sym_true] = ACTIONS(541), - [sym_false] = ACTIONS(541), - [sym_none] = ACTIONS(541), - [sym_python_identifier] = ACTIONS(541), - [sym_string_start] = ACTIONS(543), - }, - [97] = { - [sym_binary_operator] = STATE(1152), - [sym_unary_operator] = STATE(1152), - [sym_attribute] = STATE(1152), - [sym_subscript] = STATE(1152), - [sym_call] = STATE(1152), - [sym_generator_expression] = STATE(1152), - [sym_parenthesized_expression] = STATE(1152), - [sym_list_splat_pattern] = STATE(1192), - [sym_primary_expression] = STATE(987), - [sym_list] = STATE(1152), - [sym_set] = STATE(1152), - [sym_tuple] = STATE(1152), - [sym_dictionary] = STATE(1152), - [sym_list_comprehension] = STATE(1152), - [sym_dictionary_comprehension] = STATE(1152), - [sym_set_comprehension] = STATE(1152), - [sym_concatenated_string] = STATE(1152), - [sym_python_string] = STATE(890), - [sym_await] = STATE(1152), + [sym_binary_operator] = STATE(1193), + [sym_unary_operator] = STATE(1193), + [sym_attribute] = STATE(1193), + [sym_subscript] = STATE(1193), + [sym_call] = STATE(1193), + [sym_generator_expression] = STATE(1193), + [sym_parenthesized_expression] = STATE(1193), + [sym_list_splat_pattern] = STATE(1198), + [sym_primary_expression] = STATE(992), + [sym_list] = STATE(1193), + [sym_set] = STATE(1193), + [sym_tuple] = STATE(1193), + [sym_dictionary] = STATE(1193), + [sym_list_comprehension] = STATE(1193), + [sym_dictionary_comprehension] = STATE(1193), + [sym_set_comprehension] = STATE(1193), + [sym_concatenated_string] = STATE(1193), + [sym_python_string] = STATE(845), + [sym_await] = STATE(1193), [anon_sym_COLON_EQ] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(612), - [anon_sym_RBRACK] = ACTIONS(272), + [anon_sym_RBRACK] = ACTIONS(269), [anon_sym_LPAREN] = ACTIONS(614), [anon_sym_LBRACE] = ACTIONS(616), [sym_identifier] = ACTIONS(618), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(272), - [anon_sym_as] = ACTIONS(270), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(269), + [anon_sym_as] = ACTIONS(267), [anon_sym_STAR] = ACTIONS(620), [anon_sym_print] = ACTIONS(622), - [anon_sym_GT_GT] = ACTIONS(268), + [anon_sym_GT_GT] = ACTIONS(265), [anon_sym_exec] = ACTIONS(622), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), [anon_sym_async] = ACTIONS(622), - [anon_sym_for] = ACTIONS(270), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), + [anon_sym_for] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), [anon_sym_PLUS] = ACTIONS(624), [anon_sym_DASH] = ACTIONS(626), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), [anon_sym_TILDE] = ACTIONS(624), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), [sym_ellipsis] = ACTIONS(628), [anon_sym_await] = ACTIONS(630), [anon_sym_match] = ACTIONS(622), @@ -29603,213 +29539,213 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_python_identifier] = ACTIONS(632), [sym_string_start] = ACTIONS(634), }, - [98] = { - [sym_binary_operator] = STATE(1237), - [sym_unary_operator] = STATE(1237), - [sym_attribute] = STATE(1237), - [sym_subscript] = STATE(1237), - [sym_call] = STATE(1237), - [sym_generator_expression] = STATE(1237), - [sym_parenthesized_expression] = STATE(1237), - [sym_list_splat_pattern] = STATE(1223), - [sym_primary_expression] = STATE(988), - [sym_list] = STATE(1237), - [sym_set] = STATE(1237), - [sym_tuple] = STATE(1237), - [sym_dictionary] = STATE(1237), - [sym_list_comprehension] = STATE(1237), - [sym_dictionary_comprehension] = STATE(1237), - [sym_set_comprehension] = STATE(1237), - [sym_concatenated_string] = STATE(1237), - [sym_python_string] = STATE(849), - [sym_await] = STATE(1237), - [anon_sym_EQ] = ACTIONS(495), - [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(521), - [anon_sym_LPAREN] = ACTIONS(523), - [anon_sym_RPAREN] = ACTIONS(268), - [anon_sym_LBRACE] = ACTIONS(525), - [sym_identifier] = ACTIONS(527), + [97] = { + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), + [anon_sym_EQ] = ACTIONS(440), + [anon_sym_LBRACK] = ACTIONS(444), + [anon_sym_COLON] = ACTIONS(442), + [anon_sym_LPAREN] = ACTIONS(446), + [anon_sym_RPAREN] = ACTIONS(442), + [anon_sym_LBRACE] = ACTIONS(448), + [sym_identifier] = ACTIONS(450), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(529), - [anon_sym_print] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(531), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(531), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(533), - [anon_sym_DASH] = ACTIONS(535), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(533), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(537), - [anon_sym_await] = ACTIONS(539), - [anon_sym_match] = ACTIONS(531), - [anon_sym_type] = ACTIONS(527), - [sym_integer] = ACTIONS(541), - [sym_float] = ACTIONS(541), - [sym_true] = ACTIONS(541), - [sym_false] = ACTIONS(541), - [sym_none] = ACTIONS(541), - [sym_python_identifier] = ACTIONS(541), - [sym_string_start] = ACTIONS(543), + [anon_sym_DOT] = ACTIONS(452), + [anon_sym_COMMA] = ACTIONS(442), + [anon_sym_as] = ACTIONS(440), + [anon_sym_STAR] = ACTIONS(455), + [anon_sym_print] = ACTIONS(457), + [anon_sym_GT_GT] = ACTIONS(495), + [anon_sym_exec] = ACTIONS(457), + [anon_sym_in] = ACTIONS(440), + [anon_sym_if] = ACTIONS(440), + [anon_sym_async] = ACTIONS(457), + [anon_sym_not] = ACTIONS(440), + [anon_sym_and] = ACTIONS(440), + [anon_sym_or] = ACTIONS(440), + [anon_sym_PLUS] = ACTIONS(461), + [anon_sym_DASH] = ACTIONS(459), + [anon_sym_AT] = ACTIONS(495), + [anon_sym_SLASH] = ACTIONS(452), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), + [anon_sym_TILDE] = ACTIONS(461), + [anon_sym_LT] = ACTIONS(440), + [anon_sym_LT_EQ] = ACTIONS(442), + [anon_sym_EQ_EQ] = ACTIONS(442), + [anon_sym_BANG_EQ] = ACTIONS(442), + [anon_sym_GT_EQ] = ACTIONS(442), + [anon_sym_GT] = ACTIONS(440), + [anon_sym_LT_GT] = ACTIONS(442), + [anon_sym_is] = ACTIONS(440), + [sym_ellipsis] = ACTIONS(463), + [anon_sym_await] = ACTIONS(465), + [anon_sym_match] = ACTIONS(457), + [anon_sym_type] = ACTIONS(450), + [sym_integer] = ACTIONS(467), + [sym_float] = ACTIONS(467), + [sym_true] = ACTIONS(467), + [sym_false] = ACTIONS(467), + [sym_none] = ACTIONS(467), + [sym_python_identifier] = ACTIONS(467), + [sym_string_start] = ACTIONS(469), }, - [99] = { - [sym_binary_operator] = STATE(1364), - [sym_unary_operator] = STATE(1364), - [sym_attribute] = STATE(1364), - [sym_subscript] = STATE(1364), - [sym_call] = STATE(1364), - [sym_generator_expression] = STATE(1364), - [sym_parenthesized_expression] = STATE(1364), - [sym_list_splat_pattern] = STATE(1365), - [sym_primary_expression] = STATE(1125), - [sym_list] = STATE(1364), - [sym_set] = STATE(1364), - [sym_tuple] = STATE(1364), - [sym_dictionary] = STATE(1364), - [sym_list_comprehension] = STATE(1364), - [sym_dictionary_comprehension] = STATE(1364), - [sym_set_comprehension] = STATE(1364), - [sym_concatenated_string] = STATE(1364), - [sym_python_string] = STATE(904), - [sym_await] = STATE(1364), - [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(580), - [anon_sym_RBRACK] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(270), - [anon_sym_LPAREN] = ACTIONS(582), - [anon_sym_LBRACE] = ACTIONS(584), - [sym_identifier] = ACTIONS(586), + [98] = { + [sym_binary_operator] = STATE(1183), + [sym_unary_operator] = STATE(1183), + [sym_attribute] = STATE(1183), + [sym_subscript] = STATE(1183), + [sym_call] = STATE(1183), + [sym_generator_expression] = STATE(1183), + [sym_parenthesized_expression] = STATE(1183), + [sym_list_splat_pattern] = STATE(1172), + [sym_primary_expression] = STATE(947), + [sym_list] = STATE(1183), + [sym_set] = STATE(1183), + [sym_tuple] = STATE(1183), + [sym_dictionary] = STATE(1183), + [sym_list_comprehension] = STATE(1183), + [sym_dictionary_comprehension] = STATE(1183), + [sym_set_comprehension] = STATE(1183), + [sym_concatenated_string] = STATE(1183), + [sym_python_string] = STATE(850), + [sym_await] = STATE(1183), + [anon_sym_EQ] = ACTIONS(267), + [anon_sym_LBRACK] = ACTIONS(524), + [anon_sym_COLON] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(526), + [anon_sym_RPAREN] = ACTIONS(265), + [anon_sym_LBRACE] = ACTIONS(528), + [sym_identifier] = ACTIONS(530), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_print] = ACTIONS(590), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(590), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(590), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(592), - [anon_sym_DASH] = ACTIONS(594), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(592), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(596), - [anon_sym_await] = ACTIONS(598), - [anon_sym_match] = ACTIONS(590), - [anon_sym_type] = ACTIONS(586), - [sym_integer] = ACTIONS(600), - [sym_float] = ACTIONS(600), - [sym_true] = ACTIONS(600), - [sym_false] = ACTIONS(600), - [sym_none] = ACTIONS(600), - [sym_python_identifier] = ACTIONS(600), - [sym_string_start] = ACTIONS(602), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_print] = ACTIONS(534), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(534), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(534), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(536), + [anon_sym_DASH] = ACTIONS(538), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(536), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(540), + [anon_sym_await] = ACTIONS(542), + [anon_sym_match] = ACTIONS(534), + [anon_sym_type] = ACTIONS(530), + [sym_integer] = ACTIONS(544), + [sym_float] = ACTIONS(544), + [sym_true] = ACTIONS(544), + [sym_false] = ACTIONS(544), + [sym_none] = ACTIONS(544), + [sym_python_identifier] = ACTIONS(544), + [sym_string_start] = ACTIONS(546), }, - [100] = { - [sym_binary_operator] = STATE(1152), - [sym_unary_operator] = STATE(1152), - [sym_attribute] = STATE(1152), - [sym_subscript] = STATE(1152), - [sym_call] = STATE(1152), - [sym_generator_expression] = STATE(1152), - [sym_parenthesized_expression] = STATE(1152), - [sym_list_splat_pattern] = STATE(1192), - [sym_primary_expression] = STATE(987), - [sym_list] = STATE(1152), - [sym_set] = STATE(1152), - [sym_tuple] = STATE(1152), - [sym_dictionary] = STATE(1152), - [sym_list_comprehension] = STATE(1152), - [sym_dictionary_comprehension] = STATE(1152), - [sym_set_comprehension] = STATE(1152), - [sym_concatenated_string] = STATE(1152), - [sym_python_string] = STATE(890), - [sym_await] = STATE(1152), + [99] = { + [sym_binary_operator] = STATE(1193), + [sym_unary_operator] = STATE(1193), + [sym_attribute] = STATE(1193), + [sym_subscript] = STATE(1193), + [sym_call] = STATE(1193), + [sym_generator_expression] = STATE(1193), + [sym_parenthesized_expression] = STATE(1193), + [sym_list_splat_pattern] = STATE(1198), + [sym_primary_expression] = STATE(992), + [sym_list] = STATE(1193), + [sym_set] = STATE(1193), + [sym_tuple] = STATE(1193), + [sym_dictionary] = STATE(1193), + [sym_list_comprehension] = STATE(1193), + [sym_dictionary_comprehension] = STATE(1193), + [sym_set_comprehension] = STATE(1193), + [sym_concatenated_string] = STATE(1193), + [sym_python_string] = STATE(845), + [sym_await] = STATE(1193), [anon_sym_COLON_EQ] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(612), - [anon_sym_RBRACK] = ACTIONS(268), + [anon_sym_RBRACK] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(614), [anon_sym_LBRACE] = ACTIONS(616), [sym_identifier] = ACTIONS(618), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), [anon_sym_STAR] = ACTIONS(620), [anon_sym_print] = ACTIONS(622), - [anon_sym_GT_GT] = ACTIONS(268), + [anon_sym_GT_GT] = ACTIONS(265), [anon_sym_exec] = ACTIONS(622), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), [anon_sym_async] = ACTIONS(622), - [anon_sym_for] = ACTIONS(270), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), + [anon_sym_for] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), [anon_sym_PLUS] = ACTIONS(624), [anon_sym_DASH] = ACTIONS(626), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), [anon_sym_TILDE] = ACTIONS(624), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), [sym_ellipsis] = ACTIONS(628), [anon_sym_await] = ACTIONS(630), [anon_sym_match] = ACTIONS(622), @@ -29822,113 +29758,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_python_identifier] = ACTIONS(632), [sym_string_start] = ACTIONS(634), }, + [100] = { + [sym_binary_operator] = STATE(1131), + [sym_unary_operator] = STATE(1131), + [sym_attribute] = STATE(1131), + [sym_subscript] = STATE(1131), + [sym_call] = STATE(1131), + [sym_generator_expression] = STATE(1131), + [sym_parenthesized_expression] = STATE(1131), + [sym_list_splat_pattern] = STATE(1134), + [sym_primary_expression] = STATE(890), + [sym_list] = STATE(1131), + [sym_set] = STATE(1131), + [sym_tuple] = STATE(1131), + [sym_dictionary] = STATE(1131), + [sym_list_comprehension] = STATE(1131), + [sym_dictionary_comprehension] = STATE(1131), + [sym_set_comprehension] = STATE(1131), + [sym_concatenated_string] = STATE(1131), + [sym_python_string] = STATE(834), + [sym_await] = STATE(1131), + [anon_sym_LBRACK] = ACTIONS(548), + [anon_sym_COLON] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(550), + [anon_sym_LBRACE] = ACTIONS(552), + [anon_sym_RBRACE] = ACTIONS(265), + [sym_identifier] = ACTIONS(554), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_print] = ACTIONS(558), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(558), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(558), + [anon_sym_for] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(560), + [anon_sym_DASH] = ACTIONS(562), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(564), + [anon_sym_await] = ACTIONS(566), + [anon_sym_match] = ACTIONS(558), + [anon_sym_type] = ACTIONS(554), + [sym_integer] = ACTIONS(568), + [sym_float] = ACTIONS(568), + [sym_true] = ACTIONS(568), + [sym_false] = ACTIONS(568), + [sym_none] = ACTIONS(568), + [sym_python_identifier] = ACTIONS(568), + [sym_string_start] = ACTIONS(570), + }, [101] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), + [sym_binary_operator] = STATE(1271), + [sym_unary_operator] = STATE(1271), + [sym_attribute] = STATE(1271), + [sym_subscript] = STATE(1271), + [sym_call] = STATE(1271), + [sym_generator_expression] = STATE(1271), + [sym_parenthesized_expression] = STATE(1271), + [sym_list_splat_pattern] = STATE(1270), + [sym_primary_expression] = STATE(995), + [sym_list] = STATE(1271), + [sym_set] = STATE(1271), + [sym_tuple] = STATE(1271), + [sym_dictionary] = STATE(1271), + [sym_list_comprehension] = STATE(1271), + [sym_dictionary_comprehension] = STATE(1271), + [sym_set_comprehension] = STATE(1271), + [sym_concatenated_string] = STATE(1271), [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), - [anon_sym_EQ] = ACTIONS(442), - [anon_sym_PLUS_EQ] = ACTIONS(442), - [anon_sym_LBRACK] = ACTIONS(444), - [anon_sym_COLON] = ACTIONS(442), - [anon_sym_LPAREN] = ACTIONS(446), - [anon_sym_LBRACE] = ACTIONS(448), - [sym_identifier] = ACTIONS(450), + [sym_await] = STATE(1271), + [anon_sym_COLON_EQ] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(500), + [anon_sym_LPAREN] = ACTIONS(502), + [anon_sym_RPAREN] = ACTIONS(269), + [anon_sym_LBRACE] = ACTIONS(504), + [sym_identifier] = ACTIONS(506), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(442), - [anon_sym_DOT] = ACTIONS(452), - [anon_sym_COMMA] = ACTIONS(442), - [anon_sym_STAR] = ACTIONS(455), - [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(452), - [anon_sym_exec] = ACTIONS(457), - [anon_sym_async] = ACTIONS(457), - [anon_sym_PLUS] = ACTIONS(459), - [anon_sym_DASH] = ACTIONS(459), - [anon_sym_AT] = ACTIONS(452), - [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(452), - [anon_sym_SLASH_SLASH] = ACTIONS(452), - [anon_sym_STAR_STAR] = ACTIONS(452), - [anon_sym_PIPE] = ACTIONS(452), - [anon_sym_AMP] = ACTIONS(452), - [anon_sym_CARET] = ACTIONS(452), - [anon_sym_LT_LT] = ACTIONS(452), - [anon_sym_TILDE] = ACTIONS(461), - [anon_sym_DASH_EQ] = ACTIONS(442), - [anon_sym_STAR_EQ] = ACTIONS(442), - [anon_sym_SLASH_EQ] = ACTIONS(442), - [anon_sym_AT_EQ] = ACTIONS(442), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(442), - [anon_sym_PERCENT_EQ] = ACTIONS(442), - [anon_sym_STAR_STAR_EQ] = ACTIONS(442), - [anon_sym_GT_GT_EQ] = ACTIONS(442), - [anon_sym_LT_LT_EQ] = ACTIONS(442), - [anon_sym_AMP_EQ] = ACTIONS(442), - [anon_sym_CARET_EQ] = ACTIONS(442), - [anon_sym_PIPE_EQ] = ACTIONS(442), - [sym_ellipsis] = ACTIONS(463), - [anon_sym_await] = ACTIONS(465), - [anon_sym_match] = ACTIONS(457), - [anon_sym_type] = ACTIONS(450), - [sym_integer] = ACTIONS(467), - [sym_float] = ACTIONS(467), - [sym_true] = ACTIONS(467), - [sym_false] = ACTIONS(467), - [sym_none] = ACTIONS(467), - [sym_python_identifier] = ACTIONS(467), - [sym__newline] = ACTIONS(442), - [sym_string_start] = ACTIONS(469), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(269), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(508), + [anon_sym_print] = ACTIONS(510), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(510), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(510), + [anon_sym_for] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(512), + [anon_sym_DASH] = ACTIONS(514), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(512), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(516), + [anon_sym_await] = ACTIONS(518), + [anon_sym_match] = ACTIONS(510), + [anon_sym_type] = ACTIONS(506), + [sym_integer] = ACTIONS(520), + [sym_float] = ACTIONS(520), + [sym_true] = ACTIONS(520), + [sym_false] = ACTIONS(520), + [sym_none] = ACTIONS(520), + [sym_python_identifier] = ACTIONS(520), + [sym_string_start] = ACTIONS(522), }, [102] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), - [anon_sym_EQ] = ACTIONS(440), + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), [anon_sym_LBRACK] = ACTIONS(444), - [anon_sym_COLON] = ACTIONS(442), [anon_sym_LPAREN] = ACTIONS(446), - [anon_sym_RPAREN] = ACTIONS(442), [anon_sym_LBRACE] = ACTIONS(448), [sym_identifier] = ACTIONS(450), [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(442), [anon_sym_DOT] = ACTIONS(452), + [anon_sym_from] = ACTIONS(440), [anon_sym_COMMA] = ACTIONS(442), [anon_sym_as] = ACTIONS(440), [anon_sym_STAR] = ACTIONS(455), [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(495), [anon_sym_exec] = ACTIONS(457), [anon_sym_in] = ACTIONS(440), [anon_sym_if] = ACTIONS(440), @@ -29938,15 +29946,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_or] = ACTIONS(440), [anon_sym_PLUS] = ACTIONS(461), [anon_sym_DASH] = ACTIONS(459), - [anon_sym_AT] = ACTIONS(577), + [anon_sym_AT] = ACTIONS(495), [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), [anon_sym_TILDE] = ACTIONS(461), [anon_sym_LT] = ACTIONS(440), [anon_sym_LT_EQ] = ACTIONS(442), @@ -29966,214 +29974,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(467), [sym_none] = ACTIONS(467), [sym_python_identifier] = ACTIONS(467), + [sym__newline] = ACTIONS(442), [sym_string_start] = ACTIONS(469), }, [103] = { - [sym_binary_operator] = STATE(897), - [sym_unary_operator] = STATE(897), - [sym_attribute] = STATE(897), - [sym_subscript] = STATE(897), - [sym_call] = STATE(897), - [sym_generator_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), + [sym_binary_operator] = STATE(896), + [sym_unary_operator] = STATE(896), + [sym_attribute] = STATE(896), + [sym_subscript] = STATE(896), + [sym_call] = STATE(896), + [sym_generator_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(896), [sym_list_splat_pattern] = STATE(899), - [sym_primary_expression] = STATE(906), - [sym_list] = STATE(897), - [sym_set] = STATE(897), - [sym_tuple] = STATE(897), - [sym_dictionary] = STATE(897), - [sym_list_comprehension] = STATE(897), - [sym_dictionary_comprehension] = STATE(897), - [sym_set_comprehension] = STATE(897), - [sym_concatenated_string] = STATE(897), + [sym_primary_expression] = STATE(921), + [sym_list] = STATE(896), + [sym_set] = STATE(896), + [sym_tuple] = STATE(896), + [sym_dictionary] = STATE(896), + [sym_list_comprehension] = STATE(896), + [sym_dictionary_comprehension] = STATE(896), + [sym_set_comprehension] = STATE(896), + [sym_concatenated_string] = STATE(896), [sym_python_string] = STATE(825), - [sym_await] = STATE(897), + [sym_await] = STATE(896), [anon_sym_LBRACK] = ACTIONS(430), [anon_sym_LPAREN] = ACTIONS(432), [anon_sym_LBRACE] = ACTIONS(37), - [sym_identifier] = ACTIONS(266), + [sym_identifier] = ACTIONS(263), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(268), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_from] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(265), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_from] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(572), [anon_sym_print] = ACTIONS(436), - [anon_sym_GT_GT] = ACTIONS(268), + [anon_sym_GT_GT] = ACTIONS(265), [anon_sym_exec] = ACTIONS(436), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), [anon_sym_async] = ACTIONS(436), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(573), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(571), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(574), + [anon_sym_DASH] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(574), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), [sym_ellipsis] = ACTIONS(91), - [anon_sym_await] = ACTIONS(575), + [anon_sym_await] = ACTIONS(578), [anon_sym_match] = ACTIONS(436), - [anon_sym_type] = ACTIONS(266), + [anon_sym_type] = ACTIONS(263), [sym_integer] = ACTIONS(99), [sym_float] = ACTIONS(99), [sym_true] = ACTIONS(99), [sym_false] = ACTIONS(99), [sym_none] = ACTIONS(99), [sym_python_identifier] = ACTIONS(99), - [sym__newline] = ACTIONS(268), + [sym__newline] = ACTIONS(265), [sym_string_start] = ACTIONS(105), }, [104] = { - [sym_binary_operator] = STATE(1237), - [sym_unary_operator] = STATE(1237), - [sym_attribute] = STATE(1237), - [sym_subscript] = STATE(1237), - [sym_call] = STATE(1237), - [sym_generator_expression] = STATE(1237), - [sym_parenthesized_expression] = STATE(1237), - [sym_list_splat_pattern] = STATE(1223), - [sym_primary_expression] = STATE(988), - [sym_list] = STATE(1237), - [sym_set] = STATE(1237), - [sym_tuple] = STATE(1237), - [sym_dictionary] = STATE(1237), - [sym_list_comprehension] = STATE(1237), - [sym_dictionary_comprehension] = STATE(1237), - [sym_set_comprehension] = STATE(1237), - [sym_concatenated_string] = STATE(1237), - [sym_python_string] = STATE(849), - [sym_await] = STATE(1237), - [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(521), - [anon_sym_LPAREN] = ACTIONS(523), - [anon_sym_RPAREN] = ACTIONS(577), - [anon_sym_LBRACE] = ACTIONS(525), - [sym_identifier] = ACTIONS(527), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(452), - [anon_sym_COMMA] = ACTIONS(577), - [anon_sym_as] = ACTIONS(452), - [anon_sym_STAR] = ACTIONS(529), - [anon_sym_print] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_exec] = ACTIONS(531), - [anon_sym_in] = ACTIONS(452), - [anon_sym_if] = ACTIONS(452), - [anon_sym_async] = ACTIONS(531), - [anon_sym_for] = ACTIONS(440), - [anon_sym_not] = ACTIONS(452), - [anon_sym_and] = ACTIONS(452), - [anon_sym_or] = ACTIONS(452), - [anon_sym_PLUS] = ACTIONS(533), - [anon_sym_DASH] = ACTIONS(535), - [anon_sym_AT] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_TILDE] = ACTIONS(533), - [anon_sym_LT] = ACTIONS(452), - [anon_sym_LT_EQ] = ACTIONS(577), - [anon_sym_EQ_EQ] = ACTIONS(577), - [anon_sym_BANG_EQ] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(577), - [anon_sym_GT] = ACTIONS(452), - [anon_sym_LT_GT] = ACTIONS(577), - [anon_sym_is] = ACTIONS(452), - [sym_ellipsis] = ACTIONS(537), - [anon_sym_await] = ACTIONS(539), - [anon_sym_match] = ACTIONS(531), - [anon_sym_type] = ACTIONS(527), - [sym_integer] = ACTIONS(541), - [sym_float] = ACTIONS(541), - [sym_true] = ACTIONS(541), - [sym_false] = ACTIONS(541), - [sym_none] = ACTIONS(541), - [sym_python_identifier] = ACTIONS(541), - [sym_string_start] = ACTIONS(543), - }, - [105] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), - [anon_sym_EQ] = ACTIONS(255), - [anon_sym_PLUS_EQ] = ACTIONS(255), + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), [anon_sym_LBRACK] = ACTIONS(444), - [anon_sym_COLON] = ACTIONS(255), + [anon_sym_COLON] = ACTIONS(442), [anon_sym_LPAREN] = ACTIONS(446), [anon_sym_LBRACE] = ACTIONS(448), + [anon_sym_RBRACE] = ACTIONS(442), [sym_identifier] = ACTIONS(450), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(255), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(255), + [anon_sym_DOT] = ACTIONS(452), + [anon_sym_COMMA] = ACTIONS(442), + [anon_sym_as] = ACTIONS(440), [anon_sym_STAR] = ACTIONS(455), [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(270), + [anon_sym_GT_GT] = ACTIONS(495), [anon_sym_exec] = ACTIONS(457), + [anon_sym_in] = ACTIONS(440), + [anon_sym_if] = ACTIONS(440), [anon_sym_async] = ACTIONS(457), - [anon_sym_PLUS] = ACTIONS(459), + [anon_sym_for] = ACTIONS(440), + [anon_sym_not] = ACTIONS(440), + [anon_sym_and] = ACTIONS(440), + [anon_sym_or] = ACTIONS(440), + [anon_sym_PLUS] = ACTIONS(461), [anon_sym_DASH] = ACTIONS(459), - [anon_sym_AT] = ACTIONS(270), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(270), - [anon_sym_SLASH_SLASH] = ACTIONS(270), - [anon_sym_STAR_STAR] = ACTIONS(270), - [anon_sym_PIPE] = ACTIONS(270), - [anon_sym_AMP] = ACTIONS(270), - [anon_sym_CARET] = ACTIONS(270), - [anon_sym_LT_LT] = ACTIONS(270), + [anon_sym_AT] = ACTIONS(495), + [anon_sym_SLASH] = ACTIONS(452), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), [anon_sym_TILDE] = ACTIONS(461), - [anon_sym_DASH_EQ] = ACTIONS(255), - [anon_sym_STAR_EQ] = ACTIONS(255), - [anon_sym_SLASH_EQ] = ACTIONS(255), - [anon_sym_AT_EQ] = ACTIONS(255), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(255), - [anon_sym_PERCENT_EQ] = ACTIONS(255), - [anon_sym_STAR_STAR_EQ] = ACTIONS(255), - [anon_sym_GT_GT_EQ] = ACTIONS(255), - [anon_sym_LT_LT_EQ] = ACTIONS(255), - [anon_sym_AMP_EQ] = ACTIONS(255), - [anon_sym_CARET_EQ] = ACTIONS(255), - [anon_sym_PIPE_EQ] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(440), + [anon_sym_LT_EQ] = ACTIONS(442), + [anon_sym_EQ_EQ] = ACTIONS(442), + [anon_sym_BANG_EQ] = ACTIONS(442), + [anon_sym_GT_EQ] = ACTIONS(442), + [anon_sym_GT] = ACTIONS(440), + [anon_sym_LT_GT] = ACTIONS(442), + [anon_sym_is] = ACTIONS(440), [sym_ellipsis] = ACTIONS(463), [anon_sym_await] = ACTIONS(465), [anon_sym_match] = ACTIONS(457), @@ -30184,29 +30121,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(467), [sym_none] = ACTIONS(467), [sym_python_identifier] = ACTIONS(467), - [sym__newline] = ACTIONS(255), [sym_string_start] = ACTIONS(469), }, + [105] = { + [sym_binary_operator] = STATE(1316), + [sym_unary_operator] = STATE(1316), + [sym_attribute] = STATE(1316), + [sym_subscript] = STATE(1316), + [sym_call] = STATE(1316), + [sym_generator_expression] = STATE(1316), + [sym_parenthesized_expression] = STATE(1316), + [sym_list_splat_pattern] = STATE(1321), + [sym_primary_expression] = STATE(1147), + [sym_list] = STATE(1316), + [sym_set] = STATE(1316), + [sym_tuple] = STATE(1316), + [sym_dictionary] = STATE(1316), + [sym_list_comprehension] = STATE(1316), + [sym_dictionary_comprehension] = STATE(1316), + [sym_set_comprehension] = STATE(1316), + [sym_concatenated_string] = STATE(1316), + [sym_python_string] = STATE(900), + [sym_await] = STATE(1316), + [anon_sym_COLON_EQ] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(588), + [anon_sym_RBRACK] = ACTIONS(265), + [anon_sym_COLON] = ACTIONS(267), + [anon_sym_LPAREN] = ACTIONS(590), + [anon_sym_LBRACE] = ACTIONS(592), + [sym_identifier] = ACTIONS(594), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(596), + [anon_sym_print] = ACTIONS(598), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(598), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(598), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(600), + [anon_sym_DASH] = ACTIONS(602), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(600), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(604), + [anon_sym_await] = ACTIONS(606), + [anon_sym_match] = ACTIONS(598), + [anon_sym_type] = ACTIONS(594), + [sym_integer] = ACTIONS(608), + [sym_float] = ACTIONS(608), + [sym_true] = ACTIONS(608), + [sym_false] = ACTIONS(608), + [sym_none] = ACTIONS(608), + [sym_python_identifier] = ACTIONS(608), + [sym_string_start] = ACTIONS(610), + }, [106] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), [anon_sym_LBRACK] = ACTIONS(444), [anon_sym_RBRACK] = ACTIONS(442), [anon_sym_COLON] = ACTIONS(442), @@ -30219,7 +30228,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as] = ACTIONS(440), [anon_sym_STAR] = ACTIONS(455), [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(495), [anon_sym_exec] = ACTIONS(457), [anon_sym_in] = ACTIONS(440), [anon_sym_if] = ACTIONS(440), @@ -30229,15 +30238,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_or] = ACTIONS(440), [anon_sym_PLUS] = ACTIONS(461), [anon_sym_DASH] = ACTIONS(459), - [anon_sym_AT] = ACTIONS(577), + [anon_sym_AT] = ACTIONS(495), [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), [anon_sym_TILDE] = ACTIONS(461), [anon_sym_LT] = ACTIONS(440), [anon_sym_LT_EQ] = ACTIONS(442), @@ -30260,139 +30269,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(469), }, [107] = { - [sym_binary_operator] = STATE(1086), - [sym_unary_operator] = STATE(1086), - [sym_attribute] = STATE(1086), - [sym_subscript] = STATE(1086), - [sym_call] = STATE(1086), - [sym_generator_expression] = STATE(1086), - [sym_parenthesized_expression] = STATE(1086), - [sym_list_splat_pattern] = STATE(1085), - [sym_primary_expression] = STATE(861), - [sym_list] = STATE(1086), - [sym_set] = STATE(1086), - [sym_tuple] = STATE(1086), - [sym_dictionary] = STATE(1086), - [sym_list_comprehension] = STATE(1086), - [sym_dictionary_comprehension] = STATE(1086), - [sym_set_comprehension] = STATE(1086), - [sym_concatenated_string] = STATE(1086), - [sym_python_string] = STATE(832), - [sym_await] = STATE(1086), - [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(471), - [anon_sym_LPAREN] = ACTIONS(473), - [anon_sym_LBRACE] = ACTIONS(475), - [anon_sym_RBRACE] = ACTIONS(577), - [sym_identifier] = ACTIONS(477), + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), + [anon_sym_LBRACK] = ACTIONS(444), + [anon_sym_RBRACK] = ACTIONS(442), + [anon_sym_LPAREN] = ACTIONS(446), + [anon_sym_LBRACE] = ACTIONS(448), + [sym_identifier] = ACTIONS(450), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(452), - [anon_sym_COMMA] = ACTIONS(577), - [anon_sym_as] = ACTIONS(452), - [anon_sym_STAR] = ACTIONS(479), - [anon_sym_print] = ACTIONS(481), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_exec] = ACTIONS(481), - [anon_sym_in] = ACTIONS(452), - [anon_sym_if] = ACTIONS(452), - [anon_sym_async] = ACTIONS(481), - [anon_sym_not] = ACTIONS(452), - [anon_sym_and] = ACTIONS(452), - [anon_sym_or] = ACTIONS(452), - [anon_sym_PLUS] = ACTIONS(483), - [anon_sym_DASH] = ACTIONS(485), - [anon_sym_AT] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_TILDE] = ACTIONS(483), - [anon_sym_LT] = ACTIONS(452), - [anon_sym_LT_EQ] = ACTIONS(577), - [anon_sym_EQ_EQ] = ACTIONS(577), - [anon_sym_BANG_EQ] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(577), - [anon_sym_GT] = ACTIONS(452), - [anon_sym_LT_GT] = ACTIONS(577), - [anon_sym_is] = ACTIONS(452), - [sym_ellipsis] = ACTIONS(487), - [anon_sym_await] = ACTIONS(489), - [anon_sym_match] = ACTIONS(481), - [anon_sym_type] = ACTIONS(477), - [sym_integer] = ACTIONS(491), - [sym_float] = ACTIONS(491), - [sym_true] = ACTIONS(491), - [sym_false] = ACTIONS(491), - [sym_none] = ACTIONS(491), - [sym_python_identifier] = ACTIONS(491), - [sym_string_start] = ACTIONS(493), - }, - [108] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1036), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), - [anon_sym_EQ] = ACTIONS(270), - [anon_sym_LBRACK] = ACTIONS(444), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_LPAREN] = ACTIONS(446), - [anon_sym_LBRACE] = ACTIONS(448), - [sym_identifier] = ACTIONS(450), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(604), + [anon_sym_COMMA] = ACTIONS(442), + [anon_sym_as] = ACTIONS(440), + [anon_sym_STAR] = ACTIONS(455), [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(268), + [anon_sym_GT_GT] = ACTIONS(495), [anon_sym_exec] = ACTIONS(457), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), + [anon_sym_in] = ACTIONS(440), + [anon_sym_if] = ACTIONS(440), [anon_sym_async] = ACTIONS(457), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(608), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), + [anon_sym_for] = ACTIONS(440), + [anon_sym_not] = ACTIONS(440), + [anon_sym_and] = ACTIONS(440), + [anon_sym_or] = ACTIONS(440), + [anon_sym_PLUS] = ACTIONS(461), + [anon_sym_DASH] = ACTIONS(459), + [anon_sym_AT] = ACTIONS(495), + [anon_sym_SLASH] = ACTIONS(452), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), + [anon_sym_TILDE] = ACTIONS(461), + [anon_sym_LT] = ACTIONS(440), + [anon_sym_LT_EQ] = ACTIONS(442), + [anon_sym_EQ_EQ] = ACTIONS(442), + [anon_sym_BANG_EQ] = ACTIONS(442), + [anon_sym_GT_EQ] = ACTIONS(442), + [anon_sym_GT] = ACTIONS(440), + [anon_sym_LT_GT] = ACTIONS(442), + [anon_sym_is] = ACTIONS(440), [sym_ellipsis] = ACTIONS(463), - [anon_sym_await] = ACTIONS(610), + [anon_sym_await] = ACTIONS(465), [anon_sym_match] = ACTIONS(457), [anon_sym_type] = ACTIONS(450), [sym_integer] = ACTIONS(467), @@ -30403,314 +30340,314 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_python_identifier] = ACTIONS(467), [sym_string_start] = ACTIONS(469), }, + [108] = { + [sym_binary_operator] = STATE(1316), + [sym_unary_operator] = STATE(1316), + [sym_attribute] = STATE(1316), + [sym_subscript] = STATE(1316), + [sym_call] = STATE(1316), + [sym_generator_expression] = STATE(1316), + [sym_parenthesized_expression] = STATE(1316), + [sym_list_splat_pattern] = STATE(1321), + [sym_primary_expression] = STATE(1147), + [sym_list] = STATE(1316), + [sym_set] = STATE(1316), + [sym_tuple] = STATE(1316), + [sym_dictionary] = STATE(1316), + [sym_list_comprehension] = STATE(1316), + [sym_dictionary_comprehension] = STATE(1316), + [sym_set_comprehension] = STATE(1316), + [sym_concatenated_string] = STATE(1316), + [sym_python_string] = STATE(900), + [sym_await] = STATE(1316), + [anon_sym_LBRACK] = ACTIONS(588), + [anon_sym_RBRACK] = ACTIONS(265), + [anon_sym_COLON] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(590), + [anon_sym_LBRACE] = ACTIONS(592), + [sym_identifier] = ACTIONS(594), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(596), + [anon_sym_print] = ACTIONS(598), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(598), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(598), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(600), + [anon_sym_DASH] = ACTIONS(602), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(600), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(604), + [anon_sym_await] = ACTIONS(606), + [anon_sym_match] = ACTIONS(598), + [anon_sym_type] = ACTIONS(594), + [sym_integer] = ACTIONS(608), + [sym_float] = ACTIONS(608), + [sym_true] = ACTIONS(608), + [sym_false] = ACTIONS(608), + [sym_none] = ACTIONS(608), + [sym_python_identifier] = ACTIONS(608), + [sym_string_start] = ACTIONS(610), + }, [109] = { - [sym_binary_operator] = STATE(1364), - [sym_unary_operator] = STATE(1364), - [sym_attribute] = STATE(1364), - [sym_subscript] = STATE(1364), - [sym_call] = STATE(1364), - [sym_generator_expression] = STATE(1364), - [sym_parenthesized_expression] = STATE(1364), - [sym_list_splat_pattern] = STATE(1365), - [sym_primary_expression] = STATE(1125), - [sym_list] = STATE(1364), - [sym_set] = STATE(1364), - [sym_tuple] = STATE(1364), - [sym_dictionary] = STATE(1364), - [sym_list_comprehension] = STATE(1364), - [sym_dictionary_comprehension] = STATE(1364), - [sym_set_comprehension] = STATE(1364), - [sym_concatenated_string] = STATE(1364), - [sym_python_string] = STATE(904), - [sym_await] = STATE(1364), - [anon_sym_LBRACK] = ACTIONS(580), - [anon_sym_RBRACK] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_LPAREN] = ACTIONS(582), - [anon_sym_LBRACE] = ACTIONS(584), - [sym_identifier] = ACTIONS(586), + [sym_binary_operator] = STATE(1183), + [sym_unary_operator] = STATE(1183), + [sym_attribute] = STATE(1183), + [sym_subscript] = STATE(1183), + [sym_call] = STATE(1183), + [sym_generator_expression] = STATE(1183), + [sym_parenthesized_expression] = STATE(1183), + [sym_list_splat_pattern] = STATE(1172), + [sym_primary_expression] = STATE(947), + [sym_list] = STATE(1183), + [sym_set] = STATE(1183), + [sym_tuple] = STATE(1183), + [sym_dictionary] = STATE(1183), + [sym_list_comprehension] = STATE(1183), + [sym_dictionary_comprehension] = STATE(1183), + [sym_set_comprehension] = STATE(1183), + [sym_concatenated_string] = STATE(1183), + [sym_python_string] = STATE(850), + [sym_await] = STATE(1183), + [anon_sym_COLON_EQ] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(524), + [anon_sym_LPAREN] = ACTIONS(526), + [anon_sym_RPAREN] = ACTIONS(495), + [anon_sym_LBRACE] = ACTIONS(528), + [sym_identifier] = ACTIONS(530), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_print] = ACTIONS(590), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(590), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(590), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(592), - [anon_sym_DASH] = ACTIONS(594), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(592), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(596), - [anon_sym_await] = ACTIONS(598), - [anon_sym_match] = ACTIONS(590), - [anon_sym_type] = ACTIONS(586), - [sym_integer] = ACTIONS(600), - [sym_float] = ACTIONS(600), - [sym_true] = ACTIONS(600), - [sym_false] = ACTIONS(600), - [sym_none] = ACTIONS(600), - [sym_python_identifier] = ACTIONS(600), - [sym_string_start] = ACTIONS(602), + [anon_sym_DOT] = ACTIONS(452), + [anon_sym_COMMA] = ACTIONS(495), + [anon_sym_as] = ACTIONS(452), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_print] = ACTIONS(534), + [anon_sym_GT_GT] = ACTIONS(495), + [anon_sym_exec] = ACTIONS(534), + [anon_sym_in] = ACTIONS(452), + [anon_sym_if] = ACTIONS(452), + [anon_sym_async] = ACTIONS(534), + [anon_sym_not] = ACTIONS(452), + [anon_sym_and] = ACTIONS(452), + [anon_sym_or] = ACTIONS(452), + [anon_sym_PLUS] = ACTIONS(536), + [anon_sym_DASH] = ACTIONS(538), + [anon_sym_AT] = ACTIONS(495), + [anon_sym_SLASH] = ACTIONS(452), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), + [anon_sym_TILDE] = ACTIONS(536), + [anon_sym_LT] = ACTIONS(452), + [anon_sym_LT_EQ] = ACTIONS(495), + [anon_sym_EQ_EQ] = ACTIONS(495), + [anon_sym_BANG_EQ] = ACTIONS(495), + [anon_sym_GT_EQ] = ACTIONS(495), + [anon_sym_GT] = ACTIONS(452), + [anon_sym_LT_GT] = ACTIONS(495), + [anon_sym_is] = ACTIONS(452), + [sym_ellipsis] = ACTIONS(540), + [anon_sym_await] = ACTIONS(542), + [anon_sym_match] = ACTIONS(534), + [anon_sym_type] = ACTIONS(530), + [sym_integer] = ACTIONS(544), + [sym_float] = ACTIONS(544), + [sym_true] = ACTIONS(544), + [sym_false] = ACTIONS(544), + [sym_none] = ACTIONS(544), + [sym_python_identifier] = ACTIONS(544), + [sym_string_start] = ACTIONS(546), }, [110] = { - [sym_binary_operator] = STATE(1237), - [sym_unary_operator] = STATE(1237), - [sym_attribute] = STATE(1237), - [sym_subscript] = STATE(1237), - [sym_call] = STATE(1237), - [sym_generator_expression] = STATE(1237), - [sym_parenthesized_expression] = STATE(1237), - [sym_list_splat_pattern] = STATE(1223), - [sym_primary_expression] = STATE(988), - [sym_list] = STATE(1237), - [sym_set] = STATE(1237), - [sym_tuple] = STATE(1237), - [sym_dictionary] = STATE(1237), - [sym_list_comprehension] = STATE(1237), - [sym_dictionary_comprehension] = STATE(1237), - [sym_set_comprehension] = STATE(1237), - [sym_concatenated_string] = STATE(1237), - [sym_python_string] = STATE(849), - [sym_await] = STATE(1237), + [sym_binary_operator] = STATE(1098), + [sym_unary_operator] = STATE(1098), + [sym_attribute] = STATE(1098), + [sym_subscript] = STATE(1098), + [sym_call] = STATE(1098), + [sym_generator_expression] = STATE(1098), + [sym_parenthesized_expression] = STATE(1098), + [sym_list_splat_pattern] = STATE(1096), + [sym_primary_expression] = STATE(876), + [sym_list] = STATE(1098), + [sym_set] = STATE(1098), + [sym_tuple] = STATE(1098), + [sym_dictionary] = STATE(1098), + [sym_list_comprehension] = STATE(1098), + [sym_dictionary_comprehension] = STATE(1098), + [sym_set_comprehension] = STATE(1098), + [sym_concatenated_string] = STATE(1098), + [sym_python_string] = STATE(829), + [sym_await] = STATE(1098), [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(521), - [anon_sym_LPAREN] = ACTIONS(523), - [anon_sym_RPAREN] = ACTIONS(577), - [anon_sym_LBRACE] = ACTIONS(525), - [sym_identifier] = ACTIONS(527), + [anon_sym_LBRACK] = ACTIONS(471), + [anon_sym_LPAREN] = ACTIONS(473), + [anon_sym_LBRACE] = ACTIONS(475), + [anon_sym_RBRACE] = ACTIONS(495), + [sym_identifier] = ACTIONS(477), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(452), - [anon_sym_COMMA] = ACTIONS(577), + [anon_sym_COMMA] = ACTIONS(495), [anon_sym_as] = ACTIONS(452), - [anon_sym_STAR] = ACTIONS(529), - [anon_sym_print] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_exec] = ACTIONS(531), + [anon_sym_STAR] = ACTIONS(479), + [anon_sym_print] = ACTIONS(481), + [anon_sym_GT_GT] = ACTIONS(495), + [anon_sym_exec] = ACTIONS(481), [anon_sym_in] = ACTIONS(452), [anon_sym_if] = ACTIONS(452), - [anon_sym_async] = ACTIONS(531), + [anon_sym_async] = ACTIONS(481), [anon_sym_not] = ACTIONS(452), [anon_sym_and] = ACTIONS(452), [anon_sym_or] = ACTIONS(452), - [anon_sym_PLUS] = ACTIONS(533), - [anon_sym_DASH] = ACTIONS(535), - [anon_sym_AT] = ACTIONS(577), + [anon_sym_PLUS] = ACTIONS(483), + [anon_sym_DASH] = ACTIONS(485), + [anon_sym_AT] = ACTIONS(495), [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_TILDE] = ACTIONS(533), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), + [anon_sym_TILDE] = ACTIONS(483), [anon_sym_LT] = ACTIONS(452), - [anon_sym_LT_EQ] = ACTIONS(577), - [anon_sym_EQ_EQ] = ACTIONS(577), - [anon_sym_BANG_EQ] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(577), + [anon_sym_LT_EQ] = ACTIONS(495), + [anon_sym_EQ_EQ] = ACTIONS(495), + [anon_sym_BANG_EQ] = ACTIONS(495), + [anon_sym_GT_EQ] = ACTIONS(495), [anon_sym_GT] = ACTIONS(452), - [anon_sym_LT_GT] = ACTIONS(577), + [anon_sym_LT_GT] = ACTIONS(495), [anon_sym_is] = ACTIONS(452), - [sym_ellipsis] = ACTIONS(537), - [anon_sym_await] = ACTIONS(539), - [anon_sym_match] = ACTIONS(531), - [anon_sym_type] = ACTIONS(527), - [sym_integer] = ACTIONS(541), - [sym_float] = ACTIONS(541), - [sym_true] = ACTIONS(541), - [sym_false] = ACTIONS(541), - [sym_none] = ACTIONS(541), - [sym_python_identifier] = ACTIONS(541), - [sym_string_start] = ACTIONS(543), + [sym_ellipsis] = ACTIONS(487), + [anon_sym_await] = ACTIONS(489), + [anon_sym_match] = ACTIONS(481), + [anon_sym_type] = ACTIONS(477), + [sym_integer] = ACTIONS(491), + [sym_float] = ACTIONS(491), + [sym_true] = ACTIONS(491), + [sym_false] = ACTIONS(491), + [sym_none] = ACTIONS(491), + [sym_python_identifier] = ACTIONS(491), + [sym_string_start] = ACTIONS(493), }, [111] = { - [sym_binary_operator] = STATE(1272), - [sym_unary_operator] = STATE(1272), - [sym_attribute] = STATE(1272), - [sym_subscript] = STATE(1272), - [sym_call] = STATE(1272), - [sym_generator_expression] = STATE(1272), - [sym_parenthesized_expression] = STATE(1272), + [sym_binary_operator] = STATE(1271), + [sym_unary_operator] = STATE(1271), + [sym_attribute] = STATE(1271), + [sym_subscript] = STATE(1271), + [sym_call] = STATE(1271), + [sym_generator_expression] = STATE(1271), + [sym_parenthesized_expression] = STATE(1271), [sym_list_splat_pattern] = STATE(1270), - [sym_primary_expression] = STATE(918), - [sym_list] = STATE(1272), - [sym_set] = STATE(1272), - [sym_tuple] = STATE(1272), - [sym_dictionary] = STATE(1272), - [sym_list_comprehension] = STATE(1272), - [sym_dictionary_comprehension] = STATE(1272), - [sym_set_comprehension] = STATE(1272), - [sym_concatenated_string] = STATE(1272), - [sym_python_string] = STATE(838), - [sym_await] = STATE(1272), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LPAREN] = ACTIONS(499), - [anon_sym_RPAREN] = ACTIONS(268), - [anon_sym_LBRACE] = ACTIONS(501), - [sym_identifier] = ACTIONS(503), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(505), - [anon_sym_print] = ACTIONS(507), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(507), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_async] = ACTIONS(507), - [anon_sym_for] = ACTIONS(270), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(509), - [anon_sym_DASH] = ACTIONS(511), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(509), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(513), - [anon_sym_await] = ACTIONS(515), - [anon_sym_match] = ACTIONS(507), - [anon_sym_type] = ACTIONS(503), - [sym_integer] = ACTIONS(517), - [sym_float] = ACTIONS(517), - [sym_true] = ACTIONS(517), - [sym_false] = ACTIONS(517), - [sym_none] = ACTIONS(517), - [sym_python_identifier] = ACTIONS(517), - [sym_string_start] = ACTIONS(519), - }, - [112] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), + [sym_primary_expression] = STATE(995), + [sym_list] = STATE(1271), + [sym_set] = STATE(1271), + [sym_tuple] = STATE(1271), + [sym_dictionary] = STATE(1271), + [sym_list_comprehension] = STATE(1271), + [sym_dictionary_comprehension] = STATE(1271), + [sym_set_comprehension] = STATE(1271), + [sym_concatenated_string] = STATE(1271), [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), - [anon_sym_EQ] = ACTIONS(440), - [anon_sym_LBRACK] = ACTIONS(444), - [anon_sym_COLON] = ACTIONS(442), - [anon_sym_LPAREN] = ACTIONS(446), - [anon_sym_LBRACE] = ACTIONS(448), - [sym_identifier] = ACTIONS(450), + [sym_await] = STATE(1271), + [anon_sym_LBRACK] = ACTIONS(500), + [anon_sym_LPAREN] = ACTIONS(502), + [anon_sym_RPAREN] = ACTIONS(265), + [anon_sym_LBRACE] = ACTIONS(504), + [sym_identifier] = ACTIONS(506), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(452), - [anon_sym_COMMA] = ACTIONS(442), - [anon_sym_as] = ACTIONS(440), - [anon_sym_STAR] = ACTIONS(455), - [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_exec] = ACTIONS(457), - [anon_sym_in] = ACTIONS(440), - [anon_sym_if] = ACTIONS(440), - [anon_sym_async] = ACTIONS(457), - [anon_sym_not] = ACTIONS(440), - [anon_sym_and] = ACTIONS(440), - [anon_sym_or] = ACTIONS(440), - [anon_sym_PLUS] = ACTIONS(461), - [anon_sym_DASH] = ACTIONS(459), - [anon_sym_AT] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_TILDE] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(440), - [anon_sym_LT_EQ] = ACTIONS(442), - [anon_sym_EQ_EQ] = ACTIONS(442), - [anon_sym_BANG_EQ] = ACTIONS(442), - [anon_sym_GT_EQ] = ACTIONS(442), - [anon_sym_GT] = ACTIONS(440), - [anon_sym_LT_GT] = ACTIONS(442), - [anon_sym_is] = ACTIONS(440), - [sym_ellipsis] = ACTIONS(463), - [anon_sym_await] = ACTIONS(465), - [anon_sym_match] = ACTIONS(457), - [anon_sym_type] = ACTIONS(450), - [sym_integer] = ACTIONS(467), - [sym_float] = ACTIONS(467), - [sym_true] = ACTIONS(467), - [sym_false] = ACTIONS(467), - [sym_none] = ACTIONS(467), - [sym_python_identifier] = ACTIONS(467), - [sym_string_start] = ACTIONS(469), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(508), + [anon_sym_print] = ACTIONS(510), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(510), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(510), + [anon_sym_for] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(512), + [anon_sym_DASH] = ACTIONS(514), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(512), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(516), + [anon_sym_await] = ACTIONS(518), + [anon_sym_match] = ACTIONS(510), + [anon_sym_type] = ACTIONS(506), + [sym_integer] = ACTIONS(520), + [sym_float] = ACTIONS(520), + [sym_true] = ACTIONS(520), + [sym_false] = ACTIONS(520), + [sym_none] = ACTIONS(520), + [sym_python_identifier] = ACTIONS(520), + [sym_string_start] = ACTIONS(522), }, - [113] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), + [112] = { + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), [anon_sym_LBRACK] = ACTIONS(444), [anon_sym_LPAREN] = ACTIONS(446), [anon_sym_RPAREN] = ACTIONS(442), @@ -30722,7 +30659,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as] = ACTIONS(440), [anon_sym_STAR] = ACTIONS(455), [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(495), [anon_sym_exec] = ACTIONS(457), [anon_sym_in] = ACTIONS(440), [anon_sym_if] = ACTIONS(440), @@ -30733,15 +30670,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_or] = ACTIONS(440), [anon_sym_PLUS] = ACTIONS(461), [anon_sym_DASH] = ACTIONS(459), - [anon_sym_AT] = ACTIONS(577), + [anon_sym_AT] = ACTIONS(495), [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), [anon_sym_TILDE] = ACTIONS(461), [anon_sym_LT] = ACTIONS(440), [anon_sym_LT_EQ] = ACTIONS(442), @@ -30763,66 +30700,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_python_identifier] = ACTIONS(467), [sym_string_start] = ACTIONS(469), }, - [114] = { - [sym_binary_operator] = STATE(1152), - [sym_unary_operator] = STATE(1152), - [sym_attribute] = STATE(1152), - [sym_subscript] = STATE(1152), - [sym_call] = STATE(1152), - [sym_generator_expression] = STATE(1152), - [sym_parenthesized_expression] = STATE(1152), - [sym_list_splat_pattern] = STATE(1192), - [sym_primary_expression] = STATE(987), - [sym_list] = STATE(1152), - [sym_set] = STATE(1152), - [sym_tuple] = STATE(1152), - [sym_dictionary] = STATE(1152), - [sym_list_comprehension] = STATE(1152), - [sym_dictionary_comprehension] = STATE(1152), - [sym_set_comprehension] = STATE(1152), - [sym_concatenated_string] = STATE(1152), - [sym_python_string] = STATE(890), - [sym_await] = STATE(1152), + [113] = { + [sym_binary_operator] = STATE(1193), + [sym_unary_operator] = STATE(1193), + [sym_attribute] = STATE(1193), + [sym_subscript] = STATE(1193), + [sym_call] = STATE(1193), + [sym_generator_expression] = STATE(1193), + [sym_parenthesized_expression] = STATE(1193), + [sym_list_splat_pattern] = STATE(1198), + [sym_primary_expression] = STATE(992), + [sym_list] = STATE(1193), + [sym_set] = STATE(1193), + [sym_tuple] = STATE(1193), + [sym_dictionary] = STATE(1193), + [sym_list_comprehension] = STATE(1193), + [sym_dictionary_comprehension] = STATE(1193), + [sym_set_comprehension] = STATE(1193), + [sym_concatenated_string] = STATE(1193), + [sym_python_string] = STATE(845), + [sym_await] = STATE(1193), [anon_sym_LBRACK] = ACTIONS(612), - [anon_sym_RBRACK] = ACTIONS(268), + [anon_sym_RBRACK] = ACTIONS(265), [anon_sym_LPAREN] = ACTIONS(614), [anon_sym_LBRACE] = ACTIONS(616), [sym_identifier] = ACTIONS(618), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_COMMA] = ACTIONS(268), - [anon_sym_as] = ACTIONS(270), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), [anon_sym_STAR] = ACTIONS(620), [anon_sym_print] = ACTIONS(622), - [anon_sym_GT_GT] = ACTIONS(268), + [anon_sym_GT_GT] = ACTIONS(265), [anon_sym_exec] = ACTIONS(622), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), [anon_sym_async] = ACTIONS(622), - [anon_sym_for] = ACTIONS(270), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), + [anon_sym_for] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), [anon_sym_PLUS] = ACTIONS(624), [anon_sym_DASH] = ACTIONS(626), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), [anon_sym_TILDE] = ACTIONS(624), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), [sym_ellipsis] = ACTIONS(628), [anon_sym_await] = ACTIONS(630), [anon_sym_match] = ACTIONS(622), @@ -30835,28 +30772,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_python_identifier] = ACTIONS(632), [sym_string_start] = ACTIONS(634), }, - [115] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), + [114] = { + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), + [anon_sym_EQ] = ACTIONS(440), [anon_sym_LBRACK] = ACTIONS(444), - [anon_sym_RBRACK] = ACTIONS(442), + [anon_sym_COLON] = ACTIONS(442), [anon_sym_LPAREN] = ACTIONS(446), [anon_sym_LBRACE] = ACTIONS(448), [sym_identifier] = ACTIONS(450), @@ -30866,26 +30804,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as] = ACTIONS(440), [anon_sym_STAR] = ACTIONS(455), [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(495), [anon_sym_exec] = ACTIONS(457), [anon_sym_in] = ACTIONS(440), [anon_sym_if] = ACTIONS(440), [anon_sym_async] = ACTIONS(457), - [anon_sym_for] = ACTIONS(440), [anon_sym_not] = ACTIONS(440), [anon_sym_and] = ACTIONS(440), [anon_sym_or] = ACTIONS(440), [anon_sym_PLUS] = ACTIONS(461), [anon_sym_DASH] = ACTIONS(459), - [anon_sym_AT] = ACTIONS(577), + [anon_sym_AT] = ACTIONS(495), [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), [anon_sym_TILDE] = ACTIONS(461), [anon_sym_LT] = ACTIONS(440), [anon_sym_LT_EQ] = ACTIONS(442), @@ -30907,98 +30844,241 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_python_identifier] = ACTIONS(467), [sym_string_start] = ACTIONS(469), }, - [116] = { - [sym_binary_operator] = STATE(1364), - [sym_unary_operator] = STATE(1364), - [sym_attribute] = STATE(1364), - [sym_subscript] = STATE(1364), - [sym_call] = STATE(1364), - [sym_generator_expression] = STATE(1364), - [sym_parenthesized_expression] = STATE(1364), - [sym_list_splat_pattern] = STATE(1365), - [sym_primary_expression] = STATE(1125), - [sym_list] = STATE(1364), - [sym_set] = STATE(1364), - [sym_tuple] = STATE(1364), - [sym_dictionary] = STATE(1364), - [sym_list_comprehension] = STATE(1364), - [sym_dictionary_comprehension] = STATE(1364), - [sym_set_comprehension] = STATE(1364), - [sym_concatenated_string] = STATE(1364), - [sym_python_string] = STATE(904), - [sym_await] = STATE(1364), + [115] = { + [sym_binary_operator] = STATE(1316), + [sym_unary_operator] = STATE(1316), + [sym_attribute] = STATE(1316), + [sym_subscript] = STATE(1316), + [sym_call] = STATE(1316), + [sym_generator_expression] = STATE(1316), + [sym_parenthesized_expression] = STATE(1316), + [sym_list_splat_pattern] = STATE(1321), + [sym_primary_expression] = STATE(1147), + [sym_list] = STATE(1316), + [sym_set] = STATE(1316), + [sym_tuple] = STATE(1316), + [sym_dictionary] = STATE(1316), + [sym_list_comprehension] = STATE(1316), + [sym_dictionary_comprehension] = STATE(1316), + [sym_set_comprehension] = STATE(1316), + [sym_concatenated_string] = STATE(1316), + [sym_python_string] = STATE(900), + [sym_await] = STATE(1316), [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(580), - [anon_sym_RBRACK] = ACTIONS(577), - [anon_sym_LPAREN] = ACTIONS(582), - [anon_sym_LBRACE] = ACTIONS(584), - [sym_identifier] = ACTIONS(586), + [anon_sym_LBRACK] = ACTIONS(588), + [anon_sym_RBRACK] = ACTIONS(495), + [anon_sym_LPAREN] = ACTIONS(590), + [anon_sym_LBRACE] = ACTIONS(592), + [sym_identifier] = ACTIONS(594), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(452), - [anon_sym_COMMA] = ACTIONS(577), + [anon_sym_COMMA] = ACTIONS(495), [anon_sym_as] = ACTIONS(452), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_print] = ACTIONS(590), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_exec] = ACTIONS(590), + [anon_sym_STAR] = ACTIONS(596), + [anon_sym_print] = ACTIONS(598), + [anon_sym_GT_GT] = ACTIONS(495), + [anon_sym_exec] = ACTIONS(598), [anon_sym_in] = ACTIONS(452), [anon_sym_if] = ACTIONS(452), - [anon_sym_async] = ACTIONS(590), + [anon_sym_async] = ACTIONS(598), [anon_sym_not] = ACTIONS(452), [anon_sym_and] = ACTIONS(452), [anon_sym_or] = ACTIONS(452), - [anon_sym_PLUS] = ACTIONS(592), - [anon_sym_DASH] = ACTIONS(594), - [anon_sym_AT] = ACTIONS(577), + [anon_sym_PLUS] = ACTIONS(600), + [anon_sym_DASH] = ACTIONS(602), + [anon_sym_AT] = ACTIONS(495), [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_TILDE] = ACTIONS(592), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), + [anon_sym_TILDE] = ACTIONS(600), [anon_sym_LT] = ACTIONS(452), - [anon_sym_LT_EQ] = ACTIONS(577), - [anon_sym_EQ_EQ] = ACTIONS(577), - [anon_sym_BANG_EQ] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(577), + [anon_sym_LT_EQ] = ACTIONS(495), + [anon_sym_EQ_EQ] = ACTIONS(495), + [anon_sym_BANG_EQ] = ACTIONS(495), + [anon_sym_GT_EQ] = ACTIONS(495), [anon_sym_GT] = ACTIONS(452), - [anon_sym_LT_GT] = ACTIONS(577), + [anon_sym_LT_GT] = ACTIONS(495), [anon_sym_is] = ACTIONS(452), - [sym_ellipsis] = ACTIONS(596), - [anon_sym_await] = ACTIONS(598), - [anon_sym_match] = ACTIONS(590), - [anon_sym_type] = ACTIONS(586), - [sym_integer] = ACTIONS(600), - [sym_float] = ACTIONS(600), - [sym_true] = ACTIONS(600), - [sym_false] = ACTIONS(600), - [sym_none] = ACTIONS(600), - [sym_python_identifier] = ACTIONS(600), - [sym_string_start] = ACTIONS(602), + [sym_ellipsis] = ACTIONS(604), + [anon_sym_await] = ACTIONS(606), + [anon_sym_match] = ACTIONS(598), + [anon_sym_type] = ACTIONS(594), + [sym_integer] = ACTIONS(608), + [sym_float] = ACTIONS(608), + [sym_true] = ACTIONS(608), + [sym_false] = ACTIONS(608), + [sym_none] = ACTIONS(608), + [sym_python_identifier] = ACTIONS(608), + [sym_string_start] = ACTIONS(610), + }, + [116] = { + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1028), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), + [anon_sym_EQ] = ACTIONS(267), + [anon_sym_LBRACK] = ACTIONS(444), + [anon_sym_COLON] = ACTIONS(265), + [anon_sym_LPAREN] = ACTIONS(446), + [anon_sym_LBRACE] = ACTIONS(448), + [sym_identifier] = ACTIONS(450), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(265), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(580), + [anon_sym_print] = ACTIONS(457), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(457), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_async] = ACTIONS(457), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(582), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(582), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(463), + [anon_sym_await] = ACTIONS(586), + [anon_sym_match] = ACTIONS(457), + [anon_sym_type] = ACTIONS(450), + [sym_integer] = ACTIONS(467), + [sym_float] = ACTIONS(467), + [sym_true] = ACTIONS(467), + [sym_false] = ACTIONS(467), + [sym_none] = ACTIONS(467), + [sym_python_identifier] = ACTIONS(467), + [sym_string_start] = ACTIONS(469), }, [117] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1343), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), + [anon_sym_COLON_EQ] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(444), + [anon_sym_LPAREN] = ACTIONS(446), + [anon_sym_LBRACE] = ACTIONS(448), + [sym_identifier] = ACTIONS(450), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(636), + [anon_sym_print] = ACTIONS(457), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(457), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_else] = ACTIONS(267), + [anon_sym_async] = ACTIONS(457), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(638), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(463), + [anon_sym_await] = ACTIONS(642), + [anon_sym_match] = ACTIONS(457), + [anon_sym_type] = ACTIONS(450), + [sym_integer] = ACTIONS(467), + [sym_float] = ACTIONS(467), + [sym_true] = ACTIONS(467), + [sym_false] = ACTIONS(467), + [sym_none] = ACTIONS(467), + [sym_python_identifier] = ACTIONS(467), + [sym_string_start] = ACTIONS(469), + }, + [118] = { + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), [anon_sym_EQ] = ACTIONS(442), [anon_sym_PLUS_EQ] = ACTIONS(442), [anon_sym_LBRACK] = ACTIONS(444), @@ -31050,97 +31130,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_python_identifier] = ACTIONS(467), [sym_string_start] = ACTIONS(469), }, - [118] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1333), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), - [anon_sym_COLON_EQ] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(444), - [anon_sym_LPAREN] = ACTIONS(446), - [anon_sym_LBRACE] = ACTIONS(448), - [sym_identifier] = ACTIONS(450), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(636), - [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(457), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_else] = ACTIONS(270), - [anon_sym_async] = ACTIONS(457), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(638), - [anon_sym_DASH] = ACTIONS(640), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(638), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(463), - [anon_sym_await] = ACTIONS(642), - [anon_sym_match] = ACTIONS(457), - [anon_sym_type] = ACTIONS(450), - [sym_integer] = ACTIONS(467), - [sym_float] = ACTIONS(467), - [sym_true] = ACTIONS(467), - [sym_false] = ACTIONS(467), - [sym_none] = ACTIONS(467), - [sym_python_identifier] = ACTIONS(467), - [sym_string_start] = ACTIONS(469), - }, [119] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), [anon_sym_EQ] = ACTIONS(255), [anon_sym_PLUS_EQ] = ACTIONS(255), [anon_sym_LBRACK] = ACTIONS(444), @@ -31149,24 +31158,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(448), [sym_identifier] = ACTIONS(450), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), + [anon_sym_DOT] = ACTIONS(267), [anon_sym_COMMA] = ACTIONS(255), [anon_sym_STAR] = ACTIONS(455), [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(270), + [anon_sym_GT_GT] = ACTIONS(267), [anon_sym_exec] = ACTIONS(457), [anon_sym_async] = ACTIONS(457), [anon_sym_PLUS] = ACTIONS(459), [anon_sym_DASH] = ACTIONS(459), - [anon_sym_AT] = ACTIONS(270), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(270), - [anon_sym_SLASH_SLASH] = ACTIONS(270), - [anon_sym_STAR_STAR] = ACTIONS(270), - [anon_sym_PIPE] = ACTIONS(270), - [anon_sym_AMP] = ACTIONS(270), - [anon_sym_CARET] = ACTIONS(270), - [anon_sym_LT_LT] = ACTIONS(270), + [anon_sym_AT] = ACTIONS(267), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(267), + [anon_sym_SLASH_SLASH] = ACTIONS(267), + [anon_sym_STAR_STAR] = ACTIONS(267), + [anon_sym_PIPE] = ACTIONS(267), + [anon_sym_AMP] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_LT_LT] = ACTIONS(267), [anon_sym_TILDE] = ACTIONS(461), [anon_sym_DASH_EQ] = ACTIONS(255), [anon_sym_STAR_EQ] = ACTIONS(255), @@ -31193,25 +31202,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(469), }, [120] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1468), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1343), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), + [anon_sym_LBRACK] = ACTIONS(444), + [anon_sym_LPAREN] = ACTIONS(446), + [anon_sym_LBRACE] = ACTIONS(448), + [sym_identifier] = ACTIONS(450), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(267), + [anon_sym_as] = ACTIONS(267), + [anon_sym_STAR] = ACTIONS(636), + [anon_sym_print] = ACTIONS(457), + [anon_sym_GT_GT] = ACTIONS(265), + [anon_sym_exec] = ACTIONS(457), + [anon_sym_in] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_else] = ACTIONS(267), + [anon_sym_async] = ACTIONS(457), + [anon_sym_not] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_or] = ACTIONS(267), + [anon_sym_PLUS] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(265), + [anon_sym_SLASH] = ACTIONS(267), + [anon_sym_PERCENT] = ACTIONS(265), + [anon_sym_SLASH_SLASH] = ACTIONS(265), + [anon_sym_STAR_STAR] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_LT_LT] = ACTIONS(265), + [anon_sym_TILDE] = ACTIONS(638), + [anon_sym_LT] = ACTIONS(267), + [anon_sym_LT_EQ] = ACTIONS(265), + [anon_sym_EQ_EQ] = ACTIONS(265), + [anon_sym_BANG_EQ] = ACTIONS(265), + [anon_sym_GT_EQ] = ACTIONS(265), + [anon_sym_GT] = ACTIONS(267), + [anon_sym_LT_GT] = ACTIONS(265), + [anon_sym_is] = ACTIONS(267), + [sym_ellipsis] = ACTIONS(463), + [anon_sym_await] = ACTIONS(642), + [anon_sym_match] = ACTIONS(457), + [anon_sym_type] = ACTIONS(450), + [sym_integer] = ACTIONS(467), + [sym_float] = ACTIONS(467), + [sym_true] = ACTIONS(467), + [sym_false] = ACTIONS(467), + [sym_none] = ACTIONS(467), + [sym_python_identifier] = ACTIONS(467), + [sym_string_start] = ACTIONS(469), + }, + [121] = { + [sym_binary_operator] = STATE(1310), + [sym_unary_operator] = STATE(1310), + [sym_attribute] = STATE(1310), + [sym_subscript] = STATE(1310), + [sym_call] = STATE(1310), + [sym_generator_expression] = STATE(1310), + [sym_parenthesized_expression] = STATE(1310), + [sym_list_splat_pattern] = STATE(1307), + [sym_primary_expression] = STATE(1439), + [sym_list] = STATE(1310), + [sym_set] = STATE(1310), + [sym_tuple] = STATE(1310), + [sym_dictionary] = STATE(1310), + [sym_list_comprehension] = STATE(1310), + [sym_dictionary_comprehension] = STATE(1310), + [sym_set_comprehension] = STATE(1310), + [sym_concatenated_string] = STATE(1310), + [sym_python_string] = STATE(836), + [sym_await] = STATE(1310), [anon_sym_LBRACK] = ACTIONS(444), [anon_sym_LPAREN] = ACTIONS(446), [anon_sym_LBRACE] = ACTIONS(448), @@ -31221,7 +31300,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as] = ACTIONS(440), [anon_sym_STAR] = ACTIONS(455), [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(495), [anon_sym_exec] = ACTIONS(457), [anon_sym_in] = ACTIONS(440), [anon_sym_if] = ACTIONS(440), @@ -31232,15 +31311,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_or] = ACTIONS(440), [anon_sym_PLUS] = ACTIONS(461), [anon_sym_DASH] = ACTIONS(459), - [anon_sym_AT] = ACTIONS(577), + [anon_sym_AT] = ACTIONS(495), [anon_sym_SLASH] = ACTIONS(452), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_SLASH_SLASH] = ACTIONS(577), - [anon_sym_STAR_STAR] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(495), + [anon_sym_SLASH_SLASH] = ACTIONS(495), + [anon_sym_STAR_STAR] = ACTIONS(495), + [anon_sym_PIPE] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(495), + [anon_sym_CARET] = ACTIONS(495), + [anon_sym_LT_LT] = ACTIONS(495), [anon_sym_TILDE] = ACTIONS(461), [anon_sym_LT] = ACTIONS(440), [anon_sym_LT_EQ] = ACTIONS(442), @@ -31262,136 +31341,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_python_identifier] = ACTIONS(467), [sym_string_start] = ACTIONS(469), }, - [121] = { - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [sym_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_list_splat_pattern] = STATE(1306), - [sym_primary_expression] = STATE(1333), - [sym_list] = STATE(1311), - [sym_set] = STATE(1311), - [sym_tuple] = STATE(1311), - [sym_dictionary] = STATE(1311), - [sym_list_comprehension] = STATE(1311), - [sym_dictionary_comprehension] = STATE(1311), - [sym_set_comprehension] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_python_string] = STATE(867), - [sym_await] = STATE(1311), - [anon_sym_LBRACK] = ACTIONS(444), - [anon_sym_LPAREN] = ACTIONS(446), - [anon_sym_LBRACE] = ACTIONS(448), - [sym_identifier] = ACTIONS(450), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(270), - [anon_sym_as] = ACTIONS(270), - [anon_sym_STAR] = ACTIONS(636), - [anon_sym_print] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(268), - [anon_sym_exec] = ACTIONS(457), - [anon_sym_in] = ACTIONS(270), - [anon_sym_if] = ACTIONS(270), - [anon_sym_else] = ACTIONS(270), - [anon_sym_async] = ACTIONS(457), - [anon_sym_not] = ACTIONS(270), - [anon_sym_and] = ACTIONS(270), - [anon_sym_or] = ACTIONS(270), - [anon_sym_PLUS] = ACTIONS(638), - [anon_sym_DASH] = ACTIONS(640), - [anon_sym_AT] = ACTIONS(268), - [anon_sym_SLASH] = ACTIONS(270), - [anon_sym_PERCENT] = ACTIONS(268), - [anon_sym_SLASH_SLASH] = ACTIONS(268), - [anon_sym_STAR_STAR] = ACTIONS(268), - [anon_sym_PIPE] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(268), - [anon_sym_CARET] = ACTIONS(268), - [anon_sym_LT_LT] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(638), - [anon_sym_LT] = ACTIONS(270), - [anon_sym_LT_EQ] = ACTIONS(268), - [anon_sym_EQ_EQ] = ACTIONS(268), - [anon_sym_BANG_EQ] = ACTIONS(268), - [anon_sym_GT_EQ] = ACTIONS(268), - [anon_sym_GT] = ACTIONS(270), - [anon_sym_LT_GT] = ACTIONS(268), - [anon_sym_is] = ACTIONS(270), - [sym_ellipsis] = ACTIONS(463), - [anon_sym_await] = ACTIONS(642), - [anon_sym_match] = ACTIONS(457), - [anon_sym_type] = ACTIONS(450), - [sym_integer] = ACTIONS(467), - [sym_float] = ACTIONS(467), - [sym_true] = ACTIONS(467), - [sym_false] = ACTIONS(467), - [sym_none] = ACTIONS(467), - [sym_python_identifier] = ACTIONS(467), - [sym_string_start] = ACTIONS(469), - }, }; static const uint16_t ts_small_parse_table[] = { [0] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, - anon_sym_LBRACK, - ACTIONS(549), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(634), 1, sym_string_start, ACTIONS(644), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(646), 1, - anon_sym_RBRACE, + anon_sym_RBRACK, ACTIONS(648), 1, - anon_sym_COMMA, + anon_sym_LPAREN, ACTIONS(650), 1, anon_sym_STAR, ACTIONS(654), 1, anon_sym_not, ACTIONS(656), 1, - anon_sym_STAR_STAR, - ACTIONS(658), 1, anon_sym_lambda, - ACTIONS(660), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(662), 1, + ACTIONS(660), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(662), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(664), 1, sym_python_identifier, - STATE(827), 1, - sym_python_string, - STATE(834), 1, + STATE(844), 1, sym_primary_expression, - STATE(1132), 1, + STATE(845), 1, + sym_python_string, + STATE(1220), 1, sym_list_splat_pattern, - STATE(1516), 1, + STATE(1552), 1, sym_expression, - STATE(1721), 1, - sym_pair, - STATE(2095), 1, - sym_dictionary_splat, - STATE(2259), 1, - sym__collection_elements, - STATE(2265), 1, + STATE(1952), 1, + sym_pattern, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + STATE(2362), 1, + sym__collection_elements, + STATE(2407), 1, + sym__patterns, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2135), 3, + STATE(1218), 2, + sym_attribute, + sym_subscript, + STATE(2251), 2, + sym_tuple_pattern, + sym_list_pattern, + STATE(2051), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, @@ -31400,13 +31411,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -31414,11 +31425,9 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1193), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -31431,78 +31440,81 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [128] = 30, + [128] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, + ACTIONS(504), 1, + anon_sym_LBRACE, + ACTIONS(506), 1, + sym_identifier, + ACTIONS(514), 1, + anon_sym_DASH, + ACTIONS(516), 1, + sym_ellipsis, + ACTIONS(522), 1, + sym_string_start, + ACTIONS(666), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(45), 1, + ACTIONS(670), 1, + anon_sym_RPAREN, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(81), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(85), 1, - anon_sym_DASH, - ACTIONS(87), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(89), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(93), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(97), 1, + ACTIONS(684), 1, anon_sym_type, - ACTIONS(101), 1, + ACTIONS(686), 1, sym_python_identifier, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(266), 1, - sym_identifier, - STATE(540), 1, - sym_list_splat_pattern, - STATE(825), 1, + STATE(867), 1, sym_python_string, - STATE(883), 1, + STATE(868), 1, sym_primary_expression, - STATE(1490), 1, - sym_pattern_list, - STATE(1491), 1, - sym_pattern, - STATE(1639), 1, + STATE(1287), 1, + sym_list_splat_pattern, + STATE(1522), 1, sym_expression, - STATE(2315), 1, + STATE(2075), 1, + sym_pattern, + STATE(2145), 1, + sym_yield, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + STATE(2440), 1, + sym__patterns, + STATE(2468), 1, + sym__collection_elements, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(551), 2, + STATE(1288), 2, sym_attribute, sym_subscript, - STATE(1482), 2, + STATE(2069), 2, + sym_parenthesized_list_splat, + sym_list_splat, + STATE(2166), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(95), 4, + ACTIONS(674), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(2157), 5, - sym_assignment, - sym_augmented_assignment, - sym__right_hand_side, - sym_yield, - sym_expression_list, - STATE(1507), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -31510,7 +31522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 14, + STATE(1271), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -31525,81 +31537,81 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [252] = 33, + [258] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(668), 1, + ACTIONS(666), 1, anon_sym_LBRACK, - ACTIONS(670), 1, + ACTIONS(668), 1, anon_sym_LPAREN, ACTIONS(672), 1, - anon_sym_RPAREN, - ACTIONS(674), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(684), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(686), 1, + ACTIONS(684), 1, anon_sym_type, - ACTIONS(688), 1, + ACTIONS(686), 1, sym_python_identifier, - STATE(838), 1, + ACTIONS(688), 1, + anon_sym_RPAREN, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, - STATE(1257), 1, + STATE(1287), 1, sym_list_splat_pattern, - STATE(1547), 1, + STATE(1522), 1, sym_expression, - STATE(2070), 1, + STATE(2075), 1, sym_pattern, - STATE(2132), 1, + STATE(2145), 1, sym_yield, - STATE(2313), 1, + STATE(2289), 1, sym__patterns, - STATE(2371), 1, + STATE(2377), 1, sym__named_expression_lhs, STATE(2468), 1, sym__collection_elements, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1260), 2, + STATE(1288), 2, sym_attribute, sym_subscript, - STATE(2052), 2, + STATE(2069), 2, sym_parenthesized_list_splat, sym_list_splat, - STATE(2161), 2, + STATE(2166), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(676), 4, + ACTIONS(674), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -31607,7 +31619,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 14, + STATE(1271), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -31622,81 +31634,78 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [382] = 33, + [388] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(501), 1, - anon_sym_LBRACE, - ACTIONS(503), 1, - sym_identifier, - ACTIONS(511), 1, - anon_sym_DASH, - ACTIONS(513), 1, - sym_ellipsis, - ACTIONS(519), 1, - sym_string_start, - ACTIONS(668), 1, + ACTIONS(33), 1, anon_sym_LBRACK, - ACTIONS(670), 1, + ACTIONS(35), 1, anon_sym_LPAREN, - ACTIONS(674), 1, + ACTIONS(37), 1, + anon_sym_LBRACE, + ACTIONS(45), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(81), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(85), 1, + anon_sym_DASH, + ACTIONS(87), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(89), 1, anon_sym_yield, - ACTIONS(684), 1, + ACTIONS(91), 1, + sym_ellipsis, + ACTIONS(93), 1, anon_sym_await, - ACTIONS(686), 1, + ACTIONS(97), 1, anon_sym_type, - ACTIONS(688), 1, + ACTIONS(101), 1, sym_python_identifier, - ACTIONS(690), 1, - anon_sym_RPAREN, - STATE(838), 1, + ACTIONS(105), 1, + sym_string_start, + ACTIONS(263), 1, + sym_identifier, + STATE(548), 1, + sym_list_splat_pattern, + STATE(825), 1, sym_python_string, - STATE(840), 1, + STATE(886), 1, sym_primary_expression, - STATE(1257), 1, - sym_list_splat_pattern, - STATE(1552), 1, - sym_expression, - STATE(2027), 1, - sym_yield, - STATE(2070), 1, + STATE(1480), 1, sym_pattern, - STATE(2319), 1, - sym__collection_elements, - STATE(2359), 1, - sym__patterns, - STATE(2371), 1, + STATE(1484), 1, + sym_pattern_list, + STATE(1646), 1, + sym_expression, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1260), 2, + STATE(549), 2, sym_attribute, sym_subscript, - STATE(2052), 2, - sym_parenthesized_list_splat, - sym_list_splat, - STATE(2161), 2, + STATE(1491), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(676), 4, + ACTIONS(95), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(2164), 5, + sym_assignment, + sym_augmented_assignment, + sym__right_hand_side, + sym_yield, + sym_expression_list, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -31704,7 +31713,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 14, + STATE(896), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -31722,26 +31731,30 @@ static const uint16_t ts_small_parse_table[] = { [512] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(616), 1, + ACTIONS(548), 1, + anon_sym_LBRACK, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(570), 1, sym_string_start, + ACTIONS(690), 1, + anon_sym_LPAREN, ACTIONS(692), 1, - anon_sym_LBRACK, + anon_sym_RBRACE, ACTIONS(694), 1, - anon_sym_RBRACK, + anon_sym_COMMA, ACTIONS(696), 1, - anon_sym_LPAREN, - ACTIONS(698), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(700), 1, anon_sym_not, + ACTIONS(702), 1, + anon_sym_STAR_STAR, ACTIONS(704), 1, anon_sym_lambda, ACTIONS(706), 1, @@ -31752,47 +31765,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, ACTIONS(712), 1, sym_python_identifier, - STATE(885), 1, + STATE(833), 1, sym_primary_expression, - STATE(890), 1, + STATE(834), 1, sym_python_string, - STATE(1216), 1, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1536), 1, + STATE(1516), 1, sym_expression, - STATE(1940), 1, - sym_pattern, - STATE(2285), 1, + STATE(1722), 1, + sym_pair, + STATE(2020), 1, + sym_dictionary_splat, + STATE(2270), 1, sym__named_expression_lhs, - STATE(2399), 1, - sym__patterns, - STATE(2471), 1, + STATE(2354), 1, sym__collection_elements, - ACTIONS(624), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1214), 2, - sym_attribute, - sym_subscript, - STATE(2245), 2, - sym_tuple_pattern, - sym_list_pattern, - STATE(2038), 3, + STATE(2123), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(700), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -31800,9 +31807,11 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 14, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -31815,172 +31824,78 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [640] = 30, + [640] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LPAREN, - ACTIONS(37), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(45), 1, - anon_sym_STAR, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, - anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(89), 1, - anon_sym_yield, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(93), 1, - anon_sym_await, - ACTIONS(97), 1, - anon_sym_type, - ACTIONS(101), 1, - sym_python_identifier, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(266), 1, - sym_identifier, - STATE(540), 1, - sym_list_splat_pattern, - STATE(825), 1, - sym_python_string, - STATE(883), 1, - sym_primary_expression, - STATE(1490), 1, - sym_pattern_list, - STATE(1491), 1, - sym_pattern, - STATE(1639), 1, - sym_expression, - STATE(2315), 1, - sym__named_expression_lhs, - ACTIONS(83), 2, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(551), 2, - sym_attribute, - sym_subscript, - STATE(1482), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(95), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(99), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(2183), 5, - sym_assignment, - sym_augmented_assignment, - sym__right_hand_side, - sym_yield, - sym_expression_list, - STATE(1507), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(897), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [764] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(545), 1, - anon_sym_LBRACK, - ACTIONS(549), 1, - anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(644), 1, + ACTIONS(690), 1, anon_sym_LPAREN, - ACTIONS(650), 1, + ACTIONS(696), 1, anon_sym_STAR, - ACTIONS(654), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(658), 1, + ACTIONS(704), 1, anon_sym_lambda, - ACTIONS(660), 1, + ACTIONS(706), 1, anon_sym_yield, - ACTIONS(662), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(712), 1, sym_python_identifier, ACTIONS(714), 1, anon_sym_RBRACE, ACTIONS(716), 1, anon_sym_COMMA, - STATE(827), 1, - sym_python_string, - STATE(834), 1, + STATE(833), 1, sym_primary_expression, - STATE(1132), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1510), 1, + STATE(1512), 1, sym_expression, - STATE(1722), 1, + STATE(1699), 1, sym_pair, - STATE(2075), 1, + STATE(2102), 1, sym_dictionary_splat, - STATE(2265), 1, + STATE(2270), 1, sym__named_expression_lhs, - STATE(2274), 1, + STATE(2306), 1, sym__collection_elements, - ACTIONS(557), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2135), 3, + STATE(2123), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(652), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -31988,7 +31903,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32005,175 +31920,81 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [892] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LPAREN, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(45), 1, - anon_sym_STAR, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, - anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(89), 1, - anon_sym_yield, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(93), 1, - anon_sym_await, - ACTIONS(97), 1, - anon_sym_type, - ACTIONS(101), 1, - sym_python_identifier, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(266), 1, - sym_identifier, - STATE(540), 1, - sym_list_splat_pattern, - STATE(825), 1, - sym_python_string, - STATE(883), 1, - sym_primary_expression, - STATE(1490), 1, - sym_pattern_list, - STATE(1491), 1, - sym_pattern, - STATE(1639), 1, - sym_expression, - STATE(2315), 1, - sym__named_expression_lhs, - ACTIONS(83), 2, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(551), 2, - sym_attribute, - sym_subscript, - STATE(1482), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(95), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(99), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(2184), 5, - sym_assignment, - sym_augmented_assignment, - sym__right_hand_side, - sym_yield, - sym_expression_list, - STATE(1507), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(897), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [1016] = 33, + [768] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(668), 1, + ACTIONS(666), 1, anon_sym_LBRACK, - ACTIONS(670), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(674), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(684), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(686), 1, + ACTIONS(684), 1, anon_sym_type, - ACTIONS(688), 1, + ACTIONS(686), 1, sym_python_identifier, ACTIONS(718), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, - STATE(1257), 1, + STATE(1287), 1, sym_list_splat_pattern, - STATE(1547), 1, + STATE(1522), 1, sym_expression, - STATE(2070), 1, + STATE(2075), 1, sym_pattern, - STATE(2132), 1, + STATE(2145), 1, sym_yield, - STATE(2359), 1, + STATE(2341), 1, sym__patterns, - STATE(2371), 1, + STATE(2377), 1, sym__named_expression_lhs, STATE(2468), 1, sym__collection_elements, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1260), 2, + STATE(1288), 2, sym_attribute, sym_subscript, - STATE(2052), 2, + STATE(2069), 2, sym_parenthesized_list_splat, sym_list_splat, - STATE(2161), 2, + STATE(2166), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(676), 4, + ACTIONS(674), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -32181,7 +32002,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 14, + STATE(1271), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -32196,7 +32017,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [1146] = 32, + [898] = 32, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, @@ -32209,56 +32030,56 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(634), 1, sym_string_start, - ACTIONS(692), 1, + ACTIONS(644), 1, anon_sym_LBRACK, - ACTIONS(696), 1, + ACTIONS(648), 1, anon_sym_LPAREN, - ACTIONS(698), 1, + ACTIONS(650), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(706), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(708), 1, + ACTIONS(660), 1, anon_sym_await, - ACTIONS(710), 1, + ACTIONS(662), 1, anon_sym_type, - ACTIONS(712), 1, + ACTIONS(664), 1, sym_python_identifier, ACTIONS(720), 1, anon_sym_RBRACK, - STATE(885), 1, + STATE(844), 1, sym_primary_expression, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(1216), 1, + STATE(1220), 1, sym_list_splat_pattern, - STATE(1524), 1, + STATE(1543), 1, sym_expression, - STATE(1940), 1, + STATE(1952), 1, sym_pattern, - STATE(2285), 1, - sym__named_expression_lhs, STATE(2292), 1, + sym__named_expression_lhs, + STATE(2324), 1, sym__collection_elements, - STATE(2303), 1, + STATE(2475), 1, sym__patterns, ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1214), 2, + STATE(1218), 2, sym_attribute, sym_subscript, - STATE(2245), 2, + STATE(2251), 2, sym_tuple_pattern, sym_list_pattern, - STATE(2038), 3, + STATE(2051), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(700), 4, + ACTIONS(652), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -32269,7 +32090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -32277,7 +32098,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 14, + STATE(1193), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -32292,82 +32113,81 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [1274] = 34, + [1026] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(668), 1, + ACTIONS(666), 1, anon_sym_LBRACK, - ACTIONS(670), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(674), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(684), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(686), 1, + ACTIONS(684), 1, anon_sym_type, - ACTIONS(688), 1, + ACTIONS(686), 1, sym_python_identifier, ACTIONS(722), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, - STATE(1257), 1, + STATE(1287), 1, sym_list_splat_pattern, - STATE(1525), 1, + STATE(1538), 1, sym_expression, - STATE(2058), 1, + STATE(2040), 1, sym_yield, - STATE(2070), 1, + STATE(2075), 1, sym_pattern, - STATE(2136), 1, - sym_list_splat, - STATE(2137), 1, - sym_parenthesized_list_splat, - STATE(2295), 1, - sym__collection_elements, - STATE(2313), 1, + STATE(2289), 1, sym__patterns, - STATE(2371), 1, + STATE(2326), 1, + sym__collection_elements, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1260), 2, + STATE(1288), 2, sym_attribute, sym_subscript, - STATE(2161), 2, + STATE(2069), 2, + sym_parenthesized_list_splat, + sym_list_splat, + STATE(2166), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(676), 4, + ACTIONS(674), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -32375,7 +32195,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 14, + STATE(1271), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -32390,78 +32210,78 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [1406] = 32, + [1156] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(549), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(644), 1, + ACTIONS(690), 1, anon_sym_LPAREN, - ACTIONS(650), 1, + ACTIONS(696), 1, anon_sym_STAR, - ACTIONS(654), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(658), 1, + ACTIONS(704), 1, anon_sym_lambda, - ACTIONS(660), 1, + ACTIONS(706), 1, anon_sym_yield, - ACTIONS(662), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(712), 1, sym_python_identifier, ACTIONS(724), 1, anon_sym_RBRACE, ACTIONS(726), 1, anon_sym_COMMA, - STATE(827), 1, - sym_python_string, - STATE(834), 1, + STATE(833), 1, sym_primary_expression, - STATE(1132), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1512), 1, + STATE(1510), 1, sym_expression, - STATE(1704), 1, + STATE(1707), 1, sym_pair, - STATE(2014), 1, + STATE(2154), 1, sym_dictionary_splat, - STATE(2265), 1, + STATE(2270), 1, sym__named_expression_lhs, - STATE(2347), 1, + STATE(2462), 1, sym__collection_elements, - ACTIONS(557), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2135), 3, + STATE(2123), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(652), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -32469,7 +32289,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32486,78 +32306,78 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [1534] = 32, + [1284] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(33), 1, anon_sym_LBRACK, - ACTIONS(549), 1, - anon_sym_LBRACE, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(559), 1, - anon_sym_DASH, - ACTIONS(561), 1, - sym_ellipsis, - ACTIONS(567), 1, - sym_string_start, - ACTIONS(644), 1, + ACTIONS(35), 1, anon_sym_LPAREN, - ACTIONS(650), 1, + ACTIONS(37), 1, + anon_sym_LBRACE, + ACTIONS(45), 1, anon_sym_STAR, - ACTIONS(654), 1, + ACTIONS(81), 1, anon_sym_not, - ACTIONS(656), 1, - anon_sym_STAR_STAR, - ACTIONS(658), 1, + ACTIONS(85), 1, + anon_sym_DASH, + ACTIONS(87), 1, anon_sym_lambda, - ACTIONS(660), 1, + ACTIONS(89), 1, anon_sym_yield, - ACTIONS(662), 1, + ACTIONS(91), 1, + sym_ellipsis, + ACTIONS(93), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(97), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(101), 1, sym_python_identifier, - ACTIONS(728), 1, - anon_sym_RBRACE, - ACTIONS(730), 1, - anon_sym_COMMA, - STATE(827), 1, + ACTIONS(105), 1, + sym_string_start, + ACTIONS(263), 1, + sym_identifier, + STATE(548), 1, + sym_list_splat_pattern, + STATE(825), 1, sym_python_string, - STATE(834), 1, + STATE(886), 1, sym_primary_expression, - STATE(1132), 1, - sym_list_splat_pattern, - STATE(1509), 1, + STATE(1480), 1, + sym_pattern, + STATE(1484), 1, + sym_pattern_list, + STATE(1646), 1, sym_expression, - STATE(1714), 1, - sym_pair, - STATE(2045), 1, - sym_dictionary_splat, - STATE(2265), 1, + STATE(2322), 1, sym__named_expression_lhs, - STATE(2300), 1, - sym__collection_elements, - ACTIONS(557), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2135), 3, - sym_parenthesized_list_splat, - sym_yield, - sym_list_splat, - ACTIONS(652), 4, + STATE(549), 2, + sym_attribute, + sym_subscript, + STATE(1491), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(95), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(2192), 5, + sym_assignment, + sym_augmented_assignment, + sym__right_hand_side, + sym_yield, + sym_expression_list, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -32565,11 +32385,9 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(896), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -32582,78 +32400,81 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [1662] = 32, + [1408] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, - anon_sym_LBRACK, - ACTIONS(549), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(644), 1, + ACTIONS(666), 1, + anon_sym_LBRACK, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(650), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(654), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(656), 1, - anon_sym_STAR_STAR, - ACTIONS(658), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(660), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(662), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(684), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(686), 1, sym_python_identifier, - ACTIONS(732), 1, - anon_sym_RBRACE, - ACTIONS(734), 1, - anon_sym_COMMA, - STATE(827), 1, + ACTIONS(728), 1, + anon_sym_RPAREN, + STATE(867), 1, sym_python_string, - STATE(834), 1, + STATE(868), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1287), 1, sym_list_splat_pattern, - STATE(1514), 1, + STATE(1522), 1, sym_expression, - STATE(1711), 1, - sym_pair, + STATE(2075), 1, + sym_pattern, STATE(2145), 1, - sym_dictionary_splat, - STATE(2265), 1, + sym_yield, + STATE(2289), 1, + sym__patterns, + STATE(2377), 1, sym__named_expression_lhs, - STATE(2460), 1, + STATE(2468), 1, sym__collection_elements, - ACTIONS(557), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2135), 3, + STATE(1288), 2, + sym_attribute, + sym_subscript, + STATE(2069), 2, sym_parenthesized_list_splat, - sym_yield, sym_list_splat, - ACTIONS(652), 4, + STATE(2166), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(674), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -32661,11 +32482,9 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1271), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -32678,63 +32497,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [1790] = 32, + [1538] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, - anon_sym_LBRACK, - ACTIONS(549), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(634), 1, sym_string_start, ACTIONS(644), 1, + anon_sym_LBRACK, + ACTIONS(648), 1, anon_sym_LPAREN, ACTIONS(650), 1, anon_sym_STAR, ACTIONS(654), 1, anon_sym_not, ACTIONS(656), 1, - anon_sym_STAR_STAR, - ACTIONS(658), 1, anon_sym_lambda, - ACTIONS(660), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(662), 1, + ACTIONS(660), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(662), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(664), 1, sym_python_identifier, - ACTIONS(736), 1, - anon_sym_RBRACE, - ACTIONS(738), 1, - anon_sym_COMMA, - STATE(827), 1, - sym_python_string, - STATE(834), 1, + ACTIONS(730), 1, + anon_sym_RBRACK, + STATE(844), 1, sym_primary_expression, - STATE(1132), 1, + STATE(845), 1, + sym_python_string, + STATE(1220), 1, sym_list_splat_pattern, - STATE(1513), 1, + STATE(1530), 1, sym_expression, - STATE(1706), 1, - sym_pair, - STATE(2026), 1, - sym_dictionary_splat, - STATE(2265), 1, + STATE(1952), 1, + sym_pattern, + STATE(2292), 1, sym__named_expression_lhs, - STATE(2322), 1, + STATE(2471), 1, sym__collection_elements, - ACTIONS(557), 2, + STATE(2475), 1, + sym__patterns, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2135), 3, + STATE(1218), 2, + sym_attribute, + sym_subscript, + STATE(2251), 2, + sym_tuple_pattern, + sym_list_pattern, + STATE(2051), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, @@ -32743,13 +32564,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -32757,11 +32578,9 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1193), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -32774,7 +32593,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [1918] = 32, + [1666] = 32, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, @@ -32787,56 +32606,56 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(634), 1, sym_string_start, - ACTIONS(692), 1, + ACTIONS(644), 1, anon_sym_LBRACK, - ACTIONS(696), 1, + ACTIONS(648), 1, anon_sym_LPAREN, - ACTIONS(698), 1, + ACTIONS(650), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(706), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(708), 1, + ACTIONS(660), 1, anon_sym_await, - ACTIONS(710), 1, + ACTIONS(662), 1, anon_sym_type, - ACTIONS(712), 1, + ACTIONS(664), 1, sym_python_identifier, - ACTIONS(740), 1, + ACTIONS(732), 1, anon_sym_RBRACK, - STATE(885), 1, + STATE(844), 1, sym_primary_expression, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(1216), 1, + STATE(1220), 1, sym_list_splat_pattern, - STATE(1536), 1, + STATE(1530), 1, sym_expression, - STATE(1940), 1, + STATE(1952), 1, sym_pattern, - STATE(2285), 1, + STATE(2292), 1, sym__named_expression_lhs, - STATE(2392), 1, - sym__patterns, STATE(2471), 1, sym__collection_elements, + STATE(2475), 1, + sym__patterns, ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1214), 2, + STATE(1218), 2, sym_attribute, sym_subscript, - STATE(2245), 2, + STATE(2251), 2, sym_tuple_pattern, sym_list_pattern, - STATE(2038), 3, + STATE(2051), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(700), 4, + ACTIONS(652), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -32847,7 +32666,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -32855,7 +32674,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 14, + STATE(1193), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -32870,81 +32689,78 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [2046] = 33, + [1794] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(501), 1, - anon_sym_LBRACE, - ACTIONS(503), 1, - sym_identifier, - ACTIONS(511), 1, - anon_sym_DASH, - ACTIONS(513), 1, - sym_ellipsis, - ACTIONS(519), 1, - sym_string_start, - ACTIONS(668), 1, + ACTIONS(33), 1, anon_sym_LBRACK, - ACTIONS(670), 1, + ACTIONS(35), 1, anon_sym_LPAREN, - ACTIONS(674), 1, + ACTIONS(37), 1, + anon_sym_LBRACE, + ACTIONS(45), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(81), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(85), 1, + anon_sym_DASH, + ACTIONS(87), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(89), 1, anon_sym_yield, - ACTIONS(684), 1, + ACTIONS(91), 1, + sym_ellipsis, + ACTIONS(93), 1, anon_sym_await, - ACTIONS(686), 1, + ACTIONS(97), 1, anon_sym_type, - ACTIONS(688), 1, + ACTIONS(101), 1, sym_python_identifier, - ACTIONS(742), 1, - anon_sym_RPAREN, - STATE(838), 1, + ACTIONS(105), 1, + sym_string_start, + ACTIONS(263), 1, + sym_identifier, + STATE(548), 1, + sym_list_splat_pattern, + STATE(825), 1, sym_python_string, - STATE(840), 1, + STATE(886), 1, sym_primary_expression, - STATE(1257), 1, - sym_list_splat_pattern, - STATE(1541), 1, - sym_expression, - STATE(2050), 1, - sym_yield, - STATE(2070), 1, + STATE(1480), 1, sym_pattern, - STATE(2294), 1, - sym__collection_elements, - STATE(2359), 1, - sym__patterns, - STATE(2371), 1, + STATE(1484), 1, + sym_pattern_list, + STATE(1646), 1, + sym_expression, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1260), 2, + STATE(549), 2, sym_attribute, sym_subscript, - STATE(2052), 2, - sym_parenthesized_list_splat, - sym_list_splat, - STATE(2161), 2, + STATE(1491), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(676), 4, + ACTIONS(95), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(2234), 5, + sym_assignment, + sym_augmented_assignment, + sym__right_hand_side, + sym_yield, + sym_expression_list, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -32952,7 +32768,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 14, + STATE(896), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -32967,7 +32783,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [2176] = 32, + [1918] = 32, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, @@ -32980,56 +32796,56 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(634), 1, sym_string_start, - ACTIONS(692), 1, + ACTIONS(644), 1, anon_sym_LBRACK, - ACTIONS(696), 1, + ACTIONS(648), 1, anon_sym_LPAREN, - ACTIONS(698), 1, + ACTIONS(650), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(706), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(708), 1, + ACTIONS(660), 1, anon_sym_await, - ACTIONS(710), 1, + ACTIONS(662), 1, anon_sym_type, - ACTIONS(712), 1, + ACTIONS(664), 1, sym_python_identifier, - ACTIONS(744), 1, + ACTIONS(734), 1, anon_sym_RBRACK, - STATE(885), 1, + STATE(844), 1, sym_primary_expression, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(1216), 1, + STATE(1220), 1, sym_list_splat_pattern, - STATE(1536), 1, + STATE(1530), 1, sym_expression, - STATE(1940), 1, + STATE(1952), 1, sym_pattern, - STATE(2285), 1, + STATE(2292), 1, sym__named_expression_lhs, - STATE(2452), 1, + STATE(2436), 1, sym__patterns, STATE(2471), 1, sym__collection_elements, ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1214), 2, + STATE(1218), 2, sym_attribute, sym_subscript, - STATE(2245), 2, + STATE(2251), 2, sym_tuple_pattern, sym_list_pattern, - STATE(2038), 3, + STATE(2051), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(700), 4, + ACTIONS(652), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -33040,7 +32856,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -33048,7 +32864,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 14, + STATE(1193), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -33063,7 +32879,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [2304] = 32, + [2046] = 32, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, @@ -33076,56 +32892,56 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(634), 1, sym_string_start, - ACTIONS(692), 1, + ACTIONS(644), 1, anon_sym_LBRACK, - ACTIONS(696), 1, + ACTIONS(648), 1, anon_sym_LPAREN, - ACTIONS(698), 1, + ACTIONS(650), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(706), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(708), 1, + ACTIONS(660), 1, anon_sym_await, - ACTIONS(710), 1, + ACTIONS(662), 1, anon_sym_type, - ACTIONS(712), 1, + ACTIONS(664), 1, sym_python_identifier, - ACTIONS(746), 1, + ACTIONS(736), 1, anon_sym_RBRACK, - STATE(885), 1, + STATE(844), 1, sym_primary_expression, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(1216), 1, + STATE(1220), 1, sym_list_splat_pattern, - STATE(1544), 1, + STATE(1543), 1, sym_expression, - STATE(1940), 1, + STATE(1952), 1, sym_pattern, - STATE(2285), 1, + STATE(2292), 1, sym__named_expression_lhs, - STATE(2302), 1, + STATE(2324), 1, sym__collection_elements, - STATE(2452), 1, + STATE(2475), 1, sym__patterns, ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1214), 2, + STATE(1218), 2, sym_attribute, sym_subscript, - STATE(2245), 2, + STATE(2251), 2, sym_tuple_pattern, sym_list_pattern, - STATE(2038), 3, + STATE(2051), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(700), 4, + ACTIONS(652), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -33136,7 +32952,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -33144,7 +32960,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 14, + STATE(1193), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -33159,7 +32975,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [2432] = 32, + [2174] = 32, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, @@ -33172,56 +32988,56 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(634), 1, sym_string_start, - ACTIONS(692), 1, + ACTIONS(644), 1, anon_sym_LBRACK, - ACTIONS(696), 1, + ACTIONS(648), 1, anon_sym_LPAREN, - ACTIONS(698), 1, + ACTIONS(650), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(706), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(708), 1, + ACTIONS(660), 1, anon_sym_await, - ACTIONS(710), 1, + ACTIONS(662), 1, anon_sym_type, - ACTIONS(712), 1, + ACTIONS(664), 1, sym_python_identifier, - ACTIONS(748), 1, + ACTIONS(738), 1, anon_sym_RBRACK, - STATE(885), 1, + STATE(844), 1, sym_primary_expression, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(1216), 1, + STATE(1220), 1, sym_list_splat_pattern, - STATE(1536), 1, + STATE(1530), 1, sym_expression, - STATE(1940), 1, + STATE(1952), 1, sym_pattern, - STATE(2285), 1, + STATE(2292), 1, sym__named_expression_lhs, - STATE(2428), 1, + STATE(2417), 1, sym__patterns, STATE(2471), 1, sym__collection_elements, ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1214), 2, + STATE(1218), 2, sym_attribute, sym_subscript, - STATE(2245), 2, + STATE(2251), 2, sym_tuple_pattern, sym_list_pattern, - STATE(2038), 3, + STATE(2051), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(700), 4, + ACTIONS(652), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -33232,7 +33048,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -33240,7 +33056,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 14, + STATE(1193), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -33255,81 +33071,81 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [2560] = 33, + [2302] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(668), 1, + ACTIONS(666), 1, anon_sym_LBRACK, - ACTIONS(670), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(674), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(684), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(686), 1, + ACTIONS(684), 1, anon_sym_type, - ACTIONS(688), 1, + ACTIONS(686), 1, sym_python_identifier, - ACTIONS(750), 1, + ACTIONS(740), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, - STATE(1257), 1, + STATE(1287), 1, sym_list_splat_pattern, - STATE(1547), 1, + STATE(1537), 1, sym_expression, - STATE(2070), 1, - sym_pattern, - STATE(2132), 1, + STATE(2064), 1, sym_yield, - STATE(2359), 1, + STATE(2075), 1, + sym_pattern, + STATE(2289), 1, sym__patterns, - STATE(2371), 1, - sym__named_expression_lhs, - STATE(2468), 1, + STATE(2300), 1, sym__collection_elements, - ACTIONS(509), 2, + STATE(2377), 1, + sym__named_expression_lhs, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1260), 2, + STATE(1288), 2, sym_attribute, sym_subscript, - STATE(2052), 2, + STATE(2069), 2, sym_parenthesized_list_splat, sym_list_splat, - STATE(2161), 2, + STATE(2166), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(676), 4, + ACTIONS(674), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -33337,7 +33153,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 14, + STATE(1271), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -33352,27 +33168,29 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [2690] = 32, + [2432] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(616), 1, + ACTIONS(548), 1, + anon_sym_LBRACK, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(692), 1, - anon_sym_LBRACK, - ACTIONS(696), 1, + ACTIONS(690), 1, anon_sym_LPAREN, - ACTIONS(698), 1, + ACTIONS(696), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(700), 1, anon_sym_not, + ACTIONS(702), 1, + anon_sym_STAR_STAR, ACTIONS(704), 1, anon_sym_lambda, ACTIONS(706), 1, @@ -33383,49 +33201,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, ACTIONS(712), 1, sym_python_identifier, - ACTIONS(752), 1, - anon_sym_RBRACK, - STATE(885), 1, + ACTIONS(742), 1, + anon_sym_RBRACE, + ACTIONS(744), 1, + anon_sym_COMMA, + STATE(833), 1, sym_primary_expression, - STATE(890), 1, + STATE(834), 1, sym_python_string, - STATE(1216), 1, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1536), 1, + STATE(1509), 1, sym_expression, - STATE(1940), 1, - sym_pattern, - STATE(2285), 1, + STATE(1725), 1, + sym_pair, + STATE(2111), 1, + sym_dictionary_splat, + STATE(2270), 1, sym__named_expression_lhs, - STATE(2452), 1, - sym__patterns, - STATE(2471), 1, + STATE(2392), 1, sym__collection_elements, - ACTIONS(624), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1214), 2, - sym_attribute, - sym_subscript, - STATE(2245), 2, - sym_tuple_pattern, - sym_list_pattern, - STATE(2038), 3, + STATE(2123), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(700), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -33433,9 +33247,11 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 14, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -33448,7 +33264,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [2818] = 32, + [2560] = 32, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, @@ -33461,56 +33277,56 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(634), 1, sym_string_start, - ACTIONS(692), 1, + ACTIONS(644), 1, anon_sym_LBRACK, - ACTIONS(696), 1, + ACTIONS(648), 1, anon_sym_LPAREN, - ACTIONS(698), 1, + ACTIONS(650), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(706), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(708), 1, + ACTIONS(660), 1, anon_sym_await, - ACTIONS(710), 1, + ACTIONS(662), 1, anon_sym_type, - ACTIONS(712), 1, + ACTIONS(664), 1, sym_python_identifier, - ACTIONS(754), 1, + ACTIONS(746), 1, anon_sym_RBRACK, - STATE(885), 1, + STATE(844), 1, sym_primary_expression, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(1216), 1, + STATE(1220), 1, sym_list_splat_pattern, - STATE(1543), 1, + STATE(1535), 1, sym_expression, - STATE(1940), 1, + STATE(1952), 1, sym_pattern, - STATE(2285), 1, + STATE(2292), 1, sym__named_expression_lhs, - STATE(2317), 1, + STATE(2302), 1, sym__collection_elements, - STATE(2452), 1, + STATE(2316), 1, sym__patterns, ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1214), 2, + STATE(1218), 2, sym_attribute, sym_subscript, - STATE(2245), 2, + STATE(2251), 2, sym_tuple_pattern, sym_list_pattern, - STATE(2038), 3, + STATE(2051), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(700), 4, + ACTIONS(652), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -33521,7 +33337,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -33529,7 +33345,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 14, + STATE(1193), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -33544,27 +33360,29 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [2946] = 32, + [2688] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(616), 1, + ACTIONS(548), 1, + anon_sym_LBRACK, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(692), 1, - anon_sym_LBRACK, - ACTIONS(696), 1, + ACTIONS(690), 1, anon_sym_LPAREN, - ACTIONS(698), 1, + ACTIONS(696), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(700), 1, anon_sym_not, + ACTIONS(702), 1, + anon_sym_STAR_STAR, ACTIONS(704), 1, anon_sym_lambda, ACTIONS(706), 1, @@ -33575,49 +33393,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, ACTIONS(712), 1, sym_python_identifier, - ACTIONS(756), 1, - anon_sym_RBRACK, - STATE(885), 1, + ACTIONS(748), 1, + anon_sym_RBRACE, + ACTIONS(750), 1, + anon_sym_COMMA, + STATE(833), 1, sym_primary_expression, - STATE(890), 1, + STATE(834), 1, sym_python_string, - STATE(1216), 1, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1543), 1, + STATE(1515), 1, sym_expression, - STATE(1940), 1, - sym_pattern, - STATE(2285), 1, + STATE(1716), 1, + sym_pair, + STATE(2050), 1, + sym_dictionary_splat, + STATE(2270), 1, sym__named_expression_lhs, - STATE(2317), 1, + STATE(2310), 1, sym__collection_elements, - STATE(2452), 1, - sym__patterns, - ACTIONS(624), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1214), 2, - sym_attribute, - sym_subscript, - STATE(2245), 2, - sym_tuple_pattern, - sym_list_pattern, - STATE(2038), 3, + STATE(2123), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(700), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -33625,9 +33439,11 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 14, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -33640,7 +33456,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [3074] = 32, + [2816] = 32, ACTIONS(3), 1, sym_comment, ACTIONS(616), 1, @@ -33653,56 +33469,56 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(634), 1, sym_string_start, - ACTIONS(692), 1, + ACTIONS(644), 1, anon_sym_LBRACK, - ACTIONS(696), 1, + ACTIONS(648), 1, anon_sym_LPAREN, - ACTIONS(698), 1, + ACTIONS(650), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(706), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(708), 1, + ACTIONS(660), 1, anon_sym_await, - ACTIONS(710), 1, + ACTIONS(662), 1, anon_sym_type, - ACTIONS(712), 1, + ACTIONS(664), 1, sym_python_identifier, - ACTIONS(758), 1, + ACTIONS(752), 1, anon_sym_RBRACK, - STATE(885), 1, + STATE(844), 1, sym_primary_expression, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(1216), 1, + STATE(1220), 1, sym_list_splat_pattern, - STATE(1526), 1, + STATE(1534), 1, sym_expression, - STATE(1940), 1, + STATE(1952), 1, sym_pattern, - STATE(2285), 1, + STATE(2292), 1, sym__named_expression_lhs, - STATE(2355), 1, + STATE(2308), 1, sym__collection_elements, - STATE(2392), 1, + STATE(2475), 1, sym__patterns, ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1214), 2, + STATE(1218), 2, sym_attribute, sym_subscript, - STATE(2245), 2, + STATE(2251), 2, sym_tuple_pattern, sym_list_pattern, - STATE(2038), 3, + STATE(2051), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(700), 4, + ACTIONS(652), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -33713,7 +33529,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -33721,7 +33537,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 14, + STATE(1193), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -33736,81 +33552,80 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [3202] = 33, + [2944] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(501), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(668), 1, + ACTIONS(644), 1, anon_sym_LBRACK, - ACTIONS(670), 1, + ACTIONS(648), 1, anon_sym_LPAREN, - ACTIONS(674), 1, + ACTIONS(650), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(684), 1, + ACTIONS(660), 1, anon_sym_await, - ACTIONS(686), 1, + ACTIONS(662), 1, anon_sym_type, - ACTIONS(688), 1, + ACTIONS(664), 1, sym_python_identifier, - ACTIONS(760), 1, - anon_sym_RPAREN, - STATE(838), 1, - sym_python_string, - STATE(840), 1, + ACTIONS(754), 1, + anon_sym_RBRACK, + STATE(844), 1, sym_primary_expression, - STATE(1257), 1, + STATE(845), 1, + sym_python_string, + STATE(1220), 1, sym_list_splat_pattern, - STATE(1552), 1, + STATE(1530), 1, sym_expression, - STATE(2027), 1, - sym_yield, - STATE(2070), 1, + STATE(1952), 1, sym_pattern, - STATE(2319), 1, - sym__collection_elements, - STATE(2359), 1, - sym__patterns, - STATE(2371), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + STATE(2407), 1, + sym__patterns, + STATE(2471), 1, + sym__collection_elements, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1260), 2, + STATE(1218), 2, sym_attribute, sym_subscript, - STATE(2052), 2, - sym_parenthesized_list_splat, - sym_list_splat, - STATE(2161), 2, + STATE(2251), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(676), 4, + STATE(2051), 3, + sym_parenthesized_list_splat, + sym_yield, + sym_list_splat, + ACTIONS(652), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -33818,7 +33633,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 14, + STATE(1193), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -33833,78 +33648,81 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [3332] = 32, + [3072] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, - anon_sym_LBRACK, - ACTIONS(549), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(644), 1, + ACTIONS(666), 1, + anon_sym_LBRACK, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(650), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(654), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(656), 1, - anon_sym_STAR_STAR, - ACTIONS(658), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(660), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(662), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(684), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(686), 1, sym_python_identifier, - ACTIONS(762), 1, - anon_sym_RBRACE, - ACTIONS(764), 1, - anon_sym_COMMA, - STATE(827), 1, + ACTIONS(756), 1, + anon_sym_RPAREN, + STATE(867), 1, sym_python_string, - STATE(834), 1, + STATE(868), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1287), 1, sym_list_splat_pattern, - STATE(1517), 1, + STATE(1522), 1, sym_expression, - STATE(1695), 1, - sym_pair, - STATE(2108), 1, - sym_dictionary_splat, - STATE(2265), 1, + STATE(2075), 1, + sym_pattern, + STATE(2145), 1, + sym_yield, + STATE(2377), 1, sym__named_expression_lhs, - STATE(2385), 1, + STATE(2384), 1, + sym__patterns, + STATE(2468), 1, sym__collection_elements, - ACTIONS(557), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2135), 3, + STATE(1288), 2, + sym_attribute, + sym_subscript, + STATE(2069), 2, sym_parenthesized_list_splat, - sym_yield, sym_list_splat, - ACTIONS(652), 4, + STATE(2166), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(674), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -33912,11 +33730,9 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1271), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -33929,82 +33745,81 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [3460] = 34, + [3202] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(668), 1, + ACTIONS(666), 1, anon_sym_LBRACK, - ACTIONS(670), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(674), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(684), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(686), 1, + ACTIONS(684), 1, anon_sym_type, - ACTIONS(688), 1, + ACTIONS(686), 1, sym_python_identifier, - ACTIONS(766), 1, + ACTIONS(758), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, - STATE(1257), 1, + STATE(1287), 1, sym_list_splat_pattern, - STATE(1519), 1, + STATE(1522), 1, sym_expression, - STATE(2009), 1, - sym_yield, - STATE(2015), 1, - sym_list_splat, - STATE(2024), 1, - sym_parenthesized_list_splat, - STATE(2070), 1, + STATE(2075), 1, sym_pattern, - STATE(2282), 1, - sym__collection_elements, - STATE(2371), 1, + STATE(2145), 1, + sym_yield, + STATE(2377), 1, sym__named_expression_lhs, - STATE(2375), 1, + STATE(2405), 1, sym__patterns, - ACTIONS(509), 2, + STATE(2468), 1, + sym__collection_elements, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1260), 2, + STATE(1288), 2, sym_attribute, sym_subscript, - STATE(2161), 2, + STATE(2069), 2, + sym_parenthesized_list_splat, + sym_list_splat, + STATE(2166), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(676), 4, + ACTIONS(674), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -34012,7 +33827,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 14, + STATE(1271), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -34027,81 +33842,78 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [3592] = 33, + [3332] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(501), 1, + ACTIONS(548), 1, + anon_sym_LBRACK, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(668), 1, - anon_sym_LBRACK, - ACTIONS(670), 1, + ACTIONS(690), 1, anon_sym_LPAREN, - ACTIONS(674), 1, + ACTIONS(696), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(702), 1, + anon_sym_STAR_STAR, + ACTIONS(704), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(706), 1, anon_sym_yield, - ACTIONS(684), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(686), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(688), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(768), 1, - anon_sym_RPAREN, - STATE(838), 1, - sym_python_string, - STATE(840), 1, + ACTIONS(760), 1, + anon_sym_RBRACE, + ACTIONS(762), 1, + anon_sym_COMMA, + STATE(833), 1, sym_primary_expression, - STATE(1257), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1547), 1, + STATE(1514), 1, sym_expression, - STATE(2070), 1, - sym_pattern, - STATE(2132), 1, - sym_yield, - STATE(2371), 1, + STATE(1728), 1, + sym_pair, + STATE(2078), 1, + sym_dictionary_splat, + STATE(2270), 1, sym__named_expression_lhs, - STATE(2383), 1, - sym__patterns, - STATE(2468), 1, + STATE(2280), 1, sym__collection_elements, - ACTIONS(509), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1260), 2, - sym_attribute, - sym_subscript, - STATE(2052), 2, + STATE(2123), 3, sym_parenthesized_list_splat, + sym_yield, sym_list_splat, - STATE(2161), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(676), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -34109,9 +33921,11 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 14, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -34124,81 +33938,82 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [3722] = 33, + [3460] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(668), 1, + ACTIONS(666), 1, anon_sym_LBRACK, - ACTIONS(670), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(674), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(684), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(686), 1, + ACTIONS(684), 1, anon_sym_type, - ACTIONS(688), 1, + ACTIONS(686), 1, sym_python_identifier, - ACTIONS(770), 1, + ACTIONS(764), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, - STATE(1257), 1, + STATE(1287), 1, sym_list_splat_pattern, - STATE(1547), 1, + STATE(1528), 1, sym_expression, - STATE(2070), 1, - sym_pattern, - STATE(2132), 1, + STATE(2015), 1, sym_yield, - STATE(2371), 1, + STATE(2021), 1, + sym_list_splat, + STATE(2027), 1, + sym_parenthesized_list_splat, + STATE(2075), 1, + sym_pattern, + STATE(2359), 1, + sym__collection_elements, + STATE(2377), 1, sym__named_expression_lhs, - STATE(2430), 1, + STATE(2384), 1, sym__patterns, - STATE(2468), 1, - sym__collection_elements, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1260), 2, + STATE(1288), 2, sym_attribute, sym_subscript, - STATE(2052), 2, - sym_parenthesized_list_splat, - sym_list_splat, - STATE(2161), 2, + STATE(2166), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(676), 4, + ACTIONS(674), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -34206,7 +34021,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 14, + STATE(1271), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -34221,27 +34036,29 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [3852] = 32, + [3592] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(616), 1, + ACTIONS(548), 1, + anon_sym_LBRACK, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(692), 1, - anon_sym_LBRACK, - ACTIONS(696), 1, + ACTIONS(690), 1, anon_sym_LPAREN, - ACTIONS(698), 1, + ACTIONS(696), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(700), 1, anon_sym_not, + ACTIONS(702), 1, + anon_sym_STAR_STAR, ACTIONS(704), 1, anon_sym_lambda, ACTIONS(706), 1, @@ -34252,49 +34069,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, ACTIONS(712), 1, sym_python_identifier, - ACTIONS(772), 1, - anon_sym_RBRACK, - STATE(885), 1, + ACTIONS(766), 1, + anon_sym_RBRACE, + ACTIONS(768), 1, + anon_sym_COMMA, + STATE(833), 1, sym_primary_expression, - STATE(890), 1, + STATE(834), 1, sym_python_string, - STATE(1216), 1, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1536), 1, + STATE(1508), 1, sym_expression, - STATE(1940), 1, - sym_pattern, - STATE(2285), 1, + STATE(1712), 1, + sym_pair, + STATE(2038), 1, + sym_dictionary_splat, + STATE(2270), 1, sym__named_expression_lhs, - STATE(2303), 1, - sym__patterns, - STATE(2471), 1, + STATE(2329), 1, sym__collection_elements, - ACTIONS(624), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1214), 2, - sym_attribute, - sym_subscript, - STATE(2245), 2, - sym_tuple_pattern, - sym_list_pattern, - STATE(2038), 3, + STATE(2123), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(700), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -34302,9 +34115,11 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 14, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -34317,81 +34132,80 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [3980] = 33, + [3720] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(501), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(668), 1, + ACTIONS(644), 1, anon_sym_LBRACK, - ACTIONS(670), 1, + ACTIONS(648), 1, anon_sym_LPAREN, - ACTIONS(674), 1, + ACTIONS(650), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(684), 1, + ACTIONS(660), 1, anon_sym_await, - ACTIONS(686), 1, + ACTIONS(662), 1, anon_sym_type, - ACTIONS(688), 1, + ACTIONS(664), 1, sym_python_identifier, - ACTIONS(774), 1, - anon_sym_RPAREN, - STATE(838), 1, - sym_python_string, - STATE(840), 1, + ACTIONS(770), 1, + anon_sym_RBRACK, + STATE(844), 1, sym_primary_expression, - STATE(1257), 1, + STATE(845), 1, + sym_python_string, + STATE(1220), 1, sym_list_splat_pattern, - STATE(1547), 1, + STATE(1530), 1, sym_expression, - STATE(2070), 1, + STATE(1952), 1, sym_pattern, - STATE(2132), 1, - sym_yield, - STATE(2371), 1, + STATE(2292), 1, sym__named_expression_lhs, - STATE(2375), 1, + STATE(2316), 1, sym__patterns, - STATE(2468), 1, + STATE(2471), 1, sym__collection_elements, - ACTIONS(509), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1260), 2, + STATE(1218), 2, sym_attribute, sym_subscript, - STATE(2052), 2, - sym_parenthesized_list_splat, - sym_list_splat, - STATE(2161), 2, + STATE(2251), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(676), 4, + STATE(2051), 3, + sym_parenthesized_list_splat, + sym_yield, + sym_list_splat, + ACTIONS(652), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -34399,7 +34213,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 14, + STATE(1193), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -34414,78 +34228,78 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [4110] = 32, + [3848] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(549), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(644), 1, + ACTIONS(690), 1, anon_sym_LPAREN, - ACTIONS(650), 1, + ACTIONS(696), 1, anon_sym_STAR, - ACTIONS(654), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(658), 1, + ACTIONS(704), 1, anon_sym_lambda, - ACTIONS(660), 1, + ACTIONS(706), 1, anon_sym_yield, - ACTIONS(662), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(776), 1, + ACTIONS(772), 1, anon_sym_RBRACE, - ACTIONS(778), 1, + ACTIONS(774), 1, anon_sym_COMMA, - STATE(827), 1, - sym_python_string, - STATE(834), 1, + STATE(833), 1, sym_primary_expression, - STATE(1132), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1508), 1, + STATE(1517), 1, sym_expression, - STATE(1725), 1, + STATE(1721), 1, sym_pair, - STATE(2073), 1, + STATE(1942), 1, sym_dictionary_splat, - STATE(2265), 1, + STATE(2270), 1, sym__named_expression_lhs, - STATE(2278), 1, + STATE(2283), 1, sym__collection_elements, - ACTIONS(557), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2135), 3, + STATE(2123), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(652), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -34493,7 +34307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34510,60 +34324,90 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [4238] = 23, + [3976] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(448), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(461), 1, - anon_sym_TILDE, - ACTIONS(463), 1, + ACTIONS(514), 1, + anon_sym_DASH, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(782), 1, + ACTIONS(666), 1, anon_sym_LBRACK, - ACTIONS(784), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(786), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(790), 1, + ACTIONS(676), 1, + anon_sym_not, + ACTIONS(678), 1, + anon_sym_lambda, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(792), 1, + ACTIONS(684), 1, anon_sym_type, - ACTIONS(794), 1, + ACTIONS(686), 1, sym_python_identifier, + ACTIONS(776), 1, + anon_sym_RPAREN, STATE(867), 1, sym_python_string, - STATE(1197), 1, - sym_list_splat_pattern, - STATE(1458), 1, + STATE(868), 1, sym_primary_expression, - STATE(1466), 1, + STATE(1287), 1, + sym_list_splat_pattern, + STATE(1529), 1, + sym_expression, + STATE(2063), 1, + sym_yield, + STATE(2075), 1, sym_pattern, - ACTIONS(459), 2, + STATE(2142), 1, + sym_list_splat, + STATE(2143), 1, + sym_parenthesized_list_splat, + STATE(2303), 1, + sym__collection_elements, + STATE(2341), 1, + sym__patterns, + STATE(2377), 1, + sym__named_expression_lhs, + ACTIONS(512), 2, anon_sym_PLUS, - anon_sym_DASH, - STATE(1198), 2, + anon_sym_TILDE, + STATE(1288), 2, sym_attribute, sym_subscript, - STATE(1455), 2, + STATE(2166), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(788), 4, + ACTIONS(674), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1695), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(1271), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -34578,78 +34422,89 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - ACTIONS(780), 17, - sym__newline, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [4347] = 23, + [4108] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(448), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(461), 1, - anon_sym_TILDE, - ACTIONS(463), 1, + ACTIONS(514), 1, + anon_sym_DASH, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(782), 1, + ACTIONS(666), 1, anon_sym_LBRACK, - ACTIONS(784), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(786), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(790), 1, + ACTIONS(676), 1, + anon_sym_not, + ACTIONS(678), 1, + anon_sym_lambda, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(792), 1, + ACTIONS(684), 1, anon_sym_type, - ACTIONS(794), 1, + ACTIONS(686), 1, sym_python_identifier, + ACTIONS(778), 1, + anon_sym_RPAREN, STATE(867), 1, sym_python_string, - STATE(1197), 1, - sym_list_splat_pattern, - STATE(1458), 1, + STATE(868), 1, sym_primary_expression, - STATE(1466), 1, + STATE(1287), 1, + sym_list_splat_pattern, + STATE(1538), 1, + sym_expression, + STATE(2040), 1, + sym_yield, + STATE(2075), 1, sym_pattern, - ACTIONS(459), 2, + STATE(2289), 1, + sym__patterns, + STATE(2326), 1, + sym__collection_elements, + STATE(2377), 1, + sym__named_expression_lhs, + ACTIONS(512), 2, anon_sym_PLUS, - anon_sym_DASH, - STATE(1198), 2, + anon_sym_TILDE, + STATE(1288), 2, sym_attribute, sym_subscript, - STATE(1455), 2, + STATE(2069), 2, + sym_parenthesized_list_splat, + sym_list_splat, + STATE(2166), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(788), 4, + ACTIONS(674), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1695), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(1271), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -34664,7 +34519,161 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - ACTIONS(796), 17, + [4238] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(461), 1, + anon_sym_TILDE, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LBRACK, + ACTIONS(784), 1, + anon_sym_LPAREN, + ACTIONS(786), 1, + anon_sym_STAR, + ACTIONS(790), 1, + anon_sym_await, + ACTIONS(792), 1, + anon_sym_type, + ACTIONS(794), 1, + sym_python_identifier, + STATE(836), 1, + sym_python_string, + STATE(1195), 1, + sym_list_splat_pattern, + STATE(1427), 1, + sym_pattern, + STATE(1436), 1, + sym_primary_expression, + ACTIONS(459), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1197), 2, + sym_attribute, + sym_subscript, + STATE(1443), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(788), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + ACTIONS(780), 17, + sym__newline, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [4347] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(461), 1, + anon_sym_TILDE, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LBRACK, + ACTIONS(784), 1, + anon_sym_LPAREN, + ACTIONS(786), 1, + anon_sym_STAR, + ACTIONS(790), 1, + anon_sym_await, + ACTIONS(792), 1, + anon_sym_type, + ACTIONS(794), 1, + sym_python_identifier, + STATE(836), 1, + sym_python_string, + STATE(1195), 1, + sym_list_splat_pattern, + STATE(1427), 1, + sym_pattern, + STATE(1436), 1, + sym_primary_expression, + ACTIONS(459), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1197), 2, + sym_attribute, + sym_subscript, + STATE(1443), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(788), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + ACTIONS(796), 17, sym__newline, anon_sym_EQ, anon_sym_PLUS_EQ, @@ -34695,7 +34704,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(493), 1, sym_string_start, - ACTIONS(660), 1, + ACTIONS(706), 1, anon_sym_yield, ACTIONS(798), 1, anon_sym_LBRACK, @@ -34713,25 +34722,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, ACTIONS(814), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + STATE(829), 1, sym_python_string, - STATE(1029), 1, + STATE(830), 1, + sym_primary_expression, + STATE(1033), 1, sym_list_splat_pattern, - STATE(1587), 1, + STATE(1569), 1, sym_expression, - STATE(2163), 1, + STATE(2168), 1, sym_pattern, - STATE(2378), 1, + STATE(2385), 1, sym__named_expression_lhs, ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1033), 2, + STATE(1046), 2, sym_attribute, sym_subscript, - STATE(1482), 2, + STATE(1491), 2, sym_tuple_pattern, sym_list_pattern, ACTIONS(804), 4, @@ -34739,7 +34748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_exec, anon_sym_async, anon_sym_match, - STATE(1855), 4, + STATE(1889), 4, sym_pattern_list, sym_yield, sym_expression_list, @@ -34750,7 +34759,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -34758,7 +34767,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 14, + STATE(1098), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -34786,7 +34795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(493), 1, sym_string_start, - ACTIONS(660), 1, + ACTIONS(706), 1, anon_sym_yield, ACTIONS(798), 1, anon_sym_LBRACK, @@ -34804,25 +34813,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, ACTIONS(814), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + STATE(829), 1, sym_python_string, - STATE(1029), 1, + STATE(830), 1, + sym_primary_expression, + STATE(1033), 1, sym_list_splat_pattern, - STATE(1587), 1, + STATE(1569), 1, sym_expression, - STATE(2163), 1, + STATE(2168), 1, sym_pattern, - STATE(2378), 1, + STATE(2385), 1, sym__named_expression_lhs, ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1033), 2, + STATE(1046), 2, sym_attribute, sym_subscript, - STATE(1482), 2, + STATE(1491), 2, sym_tuple_pattern, sym_list_pattern, ACTIONS(804), 4, @@ -34830,7 +34839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_exec, anon_sym_async, anon_sym_match, - STATE(1884), 4, + STATE(1833), 4, sym_pattern_list, sym_yield, sym_expression_list, @@ -34841,7 +34850,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -34849,7 +34858,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 14, + STATE(1098), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -34867,67 +34876,67 @@ static const uint16_t ts_small_parse_table[] = { [4696] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(524), 1, + anon_sym_LBRACK, + ACTIONS(526), 1, + anon_sym_LPAREN, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, + ACTIONS(530), 1, + sym_identifier, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_await, - ACTIONS(290), 1, - anon_sym_type, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, ACTIONS(816), 1, anon_sym_STAR, - ACTIONS(818), 1, - anon_sym_STAR_STAR, ACTIONS(820), 1, + anon_sym_not, + ACTIONS(822), 1, + anon_sym_STAR_STAR, + ACTIONS(824), 1, + anon_sym_lambda, + ACTIONS(826), 1, + anon_sym_await, + ACTIONS(828), 1, + anon_sym_type, + ACTIONS(830), 1, sym_python_identifier, - STATE(825), 1, + STATE(850), 1, sym_python_string, - STATE(828), 1, + STATE(877), 1, sym_primary_expression, - STATE(899), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1558), 1, + STATE(1556), 1, sym_expression, - STATE(1745), 1, + STATE(1752), 1, sym_type, - STATE(2315), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1766), 5, + STATE(1769), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1507), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -34935,7 +34944,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34952,73 +34961,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [4811] = 30, + [4811] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(590), 1, + anon_sym_LPAREN, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(674), 1, + ACTIONS(832), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(838), 1, + anon_sym_STAR_STAR, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(682), 1, - anon_sym_yield, - ACTIONS(822), 1, - anon_sym_LPAREN, - ACTIONS(824), 1, - anon_sym_RPAREN, - ACTIONS(828), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(846), 1, sym_python_identifier, - STATE(838), 1, + STATE(900), 1, sym_python_string, - STATE(840), 1, + STATE(907), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1527), 1, + STATE(1607), 1, sym_expression, - STATE(1999), 1, - sym_with_item, - STATE(2132), 1, - sym_yield, - STATE(2371), 1, + STATE(1878), 1, + sym_type, + STATE(2474), 1, sym__named_expression_lhs, - STATE(2468), 1, - sym__collection_elements, - ACTIONS(509), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2052), 2, - sym_parenthesized_list_splat, - sym_list_splat, - ACTIONS(826), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1879), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -35026,7 +35032,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35043,72 +35049,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [4932] = 29, + [4926] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, - anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(503), 1, - sym_identifier, - ACTIONS(511), 1, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(678), 1, - anon_sym_not, - ACTIONS(680), 1, - anon_sym_lambda, - ACTIONS(822), 1, - anon_sym_LPAREN, - ACTIONS(834), 1, - anon_sym_RPAREN, - ACTIONS(836), 1, - anon_sym_COMMA, - ACTIONS(838), 1, - anon_sym_STAR, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(844), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(846), 1, + ACTIONS(287), 1, anon_sym_type, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, ACTIONS(848), 1, + anon_sym_STAR, + ACTIONS(850), 1, + anon_sym_STAR_STAR, + ACTIONS(852), 1, sym_python_identifier, - STATE(838), 1, + STATE(825), 1, sym_python_string, - STATE(840), 1, + STATE(826), 1, sym_primary_expression, - STATE(1270), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1521), 1, + STATE(1583), 1, sym_expression, - STATE(1990), 1, - sym_parenthesized_list_splat, - STATE(2371), 1, + STATE(1751), 1, + sym_type, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1989), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(840), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1768), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -35116,7 +35120,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35133,70 +35137,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [5051] = 27, + [5041] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(850), 1, + ACTIONS(832), 1, anon_sym_STAR, - ACTIONS(854), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(856), 1, + ACTIONS(838), 1, anon_sym_STAR_STAR, - ACTIONS(858), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(864), 1, + ACTIONS(846), 1, sym_python_identifier, - STATE(849), 1, + STATE(900), 1, sym_python_string, - STATE(875), 1, + STATE(907), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1577), 1, + STATE(1607), 1, sym_expression, - STATE(1743), 1, + STATE(1748), 1, sym_type, - STATE(2400), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1742), 5, + STATE(1879), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1578), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -35204,7 +35208,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35221,70 +35225,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [5166] = 27, + [5156] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(588), 1, + anon_sym_LBRACK, + ACTIONS(590), 1, + anon_sym_LPAREN, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, + ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_await, - ACTIONS(290), 1, - anon_sym_type, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(816), 1, + ACTIONS(832), 1, anon_sym_STAR, - ACTIONS(818), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(838), 1, anon_sym_STAR_STAR, - ACTIONS(820), 1, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, + anon_sym_await, + ACTIONS(844), 1, + anon_sym_type, + ACTIONS(846), 1, sym_python_identifier, - STATE(825), 1, + STATE(900), 1, sym_python_string, - STATE(828), 1, + STATE(907), 1, sym_primary_expression, - STATE(899), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1558), 1, + STATE(1607), 1, sym_expression, - STATE(1737), 1, + STATE(1789), 1, sym_type, - STATE(2315), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1766), 5, + STATE(1879), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1507), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -35292,7 +35296,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35309,70 +35313,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [5281] = 27, + [5271] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(582), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(866), 1, - anon_sym_STAR, - ACTIONS(870), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(872), 1, - anon_sym_STAR_STAR, - ACTIONS(874), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(854), 1, + anon_sym_LPAREN, + ACTIONS(856), 1, + anon_sym_RPAREN, + ACTIONS(858), 1, + anon_sym_COMMA, + ACTIONS(860), 1, + anon_sym_STAR, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(866), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(868), 1, anon_sym_type, - ACTIONS(880), 1, + ACTIONS(870), 1, sym_python_identifier, - STATE(904), 1, + STATE(867), 1, sym_python_string, - STATE(909), 1, + STATE(868), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1610), 1, + STATE(1531), 1, sym_expression, - STATE(1780), 1, - sym_type, - STATE(2480), 1, + STATE(2121), 1, + sym_parenthesized_list_splat, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + STATE(2122), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(862), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1850), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1603), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -35380,7 +35386,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35397,70 +35403,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [5396] = 27, + [5390] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(523), 1, - anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(850), 1, - anon_sym_STAR, - ACTIONS(854), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(856), 1, - anon_sym_STAR_STAR, - ACTIONS(858), 1, + ACTIONS(678), 1, anon_sym_lambda, + ACTIONS(854), 1, + anon_sym_LPAREN, ACTIONS(860), 1, + anon_sym_STAR, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(866), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(868), 1, anon_sym_type, - ACTIONS(864), 1, + ACTIONS(870), 1, sym_python_identifier, - STATE(849), 1, + ACTIONS(872), 1, + anon_sym_RPAREN, + ACTIONS(874), 1, + anon_sym_COMMA, + STATE(867), 1, sym_python_string, - STATE(875), 1, + STATE(868), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1577), 1, + STATE(1536), 1, sym_expression, - STATE(1773), 1, - sym_type, - STATE(2400), 1, + STATE(2067), 1, + sym_parenthesized_list_splat, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + STATE(2066), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(862), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1742), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1578), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -35468,7 +35476,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35485,70 +35493,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [5511] = 27, + [5509] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(850), 1, + ACTIONS(816), 1, anon_sym_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(856), 1, + ACTIONS(822), 1, anon_sym_STAR_STAR, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(864), 1, + ACTIONS(830), 1, sym_python_identifier, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1577), 1, + STATE(1556), 1, sym_expression, - STATE(1871), 1, + STATE(1884), 1, sym_type, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1742), 5, + STATE(1769), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -35556,7 +35564,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35573,70 +35581,73 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [5626] = 27, + [5624] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(473), 1, - anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(485), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(802), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(884), 1, - anon_sym_from, - ACTIONS(888), 1, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(854), 1, + anon_sym_LPAREN, + ACTIONS(876), 1, + anon_sym_RPAREN, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(884), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + STATE(867), 1, sym_python_string, - STATE(1085), 1, + STATE(868), 1, + sym_primary_expression, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1565), 1, + STATE(1525), 1, sym_expression, - STATE(1848), 1, - sym_expression_list, - STATE(2378), 1, + STATE(2007), 1, + sym_with_item, + STATE(2145), 1, + sym_yield, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + STATE(2468), 1, + sym__collection_elements, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + STATE(2069), 2, + sym_parenthesized_list_splat, + sym_list_splat, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - ACTIONS(882), 5, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_COMMA, - sym_type_conversion, - STATE(1623), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -35644,7 +35655,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35661,72 +35672,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [5741] = 29, + [5745] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(822), 1, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(838), 1, + ACTIONS(860), 1, anon_sym_STAR, - ACTIONS(842), 1, + ACTIONS(864), 1, anon_sym_STAR_STAR, - ACTIONS(844), 1, + ACTIONS(866), 1, anon_sym_await, - ACTIONS(846), 1, + ACTIONS(868), 1, anon_sym_type, - ACTIONS(848), 1, + ACTIONS(870), 1, sym_python_identifier, - ACTIONS(894), 1, + ACTIONS(886), 1, anon_sym_RPAREN, - ACTIONS(896), 1, + ACTIONS(888), 1, anon_sym_COMMA, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - STATE(1538), 1, + STATE(1523), 1, sym_expression, - STATE(2154), 1, + STATE(2155), 1, sym_parenthesized_list_splat, - STATE(2371), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1939), 3, + STATE(2158), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(840), 4, + ACTIONS(862), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -35734,7 +35745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35751,72 +35762,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [5860] = 29, + [5864] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(303), 1, + anon_sym_STAR_STAR, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(511), 1, - anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(890), 1, + anon_sym_STAR, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(822), 1, - anon_sym_LPAREN, - ACTIONS(838), 1, - anon_sym_STAR, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(844), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(846), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(848), 1, + ACTIONS(902), 1, sym_python_identifier, - ACTIONS(898), 1, - anon_sym_RPAREN, - ACTIONS(900), 1, - anon_sym_COMMA, - STATE(838), 1, + STATE(836), 1, sym_python_string, - STATE(840), 1, + STATE(917), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1550), 1, + STATE(1598), 1, sym_expression, - STATE(2043), 1, - sym_parenthesized_list_splat, + STATE(1890), 1, + sym_type, STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2040), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(840), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1826), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -35824,7 +35833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35844,7 +35853,7 @@ static const uint16_t ts_small_parse_table[] = { [5979] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(306), 1, + ACTIONS(303), 1, anon_sym_STAR_STAR, ACTIONS(444), 1, anon_sym_LBRACK, @@ -35858,36 +35867,36 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(902), 1, + ACTIONS(890), 1, anon_sym_STAR, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(914), 1, + ACTIONS(902), 1, sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1601), 1, + STATE(1598), 1, sym_expression, - STATE(1955), 1, + STATE(1897), 1, sym_type, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -35898,13 +35907,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1833), 5, + STATE(1826), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -35912,7 +35921,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35929,72 +35938,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [6094] = 29, + [6094] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(303), 1, + anon_sym_STAR_STAR, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(511), 1, - anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(890), 1, + anon_sym_STAR, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(822), 1, - anon_sym_LPAREN, - ACTIONS(838), 1, - anon_sym_STAR, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(844), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(846), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(848), 1, + ACTIONS(902), 1, sym_python_identifier, - ACTIONS(916), 1, - anon_sym_RPAREN, - ACTIONS(918), 1, - anon_sym_COMMA, - STATE(838), 1, + STATE(836), 1, sym_python_string, - STATE(840), 1, + STATE(917), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1535), 1, + STATE(1598), 1, sym_expression, - STATE(2102), 1, - sym_parenthesized_list_splat, + STATE(1957), 1, + sym_type, STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2101), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(840), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1826), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -36002,7 +36009,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36019,72 +36026,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [6213] = 29, + [6209] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, - anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(503), 1, - sym_identifier, - ACTIONS(511), 1, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(678), 1, - anon_sym_not, - ACTIONS(680), 1, - anon_sym_lambda, - ACTIONS(822), 1, - anon_sym_LPAREN, - ACTIONS(838), 1, - anon_sym_STAR, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(844), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(846), 1, + ACTIONS(287), 1, anon_sym_type, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, ACTIONS(848), 1, + anon_sym_STAR, + ACTIONS(850), 1, + anon_sym_STAR_STAR, + ACTIONS(852), 1, sym_python_identifier, - ACTIONS(920), 1, - anon_sym_RPAREN, - ACTIONS(922), 1, - anon_sym_COMMA, - STATE(838), 1, + STATE(825), 1, sym_python_string, - STATE(840), 1, + STATE(826), 1, sym_primary_expression, - STATE(1270), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1548), 1, + STATE(1583), 1, sym_expression, - STATE(2036), 1, - sym_parenthesized_list_splat, - STATE(2371), 1, + STATE(1737), 1, + sym_type, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2037), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(840), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1768), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -36092,7 +36097,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36109,154 +36114,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [6332] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(461), 1, - anon_sym_TILDE, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(924), 1, - anon_sym_LBRACK, - ACTIONS(926), 1, - anon_sym_LPAREN, - ACTIONS(928), 1, - anon_sym_STAR, - ACTIONS(932), 1, - anon_sym_await, - ACTIONS(934), 1, - anon_sym_type, - ACTIONS(936), 1, - sym_python_identifier, - STATE(867), 1, - sym_python_string, - STATE(1376), 1, - sym_list_splat_pattern, - STATE(1461), 1, - sym_primary_expression, - STATE(1474), 1, - sym_pattern, - ACTIONS(459), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1389), 2, - sym_attribute, - sym_subscript, - STATE(1482), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(930), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1311), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - ACTIONS(796), 15, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [6439] = 27, + [6324] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(866), 1, + ACTIONS(832), 1, anon_sym_STAR, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(872), 1, + ACTIONS(838), 1, anon_sym_STAR_STAR, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(880), 1, + ACTIONS(846), 1, sym_python_identifier, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1610), 1, + STATE(1607), 1, sym_expression, STATE(1815), 1, sym_type, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1850), 5, + STATE(1879), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -36264,7 +36185,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36281,70 +36202,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [6554] = 27, + [6439] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(582), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(866), 1, - anon_sym_STAR, - ACTIONS(870), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(872), 1, - anon_sym_STAR_STAR, - ACTIONS(874), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(854), 1, + anon_sym_LPAREN, + ACTIONS(860), 1, + anon_sym_STAR, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(866), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(868), 1, anon_sym_type, - ACTIONS(880), 1, + ACTIONS(870), 1, sym_python_identifier, - STATE(904), 1, + ACTIONS(904), 1, + anon_sym_RPAREN, + ACTIONS(906), 1, + anon_sym_COMMA, + STATE(867), 1, sym_python_string, - STATE(909), 1, + STATE(868), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1610), 1, + STATE(1545), 1, sym_expression, - STATE(1864), 1, - sym_type, - STATE(2480), 1, + STATE(2046), 1, + sym_parenthesized_list_splat, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + STATE(2033), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(862), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1850), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1603), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -36352,7 +36275,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36369,70 +36292,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [6669] = 27, + [6558] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(582), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(866), 1, - anon_sym_STAR, - ACTIONS(870), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(872), 1, - anon_sym_STAR_STAR, - ACTIONS(874), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(854), 1, + anon_sym_LPAREN, + ACTIONS(860), 1, + anon_sym_STAR, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(866), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(868), 1, anon_sym_type, - ACTIONS(880), 1, + ACTIONS(870), 1, sym_python_identifier, - STATE(904), 1, + ACTIONS(908), 1, + anon_sym_RPAREN, + ACTIONS(910), 1, + anon_sym_COMMA, + STATE(867), 1, sym_python_string, - STATE(909), 1, + STATE(868), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1610), 1, + STATE(1520), 1, sym_expression, - STATE(1823), 1, - sym_type, - STATE(2480), 1, + STATE(1994), 1, + sym_parenthesized_list_splat, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + STATE(1993), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(862), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1850), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1603), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -36440,7 +36365,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36457,72 +36382,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [6784] = 29, + [6677] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(822), 1, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(838), 1, + ACTIONS(860), 1, anon_sym_STAR, - ACTIONS(842), 1, + ACTIONS(864), 1, anon_sym_STAR_STAR, - ACTIONS(844), 1, + ACTIONS(866), 1, anon_sym_await, - ACTIONS(846), 1, + ACTIONS(868), 1, anon_sym_type, - ACTIONS(848), 1, + ACTIONS(870), 1, sym_python_identifier, - ACTIONS(938), 1, + ACTIONS(912), 1, anon_sym_RPAREN, - ACTIONS(940), 1, + ACTIONS(914), 1, anon_sym_COMMA, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - STATE(1530), 1, + STATE(1551), 1, sym_expression, - STATE(2114), 1, + STATE(2106), 1, sym_parenthesized_list_splat, - STATE(2371), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2115), 3, + STATE(2105), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(840), 4, + ACTIONS(862), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -36530,7 +36455,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36547,70 +36472,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [6903] = 27, + [6796] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, - anon_sym_LBRACK, - ACTIONS(582), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, - ACTIONS(594), 1, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(866), 1, - anon_sym_STAR, - ACTIONS(870), 1, - anon_sym_not, - ACTIONS(872), 1, - anon_sym_STAR_STAR, - ACTIONS(874), 1, - anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(880), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(848), 1, + anon_sym_STAR, + ACTIONS(850), 1, + anon_sym_STAR_STAR, + ACTIONS(852), 1, sym_python_identifier, - STATE(904), 1, + STATE(825), 1, sym_python_string, - STATE(909), 1, + STATE(826), 1, sym_primary_expression, - STATE(1365), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1610), 1, + STATE(1583), 1, sym_expression, - STATE(1881), 1, + STATE(1765), 1, sym_type, - STATE(2480), 1, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1850), 5, + STATE(1768), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1603), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -36618,7 +36543,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36635,70 +36560,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [7018] = 27, + [6911] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(850), 1, + ACTIONS(802), 1, anon_sym_STAR, - ACTIONS(854), 1, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(856), 1, - anon_sym_STAR_STAR, - ACTIONS(858), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(918), 1, + anon_sym_from, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(864), 1, + ACTIONS(926), 1, sym_python_identifier, - STATE(849), 1, + STATE(829), 1, sym_python_string, - STATE(875), 1, + STATE(830), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1577), 1, + STATE(1578), 1, sym_expression, - STATE(1755), 1, - sym_type, - STATE(2400), 1, + STATE(1864), 1, + sym_expression_list, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1742), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1578), 7, + ACTIONS(916), 5, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, + sym_type_conversion, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -36706,7 +36631,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36723,70 +36648,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [7133] = 27, + [7026] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(306), 1, - anon_sym_STAR_STAR, - ACTIONS(444), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(514), 1, + anon_sym_DASH, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(902), 1, - anon_sym_STAR, - ACTIONS(906), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(910), 1, - anon_sym_await, - ACTIONS(912), 1, + ACTIONS(854), 1, + anon_sym_LPAREN, + ACTIONS(860), 1, + anon_sym_STAR, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(866), 1, + anon_sym_await, + ACTIONS(868), 1, anon_sym_type, - ACTIONS(914), 1, + ACTIONS(870), 1, sym_python_identifier, + ACTIONS(928), 1, + anon_sym_RPAREN, + ACTIONS(930), 1, + anon_sym_COMMA, STATE(867), 1, sym_python_string, - STATE(900), 1, + STATE(868), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1601), 1, + STATE(1533), 1, sym_expression, - STATE(1845), 1, - sym_type, - STATE(2364), 1, + STATE(2042), 1, + sym_parenthesized_list_splat, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + STATE(2043), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(862), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1833), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1562), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -36794,7 +36721,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36811,62 +36738,82 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [7248] = 23, + [7145] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(448), 1, + ACTIONS(588), 1, + anon_sym_LBRACK, + ACTIONS(590), 1, + anon_sym_LPAREN, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(461), 1, - anon_sym_TILDE, - ACTIONS(463), 1, + ACTIONS(602), 1, + anon_sym_DASH, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(924), 1, - anon_sym_LBRACK, - ACTIONS(926), 1, - anon_sym_LPAREN, - ACTIONS(928), 1, + ACTIONS(832), 1, anon_sym_STAR, - ACTIONS(932), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(838), 1, + anon_sym_STAR_STAR, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(934), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(936), 1, + ACTIONS(846), 1, sym_python_identifier, - STATE(867), 1, + STATE(900), 1, sym_python_string, - STATE(1376), 1, - sym_list_splat_pattern, - STATE(1461), 1, + STATE(907), 1, sym_primary_expression, - STATE(1474), 1, - sym_pattern, - ACTIONS(459), 2, + STATE(1321), 1, + sym_list_splat_pattern, + STATE(1607), 1, + sym_expression, + STATE(1869), 1, + sym_type, + STATE(2474), 1, + sym__named_expression_lhs, + ACTIONS(600), 2, anon_sym_PLUS, - anon_sym_DASH, - STATE(1389), 2, - sym_attribute, - sym_subscript, - STATE(1482), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(930), 4, + anon_sym_TILDE, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1879), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1624), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -36879,86 +36826,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - ACTIONS(780), 15, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [7355] = 27, + [7260] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(306), 1, - anon_sym_STAR_STAR, - ACTIONS(444), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(514), 1, + anon_sym_DASH, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(902), 1, - anon_sym_STAR, - ACTIONS(906), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(854), 1, + anon_sym_LPAREN, + ACTIONS(860), 1, + anon_sym_STAR, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(866), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(868), 1, anon_sym_type, - ACTIONS(914), 1, + ACTIONS(870), 1, sym_python_identifier, + ACTIONS(932), 1, + anon_sym_RPAREN, + ACTIONS(934), 1, + anon_sym_COMMA, STATE(867), 1, sym_python_string, - STATE(900), 1, + STATE(868), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1601), 1, + STATE(1526), 1, sym_expression, - STATE(1846), 1, - sym_type, - STATE(2364), 1, + STATE(2031), 1, + sym_parenthesized_list_splat, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + STATE(2025), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(862), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1833), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1562), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -36966,7 +36899,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36983,70 +36916,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [7470] = 27, + [7379] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(866), 1, + ACTIONS(832), 1, anon_sym_STAR, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(872), 1, + ACTIONS(838), 1, anon_sym_STAR_STAR, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(880), 1, + ACTIONS(846), 1, sym_python_identifier, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1610), 1, + STATE(1607), 1, sym_expression, - STATE(1746), 1, + STATE(1880), 1, sym_type, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1850), 5, + STATE(1879), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -37054,7 +36987,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37071,72 +37004,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [7585] = 29, + [7494] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(526), 1, + anon_sym_LPAREN, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(816), 1, + anon_sym_STAR, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(680), 1, - anon_sym_lambda, ACTIONS(822), 1, - anon_sym_LPAREN, - ACTIONS(838), 1, - anon_sym_STAR, - ACTIONS(842), 1, anon_sym_STAR_STAR, - ACTIONS(844), 1, + ACTIONS(824), 1, + anon_sym_lambda, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(846), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(848), 1, + ACTIONS(830), 1, sym_python_identifier, - ACTIONS(942), 1, - anon_sym_RPAREN, - ACTIONS(944), 1, - anon_sym_COMMA, - STATE(838), 1, + STATE(850), 1, sym_python_string, - STATE(840), 1, + STATE(877), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1528), 1, + STATE(1556), 1, sym_expression, - STATE(2017), 1, - sym_parenthesized_list_splat, - STATE(2371), 1, + STATE(1736), 1, + sym_type, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2016), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(840), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1769), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -37144,7 +37075,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37161,70 +37092,154 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [7704] = 27, + [7609] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(461), 1, + anon_sym_TILDE, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(936), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(938), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(940), 1, + anon_sym_STAR, + ACTIONS(944), 1, + anon_sym_await, + ACTIONS(946), 1, + anon_sym_type, + ACTIONS(948), 1, + sym_python_identifier, + STATE(836), 1, + sym_python_string, + STATE(1390), 1, + sym_list_splat_pattern, + STATE(1457), 1, + sym_primary_expression, + STATE(1477), 1, + sym_pattern, + ACTIONS(459), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1389), 2, + sym_attribute, + sym_subscript, + STATE(1491), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(942), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + ACTIONS(796), 15, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [7716] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(524), 1, + anon_sym_LBRACK, + ACTIONS(526), 1, + anon_sym_LPAREN, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(866), 1, + ACTIONS(816), 1, anon_sym_STAR, - ACTIONS(870), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(872), 1, + ACTIONS(822), 1, anon_sym_STAR_STAR, - ACTIONS(874), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(880), 1, + ACTIONS(830), 1, sym_python_identifier, - STATE(904), 1, + STATE(850), 1, sym_python_string, - STATE(909), 1, + STATE(877), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1610), 1, + STATE(1556), 1, sym_expression, - STATE(1781), 1, + STATE(1742), 1, sym_type, - STATE(2480), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1850), 5, + STATE(1769), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1603), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -37232,7 +37247,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37249,82 +37264,62 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [7819] = 27, + [7831] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, - anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(461), 1, + anon_sym_TILDE, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_await, - ACTIONS(290), 1, - anon_sym_type, - ACTIONS(430), 1, + ACTIONS(936), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(938), 1, anon_sym_LPAREN, - ACTIONS(816), 1, + ACTIONS(940), 1, anon_sym_STAR, - ACTIONS(818), 1, - anon_sym_STAR_STAR, - ACTIONS(820), 1, + ACTIONS(944), 1, + anon_sym_await, + ACTIONS(946), 1, + anon_sym_type, + ACTIONS(948), 1, sym_python_identifier, - STATE(825), 1, + STATE(836), 1, sym_python_string, - STATE(828), 1, - sym_primary_expression, - STATE(899), 1, + STATE(1390), 1, sym_list_splat_pattern, - STATE(1558), 1, - sym_expression, - STATE(1777), 1, - sym_type, - STATE(2315), 1, - sym__named_expression_lhs, - ACTIONS(83), 2, + STATE(1457), 1, + sym_primary_expression, + STATE(1477), 1, + sym_pattern, + ACTIONS(459), 2, anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(278), 4, + anon_sym_DASH, + STATE(1389), 2, + sym_attribute, + sym_subscript, + STATE(1491), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(942), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1766), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1507), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(897), 16, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -37337,72 +37332,86 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [7934] = 29, + ACTIONS(780), 15, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [7938] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(590), 1, + anon_sym_LPAREN, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(832), 1, + anon_sym_STAR, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(680), 1, - anon_sym_lambda, - ACTIONS(822), 1, - anon_sym_LPAREN, ACTIONS(838), 1, - anon_sym_STAR, - ACTIONS(842), 1, anon_sym_STAR_STAR, - ACTIONS(844), 1, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(846), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(848), 1, + ACTIONS(846), 1, sym_python_identifier, - ACTIONS(946), 1, - anon_sym_RPAREN, - ACTIONS(948), 1, - anon_sym_COMMA, - STATE(838), 1, + STATE(900), 1, sym_python_string, - STATE(840), 1, + STATE(907), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1540), 1, + STATE(1607), 1, sym_expression, - STATE(2062), 1, - sym_parenthesized_list_splat, - STATE(2371), 1, + STATE(1760), 1, + sym_type, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2061), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(840), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1879), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -37410,7 +37419,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37427,70 +37436,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [8053] = 28, + [8053] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(672), 1, + anon_sym_STAR, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(950), 1, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(952), 1, - anon_sym_RPAREN, - ACTIONS(954), 1, - anon_sym_STAR, - ACTIONS(958), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(884), 1, sym_python_identifier, - STATE(849), 1, + ACTIONS(950), 1, + anon_sym_RPAREN, + STATE(867), 1, sym_python_string, - STATE(875), 1, + STATE(868), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1529), 1, sym_expression, - STATE(2191), 1, - sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2063), 1, + sym_yield, + STATE(2303), 1, + sym__collection_elements, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2069), 2, + sym_parenthesized_list_splat, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -37498,7 +37508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37515,70 +37525,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [8169] = 28, + [8171] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(672), 1, + anon_sym_STAR, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(950), 1, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(954), 1, - anon_sym_STAR, - ACTIONS(958), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(964), 1, + ACTIONS(952), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(867), 1, sym_python_string, - STATE(875), 1, + STATE(868), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1538), 1, sym_expression, - STATE(2191), 1, - sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2040), 1, + sym_yield, + STATE(2326), 1, + sym__collection_elements, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2069), 2, + sym_parenthesized_list_splat, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -37586,7 +37597,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37603,70 +37614,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [8285] = 28, + [8289] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, + ACTIONS(956), 1, + anon_sym_RPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, - sym_python_identifier, ACTIONS(966), 1, - anon_sym_RPAREN, - STATE(849), 1, + sym_python_identifier, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -37674,7 +37685,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37691,70 +37702,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [8401] = 28, + [8405] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(672), 1, + anon_sym_STAR, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(950), 1, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(954), 1, - anon_sym_STAR, - ACTIONS(958), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(884), 1, sym_python_identifier, ACTIONS(968), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(867), 1, sym_python_string, - STATE(875), 1, + STATE(868), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1548), 1, sym_expression, - STATE(2191), 1, + STATE(2021), 1, + sym_list_splat, + STATE(2027), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2083), 1, + sym_yield, + STATE(2277), 1, + sym__collection_elements, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -37762,7 +37775,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37779,70 +37792,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [8517] = 28, + [8525] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, ACTIONS(970), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -37850,7 +37863,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37867,70 +37880,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [8633] = 28, + [8641] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(672), 1, + anon_sym_STAR, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(950), 1, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(954), 1, - anon_sym_STAR, - ACTIONS(958), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(972), 1, + ACTIONS(968), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(867), 1, sym_python_string, - STATE(875), 1, + STATE(868), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1548), 1, sym_expression, - STATE(2191), 1, - sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2083), 1, + sym_yield, + STATE(2277), 1, + sym__collection_elements, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2069), 2, + sym_parenthesized_list_splat, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -37938,7 +37952,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37955,70 +37969,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [8749] = 28, + [8759] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(650), 1, + anon_sym_STAR, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(950), 1, + ACTIONS(658), 1, + anon_sym_yield, + ACTIONS(972), 1, + anon_sym_RBRACK, + ACTIONS(974), 1, anon_sym_LPAREN, - ACTIONS(954), 1, - anon_sym_STAR, - ACTIONS(958), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(974), 1, - anon_sym_RPAREN, - STATE(849), 1, - sym_python_string, - STATE(875), 1, + STATE(844), 1, sym_primary_expression, - STATE(1223), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1530), 1, sym_expression, - STATE(2191), 1, - sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + STATE(2471), 1, + sym__collection_elements, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2051), 3, + sym_parenthesized_list_splat, + sym_yield, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -38026,7 +38040,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38043,70 +38057,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [8865] = 28, + [8875] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(976), 1, + ACTIONS(984), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -38114,7 +38128,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38131,71 +38145,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [8981] = 29, + [8991] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(674), 1, - anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(682), 1, - anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(828), 1, + ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(978), 1, + ACTIONS(986), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(850), 1, sym_python_string, - STATE(840), 1, + STATE(877), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1531), 1, + STATE(1756), 1, sym_expression, - STATE(2090), 1, - sym_yield, - STATE(2261), 1, - sym__collection_elements, - STATE(2371), 1, + STATE(2212), 1, + sym_parenthesized_list_splat, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2052), 2, - sym_parenthesized_list_splat, + STATE(2197), 3, sym_list_splat, - ACTIONS(826), 4, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -38203,7 +38216,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38220,70 +38233,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [9099] = 28, + [9107] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(980), 1, + ACTIONS(988), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -38291,7 +38304,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38308,70 +38321,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [9215] = 28, + [9223] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(616), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(698), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(706), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(982), 1, - anon_sym_RBRACK, - ACTIONS(984), 1, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(988), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(884), 1, sym_python_identifier, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + ACTIONS(990), 1, + anon_sym_RPAREN, + STATE(867), 1, sym_python_string, - STATE(1192), 1, + STATE(868), 1, + sym_primary_expression, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1522), 1, + STATE(1537), 1, sym_expression, - STATE(2270), 1, + STATE(2028), 1, + sym_parenthesized_list_splat, + STATE(2029), 1, + sym_list_splat, + STATE(2064), 1, + sym_yield, + STATE(2300), 1, sym__collection_elements, - STATE(2285), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2038), 3, - sym_parenthesized_list_splat, - sym_yield, - sym_list_splat, - ACTIONS(986), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -38379,7 +38394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38396,70 +38411,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [9331] = 28, + [9343] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(994), 1, + ACTIONS(992), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -38467,7 +38482,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38484,70 +38499,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [9447] = 28, + [9459] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(996), 1, + ACTIONS(994), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -38555,7 +38570,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38572,70 +38587,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [9563] = 28, + [9575] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(998), 1, + ACTIONS(996), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -38643,7 +38658,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38660,70 +38675,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [9679] = 28, + [9691] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1000), 1, + ACTIONS(998), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -38731,7 +38746,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38748,70 +38763,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [9795] = 28, + [9807] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1002), 1, + ACTIONS(1000), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -38819,7 +38834,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38836,70 +38851,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [9911] = 28, + [9923] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(616), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(698), 1, - anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(706), 1, - anon_sym_yield, - ACTIONS(984), 1, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(988), 1, + ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1004), 1, - anon_sym_RBRACK, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + ACTIONS(1002), 1, + anon_sym_RPAREN, + STATE(850), 1, sym_python_string, - STATE(1192), 1, + STATE(877), 1, + sym_primary_expression, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1536), 1, + STATE(1756), 1, sym_expression, - STATE(2285), 1, + STATE(2212), 1, + sym_parenthesized_list_splat, + STATE(2408), 1, sym__named_expression_lhs, - STATE(2471), 1, - sym__collection_elements, - ACTIONS(624), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2038), 3, - sym_parenthesized_list_splat, - sym_yield, + STATE(2197), 3, sym_list_splat, - ACTIONS(986), 4, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -38907,7 +38922,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38924,70 +38939,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [10027] = 28, + [10039] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(616), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(698), 1, - anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(706), 1, - anon_sym_yield, - ACTIONS(984), 1, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(988), 1, + ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1006), 1, - anon_sym_RBRACK, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + ACTIONS(1004), 1, + anon_sym_RPAREN, + STATE(850), 1, sym_python_string, - STATE(1192), 1, + STATE(877), 1, + sym_primary_expression, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1526), 1, + STATE(1756), 1, sym_expression, - STATE(2285), 1, + STATE(2212), 1, + sym_parenthesized_list_splat, + STATE(2408), 1, sym__named_expression_lhs, - STATE(2355), 1, - sym__collection_elements, - ACTIONS(624), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2038), 3, - sym_parenthesized_list_splat, - sym_yield, + STATE(2197), 3, sym_list_splat, - ACTIONS(986), 4, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -38995,7 +39010,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39012,72 +39027,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [10143] = 30, + [10155] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(674), 1, - anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(682), 1, - anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(828), 1, + ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1008), 1, + ACTIONS(1006), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(850), 1, sym_python_string, - STATE(840), 1, + STATE(877), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1551), 1, + STATE(1756), 1, sym_expression, - STATE(2113), 1, - sym_yield, - STATE(2136), 1, - sym_list_splat, - STATE(2137), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2371), 1, + STATE(2408), 1, sym__named_expression_lhs, - STATE(2394), 1, - sym__collection_elements, - ACTIONS(509), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + STATE(2197), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -39085,7 +39098,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39102,71 +39115,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [10263] = 29, + [10271] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(674), 1, - anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(682), 1, - anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(828), 1, + ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(966), 1, sym_python_identifier, ACTIONS(1008), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(850), 1, sym_python_string, - STATE(840), 1, + STATE(877), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1551), 1, + STATE(1756), 1, sym_expression, - STATE(2113), 1, - sym_yield, - STATE(2371), 1, + STATE(2212), 1, + sym_parenthesized_list_splat, + STATE(2408), 1, sym__named_expression_lhs, - STATE(2394), 1, - sym__collection_elements, - ACTIONS(509), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2052), 2, - sym_parenthesized_list_splat, + STATE(2197), 3, sym_list_splat, - ACTIONS(826), 4, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -39174,7 +39186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39191,71 +39203,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [10381] = 29, + [10387] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(674), 1, - anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(682), 1, - anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(828), 1, + ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(966), 1, sym_python_identifier, ACTIONS(1010), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(850), 1, sym_python_string, - STATE(840), 1, + STATE(877), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1539), 1, + STATE(1756), 1, sym_expression, - STATE(1938), 1, - sym_yield, - STATE(2271), 1, - sym__collection_elements, - STATE(2371), 1, + STATE(2212), 1, + sym_parenthesized_list_splat, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2052), 2, - sym_parenthesized_list_splat, + STATE(2197), 3, sym_list_splat, - ACTIONS(826), 4, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -39263,7 +39274,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39280,71 +39291,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [10499] = 29, + [10503] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(674), 1, - anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(682), 1, - anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(828), 1, + ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(966), 1, sym_python_identifier, ACTIONS(1012), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(850), 1, sym_python_string, - STATE(840), 1, + STATE(877), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1552), 1, + STATE(1756), 1, sym_expression, - STATE(2027), 1, - sym_yield, - STATE(2319), 1, - sym__collection_elements, - STATE(2371), 1, + STATE(2212), 1, + sym_parenthesized_list_splat, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2052), 2, - sym_parenthesized_list_splat, + STATE(2197), 3, sym_list_splat, - ACTIONS(826), 4, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -39352,7 +39362,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39369,71 +39379,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [10617] = 29, + [10619] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(674), 1, - anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(682), 1, - anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(828), 1, + ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(966), 1, sym_python_identifier, ACTIONS(1014), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(850), 1, sym_python_string, - STATE(840), 1, + STATE(877), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1525), 1, + STATE(1756), 1, sym_expression, - STATE(2058), 1, - sym_yield, - STATE(2295), 1, - sym__collection_elements, - STATE(2371), 1, + STATE(2212), 1, + sym_parenthesized_list_splat, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2052), 2, - sym_parenthesized_list_splat, + STATE(2197), 3, sym_list_splat, - ACTIONS(826), 4, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -39441,7 +39450,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39461,67 +39470,67 @@ static const uint16_t ts_small_parse_table[] = { [10735] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, ACTIONS(1016), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -39529,7 +39538,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39561,44 +39570,44 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(634), 1, sym_string_start, - ACTIONS(698), 1, + ACTIONS(650), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(706), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(984), 1, + ACTIONS(974), 1, anon_sym_LPAREN, - ACTIONS(988), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(982), 1, sym_python_identifier, ACTIONS(1018), 1, anon_sym_RBRACK, - STATE(885), 1, + STATE(844), 1, sym_primary_expression, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1518), 1, + STATE(1519), 1, sym_expression, - STATE(2262), 1, - sym__collection_elements, - STATE(2285), 1, + STATE(2292), 1, sym__named_expression_lhs, + STATE(2403), 1, + sym__collection_elements, ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2038), 3, + STATE(2051), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(986), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -39609,7 +39618,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -39617,7 +39626,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39634,72 +39643,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [10967] = 30, + [10967] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(674), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(828), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1010), 1, + ACTIONS(990), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - STATE(1539), 1, + STATE(1537), 1, sym_expression, - STATE(1938), 1, + STATE(2064), 1, sym_yield, - STATE(2015), 1, - sym_list_splat, - STATE(2024), 1, - sym_parenthesized_list_splat, - STATE(2271), 1, + STATE(2300), 1, sym__collection_elements, - STATE(2371), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + STATE(2069), 2, + sym_parenthesized_list_splat, + sym_list_splat, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -39707,7 +39715,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39724,7 +39732,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [11087] = 28, + [11085] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(612), 1, @@ -39739,44 +39747,44 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(634), 1, sym_string_start, - ACTIONS(698), 1, + ACTIONS(650), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(706), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(984), 1, + ACTIONS(974), 1, anon_sym_LPAREN, - ACTIONS(988), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(982), 1, sym_python_identifier, ACTIONS(1020), 1, anon_sym_RBRACK, - STATE(885), 1, + STATE(844), 1, sym_primary_expression, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1543), 1, + STATE(1534), 1, sym_expression, - STATE(2285), 1, + STATE(2292), 1, sym__named_expression_lhs, - STATE(2317), 1, + STATE(2308), 1, sym__collection_elements, ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2038), 3, + STATE(2051), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(986), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -39787,7 +39795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -39795,7 +39803,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39812,70 +39820,160 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [11203] = 28, + [11201] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(672), 1, + anon_sym_STAR, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(950), 1, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(854), 1, anon_sym_LPAREN, + ACTIONS(880), 1, + anon_sym_await, + ACTIONS(882), 1, + anon_sym_type, + ACTIONS(884), 1, + sym_python_identifier, + ACTIONS(1022), 1, + anon_sym_RPAREN, + STATE(867), 1, + sym_python_string, + STATE(868), 1, + sym_primary_expression, + STATE(1270), 1, + sym_list_splat_pattern, + STATE(1518), 1, + sym_expression, + STATE(2114), 1, + sym_yield, + STATE(2142), 1, + sym_list_splat, + STATE(2143), 1, + sym_parenthesized_list_splat, + STATE(2377), 1, + sym__named_expression_lhs, + STATE(2399), 1, + sym__collection_elements, + ACTIONS(512), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(878), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(520), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1695), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(1271), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [11321] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(524), 1, + anon_sym_LBRACK, + ACTIONS(528), 1, + anon_sym_LBRACE, + ACTIONS(530), 1, + sym_identifier, + ACTIONS(538), 1, + anon_sym_DASH, + ACTIONS(540), 1, + sym_ellipsis, + ACTIONS(546), 1, + sym_string_start, + ACTIONS(820), 1, + anon_sym_not, + ACTIONS(824), 1, + anon_sym_lambda, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1022), 1, + ACTIONS(1024), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -39883,7 +39981,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39900,70 +39998,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [11319] = 28, + [11437] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(650), 1, + anon_sym_STAR, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(950), 1, + ACTIONS(658), 1, + anon_sym_yield, + ACTIONS(974), 1, anon_sym_LPAREN, - ACTIONS(954), 1, - anon_sym_STAR, - ACTIONS(958), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1024), 1, - anon_sym_RPAREN, - STATE(849), 1, - sym_python_string, - STATE(875), 1, + ACTIONS(1026), 1, + anon_sym_RBRACK, + STATE(844), 1, sym_primary_expression, - STATE(1223), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1543), 1, sym_expression, - STATE(2191), 1, - sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + STATE(2324), 1, + sym__collection_elements, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2051), 3, + sym_parenthesized_list_splat, + sym_yield, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -39971,7 +40069,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39988,70 +40086,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [11435] = 28, + [11553] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(650), 1, + anon_sym_STAR, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(950), 1, + ACTIONS(658), 1, + anon_sym_yield, + ACTIONS(974), 1, anon_sym_LPAREN, - ACTIONS(954), 1, - anon_sym_STAR, - ACTIONS(958), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1026), 1, - anon_sym_RPAREN, - STATE(849), 1, - sym_python_string, - STATE(875), 1, + ACTIONS(1028), 1, + anon_sym_RBRACK, + STATE(844), 1, sym_primary_expression, - STATE(1223), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1552), 1, sym_expression, - STATE(2191), 1, - sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + STATE(2362), 1, + sym__collection_elements, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2051), 3, + sym_parenthesized_list_splat, + sym_yield, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -40059,7 +40157,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40076,72 +40174,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [11551] = 30, + [11669] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(674), 1, + ACTIONS(650), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(974), 1, anon_sym_LPAREN, - ACTIONS(828), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(978), 1, - anon_sym_RPAREN, - STATE(838), 1, - sym_python_string, - STATE(840), 1, + ACTIONS(1030), 1, + anon_sym_RBRACK, + STATE(844), 1, sym_primary_expression, - STATE(1270), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1531), 1, + STATE(1521), 1, sym_expression, - STATE(2022), 1, - sym_parenthesized_list_splat, - STATE(2023), 1, - sym_list_splat, - STATE(2090), 1, - sym_yield, - STATE(2261), 1, + STATE(2266), 1, sym__collection_elements, - STATE(2371), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + STATE(2051), 3, + sym_parenthesized_list_splat, + sym_yield, + sym_list_splat, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -40149,7 +40245,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40166,72 +40262,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [11671] = 30, + [11785] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(674), 1, - anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(682), 1, - anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(828), 1, + ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1028), 1, + ACTIONS(1032), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(850), 1, sym_python_string, - STATE(840), 1, + STATE(877), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1541), 1, + STATE(1756), 1, sym_expression, - STATE(2022), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2023), 1, - sym_list_splat, - STATE(2050), 1, - sym_yield, - STATE(2294), 1, - sym__collection_elements, - STATE(2371), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + STATE(2197), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -40239,7 +40333,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40256,70 +40350,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [11791] = 28, + [11901] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1030), 1, + ACTIONS(1034), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -40327,7 +40421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40344,70 +40438,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [11907] = 28, + [12017] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1032), 1, + ACTIONS(1036), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -40415,7 +40509,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40432,70 +40526,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [12023] = 28, + [12133] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(650), 1, + anon_sym_STAR, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(950), 1, + ACTIONS(658), 1, + anon_sym_yield, + ACTIONS(974), 1, anon_sym_LPAREN, - ACTIONS(954), 1, - anon_sym_STAR, - ACTIONS(958), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1034), 1, - anon_sym_RPAREN, - STATE(849), 1, - sym_python_string, - STATE(875), 1, + ACTIONS(1038), 1, + anon_sym_RBRACK, + STATE(844), 1, sym_primary_expression, - STATE(1223), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1546), 1, sym_expression, - STATE(2191), 1, - sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2276), 1, + sym__collection_elements, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2051), 3, + sym_parenthesized_list_splat, + sym_yield, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -40503,7 +40597,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40520,71 +40614,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [12139] = 29, + [12249] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(674), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(828), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1028), 1, + ACTIONS(1040), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - STATE(1541), 1, + STATE(1547), 1, sym_expression, - STATE(2050), 1, + STATE(2097), 1, sym_yield, - STATE(2294), 1, + STATE(2265), 1, sym__collection_elements, - STATE(2371), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2052), 2, + STATE(2069), 2, sym_parenthesized_list_splat, sym_list_splat, - ACTIONS(826), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -40592,7 +40686,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40609,70 +40703,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [12257] = 28, + [12367] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(616), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(698), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(706), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(984), 1, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(988), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1036), 1, - anon_sym_RBRACK, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + ACTIONS(1022), 1, + anon_sym_RPAREN, + STATE(867), 1, sym_python_string, - STATE(1192), 1, + STATE(868), 1, + sym_primary_expression, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1544), 1, + STATE(1518), 1, sym_expression, - STATE(2285), 1, + STATE(2114), 1, + sym_yield, + STATE(2377), 1, sym__named_expression_lhs, - STATE(2302), 1, + STATE(2399), 1, sym__collection_elements, - ACTIONS(624), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2038), 3, + STATE(2069), 2, sym_parenthesized_list_splat, - sym_yield, sym_list_splat, - ACTIONS(986), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -40680,7 +40775,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40697,70 +40792,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [12373] = 28, + [12485] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(616), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(698), 1, - anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(706), 1, - anon_sym_yield, - ACTIONS(984), 1, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(988), 1, + ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1038), 1, - anon_sym_RBRACK, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + ACTIONS(1042), 1, + anon_sym_RPAREN, + STATE(850), 1, sym_python_string, - STATE(1192), 1, + STATE(877), 1, + sym_primary_expression, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1524), 1, + STATE(1756), 1, sym_expression, - STATE(2285), 1, + STATE(2212), 1, + sym_parenthesized_list_splat, + STATE(2408), 1, sym__named_expression_lhs, - STATE(2292), 1, - sym__collection_elements, - ACTIONS(624), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2038), 3, - sym_parenthesized_list_splat, - sym_yield, + STATE(2197), 3, sym_list_splat, - ACTIONS(986), 4, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -40768,7 +40863,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40785,71 +40880,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [12489] = 29, + [12601] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(674), 1, - anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(682), 1, - anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(824), 1, - anon_sym_RPAREN, - ACTIONS(828), 1, + ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(966), 1, sym_python_identifier, - STATE(838), 1, + ACTIONS(1044), 1, + anon_sym_RPAREN, + STATE(850), 1, sym_python_string, - STATE(840), 1, + STATE(877), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1547), 1, + STATE(1756), 1, sym_expression, - STATE(2132), 1, - sym_yield, - STATE(2371), 1, + STATE(2212), 1, + sym_parenthesized_list_splat, + STATE(2408), 1, sym__named_expression_lhs, - STATE(2468), 1, - sym__collection_elements, - ACTIONS(509), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2052), 2, - sym_parenthesized_list_splat, + STATE(2197), 3, sym_list_splat, - ACTIONS(826), 4, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -40857,7 +40951,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40874,70 +40968,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [12607] = 28, + [12717] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1040), 1, + ACTIONS(1046), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -40945,7 +41039,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40962,70 +41056,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [12723] = 28, + [12833] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1042), 1, + ACTIONS(1048), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -41033,7 +41127,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41050,70 +41144,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [12839] = 28, + [12949] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1044), 1, + ACTIONS(1050), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -41121,7 +41215,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41138,70 +41232,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [12955] = 28, + [13065] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1046), 1, + ACTIONS(1052), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -41209,7 +41303,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41226,72 +41320,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [13071] = 30, + [13181] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(674), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(828), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1048), 1, + ACTIONS(1040), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - STATE(1519), 1, + STATE(1547), 1, sym_expression, - STATE(2009), 1, - sym_yield, - STATE(2015), 1, - sym_list_splat, - STATE(2024), 1, + STATE(2028), 1, sym_parenthesized_list_splat, - STATE(2282), 1, + STATE(2029), 1, + sym_list_splat, + STATE(2097), 1, + sym_yield, + STATE(2265), 1, sym__collection_elements, - STATE(2371), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -41299,7 +41393,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41316,70 +41410,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [13191] = 28, + [13301] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(672), 1, + anon_sym_STAR, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(950), 1, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(954), 1, - anon_sym_STAR, - ACTIONS(958), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1050), 1, + ACTIONS(1054), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(867), 1, sym_python_string, - STATE(875), 1, + STATE(868), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1528), 1, sym_expression, - STATE(2191), 1, + STATE(2015), 1, + sym_yield, + STATE(2021), 1, + sym_list_splat, + STATE(2027), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2359), 1, + sym__collection_elements, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -41387,7 +41483,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41404,70 +41500,159 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [13307] = 28, + [13421] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(672), 1, + anon_sym_STAR, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(950), 1, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(854), 1, anon_sym_LPAREN, + ACTIONS(876), 1, + anon_sym_RPAREN, + ACTIONS(880), 1, + anon_sym_await, + ACTIONS(882), 1, + anon_sym_type, + ACTIONS(884), 1, + sym_python_identifier, + STATE(867), 1, + sym_python_string, + STATE(868), 1, + sym_primary_expression, + STATE(1270), 1, + sym_list_splat_pattern, + STATE(1522), 1, + sym_expression, + STATE(2145), 1, + sym_yield, + STATE(2377), 1, + sym__named_expression_lhs, + STATE(2468), 1, + sym__collection_elements, + ACTIONS(512), 2, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(2069), 2, + sym_parenthesized_list_splat, + sym_list_splat, + ACTIONS(878), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(520), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1695), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(1271), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [13539] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(524), 1, + anon_sym_LBRACK, + ACTIONS(528), 1, + anon_sym_LBRACE, + ACTIONS(530), 1, + sym_identifier, + ACTIONS(538), 1, + anon_sym_DASH, + ACTIONS(540), 1, + sym_ellipsis, + ACTIONS(546), 1, + sym_string_start, + ACTIONS(820), 1, + anon_sym_not, + ACTIONS(824), 1, + anon_sym_lambda, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1052), 1, + ACTIONS(1056), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -41475,7 +41660,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41492,70 +41677,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [13423] = 28, + [13655] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1054), 1, + ACTIONS(1058), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -41563,7 +41748,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41580,72 +41765,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [13539] = 30, + [13771] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(674), 1, - anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(682), 1, - anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(828), 1, + ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1014), 1, + ACTIONS(1060), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(850), 1, sym_python_string, - STATE(840), 1, + STATE(877), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1525), 1, + STATE(1756), 1, sym_expression, - STATE(2058), 1, - sym_yield, - STATE(2136), 1, - sym_list_splat, - STATE(2137), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2295), 1, - sym__collection_elements, - STATE(2371), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + STATE(2197), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -41653,7 +41836,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41670,71 +41853,72 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [13659] = 29, + [13887] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(674), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(682), 1, + ACTIONS(680), 1, anon_sym_yield, - ACTIONS(822), 1, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(828), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1048), 1, + ACTIONS(950), 1, anon_sym_RPAREN, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - STATE(1519), 1, + STATE(1529), 1, sym_expression, - STATE(2009), 1, + STATE(2063), 1, sym_yield, - STATE(2282), 1, + STATE(2142), 1, + sym_list_splat, + STATE(2143), 1, + sym_parenthesized_list_splat, + STATE(2303), 1, sym__collection_elements, - STATE(2371), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2052), 2, - sym_parenthesized_list_splat, - sym_list_splat, - ACTIONS(826), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -41742,7 +41926,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41759,70 +41943,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [13777] = 28, + [14007] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(672), 1, + anon_sym_STAR, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(950), 1, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(854), 1, anon_sym_LPAREN, - ACTIONS(954), 1, - anon_sym_STAR, - ACTIONS(958), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1056), 1, + ACTIONS(1054), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(867), 1, sym_python_string, - STATE(875), 1, + STATE(868), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1528), 1, sym_expression, - STATE(2191), 1, - sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2015), 1, + sym_yield, + STATE(2359), 1, + sym__collection_elements, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2069), 2, + sym_parenthesized_list_splat, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -41830,7 +42015,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41847,70 +42032,70 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [13893] = 28, + [14125] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, + ACTIONS(864), 1, + anon_sym_STAR_STAR, ACTIONS(954), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1058), 1, + ACTIONS(1062), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1756), 1, sym_expression, - STATE(2191), 1, + STATE(2212), 1, sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2197), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -41918,7 +42103,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41935,7 +42120,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [14009] = 28, + [14241] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(612), 1, @@ -41950,44 +42135,44 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(634), 1, sym_string_start, - ACTIONS(698), 1, + ACTIONS(650), 1, anon_sym_STAR, - ACTIONS(702), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(706), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(984), 1, + ACTIONS(974), 1, anon_sym_LPAREN, - ACTIONS(988), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1060), 1, + ACTIONS(1064), 1, anon_sym_RBRACK, - STATE(885), 1, + STATE(844), 1, sym_primary_expression, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1529), 1, + STATE(1535), 1, sym_expression, - STATE(2285), 1, + STATE(2292), 1, sym__named_expression_lhs, - STATE(2397), 1, + STATE(2302), 1, sym__collection_elements, ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2038), 3, + STATE(2051), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(986), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -41998,7 +42183,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -42006,7 +42191,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42023,70 +42208,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [14125] = 28, + [14357] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(614), 1, + anon_sym_LPAREN, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(858), 1, - anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, - ACTIONS(954), 1, - anon_sym_STAR, - ACTIONS(958), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1062), 1, - anon_sym_RPAREN, - STATE(849), 1, - sym_python_string, - STATE(875), 1, + ACTIONS(1066), 1, + anon_sym_RBRACK, + ACTIONS(1068), 1, + anon_sym_STAR, + ACTIONS(1072), 1, + anon_sym_lambda, + STATE(844), 1, sym_primary_expression, - STATE(1223), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1666), 1, sym_expression, - STATE(2191), 1, - sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(956), 4, + STATE(1892), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(976), 3, anon_sym_print, anon_sym_exec, - anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(1070), 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -42094,7 +42277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42111,70 +42294,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [14241] = 28, + [14470] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, - ACTIONS(954), 1, - anon_sym_STAR, - ACTIONS(958), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(962), 1, - sym_python_identifier, - ACTIONS(1064), 1, + ACTIONS(954), 1, + anon_sym_LPAREN, + ACTIONS(1074), 1, anon_sym_RPAREN, - STATE(849), 1, + ACTIONS(1076), 1, + anon_sym_STAR, + ACTIONS(1078), 1, + sym_python_identifier, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1734), 1, sym_expression, - STATE(2191), 1, - sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, + STATE(2177), 3, + sym_parenthesized_list_splat, + sym_yield, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -42182,7 +42363,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42199,68 +42380,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [14357] = 27, + [14583] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(634), 1, sym_string_start, ACTIONS(654), 1, anon_sym_not, - ACTIONS(662), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1066), 1, - anon_sym_RBRACE, ACTIONS(1068), 1, anon_sym_STAR, ACTIONS(1072), 1, anon_sym_lambda, - STATE(827), 1, - sym_python_string, - STATE(834), 1, + ACTIONS(1080), 1, + anon_sym_RBRACK, + STATE(844), 1, sym_primary_expression, - STATE(1132), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1647), 1, + STATE(1666), 1, sym_expression, - STATE(2265), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1817), 2, + STATE(1892), 2, sym_lambda_within_for_in_clause, sym__expression_within_for_in_clause, - ACTIONS(652), 3, + ACTIONS(976), 3, anon_sym_print, anon_sym_exec, anon_sym_match, - ACTIONS(1070), 3, + ACTIONS(1082), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(565), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -42268,7 +42449,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42285,66 +42466,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [14470] = 25, + [14696] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(473), 1, - anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(485), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(802), 1, - anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(954), 1, + anon_sym_LPAREN, + ACTIONS(1076), 1, + anon_sym_STAR, + ACTIONS(1078), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + ACTIONS(1084), 1, + anon_sym_RPAREN, + STATE(850), 1, sym_python_string, - STATE(1085), 1, + STATE(877), 1, + sym_primary_expression, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1611), 1, + STATE(1734), 1, sym_expression, - STATE(2378), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + STATE(2177), 3, + sym_parenthesized_list_splat, + sym_yield, + sym_list_splat, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - ACTIONS(1074), 5, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_COMMA, - sym_type_conversion, - STATE(1623), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -42352,7 +42535,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42369,68 +42552,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [14579] = 27, + [14809] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(614), 1, - anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(988), 1, + ACTIONS(824), 1, + anon_sym_lambda, + ACTIONS(864), 1, + anon_sym_STAR_STAR, + ACTIONS(954), 1, + anon_sym_LPAREN, + ACTIONS(958), 1, + anon_sym_STAR, + ACTIONS(962), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(964), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(966), 1, sym_python_identifier, - ACTIONS(1076), 1, - anon_sym_RBRACK, - ACTIONS(1078), 1, - anon_sym_STAR, - ACTIONS(1082), 1, - anon_sym_lambda, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + STATE(850), 1, sym_python_string, - STATE(1192), 1, + STATE(877), 1, + sym_primary_expression, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1654), 1, + STATE(1756), 1, sym_expression, - STATE(2285), 1, + STATE(2212), 1, + sym_parenthesized_list_splat, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1829), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(986), 3, + STATE(2197), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(960), 4, anon_sym_print, anon_sym_exec, - anon_sym_match, - ACTIONS(1080), 3, - anon_sym_if, anon_sym_async, - anon_sym_for, - ACTIONS(632), 5, + anon_sym_match, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -42438,7 +42621,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42455,147 +42638,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [14692] = 20, + [14922] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(455), 1, - anon_sym_STAR, - ACTIONS(459), 1, + ACTIONS(477), 1, + sym_identifier, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(465), 1, - anon_sym_await, - ACTIONS(469), 1, + ACTIONS(493), 1, sym_string_start, - STATE(867), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, + anon_sym_not, + ACTIONS(808), 1, + anon_sym_lambda, + ACTIONS(922), 1, + anon_sym_await, + ACTIONS(924), 1, + anon_sym_type, + ACTIONS(926), 1, + sym_python_identifier, + STATE(829), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1468), 1, + STATE(830), 1, sym_primary_expression, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, - ACTIONS(452), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(461), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(457), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(442), 5, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_COMMA, - sym_type_conversion, - ACTIONS(467), 6, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - ACTIONS(577), 9, - anon_sym_GT_GT, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1311), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [14791] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(521), 1, - anon_sym_LBRACK, - ACTIONS(525), 1, - anon_sym_LBRACE, - ACTIONS(527), 1, - sym_identifier, - ACTIONS(535), 1, - anon_sym_DASH, - ACTIONS(537), 1, - sym_ellipsis, - ACTIONS(543), 1, - sym_string_start, - ACTIONS(682), 1, - anon_sym_yield, - ACTIONS(854), 1, - anon_sym_not, - ACTIONS(858), 1, - anon_sym_lambda, - ACTIONS(860), 1, - anon_sym_await, - ACTIONS(862), 1, - anon_sym_type, - ACTIONS(950), 1, - anon_sym_LPAREN, - ACTIONS(1084), 1, - anon_sym_RPAREN, - ACTIONS(1086), 1, - anon_sym_STAR, - ACTIONS(1088), 1, - sym_python_identifier, - STATE(849), 1, - sym_python_string, - STATE(875), 1, - sym_primary_expression, - STATE(1223), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1757), 1, + STATE(1619), 1, sym_expression, - STATE(2400), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2173), 3, - sym_parenthesized_list_splat, - sym_yield, - sym_list_splat, - ACTIONS(852), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + ACTIONS(1086), 5, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, + sym_type_conversion, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -42603,7 +42705,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42620,68 +42722,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [14904] = 27, + [15031] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(473), 1, + anon_sym_LPAREN, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR_STAR, - ACTIONS(854), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(950), 1, - anon_sym_LPAREN, - ACTIONS(954), 1, - anon_sym_STAR, - ACTIONS(958), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(960), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(962), 1, + ACTIONS(926), 1, sym_python_identifier, - STATE(849), 1, + STATE(829), 1, sym_python_string, - STATE(875), 1, + STATE(830), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1776), 1, + STATE(1619), 1, sym_expression, - STATE(2191), 1, - sym_parenthesized_list_splat, - STATE(2400), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2186), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(956), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + ACTIONS(1088), 5, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, + sym_type_conversion, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -42689,7 +42789,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42706,54 +42806,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [15017] = 27, + [15140] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(634), 1, sym_string_start, ACTIONS(654), 1, anon_sym_not, - ACTIONS(662), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(982), 1, sym_python_identifier, ACTIONS(1068), 1, anon_sym_STAR, ACTIONS(1072), 1, anon_sym_lambda, ACTIONS(1090), 1, - anon_sym_RBRACE, - STATE(827), 1, - sym_python_string, - STATE(834), 1, + anon_sym_RBRACK, + STATE(844), 1, sym_primary_expression, - STATE(1132), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1647), 1, + STATE(1666), 1, sym_expression, - STATE(2265), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1817), 2, + STATE(1892), 2, sym_lambda_within_for_in_clause, sym__expression_within_for_in_clause, - ACTIONS(652), 3, + ACTIONS(976), 3, anon_sym_print, anon_sym_exec, anon_sym_match, @@ -42761,13 +42861,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(565), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -42775,7 +42875,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42792,76 +42892,69 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [15130] = 27, + [15253] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(618), 1, - sym_identifier, - ACTIONS(626), 1, + ACTIONS(455), 1, + anon_sym_STAR, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(634), 1, - sym_string_start, - ACTIONS(702), 1, - anon_sym_not, - ACTIONS(988), 1, + ACTIONS(465), 1, anon_sym_await, - ACTIONS(990), 1, - anon_sym_type, - ACTIONS(992), 1, - sym_python_identifier, - ACTIONS(1078), 1, - anon_sym_STAR, - ACTIONS(1082), 1, - anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_RBRACK, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + ACTIONS(469), 1, + sym_string_start, + STATE(836), 1, sym_python_string, - STATE(1192), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1654), 1, - sym_expression, - STATE(2285), 1, - sym__named_expression_lhs, - ACTIONS(624), 2, + STATE(1439), 1, + sym_primary_expression, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, + ACTIONS(452), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1829), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(986), 3, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, - anon_sym_match, - ACTIONS(1096), 3, - anon_sym_if, anon_sym_async, - anon_sym_for, - ACTIONS(632), 5, + anon_sym_match, + ACTIONS(442), 5, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, + sym_type_conversion, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(1152), 16, + sym_python_identifier, + ACTIONS(495), 9, + anon_sym_GT_GT, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42878,68 +42971,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [15243] = 27, + [15352] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(499), 1, - anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(706), 1, + anon_sym_yield, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(828), 1, + ACTIONS(808), 1, + anon_sym_lambda, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(926), 1, sym_python_identifier, - ACTIONS(1076), 1, - anon_sym_RPAREN, - ACTIONS(1098), 1, + ACTIONS(1074), 1, + anon_sym_RBRACE, + ACTIONS(1094), 1, + anon_sym_LPAREN, + ACTIONS(1096), 1, anon_sym_STAR, - ACTIONS(1100), 1, - anon_sym_lambda, - STATE(838), 1, + STATE(829), 1, sym_python_string, - STATE(840), 1, + STATE(830), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1652), 1, + STATE(1766), 1, sym_expression, - STATE(2371), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1822), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(826), 3, + STATE(2229), 3, + sym_parenthesized_list_splat, + sym_yield, + sym_list_splat, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, - anon_sym_match, - ACTIONS(1080), 3, - anon_sym_if, anon_sym_async, - anon_sym_for, - ACTIONS(517), 5, + anon_sym_match, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -42947,7 +43040,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42964,68 +43057,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [15356] = 27, + [15465] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(547), 1, - anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(654), 1, + ACTIONS(706), 1, + anon_sym_yield, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(662), 1, + ACTIONS(808), 1, + anon_sym_lambda, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(926), 1, sym_python_identifier, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_lambda, - ACTIONS(1076), 1, + ACTIONS(1084), 1, anon_sym_RBRACE, - STATE(827), 1, + ACTIONS(1094), 1, + anon_sym_LPAREN, + ACTIONS(1096), 1, + anon_sym_STAR, + STATE(829), 1, sym_python_string, - STATE(834), 1, + STATE(830), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1647), 1, + STATE(1766), 1, sym_expression, - STATE(2265), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1817), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(652), 3, + STATE(2229), 3, + sym_parenthesized_list_splat, + sym_yield, + sym_list_splat, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, - anon_sym_match, - ACTIONS(1080), 3, - anon_sym_if, anon_sym_async, - anon_sym_for, - ACTIONS(565), 5, + anon_sym_match, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -43033,7 +43126,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43050,68 +43143,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [15469] = 27, + [15578] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(828), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1090), 1, + ACTIONS(1066), 1, anon_sym_RPAREN, ACTIONS(1098), 1, anon_sym_STAR, ACTIONS(1100), 1, anon_sym_lambda, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - STATE(1652), 1, + STATE(1657), 1, sym_expression, - STATE(2371), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1822), 2, + STATE(1837), 2, sym_lambda_within_for_in_clause, sym__expression_within_for_in_clause, - ACTIONS(826), 3, + ACTIONS(878), 3, anon_sym_print, anon_sym_exec, anon_sym_match, - ACTIONS(1092), 3, + ACTIONS(1070), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -43119,7 +43212,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43136,76 +43229,69 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [15582] = 27, + [15691] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(584), 1, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, - ACTIONS(594), 1, + ACTIONS(455), 1, + anon_sym_STAR, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(602), 1, - sym_string_start, - ACTIONS(706), 1, - anon_sym_yield, - ACTIONS(870), 1, - anon_sym_not, - ACTIONS(874), 1, - anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(465), 1, anon_sym_await, - ACTIONS(878), 1, - anon_sym_type, - ACTIONS(1084), 1, - anon_sym_RBRACK, - ACTIONS(1102), 1, - anon_sym_LPAREN, - ACTIONS(1104), 1, - anon_sym_STAR, - ACTIONS(1106), 1, - sym_python_identifier, - STATE(904), 1, + ACTIONS(469), 1, + sym_string_start, + STATE(836), 1, sym_python_string, - STATE(909), 1, - sym_primary_expression, - STATE(1365), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1758), 1, - sym_expression, - STATE(2480), 1, - sym__named_expression_lhs, - ACTIONS(592), 2, + STATE(1439), 1, + sym_primary_expression, + ACTIONS(267), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2221), 3, - sym_parenthesized_list_splat, - sym_yield, - sym_list_splat, - ACTIONS(868), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(255), 5, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, + sym_type_conversion, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(1364), 16, + sym_python_identifier, + ACTIONS(265), 9, + anon_sym_GT_GT, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43222,68 +43308,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [15695] = 27, + [15790] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(682), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(854), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(950), 1, + ACTIONS(1074), 1, + anon_sym_RBRACK, + ACTIONS(1102), 1, anon_sym_LPAREN, - ACTIONS(1086), 1, + ACTIONS(1104), 1, anon_sym_STAR, - ACTIONS(1088), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1108), 1, - anon_sym_RPAREN, - STATE(849), 1, + STATE(900), 1, sym_python_string, - STATE(875), 1, + STATE(907), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1757), 1, + STATE(1759), 1, sym_expression, - STATE(2400), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2173), 3, + STATE(2226), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(852), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -43291,7 +43377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43308,68 +43394,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [15808] = 27, + [15903] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(654), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(662), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1068), 1, + ACTIONS(1080), 1, + anon_sym_RBRACE, + ACTIONS(1108), 1, anon_sym_STAR, - ACTIONS(1072), 1, + ACTIONS(1110), 1, anon_sym_lambda, - ACTIONS(1094), 1, - anon_sym_RBRACE, - STATE(827), 1, - sym_python_string, - STATE(834), 1, + STATE(833), 1, sym_primary_expression, - STATE(1132), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1647), 1, + STATE(1636), 1, sym_expression, - STATE(2265), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1817), 2, + STATE(1853), 2, sym_lambda_within_for_in_clause, sym__expression_within_for_in_clause, - ACTIONS(652), 3, + ACTIONS(698), 3, anon_sym_print, anon_sym_exec, anon_sym_match, - ACTIONS(1096), 3, + ACTIONS(1082), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(565), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -43377,7 +43463,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43394,68 +43480,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [15921] = 27, + [16016] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(988), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1078), 1, + ACTIONS(1066), 1, + anon_sym_RBRACE, + ACTIONS(1108), 1, anon_sym_STAR, - ACTIONS(1082), 1, + ACTIONS(1110), 1, anon_sym_lambda, - ACTIONS(1090), 1, - anon_sym_RBRACK, - STATE(885), 1, + STATE(833), 1, sym_primary_expression, - STATE(890), 1, + STATE(834), 1, sym_python_string, - STATE(1192), 1, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1654), 1, + STATE(1636), 1, sym_expression, - STATE(2285), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1829), 2, + STATE(1853), 2, sym_lambda_within_for_in_clause, sym__expression_within_for_in_clause, - ACTIONS(986), 3, + ACTIONS(698), 3, anon_sym_print, anon_sym_exec, anon_sym_match, - ACTIONS(1092), 3, + ACTIONS(1070), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(632), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -43463,7 +43549,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43480,7 +43566,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [16034] = 27, + [16129] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(612), 1, @@ -43497,41 +43583,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(634), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(988), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1066), 1, - anon_sym_RBRACK, - ACTIONS(1078), 1, + ACTIONS(1068), 1, anon_sym_STAR, - ACTIONS(1082), 1, + ACTIONS(1072), 1, anon_sym_lambda, - STATE(885), 1, + ACTIONS(1112), 1, + anon_sym_RBRACK, + STATE(844), 1, sym_primary_expression, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1654), 1, + STATE(1666), 1, sym_expression, - STATE(2285), 1, + STATE(2292), 1, sym__named_expression_lhs, ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1829), 2, + STATE(1892), 2, sym_lambda_within_for_in_clause, sym__expression_within_for_in_clause, - ACTIONS(986), 3, + ACTIONS(976), 3, anon_sym_print, anon_sym_exec, anon_sym_match, - ACTIONS(1070), 3, + ACTIONS(1114), 3, anon_sym_if, anon_sym_async, anon_sym_for, @@ -43541,7 +43627,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -43549,7 +43635,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43566,66 +43652,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [16147] = 25, + [16242] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(485), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(802), 1, - anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(808), 1, - anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(712), 1, sym_python_identifier, - STATE(831), 1, + ACTIONS(1090), 1, + anon_sym_RBRACE, + ACTIONS(1108), 1, + anon_sym_STAR, + ACTIONS(1110), 1, + anon_sym_lambda, + STATE(833), 1, sym_primary_expression, - STATE(832), 1, + STATE(834), 1, sym_python_string, - STATE(1085), 1, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1611), 1, + STATE(1636), 1, sym_expression, - STATE(2378), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + STATE(1853), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(698), 3, anon_sym_print, anon_sym_exec, - anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(1092), 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - ACTIONS(1110), 5, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_COMMA, - sym_type_conversion, - STATE(1623), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -43633,7 +43721,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43650,68 +43738,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [16256] = 27, + [16355] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(828), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1094), 1, - anon_sym_RPAREN, - ACTIONS(1098), 1, + ACTIONS(1108), 1, anon_sym_STAR, - ACTIONS(1100), 1, + ACTIONS(1110), 1, anon_sym_lambda, - STATE(838), 1, - sym_python_string, - STATE(840), 1, + ACTIONS(1112), 1, + anon_sym_RBRACE, + STATE(833), 1, sym_primary_expression, - STATE(1270), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1652), 1, + STATE(1636), 1, sym_expression, - STATE(2371), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1822), 2, + STATE(1853), 2, sym_lambda_within_for_in_clause, sym__expression_within_for_in_clause, - ACTIONS(826), 3, + ACTIONS(698), 3, anon_sym_print, anon_sym_exec, anon_sym_match, - ACTIONS(1096), 3, + ACTIONS(1114), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(517), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -43719,7 +43807,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43736,68 +43824,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [16369] = 27, + [16468] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(828), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1066), 1, - anon_sym_RPAREN, ACTIONS(1098), 1, anon_sym_STAR, ACTIONS(1100), 1, anon_sym_lambda, - STATE(838), 1, + ACTIONS(1112), 1, + anon_sym_RPAREN, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - STATE(1652), 1, + STATE(1657), 1, sym_expression, - STATE(2371), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1822), 2, + STATE(1837), 2, sym_lambda_within_for_in_clause, sym__expression_within_for_in_clause, - ACTIONS(826), 3, + ACTIONS(878), 3, anon_sym_print, anon_sym_exec, anon_sym_match, - ACTIONS(1070), 3, + ACTIONS(1114), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -43805,7 +43893,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43822,68 +43910,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [16482] = 27, + [16581] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(584), 1, + ACTIONS(502), 1, + anon_sym_LPAREN, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(706), 1, - anon_sym_yield, - ACTIONS(870), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(874), 1, - anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(1102), 1, - anon_sym_LPAREN, - ACTIONS(1104), 1, - anon_sym_STAR, - ACTIONS(1106), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1108), 1, - anon_sym_RBRACK, - STATE(904), 1, + ACTIONS(1090), 1, + anon_sym_RPAREN, + ACTIONS(1098), 1, + anon_sym_STAR, + ACTIONS(1100), 1, + anon_sym_lambda, + STATE(867), 1, sym_python_string, - STATE(909), 1, + STATE(868), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1758), 1, + STATE(1657), 1, sym_expression, - STATE(2480), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2221), 3, - sym_parenthesized_list_splat, - sym_yield, - sym_list_splat, - ACTIONS(868), 4, + STATE(1837), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(878), 3, anon_sym_print, anon_sym_exec, - anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(1092), 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -43891,7 +43979,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43908,68 +43996,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [16595] = 27, + [16694] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(475), 1, + ACTIONS(502), 1, + anon_sym_LPAREN, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(485), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(660), 1, - anon_sym_yield, - ACTIONS(806), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(808), 1, - anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1084), 1, - anon_sym_RBRACE, - ACTIONS(1112), 1, - anon_sym_LPAREN, - ACTIONS(1114), 1, + ACTIONS(1080), 1, + anon_sym_RPAREN, + ACTIONS(1098), 1, anon_sym_STAR, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + ACTIONS(1100), 1, + anon_sym_lambda, + STATE(867), 1, sym_python_string, - STATE(1085), 1, + STATE(868), 1, + sym_primary_expression, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1761), 1, + STATE(1657), 1, sym_expression, - STATE(2378), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2208), 3, - sym_parenthesized_list_splat, - sym_yield, - sym_list_splat, - ACTIONS(886), 4, + STATE(1837), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(878), 3, anon_sym_print, anon_sym_exec, - anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(1082), 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -43977,86 +44065,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [16708] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(455), 1, - anon_sym_STAR, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(465), 1, - anon_sym_await, - ACTIONS(469), 1, - sym_string_start, - STATE(867), 1, - sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1468), 1, - sym_primary_expression, - ACTIONS(270), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, - ACTIONS(461), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(457), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(255), 5, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_COMMA, - sym_type_conversion, - ACTIONS(467), 6, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - ACTIONS(268), 9, - anon_sym_GT_GT, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1311), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44076,65 +44085,65 @@ static const uint16_t ts_small_parse_table[] = { [16807] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(475), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(485), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(660), 1, + ACTIONS(658), 1, anon_sym_yield, - ACTIONS(806), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(892), 1, - sym_python_identifier, - ACTIONS(1108), 1, - anon_sym_RBRACE, - ACTIONS(1112), 1, + ACTIONS(1084), 1, + anon_sym_RBRACK, + ACTIONS(1102), 1, anon_sym_LPAREN, - ACTIONS(1114), 1, + ACTIONS(1104), 1, anon_sym_STAR, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + ACTIONS(1106), 1, + sym_python_identifier, + STATE(900), 1, sym_python_string, - STATE(1085), 1, + STATE(907), 1, + sym_primary_expression, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1761), 1, + STATE(1759), 1, sym_expression, - STATE(2378), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2208), 3, + STATE(2226), 3, sym_parenthesized_list_splat, sym_yield, sym_list_splat, - ACTIONS(886), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -44142,7 +44151,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44174,41 +44183,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(604), 1, + ACTIONS(580), 1, anon_sym_STAR, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1116), 1, anon_sym_RBRACE, ACTIONS(1118), 1, sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1870), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, + STATE(2250), 2, sym_dictionary_splat, sym_pair, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -44219,7 +44228,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -44227,7 +44236,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44259,41 +44268,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(604), 1, + ACTIONS(580), 1, anon_sym_STAR, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, ACTIONS(1120), 1, anon_sym_RBRACE, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1870), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, + STATE(2250), 2, sym_dictionary_splat, sym_pair, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -44304,7 +44313,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -44312,7 +44321,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44332,64 +44341,64 @@ static const uint16_t ts_small_parse_table[] = { [17144] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(602), 1, + anon_sym_DASH, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(604), 1, - anon_sym_STAR, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(656), 1, - anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(1106), 1, sym_python_identifier, ACTIONS(1122), 1, - anon_sym_RBRACE, - STATE(867), 1, - sym_python_string, + anon_sym_from, + ACTIONS(1124), 1, + anon_sym_STAR, STATE(900), 1, + sym_python_string, + STATE(907), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1696), 1, sym_expression, - STATE(2364), 1, + STATE(2244), 1, + sym_expression_list, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(904), 4, + ACTIONS(916), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -44397,7 +44406,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44429,41 +44438,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(604), 1, + ACTIONS(580), 1, anon_sym_STAR, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1124), 1, + ACTIONS(1126), 1, anon_sym_RBRACE, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1870), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, + STATE(2250), 2, sym_dictionary_splat, sym_pair, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -44474,7 +44483,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -44482,7 +44491,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44502,64 +44511,64 @@ static const uint16_t ts_small_parse_table[] = { [17368] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, - anon_sym_LBRACK, - ACTIONS(582), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, - ACTIONS(594), 1, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(870), 1, - anon_sym_not, - ACTIONS(874), 1, - anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(289), 1, sym_python_identifier, - ACTIONS(1126), 1, - anon_sym_from, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, ACTIONS(1128), 1, + anon_sym_from, + ACTIONS(1130), 1, anon_sym_STAR, - STATE(904), 1, + STATE(825), 1, sym_python_string, - STATE(909), 1, + STATE(826), 1, sym_primary_expression, - STATE(1365), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1718), 1, + STATE(1687), 1, sym_expression, - STATE(2202), 1, + STATE(2170), 1, sym_expression_list, - STATE(2480), 1, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(882), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(868), 4, + ACTIONS(916), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -44567,7 +44576,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44599,41 +44608,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(604), 1, + ACTIONS(580), 1, anon_sym_STAR, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1130), 1, + ACTIONS(1132), 1, anon_sym_RBRACE, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1870), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, + STATE(2250), 2, sym_dictionary_splat, sym_pair, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -44644,7 +44653,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -44652,7 +44661,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44672,64 +44681,64 @@ static const uint16_t ts_small_parse_table[] = { [17592] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(91), 1, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(290), 1, - anon_sym_type, - ACTIONS(292), 1, - sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(573), 1, - anon_sym_DASH, - ACTIONS(1134), 1, - anon_sym_from, - ACTIONS(1136), 1, + ACTIONS(580), 1, anon_sym_STAR, - ACTIONS(1138), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(702), 1, + anon_sym_STAR_STAR, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(1140), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(898), 1, anon_sym_await, - STATE(825), 1, + ACTIONS(900), 1, + anon_sym_type, + ACTIONS(1118), 1, + sym_python_identifier, + ACTIONS(1134), 1, + anon_sym_RBRACE, + STATE(836), 1, sym_python_string, - STATE(887), 1, + STATE(917), 1, sym_primary_expression, - STATE(899), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1591), 1, + STATE(1870), 1, sym_expression, - STATE(2100), 1, - sym_expression_list, - STATE(2386), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(571), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1132), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(278), 4, + STATE(2250), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -44737,7 +44746,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44757,64 +44766,64 @@ static const uint16_t ts_small_parse_table[] = { [17704] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(463), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(604), 1, - anon_sym_STAR, - ACTIONS(608), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(287), 1, + anon_sym_type, + ACTIONS(289), 1, + sym_python_identifier, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(656), 1, - anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(1138), 1, + anon_sym_from, + ACTIONS(1140), 1, + anon_sym_STAR, + ACTIONS(1142), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(1144), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(1146), 1, anon_sym_await, - ACTIONS(912), 1, - anon_sym_type, - ACTIONS(1118), 1, - sym_python_identifier, - ACTIONS(1144), 1, - anon_sym_RBRACE, - STATE(867), 1, + STATE(825), 1, sym_python_string, - STATE(900), 1, + STATE(839), 1, sym_primary_expression, - STATE(1306), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1617), 1, sym_expression, - STATE(2364), 1, + STATE(2104), 1, + sym_expression_list, + STATE(2393), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(904), 4, + ACTIONS(1136), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -44822,7 +44831,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44854,41 +44863,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(604), 1, + ACTIONS(580), 1, anon_sym_STAR, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1146), 1, + ACTIONS(1148), 1, anon_sym_RBRACE, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1870), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, + STATE(2250), 2, sym_dictionary_splat, sym_pair, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -44899,7 +44908,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -44907,7 +44916,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44924,66 +44933,67 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [17928] = 26, + [17928] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(584), 1, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(594), 1, - anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(706), 1, - anon_sym_yield, - ACTIONS(870), 1, + ACTIONS(580), 1, + anon_sym_STAR, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(702), 1, + anon_sym_STAR_STAR, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(1102), 1, - anon_sym_LPAREN, - ACTIONS(1104), 1, - anon_sym_STAR, - ACTIONS(1106), 1, + ACTIONS(1118), 1, sym_python_identifier, - STATE(904), 1, + ACTIONS(1150), 1, + anon_sym_RBRACE, + STATE(836), 1, sym_python_string, - STATE(909), 1, + STATE(917), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1758), 1, + STATE(1870), 1, sym_expression, - STATE(2480), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2221), 3, - sym_parenthesized_list_splat, - sym_yield, - sym_list_splat, - ACTIONS(868), 4, + STATE(2250), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -44991,7 +45001,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45008,66 +45018,67 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [18038] = 26, + [18040] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(525), 1, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(535), 1, - anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(682), 1, - anon_sym_yield, - ACTIONS(854), 1, + ACTIONS(580), 1, + anon_sym_STAR, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(702), 1, + anon_sym_STAR_STAR, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(950), 1, - anon_sym_LPAREN, - ACTIONS(1086), 1, - anon_sym_STAR, - ACTIONS(1088), 1, + ACTIONS(1118), 1, sym_python_identifier, - STATE(849), 1, + ACTIONS(1152), 1, + anon_sym_RBRACE, + STATE(836), 1, sym_python_string, - STATE(875), 1, + STATE(917), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1757), 1, + STATE(1870), 1, sym_expression, - STATE(2400), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2173), 3, - sym_parenthesized_list_splat, - sym_yield, - sym_list_splat, - ACTIONS(852), 4, + STATE(2250), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -45075,7 +45086,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45092,67 +45103,67 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [18148] = 27, + [18152] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(524), 1, + anon_sym_LBRACK, + ACTIONS(526), 1, + anon_sym_LPAREN, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, + ACTIONS(530), 1, + sym_identifier, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(288), 1, + ACTIONS(820), 1, + anon_sym_not, + ACTIONS(824), 1, + anon_sym_lambda, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(1078), 1, sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(1148), 1, + ACTIONS(1154), 1, anon_sym_from, - ACTIONS(1150), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(825), 1, + STATE(850), 1, sym_python_string, - STATE(828), 1, + STATE(877), 1, sym_primary_expression, - STATE(899), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1678), 1, + STATE(1719), 1, sym_expression, - STATE(2240), 1, + STATE(2249), 1, sym_expression_list, - STATE(2315), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(882), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(278), 4, + ACTIONS(916), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -45160,7 +45171,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45177,7 +45188,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [18260] = 27, + [18264] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -45192,41 +45203,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(604), 1, + ACTIONS(580), 1, anon_sym_STAR, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1152), 1, + ACTIONS(1158), 1, anon_sym_RBRACE, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1870), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, + STATE(2250), 2, sym_dictionary_splat, sym_pair, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -45237,7 +45248,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -45245,7 +45256,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45262,7 +45273,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [18372] = 27, + [18376] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -45277,41 +45288,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(604), 1, + ACTIONS(580), 1, anon_sym_STAR, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1154), 1, + ACTIONS(1160), 1, anon_sym_RBRACE, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1870), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, + STATE(2250), 2, sym_dictionary_splat, sym_pair, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -45322,7 +45333,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -45330,7 +45341,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45347,67 +45358,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [18484] = 27, + [18488] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(485), 1, + anon_sym_DASH, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(604), 1, - anon_sym_STAR, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(656), 1, - anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(706), 1, + anon_sym_yield, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(926), 1, sym_python_identifier, - ACTIONS(1156), 1, - anon_sym_RBRACE, - STATE(867), 1, + ACTIONS(1094), 1, + anon_sym_LPAREN, + ACTIONS(1096), 1, + anon_sym_STAR, + STATE(829), 1, sym_python_string, - STATE(900), 1, + STATE(830), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1766), 1, sym_expression, - STATE(2364), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(904), 4, + STATE(2229), 3, + sym_parenthesized_list_splat, + sym_yield, + sym_list_splat, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -45415,7 +45425,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45432,7 +45442,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [18596] = 27, + [18598] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -45447,41 +45457,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(604), 1, + ACTIONS(580), 1, anon_sym_STAR, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1158), 1, + ACTIONS(1162), 1, anon_sym_RBRACE, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1870), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, + STATE(2250), 2, sym_dictionary_splat, sym_pair, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -45492,7 +45502,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -45500,7 +45510,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45517,67 +45527,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [18708] = 27, + [18710] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(538), 1, + anon_sym_DASH, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(604), 1, - anon_sym_STAR, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(656), 1, - anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(680), 1, + anon_sym_yield, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(954), 1, + anon_sym_LPAREN, + ACTIONS(1076), 1, + anon_sym_STAR, + ACTIONS(1078), 1, sym_python_identifier, - ACTIONS(1160), 1, - anon_sym_RBRACE, - STATE(867), 1, + STATE(850), 1, sym_python_string, - STATE(900), 1, + STATE(877), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1734), 1, sym_expression, - STATE(2364), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(904), 4, + STATE(2177), 3, + sym_parenthesized_list_splat, + sym_yield, + sym_list_splat, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -45585,7 +45594,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45617,41 +45626,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(604), 1, + ACTIONS(580), 1, anon_sym_STAR, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1162), 1, + ACTIONS(1164), 1, anon_sym_RBRACE, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1870), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, + STATE(2250), 2, sym_dictionary_splat, sym_pair, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -45662,7 +45671,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -45670,7 +45679,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45702,41 +45711,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(604), 1, + ACTIONS(580), 1, anon_sym_STAR, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1164), 1, + ACTIONS(1166), 1, anon_sym_RBRACE, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1870), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, + STATE(2250), 2, sym_dictionary_splat, sym_pair, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -45747,7 +45756,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -45755,7 +45764,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45772,67 +45781,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [19044] = 27, + [19044] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(523), 1, - anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(658), 1, + anon_sym_yield, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(1088), 1, - sym_python_identifier, - ACTIONS(1166), 1, - anon_sym_from, - ACTIONS(1168), 1, + ACTIONS(1102), 1, + anon_sym_LPAREN, + ACTIONS(1104), 1, anon_sym_STAR, - STATE(849), 1, + ACTIONS(1106), 1, + sym_python_identifier, + STATE(900), 1, sym_python_string, - STATE(875), 1, + STATE(907), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1719), 1, + STATE(1759), 1, sym_expression, - STATE(2196), 1, - sym_expression_list, - STATE(2400), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(882), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(852), 4, + STATE(2226), 3, + sym_parenthesized_list_splat, + sym_yield, + sym_list_splat, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -45840,7 +45848,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45857,7 +45865,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [19156] = 27, + [19154] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -45872,41 +45880,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(604), 1, + ACTIONS(580), 1, anon_sym_STAR, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1170), 1, + ACTIONS(1168), 1, anon_sym_RBRACE, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1870), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, + STATE(2250), 2, sym_dictionary_splat, sym_pair, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -45917,7 +45925,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -45925,7 +45933,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45942,66 +45950,67 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [19268] = 26, + [19266] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(475), 1, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(485), 1, - anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(660), 1, - anon_sym_yield, - ACTIONS(806), 1, + ACTIONS(580), 1, + anon_sym_STAR, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(702), 1, + anon_sym_STAR_STAR, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1112), 1, - anon_sym_LPAREN, - ACTIONS(1114), 1, - anon_sym_STAR, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + ACTIONS(1170), 1, + anon_sym_RBRACE, + STATE(836), 1, sym_python_string, - STATE(1085), 1, + STATE(917), 1, + sym_primary_expression, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1761), 1, + STATE(1870), 1, sym_expression, - STATE(2378), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2208), 3, - sym_parenthesized_list_splat, - sym_yield, - sym_list_splat, - ACTIONS(886), 4, + STATE(2250), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -46009,7 +46018,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46041,41 +46050,41 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(604), 1, + ACTIONS(580), 1, anon_sym_STAR, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(656), 1, + ACTIONS(702), 1, anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, ACTIONS(1172), 1, anon_sym_RBRACE, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1870), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, + STATE(2250), 2, sym_dictionary_splat, sym_pair, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -46086,7 +46095,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -46094,7 +46103,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46111,66 +46120,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [19490] = 27, + [19490] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, - anon_sym_LBRACK, - ACTIONS(582), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, - ACTIONS(594), 1, - anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(870), 1, - anon_sym_not, - ACTIONS(874), 1, - anon_sym_lambda, - ACTIONS(876), 1, - anon_sym_await, - ACTIONS(878), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(289), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(576), 1, + anon_sym_DASH, + ACTIONS(1140), 1, anon_sym_STAR, + ACTIONS(1142), 1, + anon_sym_not, + ACTIONS(1144), 1, + anon_sym_lambda, + ACTIONS(1146), 1, + anon_sym_await, ACTIONS(1174), 1, - anon_sym_RBRACK, - ACTIONS(1176), 1, - anon_sym_COLON, - STATE(904), 1, + anon_sym_from, + STATE(825), 1, sym_python_string, - STATE(909), 1, + STATE(839), 1, sym_primary_expression, - STATE(1365), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1648), 1, sym_expression, - STATE(2215), 1, - sym_slice, - STATE(2480), 1, + STATE(2393), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(1086), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -46178,7 +46186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46195,66 +46203,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [19601] = 27, + [19599] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, - anon_sym_COLON, ACTIONS(1178), 1, - anon_sym_RBRACK, - STATE(904), 1, + anon_sym_COLON, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1704), 1, sym_expression, - STATE(2215), 1, - sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(1176), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -46262,7 +46269,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46279,65 +46286,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [19712] = 26, + [19708] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, + ACTIONS(1180), 1, + anon_sym_RBRACK, ACTIONS(1182), 1, anon_sym_COLON, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1720), 1, + STATE(1710), 1, sym_expression, - STATE(2480), 1, + STATE(2222), 1, + sym_slice, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1180), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -46345,7 +46353,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46362,66 +46370,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [19821] = 27, + [19819] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1184), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -46429,7 +46437,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46446,66 +46454,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [19932] = 27, + [19930] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1186), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -46513,7 +46521,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46530,66 +46538,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [20043] = 27, + [20041] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1188), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -46597,7 +46605,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46614,66 +46622,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [20154] = 27, + [20152] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1190), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -46681,7 +46689,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46698,66 +46706,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [20265] = 27, + [20263] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1192), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -46765,7 +46773,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46782,66 +46790,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [20376] = 27, + [20374] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1194), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -46849,7 +46857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46866,74 +46874,67 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [20487] = 27, + [20485] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, - ACTIONS(594), 1, + ACTIONS(455), 1, + anon_sym_STAR, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(602), 1, - sym_string_start, - ACTIONS(870), 1, - anon_sym_not, - ACTIONS(874), 1, - anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(465), 1, anon_sym_await, - ACTIONS(878), 1, - anon_sym_type, - ACTIONS(1106), 1, - sym_python_identifier, - ACTIONS(1128), 1, - anon_sym_STAR, - ACTIONS(1176), 1, - anon_sym_COLON, - ACTIONS(1196), 1, - anon_sym_RBRACK, - STATE(904), 1, + ACTIONS(469), 1, + sym_string_start, + STATE(836), 1, sym_python_string, - STATE(909), 1, - sym_primary_expression, - STATE(1365), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1717), 1, - sym_expression, - STATE(2215), 1, - sym_slice, - STATE(2480), 1, - sym__named_expression_lhs, - ACTIONS(592), 2, + STATE(1439), 1, + sym_primary_expression, + ACTIONS(267), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(1196), 3, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(1364), 16, + sym_python_identifier, + ACTIONS(265), 9, + anon_sym_GT_GT, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46950,66 +46951,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [20598] = 27, + [20582] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1198), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -47017,7 +47018,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47034,66 +47035,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [20709] = 27, + [20693] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1200), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -47101,7 +47102,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47118,66 +47119,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [20820] = 27, + [20804] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1202), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -47185,7 +47186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47202,66 +47203,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [20931] = 27, + [20915] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1204), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -47269,7 +47270,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47286,66 +47287,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [21042] = 27, + [21026] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1206), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -47353,7 +47354,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47370,66 +47371,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [21153] = 27, + [21137] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1208), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -47437,7 +47438,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47454,66 +47455,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [21264] = 27, + [21248] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1210), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -47521,7 +47522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47538,67 +47539,74 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [21375] = 20, + [21359] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(455), 1, - anon_sym_STAR, - ACTIONS(459), 1, + ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(465), 1, - anon_sym_await, - ACTIONS(469), 1, + ACTIONS(610), 1, sym_string_start, - STATE(867), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, + anon_sym_await, + ACTIONS(844), 1, + anon_sym_type, + ACTIONS(1106), 1, + sym_python_identifier, + ACTIONS(1124), 1, + anon_sym_STAR, + ACTIONS(1182), 1, + anon_sym_COLON, + ACTIONS(1212), 1, + anon_sym_RBRACK, + STATE(900), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1468), 1, + STATE(907), 1, sym_primary_expression, - ACTIONS(270), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, - ACTIONS(461), 2, + STATE(1321), 1, + sym_list_splat_pattern, + STATE(1710), 1, + sym_expression, + STATE(2222), 1, + sym_slice, + STATE(2474), 1, + sym__named_expression_lhs, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1212), 3, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(457), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - ACTIONS(268), 9, - anon_sym_GT_GT, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1311), 16, + STATE(1624), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47615,65 +47623,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [21472] = 26, + [21470] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(290), 1, - anon_sym_type, - ACTIONS(292), 1, - sym_python_identifier, - ACTIONS(430), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(592), 1, + anon_sym_LBRACE, + ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(1136), 1, - anon_sym_STAR, - ACTIONS(1138), 1, + ACTIONS(604), 1, + sym_ellipsis, + ACTIONS(610), 1, + sym_string_start, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1140), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(842), 1, anon_sym_await, + ACTIONS(844), 1, + anon_sym_type, + ACTIONS(1106), 1, + sym_python_identifier, + ACTIONS(1124), 1, + anon_sym_STAR, + ACTIONS(1182), 1, + anon_sym_COLON, ACTIONS(1214), 1, - anon_sym_from, - STATE(825), 1, + anon_sym_RBRACK, + STATE(900), 1, sym_python_string, - STATE(887), 1, + STATE(907), 1, sym_primary_expression, - STATE(899), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1641), 1, + STATE(1710), 1, sym_expression, - STATE(2386), 1, + STATE(2222), 1, + sym_slice, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(571), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1110), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(278), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -47681,7 +47690,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47698,149 +47707,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [21581] = 26, + [21581] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(290), 1, - anon_sym_type, - ACTIONS(292), 1, - sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(573), 1, - anon_sym_DASH, - ACTIONS(1136), 1, - anon_sym_STAR, - ACTIONS(1138), 1, - anon_sym_not, - ACTIONS(1140), 1, - anon_sym_lambda, - ACTIONS(1142), 1, - anon_sym_await, - ACTIONS(1216), 1, - anon_sym_from, - STATE(825), 1, - sym_python_string, - STATE(887), 1, - sym_primary_expression, - STATE(899), 1, - sym_list_splat_pattern, - STATE(1641), 1, - sym_expression, - STATE(2386), 1, - sym__named_expression_lhs, - ACTIONS(571), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1074), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(278), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(99), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1507), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(897), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [21690] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, - ACTIONS(1218), 1, + ACTIONS(1216), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -47848,7 +47774,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47865,66 +47791,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [21801] = 27, + [21692] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, - anon_sym_COLON, ACTIONS(1220), 1, - anon_sym_RBRACK, - STATE(904), 1, + anon_sym_COLON, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1713), 1, sym_expression, - STATE(2215), 1, - sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(1218), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -47932,7 +47857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47949,66 +47874,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [21912] = 27, + [21801] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1222), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -48016,7 +47941,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48033,66 +47958,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [22023] = 27, + [21912] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1224), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -48100,7 +48025,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48117,66 +48042,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [22134] = 27, + [22023] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1226), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -48184,7 +48109,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48201,66 +48126,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [22245] = 27, + [22134] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1228), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -48268,7 +48193,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48285,66 +48210,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [22356] = 27, + [22245] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1230), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -48352,7 +48277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48369,66 +48294,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [22467] = 27, + [22356] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1232), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -48436,7 +48361,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48453,7 +48378,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [22578] = 20, + [22467] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -48472,13 +48397,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(469), 1, sym_string_start, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1468), 1, + STATE(1439), 1, sym_primary_expression, - ACTIONS(270), 2, + ACTIONS(267), 2, anon_sym_DOT, anon_sym_SLASH, ACTIONS(450), 2, @@ -48503,7 +48428,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - ACTIONS(268), 9, + ACTIONS(265), 9, anon_sym_GT_GT, anon_sym_AT, anon_sym_PERCENT, @@ -48513,7 +48438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48530,66 +48455,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [22675] = 27, + [22564] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1234), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -48597,7 +48522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48614,66 +48539,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [22786] = 27, + [22675] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1236), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -48681,7 +48606,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48698,65 +48623,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [22897] = 26, + [22786] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(602), 1, + anon_sym_DASH, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(604), 1, - anon_sym_STAR, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(656), 1, - anon_sym_STAR_STAR, - ACTIONS(906), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(1106), 1, sym_python_identifier, - STATE(867), 1, - sym_python_string, + ACTIONS(1124), 1, + anon_sym_STAR, + ACTIONS(1182), 1, + anon_sym_COLON, + ACTIONS(1238), 1, + anon_sym_RBRACK, STATE(900), 1, + sym_python_string, + STATE(907), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1866), 1, + STATE(1710), 1, sym_expression, - STATE(2364), 1, + STATE(2222), 1, + sym_slice, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(2243), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(904), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -48764,7 +48690,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48781,66 +48707,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [23006] = 27, + [22897] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, - anon_sym_LBRACK, - ACTIONS(582), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, - ACTIONS(594), 1, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(870), 1, - anon_sym_not, - ACTIONS(874), 1, - anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(289), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(1130), 1, anon_sym_STAR, - ACTIONS(1176), 1, - anon_sym_COLON, - ACTIONS(1238), 1, - anon_sym_RBRACK, - STATE(904), 1, + STATE(825), 1, sym_python_string, - STATE(909), 1, + STATE(826), 1, sym_primary_expression, - STATE(1365), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1641), 1, sym_expression, - STATE(2215), 1, - sym_slice, - STATE(2480), 1, + STATE(2227), 1, + sym_expression_list, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(1240), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -48848,7 +48773,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48865,66 +48790,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [23117] = 27, + [23006] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, - ACTIONS(1240), 1, + ACTIONS(1242), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -48932,7 +48857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48949,66 +48874,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [23228] = 27, + [23117] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(594), 1, - anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(580), 1, + anon_sym_STAR, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(702), 1, + anon_sym_STAR_STAR, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1128), 1, - anon_sym_STAR, - ACTIONS(1176), 1, - anon_sym_COLON, - ACTIONS(1242), 1, - anon_sym_RBRACK, - STATE(904), 1, + STATE(836), 1, sym_python_string, - STATE(909), 1, + STATE(917), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1870), 1, sym_expression, - STATE(2215), 1, - sym_slice, - STATE(2480), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + STATE(2250), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -49016,7 +48940,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49033,66 +48957,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [23339] = 27, + [23226] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, ACTIONS(1244), 1, anon_sym_RBRACK, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1710), 1, sym_expression, - STATE(2215), 1, + STATE(2222), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -49100,7 +49024,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49117,65 +49041,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [23450] = 26, + [23337] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1248), 1, + ACTIONS(1182), 1, anon_sym_COLON, - STATE(904), 1, + ACTIONS(1246), 1, + anon_sym_RBRACK, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1726), 1, + STATE(1710), 1, sym_expression, - STATE(2480), 1, + STATE(2222), 1, + sym_slice, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1246), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -49183,7 +49108,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49200,65 +49125,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [23559] = 26, + [23448] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(588), 1, + anon_sym_LBRACK, + ACTIONS(590), 1, + anon_sym_LPAREN, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, + ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(288), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(825), 1, + ACTIONS(1182), 1, + anon_sym_COLON, + ACTIONS(1248), 1, + anon_sym_RBRACK, + STATE(900), 1, sym_python_string, - STATE(828), 1, + STATE(907), 1, sym_primary_expression, - STATE(899), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1663), 1, + STATE(1710), 1, sym_expression, - STATE(2209), 1, - sym_expression_list, - STATE(2315), 1, + STATE(2222), 1, + sym_slice, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1250), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(278), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -49266,7 +49192,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49283,64 +49209,65 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [23668] = 26, + [23559] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, - anon_sym_LBRACK, - ACTIONS(523), 1, - anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(527), 1, - sym_identifier, - ACTIONS(535), 1, - anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(854), 1, - anon_sym_not, - ACTIONS(858), 1, - anon_sym_lambda, - ACTIONS(860), 1, - anon_sym_await, - ACTIONS(862), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(289), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(576), 1, + anon_sym_DASH, + ACTIONS(1140), 1, anon_sym_STAR, - ACTIONS(1252), 1, - anon_sym_RPAREN, - STATE(849), 1, + ACTIONS(1142), 1, + anon_sym_not, + ACTIONS(1144), 1, + anon_sym_lambda, + ACTIONS(1146), 1, + anon_sym_await, + ACTIONS(1250), 1, + anon_sym_from, + STATE(825), 1, sym_python_string, - STATE(875), 1, + STATE(839), 1, sym_primary_expression, - STATE(1223), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1779), 1, + STATE(1648), 1, sym_expression, - STATE(2204), 1, - sym_with_item, - STATE(2400), 1, + STATE(2393), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(1088), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -49348,7 +49275,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49365,64 +49292,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [23776] = 26, + [23668] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1640), 1, + STATE(1684), 1, sym_expression, - STATE(2056), 1, + STATE(2032), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -49430,7 +49357,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49447,67 +49374,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [23884] = 21, + [23776] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(251), 1, - anon_sym_in, - ACTIONS(255), 1, - anon_sym_COMMA, - ACTIONS(444), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(455), 1, - anon_sym_STAR, - ACTIONS(459), 1, + ACTIONS(554), 1, + sym_identifier, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(465), 1, - anon_sym_await, - ACTIONS(469), 1, + ACTIONS(570), 1, sym_string_start, - STATE(867), 1, + ACTIONS(700), 1, + anon_sym_not, + ACTIONS(708), 1, + anon_sym_await, + ACTIONS(710), 1, + anon_sym_type, + ACTIONS(712), 1, + sym_python_identifier, + ACTIONS(1108), 1, + anon_sym_STAR, + ACTIONS(1110), 1, + anon_sym_lambda, + STATE(833), 1, + sym_primary_expression, + STATE(834), 1, sym_python_string, - STATE(1306), 1, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1468), 1, - sym_primary_expression, - ACTIONS(270), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, - ACTIONS(461), 2, + STATE(1636), 1, + sym_expression, + STATE(2270), 1, + sym__named_expression_lhs, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + STATE(1735), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - ACTIONS(268), 9, - anon_sym_GT_GT, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1311), 16, + STATE(1600), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49524,63 +49455,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [23982] = 25, + [23882] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(500), 1, + anon_sym_LBRACK, + ACTIONS(502), 1, + anon_sym_LPAREN, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, + ACTIONS(506), 1, + sym_identifier, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(288), 1, + ACTIONS(676), 1, + anon_sym_not, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1098), 1, anon_sym_STAR, - STATE(825), 1, + ACTIONS(1100), 1, + anon_sym_lambda, + STATE(867), 1, sym_python_string, - STATE(828), 1, + STATE(868), 1, sym_primary_expression, - STATE(899), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1723), 1, + STATE(1690), 1, sym_expression, - STATE(2315), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1254), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(278), 4, + STATE(1836), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -49588,7 +49519,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49605,64 +49536,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [24088] = 26, + [23988] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(626), 1, + anon_sym_DASH, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(908), 1, - anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1256), 1, - anon_sym_COLON, - ACTIONS(1258), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(867), 1, - sym_python_string, - STATE(900), 1, + ACTIONS(1072), 1, + anon_sym_lambda, + STATE(844), 1, sym_primary_expression, - STATE(1306), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1740), 1, + STATE(1666), 1, sym_expression, - STATE(2165), 1, - sym_with_item, - STATE(2364), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + STATE(1892), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -49670,7 +49600,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49687,63 +49617,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [24196] = 25, + [24094] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(988), 1, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1078), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1082), 1, - anon_sym_lambda, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + ACTIONS(1182), 1, + anon_sym_COLON, + STATE(900), 1, sym_python_string, - STATE(1192), 1, + STATE(907), 1, + sym_primary_expression, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1646), 1, + STATE(1649), 1, sym_expression, - STATE(2285), 1, + STATE(1997), 1, + sym_slice, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1849), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(986), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -49751,7 +49682,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49768,64 +49699,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [24302] = 26, + [24202] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(1078), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1156), 1, anon_sym_STAR, - ACTIONS(1260), 1, + ACTIONS(1252), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1779), 1, + STATE(1775), 1, sym_expression, - STATE(2204), 1, + STATE(2193), 1, sym_with_item, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -49833,7 +49764,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49850,63 +49781,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [24410] = 25, + [24310] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(1078), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(904), 1, + STATE(850), 1, sym_python_string, - STATE(909), 1, + STATE(877), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1813), 1, + STATE(1753), 1, sym_expression, - STATE(2480), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1074), 2, - anon_sym_RBRACK, + ACTIONS(1086), 2, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(868), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -49914,7 +49845,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49931,64 +49862,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [24516] = 26, + [24416] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1634), 1, + STATE(1660), 1, sym_expression, - STATE(1978), 1, + STATE(2039), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -49996,7 +49927,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50013,63 +49944,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [24624] = 25, + [24524] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(828), 1, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1098), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1100), 1, - anon_sym_lambda, - STATE(838), 1, + ACTIONS(1182), 1, + anon_sym_COLON, + STATE(900), 1, sym_python_string, - STATE(840), 1, + STATE(907), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1652), 1, + STATE(1692), 1, sym_expression, - STATE(2371), 1, + STATE(2118), 1, + sym_slice, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1736), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(826), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -50077,7 +50009,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50094,63 +50026,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [24730] = 25, + [24632] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(626), 1, - anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(988), 1, + ACTIONS(896), 1, + anon_sym_lambda, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1078), 1, + ACTIONS(1254), 1, + anon_sym_COLON, + ACTIONS(1256), 1, anon_sym_STAR, - ACTIONS(1082), 1, - anon_sym_lambda, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + STATE(836), 1, sym_python_string, - STATE(1192), 1, + STATE(917), 1, + sym_primary_expression, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1654), 1, + STATE(1802), 1, sym_expression, - STATE(2285), 1, + STATE(2213), 1, + sym_with_item, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1829), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(986), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -50158,7 +50091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50175,63 +50108,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [24836] = 25, + [24740] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(988), 1, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1078), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1082), 1, - anon_sym_lambda, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + STATE(900), 1, sym_python_string, - STATE(1192), 1, + STATE(907), 1, + sym_primary_expression, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1655), 1, + STATE(1788), 1, sym_expression, - STATE(2285), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1827), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(986), 4, + ACTIONS(1258), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -50239,7 +50172,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50256,7 +50189,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [24942] = 20, + [24846] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -50275,11 +50208,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(469), 1, sym_string_start, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1468), 1, + STATE(1439), 1, sym_primary_expression, ACTIONS(442), 2, anon_sym_RBRACK, @@ -50305,7 +50238,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - ACTIONS(577), 9, + ACTIONS(495), 9, anon_sym_GT_GT, anon_sym_AT, anon_sym_PERCENT, @@ -50315,7 +50248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50332,63 +50265,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [25038] = 25, + [24942] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(588), 1, + anon_sym_LBRACK, + ACTIONS(590), 1, + anon_sym_LPAREN, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, + ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(288), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(825), 1, + ACTIONS(1182), 1, + anon_sym_COLON, + STATE(900), 1, sym_python_string, - STATE(828), 1, + STATE(907), 1, sym_primary_expression, - STATE(899), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1723), 1, + STATE(1710), 1, sym_expression, - STATE(2315), 1, + STATE(2222), 1, + sym_slice, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1074), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(278), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -50396,7 +50330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50413,63 +50347,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [25144] = 25, + [25050] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, - anon_sym_LBRACK, - ACTIONS(547), 1, - anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(559), 1, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(654), 1, - anon_sym_not, - ACTIONS(662), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(289), 1, sym_python_identifier, - ACTIONS(1068), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(1130), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_lambda, - STATE(827), 1, + STATE(825), 1, sym_python_string, - STATE(834), 1, + STATE(826), 1, sym_primary_expression, - STATE(1132), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1647), 1, + STATE(1700), 1, sym_expression, - STATE(2265), 1, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1754), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(652), 4, + ACTIONS(1260), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -50477,7 +50411,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50494,9 +50428,13 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [25250] = 20, + [25156] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(251), 1, + anon_sym_in, + ACTIONS(255), 1, + anon_sym_COMMA, ACTIONS(444), 1, anon_sym_LBRACK, ACTIONS(446), 1, @@ -50513,13 +50451,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(469), 1, sym_string_start, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1468), 1, + STATE(1439), 1, sym_primary_expression, - ACTIONS(270), 2, + ACTIONS(267), 2, anon_sym_DOT, anon_sym_SLASH, ACTIONS(450), 2, @@ -50528,9 +50466,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1212), 2, - anon_sym_COLON, - anon_sym_COMMA, ACTIONS(457), 4, anon_sym_print, anon_sym_exec, @@ -50543,7 +50478,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - ACTIONS(268), 9, + ACTIONS(265), 9, anon_sym_GT_GT, anon_sym_AT, anon_sym_PERCENT, @@ -50553,7 +50488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50570,63 +50505,144 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [25346] = 25, + [25254] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(37), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, + anon_sym_DASH, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, + sym_ellipsis, + ACTIONS(105), 1, + sym_string_start, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(285), 1, + anon_sym_await, + ACTIONS(287), 1, + anon_sym_type, + ACTIONS(289), 1, + sym_python_identifier, + ACTIONS(430), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(1130), 1, + anon_sym_STAR, + STATE(825), 1, + sym_python_string, + STATE(826), 1, + sym_primary_expression, + STATE(899), 1, + sym_list_splat_pattern, + STATE(1700), 1, + sym_expression, + STATE(2322), 1, + sym__named_expression_lhs, + ACTIONS(83), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1262), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(275), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(99), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1513), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(896), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [25360] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(612), 1, + anon_sym_LBRACK, + ACTIONS(614), 1, + anon_sym_LPAREN, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(634), 1, sym_string_start, ACTIONS(654), 1, anon_sym_not, - ACTIONS(662), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(982), 1, sym_python_identifier, ACTIONS(1068), 1, anon_sym_STAR, ACTIONS(1072), 1, anon_sym_lambda, - STATE(827), 1, - sym_python_string, - STATE(834), 1, + STATE(844), 1, sym_primary_expression, - STATE(1132), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1645), 1, + STATE(1666), 1, sym_expression, - STATE(2265), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1858), 2, + STATE(1776), 2, sym_lambda_within_for_in_clause, sym__expression_within_for_in_clause, - ACTIONS(652), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -50634,7 +50650,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50651,7 +50667,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [25452] = 21, + [25466] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(440), 1, @@ -50674,11 +50690,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(469), 1, sym_string_start, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1468), 1, + STATE(1439), 1, sym_primary_expression, ACTIONS(450), 2, sym_identifier, @@ -50701,7 +50717,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - ACTIONS(577), 9, + ACTIONS(495), 9, anon_sym_GT_GT, anon_sym_AT, anon_sym_PERCENT, @@ -50711,7 +50727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50728,7 +50744,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [25550] = 25, + [25564] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -50743,37 +50759,37 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1723), 1, + STATE(1700), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1110), 2, + ACTIONS(1264), 2, sym__newline, anon_sym_SEMI, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -50784,7 +50800,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -50792,7 +50808,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50809,63 +50825,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [25656] = 25, + [25670] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(634), 1, sym_string_start, ACTIONS(654), 1, anon_sym_not, - ACTIONS(662), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(982), 1, sym_python_identifier, ACTIONS(1068), 1, anon_sym_STAR, ACTIONS(1072), 1, anon_sym_lambda, - STATE(827), 1, - sym_python_string, - STATE(834), 1, + STATE(844), 1, sym_primary_expression, - STATE(1132), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1648), 1, + STATE(1666), 1, sym_expression, - STATE(2265), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1847), 2, + STATE(1779), 2, sym_lambda_within_for_in_clause, sym__expression_within_for_in_clause, - ACTIONS(652), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -50873,7 +50889,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50890,63 +50906,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [25762] = 25, + [25776] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(828), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1098), 1, + ACTIONS(1068), 1, anon_sym_STAR, - ACTIONS(1100), 1, + ACTIONS(1072), 1, anon_sym_lambda, - STATE(838), 1, - sym_python_string, - STATE(840), 1, + STATE(844), 1, sym_primary_expression, - STATE(1270), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1652), 1, + STATE(1674), 1, sym_expression, - STATE(2371), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1762), 2, + STATE(1851), 2, sym_lambda_within_for_in_clause, sym__expression_within_for_in_clause, - ACTIONS(826), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -50954,7 +50970,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50971,63 +50987,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [25868] = 25, + [25882] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(594), 1, - anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(904), 1, + ACTIONS(1266), 1, + anon_sym_COLON, + STATE(836), 1, sym_python_string, - STATE(909), 1, + STATE(917), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1816), 1, + STATE(1802), 1, sym_expression, - STATE(2480), 1, + STATE(2213), 1, + sym_with_item, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1180), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(868), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -51035,7 +51052,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51052,63 +51069,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [25974] = 25, + [25990] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(654), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(662), 1, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1068), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_lambda, - STATE(827), 1, + STATE(900), 1, sym_python_string, - STATE(834), 1, + STATE(907), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1647), 1, + STATE(1799), 1, sym_expression, - STATE(2265), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1817), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(652), 4, + ACTIONS(1218), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -51116,7 +51133,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51133,63 +51150,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [26080] = 25, + [26096] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, - anon_sym_LBRACK, - ACTIONS(499), 1, - anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(503), 1, - sym_identifier, - ACTIONS(511), 1, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(678), 1, - anon_sym_not, - ACTIONS(828), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(289), 1, sym_python_identifier, - ACTIONS(1098), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(1130), 1, anon_sym_STAR, - ACTIONS(1100), 1, - anon_sym_lambda, - STATE(838), 1, + STATE(825), 1, sym_python_string, - STATE(840), 1, + STATE(826), 1, sym_primary_expression, - STATE(1270), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1672), 1, + STATE(1706), 1, sym_expression, - STATE(2371), 1, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1830), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(826), 4, + ACTIONS(1268), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -51197,7 +51214,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51214,63 +51231,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [26186] = 25, + [26202] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(828), 1, + ACTIONS(824), 1, + anon_sym_lambda, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(1078), 1, sym_python_identifier, - ACTIONS(1098), 1, + ACTIONS(1156), 1, anon_sym_STAR, - ACTIONS(1100), 1, - anon_sym_lambda, - STATE(838), 1, + STATE(850), 1, sym_python_string, - STATE(840), 1, + STATE(877), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1667), 1, + STATE(1753), 1, sym_expression, - STATE(2371), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1819), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(826), 4, + ACTIONS(1088), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -51278,7 +51295,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51295,63 +51312,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [26292] = 25, + [26308] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(1078), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(904), 1, + ACTIONS(1270), 1, + anon_sym_RPAREN, + STATE(850), 1, sym_python_string, - STATE(909), 1, + STATE(877), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1813), 1, + STATE(1775), 1, sym_expression, - STATE(2480), 1, + STATE(2193), 1, + sym_with_item, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1110), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(868), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -51359,7 +51377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51376,63 +51394,139 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [26398] = 25, + [26416] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(455), 1, + anon_sym_STAR, + ACTIONS(459), 1, + anon_sym_DASH, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(465), 1, + anon_sym_await, + ACTIONS(469), 1, + sym_string_start, + STATE(836), 1, + sym_python_string, + STATE(1307), 1, + sym_list_splat_pattern, + STATE(1439), 1, + sym_primary_expression, + ACTIONS(267), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, + ACTIONS(461), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1196), 2, + anon_sym_COLON, + anon_sym_COMMA, + ACTIONS(457), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 6, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + ACTIONS(265), 9, + anon_sym_GT_GT, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1310), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [26512] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(588), 1, + anon_sym_LBRACK, + ACTIONS(590), 1, + anon_sym_LPAREN, + ACTIONS(592), 1, + anon_sym_LBRACE, + ACTIONS(594), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(828), 1, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1098), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1100), 1, - anon_sym_lambda, - STATE(838), 1, + STATE(900), 1, sym_python_string, - STATE(840), 1, + STATE(907), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1652), 1, + STATE(1793), 1, sym_expression, - STATE(2371), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1822), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(826), 4, + ACTIONS(1088), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -51440,7 +51534,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51457,7 +51551,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [26504] = 25, + [26618] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -51472,37 +51566,37 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1697), 1, + STATE(1706), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1262), 2, + ACTIONS(1086), 2, sym__newline, anon_sym_SEMI, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -51513,7 +51607,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -51521,7 +51615,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51538,7 +51632,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [26610] = 25, + [26724] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -51553,37 +51647,37 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1697), 1, + STATE(1706), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1264), 2, + ACTIONS(1272), 2, sym__newline, anon_sym_SEMI, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -51594,7 +51688,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -51602,7 +51696,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51619,64 +51713,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [26716] = 26, + [26830] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(602), 1, + anon_sym_DASH, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1266), 1, + ACTIONS(1182), 1, anon_sym_COLON, - STATE(867), 1, - sym_python_string, STATE(900), 1, + sym_python_string, + STATE(907), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1740), 1, + STATE(1673), 1, sym_expression, - STATE(2165), 1, - sym_with_item, - STATE(2364), 1, + STATE(1986), 1, + sym_slice, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -51684,7 +51778,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51701,139 +51795,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [26824] = 20, + [26938] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(455), 1, - anon_sym_STAR, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(465), 1, - anon_sym_await, - ACTIONS(469), 1, - sym_string_start, - STATE(867), 1, - sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1468), 1, - sym_primary_expression, - ACTIONS(255), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(270), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, - ACTIONS(461), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(457), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 6, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - ACTIONS(268), 9, - anon_sym_GT_GT, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1311), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [26920] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(545), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(654), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(662), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1068), 1, + ACTIONS(1108), 1, anon_sym_STAR, - ACTIONS(1072), 1, + ACTIONS(1110), 1, anon_sym_lambda, - STATE(827), 1, - sym_python_string, - STATE(834), 1, + STATE(833), 1, sym_primary_expression, - STATE(1132), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1647), 1, + STATE(1634), 1, sym_expression, - STATE(2265), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1732), 2, + STATE(1858), 2, sym_lambda_within_for_in_clause, sym__expression_within_for_in_clause, - ACTIONS(652), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -51841,7 +51859,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51858,64 +51876,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [27026] = 26, + [27044] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, - anon_sym_COLON, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1671), 1, + STATE(1793), 1, sym_expression, - STATE(1998), 1, - sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(1086), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -51923,7 +51940,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51940,63 +51957,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [27134] = 25, + [27150] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(858), 1, - anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(849), 1, - sym_python_string, - STATE(875), 1, + ACTIONS(1110), 1, + anon_sym_lambda, + STATE(833), 1, sym_primary_expression, - STATE(1223), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1748), 1, + STATE(1636), 1, sym_expression, - STATE(2400), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1110), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(852), 4, + STATE(1777), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -52004,7 +52021,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52021,66 +52038,71 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [27240] = 20, + [27256] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(455), 1, - anon_sym_STAR, - ACTIONS(459), 1, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(465), 1, - anon_sym_await, - ACTIONS(469), 1, + ACTIONS(105), 1, sym_string_start, - STATE(867), 1, - sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1468), 1, - sym_primary_expression, - ACTIONS(255), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(270), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(450), 2, + ACTIONS(263), 1, sym_identifier, + ACTIONS(285), 1, + anon_sym_await, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(461), 2, + ACTIONS(289), 1, + sym_python_identifier, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(1130), 1, + anon_sym_STAR, + STATE(825), 1, + sym_python_string, + STATE(826), 1, + sym_primary_expression, + STATE(899), 1, + sym_list_splat_pattern, + STATE(1700), 1, + sym_expression, + STATE(2322), 1, + sym__named_expression_lhs, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(1274), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - ACTIONS(268), 9, - anon_sym_GT_GT, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1311), 16, + STATE(1513), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52097,63 +52119,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [27336] = 25, + [27362] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(874), 1, - anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(904), 1, - sym_python_string, - STATE(909), 1, + ACTIONS(1110), 1, + anon_sym_lambda, + STATE(833), 1, sym_primary_expression, - STATE(1365), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1794), 1, + STATE(1689), 1, sym_expression, - STATE(2480), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1268), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(868), 4, + STATE(1845), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -52161,7 +52183,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52178,64 +52200,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [27442] = 26, + [27468] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1668), 1, sym_expression, - STATE(2215), 1, + STATE(2059), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -52243,7 +52265,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52260,64 +52282,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [27550] = 26, + [27576] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(874), 1, - anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1108), 1, anon_sym_STAR, - ACTIONS(1176), 1, - anon_sym_COLON, - STATE(904), 1, - sym_python_string, - STATE(909), 1, + ACTIONS(1110), 1, + anon_sym_lambda, + STATE(833), 1, sym_primary_expression, - STATE(1365), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1687), 1, + STATE(1636), 1, sym_expression, - STATE(1992), 1, - sym_slice, - STATE(2480), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + STATE(1853), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -52325,7 +52346,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52342,71 +52363,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [27658] = 25, + [27682] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(618), 1, - sym_identifier, - ACTIONS(626), 1, + ACTIONS(455), 1, + anon_sym_STAR, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(634), 1, - sym_string_start, - ACTIONS(702), 1, - anon_sym_not, - ACTIONS(988), 1, + ACTIONS(465), 1, anon_sym_await, - ACTIONS(990), 1, - anon_sym_type, - ACTIONS(992), 1, - sym_python_identifier, - ACTIONS(1078), 1, - anon_sym_STAR, - ACTIONS(1082), 1, - anon_sym_lambda, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + ACTIONS(469), 1, + sym_string_start, + STATE(836), 1, sym_python_string, - STATE(1192), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1654), 1, - sym_expression, - STATE(2285), 1, - sym__named_expression_lhs, - ACTIONS(624), 2, + STATE(1439), 1, + sym_primary_expression, + ACTIONS(255), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(267), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1768), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(986), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(1152), 16, + sym_python_identifier, + ACTIONS(265), 9, + anon_sym_GT_GT, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52423,63 +52439,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [27764] = 25, + [27778] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(588), 1, + anon_sym_LBRACK, + ACTIONS(590), 1, + anon_sym_LPAREN, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, + ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(288), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(825), 1, + ACTIONS(1182), 1, + anon_sym_COLON, + STATE(900), 1, sym_python_string, - STATE(828), 1, + STATE(907), 1, sym_primary_expression, - STATE(899), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1723), 1, + STATE(1680), 1, sym_expression, - STATE(2315), 1, + STATE(2146), 1, + sym_slice, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1270), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(278), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -52487,7 +52504,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52504,63 +52521,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [27870] = 25, + [27886] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(614), 1, - anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(626), 1, - anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(988), 1, + ACTIONS(896), 1, + anon_sym_lambda, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1078), 1, + ACTIONS(1256), 1, anon_sym_STAR, - ACTIONS(1082), 1, - anon_sym_lambda, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + ACTIONS(1276), 1, + anon_sym_LPAREN, + STATE(836), 1, sym_python_string, - STATE(1192), 1, + STATE(917), 1, + sym_primary_expression, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1654), 1, + STATE(1802), 1, sym_expression, - STATE(2285), 1, + STATE(1955), 1, + sym_with_item, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + STATE(2386), 1, + sym_with_clause, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1801), 2, - sym_lambda_within_for_in_clause, - sym__expression_within_for_in_clause, - ACTIONS(986), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -52568,7 +52586,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52585,64 +52603,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [27976] = 26, + [27994] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1691), 1, + STATE(1639), 1, sym_expression, - STATE(2018), 1, + STATE(2107), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -52650,7 +52668,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52667,71 +52685,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [28084] = 25, + [28102] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, + ACTIONS(455), 1, + anon_sym_STAR, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(465), 1, + anon_sym_await, + ACTIONS(469), 1, sym_string_start, - ACTIONS(266), 1, + STATE(836), 1, + sym_python_string, + STATE(1307), 1, + sym_list_splat_pattern, + STATE(1439), 1, + sym_primary_expression, + ACTIONS(267), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(442), 2, + anon_sym_COLON, + anon_sym_COMMA, + ACTIONS(450), 2, sym_identifier, - ACTIONS(288), 1, - anon_sym_await, - ACTIONS(290), 1, anon_sym_type, - ACTIONS(292), 1, - sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(1150), 1, - anon_sym_STAR, - STATE(825), 1, - sym_python_string, - STATE(828), 1, - sym_primary_expression, - STATE(899), 1, - sym_list_splat_pattern, - STATE(1697), 1, - sym_expression, - STATE(2315), 1, - sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1272), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(278), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(897), 16, + sym_python_identifier, + ACTIONS(265), 9, + anon_sym_GT_GT, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52748,63 +52761,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [28190] = 25, + [28198] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(588), 1, + anon_sym_LBRACK, + ACTIONS(590), 1, + anon_sym_LPAREN, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, + ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(288), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(825), 1, + ACTIONS(1182), 1, + anon_sym_COLON, + STATE(900), 1, sym_python_string, - STATE(828), 1, + STATE(907), 1, sym_primary_expression, - STATE(899), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1697), 1, + STATE(1637), 1, sym_expression, - STATE(2315), 1, + STATE(2071), 1, + sym_slice, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1274), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(278), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -52812,7 +52826,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52829,63 +52843,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [28296] = 25, + [28306] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(858), 1, - anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1098), 1, anon_sym_STAR, - STATE(849), 1, + ACTIONS(1100), 1, + anon_sym_lambda, + STATE(867), 1, sym_python_string, - STATE(875), 1, + STATE(868), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1748), 1, + STATE(1657), 1, sym_expression, - STATE(2400), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1074), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(852), 4, + STATE(1746), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -52893,7 +52907,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52910,72 +52924,66 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [28402] = 26, + [28412] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, - ACTIONS(594), 1, + ACTIONS(455), 1, + anon_sym_STAR, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(602), 1, - sym_string_start, - ACTIONS(870), 1, - anon_sym_not, - ACTIONS(874), 1, - anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(465), 1, anon_sym_await, - ACTIONS(878), 1, - anon_sym_type, - ACTIONS(1106), 1, - sym_python_identifier, - ACTIONS(1128), 1, - anon_sym_STAR, - ACTIONS(1176), 1, - anon_sym_COLON, - STATE(904), 1, + ACTIONS(469), 1, + sym_string_start, + STATE(836), 1, sym_python_string, - STATE(909), 1, - sym_primary_expression, - STATE(1365), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1674), 1, - sym_expression, - STATE(2033), 1, - sym_slice, - STATE(2480), 1, - sym__named_expression_lhs, - ACTIONS(592), 2, + STATE(1439), 1, + sym_primary_expression, + ACTIONS(255), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(267), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(1364), 16, + sym_python_identifier, + ACTIONS(265), 9, + anon_sym_GT_GT, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52992,64 +53000,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [28510] = 26, + [28508] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, + ACTIONS(1182), 1, anon_sym_COLON, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1656), 1, + STATE(1678), 1, sym_expression, - STATE(2111), 1, + STATE(2005), 1, sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -53057,7 +53065,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53074,140 +53082,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [28618] = 20, + [28616] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(455), 1, - anon_sym_STAR, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(465), 1, - anon_sym_await, - ACTIONS(469), 1, - sym_string_start, - STATE(867), 1, - sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1468), 1, - sym_primary_expression, - ACTIONS(270), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(442), 2, - anon_sym_COLON, - anon_sym_COMMA, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, - ACTIONS(461), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(457), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 6, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - ACTIONS(268), 9, - anon_sym_GT_GT, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1311), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [28714] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(448), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(514), 1, + anon_sym_DASH, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(908), 1, - anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1098), 1, anon_sym_STAR, - ACTIONS(1276), 1, - anon_sym_LPAREN, + ACTIONS(1100), 1, + anon_sym_lambda, STATE(867), 1, sym_python_string, - STATE(900), 1, + STATE(868), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1740), 1, + STATE(1688), 1, sym_expression, - STATE(1942), 1, - sym_with_item, - STATE(2364), 1, + STATE(2377), 1, sym__named_expression_lhs, - STATE(2379), 1, - sym_with_clause, - ACTIONS(606), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + STATE(1848), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -53215,7 +53146,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53232,64 +53163,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [28822] = 26, + [28722] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - ACTIONS(1176), 1, - anon_sym_COLON, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1693), 1, + STATE(1783), 1, sym_expression, - STATE(2150), 1, - sym_slice, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(1278), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -53297,7 +53227,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53314,64 +53244,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [28930] = 26, + [28828] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(448), 1, + ACTIONS(502), 1, + anon_sym_LPAREN, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(514), 1, + anon_sym_DASH, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(908), 1, - anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1098), 1, anon_sym_STAR, - ACTIONS(1276), 1, - anon_sym_LPAREN, + ACTIONS(1100), 1, + anon_sym_lambda, STATE(867), 1, sym_python_string, - STATE(900), 1, + STATE(868), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1740), 1, + STATE(1657), 1, sym_expression, - STATE(1942), 1, - sym_with_item, - STATE(2364), 1, + STATE(2377), 1, sym__named_expression_lhs, - STATE(2473), 1, - sym_with_clause, - ACTIONS(606), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + STATE(1837), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -53379,7 +53308,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53396,64 +53325,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [29038] = 26, + [28934] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, - anon_sym_LBRACK, - ACTIONS(582), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, - ACTIONS(594), 1, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(870), 1, - anon_sym_not, - ACTIONS(874), 1, - anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(289), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(1130), 1, anon_sym_STAR, - ACTIONS(1176), 1, - anon_sym_COLON, - STATE(904), 1, + STATE(825), 1, sym_python_string, - STATE(909), 1, + STATE(826), 1, sym_primary_expression, - STATE(1365), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1659), 1, + STATE(1706), 1, sym_expression, - STATE(2103), 1, - sym_slice, - STATE(2480), 1, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(1088), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -53461,7 +53389,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53478,64 +53406,64 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [29146] = 26, + [29040] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(582), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(594), 1, - anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1256), 1, anon_sym_STAR, - ACTIONS(1176), 1, - anon_sym_COLON, - STATE(904), 1, + ACTIONS(1276), 1, + anon_sym_LPAREN, + STATE(836), 1, sym_python_string, - STATE(909), 1, + STATE(917), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1653), 1, + STATE(1802), 1, sym_expression, - STATE(2064), 1, - sym_slice, - STATE(2480), 1, + STATE(1955), 1, + sym_with_item, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + STATE(2476), 1, + sym_with_clause, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -53543,7 +53471,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53560,7 +53488,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [29254] = 20, + [29148] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -53579,11 +53507,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(469), 1, sym_string_start, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1468), 1, + STATE(1439), 1, sym_primary_expression, ACTIONS(442), 2, anon_sym_RPAREN, @@ -53609,7 +53537,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - ACTIONS(577), 9, + ACTIONS(495), 9, anon_sym_GT_GT, anon_sym_AT, anon_sym_PERCENT, @@ -53619,7 +53547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53636,63 +53564,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [29350] = 25, + [29244] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(874), 1, - anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(904), 1, - sym_python_string, - STATE(909), 1, + ACTIONS(1072), 1, + anon_sym_lambda, + STATE(844), 1, sym_primary_expression, - STATE(1365), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1805), 1, + STATE(1691), 1, sym_expression, - STATE(2480), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1278), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(868), 4, + STATE(1827), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -53700,7 +53628,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53717,62 +53645,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [29456] = 25, + [29350] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(514), 1, + anon_sym_DASH, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(908), 1, - anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(1110), 1, - anon_sym_COLON, - ACTIONS(1118), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1098), 1, anon_sym_STAR, + ACTIONS(1100), 1, + anon_sym_lambda, STATE(867), 1, sym_python_string, - STATE(900), 1, + STATE(868), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1808), 1, + STATE(1657), 1, sym_expression, - STATE(2364), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + STATE(1763), 2, + sym_lambda_within_for_in_clause, + sym__expression_within_for_in_clause, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -53780,7 +53709,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53797,7 +53726,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [29561] = 25, + [29456] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -53812,36 +53741,36 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(1074), 1, - anon_sym_COLON, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1808), 1, + STATE(1702), 1, sym_expression, - STATE(2364), 1, + STATE(2281), 1, + sym_expression_list, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -53852,7 +53781,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -53860,7 +53789,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53877,7 +53806,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [29666] = 25, + [29561] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -53892,36 +53821,36 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, + ACTIONS(1086), 1, + anon_sym_COLON, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1699), 1, + STATE(1785), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - STATE(2457), 1, - sym_expression_list, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -53932,7 +53861,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -53940,7 +53869,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53957,62 +53886,62 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [29771] = 25, + [29666] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(535), 1, - anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(849), 1, + STATE(836), 1, sym_python_string, - STATE(875), 1, + STATE(917), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1779), 1, + STATE(1802), 1, sym_expression, - STATE(2204), 1, + STATE(2213), 1, sym_with_item, - STATE(2400), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -54020,7 +53949,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54037,7 +53966,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [29876] = 25, + [29771] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -54052,36 +53981,36 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, + ACTIONS(1088), 1, + anon_sym_COLON, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1724), 1, + STATE(1785), 1, sym_expression, - STATE(2257), 1, - sym_expression_list, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -54092,7 +54021,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -54100,7 +54029,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54117,7 +54046,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [29981] = 25, + [29876] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -54132,36 +54061,36 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(867), 1, + ACTIONS(1280), 1, + anon_sym_COLON, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1740), 1, + STATE(1812), 1, sym_expression, - STATE(2165), 1, - sym_with_item, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -54172,7 +54101,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -54180,7 +54109,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54197,7 +54126,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [30086] = 25, + [29981] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -54212,36 +54141,36 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1660), 1, + STATE(1652), 1, sym_expression, - STATE(2235), 1, + STATE(2242), 1, sym_expression_list, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -54252,7 +54181,87 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(896), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [30086] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(524), 1, + anon_sym_LBRACK, + ACTIONS(526), 1, + anon_sym_LPAREN, + ACTIONS(528), 1, + anon_sym_LBRACE, + ACTIONS(530), 1, + sym_identifier, + ACTIONS(538), 1, + anon_sym_DASH, + ACTIONS(540), 1, + sym_ellipsis, + ACTIONS(546), 1, + sym_string_start, + ACTIONS(820), 1, + anon_sym_not, + ACTIONS(824), 1, + anon_sym_lambda, + ACTIONS(826), 1, + anon_sym_await, + ACTIONS(828), 1, + anon_sym_type, + ACTIONS(1078), 1, + sym_python_identifier, + ACTIONS(1156), 1, + anon_sym_STAR, + STATE(850), 1, + sym_python_string, + STATE(877), 1, + sym_primary_expression, + STATE(1172), 1, + sym_list_splat_pattern, + STATE(1775), 1, + sym_expression, + STATE(2193), 1, + sym_with_item, + STATE(2408), 1, + sym__named_expression_lhs, + ACTIONS(536), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(818), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(544), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -54260,7 +54269,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54292,36 +54301,36 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1256), 1, anon_sym_STAR, - ACTIONS(1280), 1, - anon_sym_COLON, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1798), 1, + STATE(1705), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + STATE(2430), 1, + sym_expression_list, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -54332,7 +54341,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -54340,7 +54349,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54360,57 +54369,57 @@ static const uint16_t ts_small_parse_table[] = { [30296] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(538), 1, + anon_sym_DASH, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(1078), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(867), 1, + STATE(850), 1, sym_python_string, - STATE(900), 1, + STATE(877), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1733), 1, + STATE(1570), 1, sym_expression, - STATE(2364), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -54418,7 +54427,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54438,57 +54447,57 @@ static const uint16_t ts_small_parse_table[] = { [30398] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(849), 1, + STATE(900), 1, sym_python_string, - STATE(875), 1, + STATE(907), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1814), 1, + STATE(1622), 1, sym_expression, - STATE(2400), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -54496,7 +54505,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54528,34 +54537,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(640), 1, anon_sym_DASH, - ACTIONS(906), 1, - anon_sym_not, - ACTIONS(908), 1, - anon_sym_lambda, - ACTIONS(910), 1, - anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(867), 1, + ACTIONS(1284), 1, + anon_sym_not, + ACTIONS(1286), 1, + anon_sym_lambda, + ACTIONS(1288), 1, + anon_sym_await, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(1171), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1600), 1, + STATE(1871), 1, sym_expression, - STATE(2364), 1, + STATE(2274), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -54566,7 +54575,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -54574,7 +54583,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54594,57 +54603,57 @@ static const uint16_t ts_small_parse_table[] = { [30602] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(654), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(658), 1, + ACTIONS(704), 1, anon_sym_lambda, - ACTIONS(662), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1068), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(827), 1, - sym_python_string, - STATE(834), 1, + STATE(833), 1, sym_primary_expression, - STATE(1132), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1614), 1, + STATE(1604), 1, sym_expression, - STATE(2265), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(652), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -54652,7 +54661,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54672,57 +54681,57 @@ static const uint16_t ts_small_parse_table[] = { [30704] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(654), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(658), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(662), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(926), 1, sym_python_identifier, - ACTIONS(1068), 1, - anon_sym_STAR, - STATE(827), 1, + STATE(829), 1, sym_python_string, - STATE(834), 1, + STATE(830), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1613), 1, + STATE(1596), 1, sym_expression, - STATE(2265), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(652), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -54730,7 +54739,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54750,57 +54759,57 @@ static const uint16_t ts_small_parse_table[] = { [30806] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(704), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(849), 1, - sym_python_string, - STATE(875), 1, + STATE(833), 1, sym_primary_expression, - STATE(1223), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1753), 1, + STATE(1605), 1, sym_expression, - STATE(2400), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -54808,7 +54817,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54826,6 +54835,84 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [30908] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(548), 1, + anon_sym_LBRACK, + ACTIONS(550), 1, + anon_sym_LPAREN, + ACTIONS(552), 1, + anon_sym_LBRACE, + ACTIONS(554), 1, + sym_identifier, + ACTIONS(562), 1, + anon_sym_DASH, + ACTIONS(564), 1, + sym_ellipsis, + ACTIONS(570), 1, + sym_string_start, + ACTIONS(700), 1, + anon_sym_not, + ACTIONS(704), 1, + anon_sym_lambda, + ACTIONS(708), 1, + anon_sym_await, + ACTIONS(710), 1, + anon_sym_type, + ACTIONS(712), 1, + sym_python_identifier, + ACTIONS(1108), 1, + anon_sym_STAR, + STATE(833), 1, + sym_primary_expression, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, + sym_list_splat_pattern, + STATE(1606), 1, + sym_expression, + STATE(2270), 1, + sym__named_expression_lhs, + ACTIONS(560), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(698), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(568), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1600), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(1131), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [31010] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -54840,34 +54927,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1764), 1, + STATE(1661), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -54878,7 +54965,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -54886,7 +54973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54903,60 +54990,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [31010] = 24, + [31112] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(626), 1, - anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1078), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + STATE(836), 1, sym_python_string, - STATE(1192), 1, + STATE(917), 1, + sym_primary_expression, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1637), 1, + STATE(1561), 1, sym_expression, - STATE(2285), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -54964,7 +55051,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54981,60 +55068,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [31112] = 24, + [31214] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(559), 1, - anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(654), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(658), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(662), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1068), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(827), 1, + STATE(836), 1, sym_python_string, - STATE(834), 1, + STATE(917), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1612), 1, + STATE(1875), 1, sym_expression, - STATE(2265), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(652), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -55042,7 +55129,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55059,60 +55146,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [31214] = 24, + [31316] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(559), 1, - anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(654), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(658), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(662), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1068), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(827), 1, + STATE(836), 1, sym_python_string, - STATE(834), 1, + STATE(917), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1709), 1, + STATE(1610), 1, sym_expression, - STATE(2265), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(652), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -55120,7 +55207,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55137,7 +55224,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [31316] = 24, + [31418] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -55152,34 +55239,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1669), 1, + STATE(1718), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -55190,7 +55277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -55198,7 +55285,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55215,125 +55302,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [31418] = 11, + [31520] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(251), 1, - anon_sym_EQ, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(260), 1, - anon_sym_COLON, - ACTIONS(272), 1, - anon_sym_COMMA, - ACTIONS(1282), 1, - sym_python_identifier, - ACTIONS(1284), 1, - sym_string_start, - STATE(2085), 1, - sym_python_string, - ACTIONS(268), 10, - sym__newline, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(255), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(270), 22, - anon_sym_as, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, + ACTIONS(37), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, + ACTIONS(85), 1, anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_is, - [31494] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(463), 1, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, - anon_sym_not, - ACTIONS(908), 1, - anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(289), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(1130), 1, anon_sym_STAR, - STATE(867), 1, + STATE(825), 1, sym_python_string, - STATE(900), 1, + STATE(826), 1, sym_primary_expression, - STATE(1306), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1870), 1, + STATE(1700), 1, sym_expression, - STATE(2364), 1, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -55341,7 +55363,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55358,7 +55380,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [31596] = 24, + [31622] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -55367,40 +55389,40 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(1136), 1, + ACTIONS(1140), 1, anon_sym_STAR, - ACTIONS(1138), 1, + ACTIONS(1142), 1, anon_sym_not, - ACTIONS(1140), 1, + ACTIONS(1144), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(1146), 1, anon_sym_await, STATE(825), 1, sym_python_string, - STATE(887), 1, + STATE(839), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1511), 1, + STATE(1642), 1, sym_expression, - STATE(2386), 1, + STATE(2393), 1, sym__named_expression_lhs, - ACTIONS(571), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -55411,7 +55433,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -55419,7 +55441,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55436,7 +55458,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [31698] = 24, + [31724] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -55451,34 +55473,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1599), 1, + STATE(1611), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -55489,7 +55511,85 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(1310), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [31826] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(37), 1, + anon_sym_LBRACE, + ACTIONS(91), 1, + sym_ellipsis, + ACTIONS(105), 1, + sym_string_start, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(287), 1, + anon_sym_type, + ACTIONS(289), 1, + sym_python_identifier, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(576), 1, + anon_sym_DASH, + ACTIONS(1140), 1, + anon_sym_STAR, + ACTIONS(1142), 1, + anon_sym_not, + ACTIONS(1144), 1, + anon_sym_lambda, + ACTIONS(1146), 1, + anon_sym_await, + STATE(825), 1, + sym_python_string, + STATE(839), 1, + sym_primary_expression, + STATE(899), 1, + sym_list_splat_pattern, + STATE(1507), 1, + sym_expression, + STATE(2393), 1, + sym__named_expression_lhs, + ACTIONS(574), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(275), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(99), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -55497,7 +55597,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55514,63 +55614,124 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [31800] = 25, + [31928] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(269), 1, + anon_sym_COMMA, + ACTIONS(1290), 1, + sym_python_identifier, + ACTIONS(1292), 1, + sym_string_start, + STATE(2093), 1, + sym_python_string, + ACTIONS(251), 2, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(265), 10, + sym__newline, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(255), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(267), 22, + anon_sym_as, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_is, + [32002] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(704), 1, anon_sym_lambda, - ACTIONS(1168), 1, - anon_sym_STAR, - ACTIONS(1288), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(1290), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(1292), 1, + ACTIONS(712), 1, sym_python_identifier, - STATE(849), 1, - sym_python_string, - STATE(875), 1, + ACTIONS(1108), 1, + anon_sym_STAR, + STATE(833), 1, sym_primary_expression, - STATE(1223), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1795), 1, + STATE(1602), 1, sym_expression, - STATE(2400), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1377), 2, - sym_attribute, - sym_subscript, - ACTIONS(1286), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -55578,9 +55739,11 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 14, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -55593,60 +55756,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [31904] = 24, + [32104] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(654), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(658), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(662), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(926), 1, sym_python_identifier, - ACTIONS(1068), 1, - anon_sym_STAR, - STATE(827), 1, + STATE(829), 1, sym_python_string, - STATE(834), 1, + STATE(830), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1643), 1, + STATE(1618), 1, sym_expression, - STATE(2265), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(652), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -55654,7 +55817,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55671,7 +55834,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [32006] = 24, + [32206] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -55686,34 +55849,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1697), 1, + STATE(1749), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -55724,7 +55887,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -55732,7 +55895,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55749,60 +55912,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [32108] = 24, + [32308] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(704), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(849), 1, - sym_python_string, - STATE(875), 1, + STATE(833), 1, sym_primary_expression, - STATE(1223), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1771), 1, + STATE(1601), 1, sym_expression, - STATE(2400), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -55810,7 +55973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55827,60 +55990,125 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [32210] = 24, + [32410] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(251), 1, + anon_sym_EQ, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(269), 1, + anon_sym_COMMA, + ACTIONS(315), 1, + anon_sym_COLON, + ACTIONS(1290), 1, + sym_python_identifier, + ACTIONS(1292), 1, + sym_string_start, + STATE(2093), 1, + sym_python_string, + ACTIONS(265), 10, + sym__newline, anon_sym_LBRACK, - ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(255), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(267), 22, + anon_sym_as, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_is, + [32486] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(471), 1, + anon_sym_LBRACK, + ACTIONS(473), 1, + anon_sym_LPAREN, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(485), 1, + anon_sym_DASH, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(926), 1, sym_python_identifier, - ACTIONS(1258), 1, - anon_sym_STAR, - STATE(867), 1, + STATE(829), 1, sym_python_string, - STATE(900), 1, + STATE(830), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1585), 1, + STATE(1740), 1, sym_expression, - STATE(2364), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -55888,7 +56116,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55905,60 +56133,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [32312] = 24, + [32588] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(463), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(287), 1, + anon_sym_type, + ACTIONS(289), 1, + sym_python_identifier, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(1140), 1, + anon_sym_STAR, + ACTIONS(1142), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(1144), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(1146), 1, anon_sym_await, - ACTIONS(912), 1, - anon_sym_type, - ACTIONS(1118), 1, - sym_python_identifier, - ACTIONS(1258), 1, - anon_sym_STAR, - STATE(867), 1, + STATE(825), 1, sym_python_string, - STATE(900), 1, + STATE(839), 1, sym_primary_expression, - STATE(1306), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1598), 1, + STATE(1644), 1, sym_expression, - STATE(2364), 1, + STATE(2393), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -55966,7 +56194,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55983,60 +56211,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [32414] = 24, + [32690] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(626), 1, + anon_sym_DASH, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(867), 1, - sym_python_string, - STATE(900), 1, + STATE(844), 1, sym_primary_expression, - STATE(1306), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1557), 1, + STATE(1675), 1, sym_expression, - STATE(2364), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -56044,7 +56272,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56061,7 +56289,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [32516] = 24, + [32792] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -56076,34 +56304,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1602), 1, + STATE(1613), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -56114,7 +56342,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -56122,7 +56350,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56139,7 +56367,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [32618] = 24, + [32894] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -56154,34 +56382,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1597), 1, + STATE(1579), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -56192,7 +56420,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -56200,7 +56428,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56217,60 +56445,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [32720] = 24, + [32996] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(485), 1, + anon_sym_DASH, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(926), 1, sym_python_identifier, - ACTIONS(1258), 1, - anon_sym_STAR, - STATE(867), 1, + STATE(829), 1, sym_python_string, - STATE(900), 1, + STATE(830), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1596), 1, + STATE(1597), 1, sym_expression, - STATE(2364), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -56278,7 +56506,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56295,60 +56523,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [32822] = 24, + [33098] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, - anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(288), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, + anon_sym_not, + ACTIONS(896), 1, + anon_sym_lambda, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(825), 1, + STATE(836), 1, sym_python_string, - STATE(828), 1, + STATE(917), 1, sym_primary_expression, - STATE(899), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1700), 1, + STATE(1614), 1, sym_expression, - STATE(2315), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -56356,7 +56584,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56373,60 +56601,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [32924] = 24, + [33200] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(594), 1, - anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(904), 1, + STATE(836), 1, sym_python_string, - STATE(909), 1, + STATE(917), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1749), 1, + STATE(1615), 1, sym_expression, - STATE(2480), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -56434,7 +56662,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56451,60 +56679,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [33026] = 24, + [33302] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(559), 1, - anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(654), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(658), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(662), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1068), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(827), 1, + STATE(836), 1, sym_python_string, - STATE(834), 1, + STATE(917), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1307), 1, sym_list_splat_pattern, STATE(1616), 1, sym_expression, - STATE(2265), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(652), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -56512,7 +56740,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56529,60 +56757,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [33128] = 24, + [33404] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(511), 1, - anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(828), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1098), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(838), 1, + STATE(836), 1, sym_python_string, - STATE(840), 1, + STATE(917), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1703), 1, + STATE(1821), 1, sym_expression, STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -56590,7 +56818,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56607,49 +56835,49 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [33230] = 24, + [33506] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, - anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, ACTIONS(91), 1, sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, - anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(576), 1, + anon_sym_DASH, + ACTIONS(1140), 1, anon_sym_STAR, + ACTIONS(1142), 1, + anon_sym_not, + ACTIONS(1144), 1, + anon_sym_lambda, + ACTIONS(1146), 1, + anon_sym_await, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(839), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1774), 1, + STATE(1645), 1, sym_expression, - STATE(2315), 1, + STATE(2393), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -56660,7 +56888,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -56668,7 +56896,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56685,60 +56913,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [33332] = 24, + [33608] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(290), 1, - anon_sym_type, - ACTIONS(292), 1, - sym_python_identifier, - ACTIONS(430), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(552), 1, + anon_sym_LBRACE, + ACTIONS(554), 1, + sym_identifier, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(1136), 1, - anon_sym_STAR, - ACTIONS(1138), 1, + ACTIONS(564), 1, + sym_ellipsis, + ACTIONS(570), 1, + sym_string_start, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(1140), 1, + ACTIONS(704), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(708), 1, anon_sym_await, - STATE(825), 1, - sym_python_string, - STATE(887), 1, + ACTIONS(710), 1, + anon_sym_type, + ACTIONS(712), 1, + sym_python_identifier, + ACTIONS(1108), 1, + anon_sym_STAR, + STATE(833), 1, sym_primary_expression, - STATE(899), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1641), 1, + STATE(1612), 1, sym_expression, - STATE(2386), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(571), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -56746,7 +56974,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56763,63 +56991,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [33434] = 25, + [33710] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, - anon_sym_LBRACK, - ACTIONS(582), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, - ACTIONS(594), 1, - anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(287), 1, + anon_sym_type, + ACTIONS(289), 1, + sym_python_identifier, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(576), 1, + anon_sym_DASH, + ACTIONS(1140), 1, + anon_sym_STAR, + ACTIONS(1142), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(1144), 1, anon_sym_lambda, - ACTIONS(1128), 1, - anon_sym_STAR, - ACTIONS(1296), 1, + ACTIONS(1146), 1, anon_sym_await, - ACTIONS(1298), 1, - anon_sym_type, - ACTIONS(1300), 1, - sym_python_identifier, - STATE(904), 1, + STATE(825), 1, sym_python_string, - STATE(1080), 1, + STATE(839), 1, sym_primary_expression, - STATE(1365), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1811), 1, + STATE(1511), 1, sym_expression, - STATE(2480), 1, + STATE(2393), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1242), 2, - sym_attribute, - sym_subscript, - ACTIONS(1294), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -56827,9 +57052,11 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 14, + STATE(896), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -56842,63 +57069,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [33538] = 25, + [33812] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, - anon_sym_LBRACK, - ACTIONS(582), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, - ACTIONS(594), 1, - anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(287), 1, + anon_sym_type, + ACTIONS(289), 1, + sym_python_identifier, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(576), 1, + anon_sym_DASH, + ACTIONS(1140), 1, + anon_sym_STAR, + ACTIONS(1142), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(1144), 1, anon_sym_lambda, - ACTIONS(1128), 1, - anon_sym_STAR, - ACTIONS(1304), 1, + ACTIONS(1146), 1, anon_sym_await, - ACTIONS(1306), 1, - anon_sym_type, - ACTIONS(1308), 1, - sym_python_identifier, - STATE(904), 1, + STATE(825), 1, sym_python_string, - STATE(909), 1, + STATE(839), 1, sym_primary_expression, - STATE(1365), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1811), 1, + STATE(1647), 1, sym_expression, - STATE(2480), 1, + STATE(2393), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1378), 2, - sym_attribute, - sym_subscript, - ACTIONS(1302), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -56906,9 +57130,11 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 14, + STATE(896), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -56921,60 +57147,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [33642] = 24, + [33914] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1296), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(1298), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(1300), 1, sym_python_identifier, - ACTIONS(1078), 1, - anon_sym_STAR, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + STATE(829), 1, sym_python_string, - STATE(1192), 1, + STATE(830), 1, + sym_primary_expression, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1710), 1, + STATE(1792), 1, sym_expression, - STATE(2285), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 4, + STATE(1383), 2, + sym_attribute, + sym_subscript, + ACTIONS(1294), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -56982,11 +57211,9 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1098), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -56999,63 +57226,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [33744] = 25, + [34018] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(1168), 1, - anon_sym_STAR, - ACTIONS(1312), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(1314), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(1316), 1, + ACTIONS(926), 1, sym_python_identifier, - STATE(849), 1, + STATE(829), 1, sym_python_string, - STATE(1106), 1, + STATE(830), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1795), 1, + STATE(1589), 1, sym_expression, - STATE(2400), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1263), 2, - sym_attribute, - sym_subscript, - ACTIONS(1310), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -57063,9 +57287,11 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 14, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -57078,60 +57304,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [33848] = 24, + [34120] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, - anon_sym_LBRACK, - ACTIONS(547), 1, - anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(551), 1, - sym_identifier, - ACTIONS(559), 1, - anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(654), 1, - anon_sym_not, - ACTIONS(658), 1, - anon_sym_lambda, - ACTIONS(662), 1, - anon_sym_await, - ACTIONS(664), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(289), 1, sym_python_identifier, - ACTIONS(1068), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(576), 1, + anon_sym_DASH, + ACTIONS(1140), 1, anon_sym_STAR, - STATE(827), 1, + ACTIONS(1142), 1, + anon_sym_not, + ACTIONS(1144), 1, + anon_sym_lambda, + ACTIONS(1146), 1, + anon_sym_await, + STATE(825), 1, sym_python_string, - STATE(834), 1, + STATE(839), 1, sym_primary_expression, - STATE(1132), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1604), 1, + STATE(1650), 1, sym_expression, - STATE(2265), 1, + STATE(2393), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(652), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -57139,7 +57365,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57156,60 +57382,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [33950] = 24, + [34222] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(463), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(287), 1, + anon_sym_type, + ACTIONS(289), 1, + sym_python_identifier, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(1140), 1, + anon_sym_STAR, + ACTIONS(1142), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(1144), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(1146), 1, anon_sym_await, - ACTIONS(912), 1, - anon_sym_type, - ACTIONS(1118), 1, - sym_python_identifier, - ACTIONS(1258), 1, - anon_sym_STAR, - STATE(867), 1, + STATE(825), 1, sym_python_string, - STATE(900), 1, + STATE(839), 1, sym_primary_expression, - STATE(1306), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1836), 1, + STATE(1654), 1, sym_expression, - STATE(2364), 1, + STATE(2393), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -57217,7 +57443,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57234,60 +57460,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [34052] = 24, + [34324] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(849), 1, + STATE(900), 1, sym_python_string, - STATE(875), 1, + STATE(907), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1748), 1, + STATE(1793), 1, sym_expression, - STATE(2400), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -57295,7 +57521,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57312,60 +57538,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [34154] = 24, + [34426] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(700), 1, anon_sym_not, ACTIONS(704), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1078), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(885), 1, + STATE(833), 1, sym_primary_expression, - STATE(890), 1, + STATE(834), 1, sym_python_string, - STATE(1192), 1, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1692), 1, + STATE(1620), 1, sym_expression, - STATE(2285), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -57373,7 +57599,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57390,60 +57616,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [34256] = 24, + [34528] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(485), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(802), 1, - anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(1078), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + ACTIONS(1156), 1, + anon_sym_STAR, + STATE(850), 1, sym_python_string, - STATE(1085), 1, + STATE(877), 1, + sym_primary_expression, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1800), 1, + STATE(1747), 1, sym_expression, - STATE(2378), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -57451,7 +57677,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57468,60 +57694,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [34358] = 24, + [34630] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(485), 1, - anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(802), 1, - anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(1118), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + ACTIONS(1256), 1, + anon_sym_STAR, + STATE(836), 1, sym_python_string, - STATE(1085), 1, + STATE(917), 1, + sym_primary_expression, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1630), 1, + STATE(1785), 1, sym_expression, - STATE(2378), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -57529,7 +57755,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57546,60 +57772,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [34460] = 24, + [34732] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(514), 1, + anon_sym_DASH, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1098), 1, anon_sym_STAR, STATE(867), 1, sym_python_string, - STATE(900), 1, + STATE(868), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1787), 1, + STATE(1701), 1, sym_expression, - STATE(2364), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -57607,7 +57833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57624,60 +57850,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [34562] = 24, + [34834] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(559), 1, - anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(654), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(658), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(662), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1068), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(827), 1, + STATE(836), 1, sym_python_string, - STATE(834), 1, + STATE(917), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1631), 1, + STATE(1844), 1, sym_expression, - STATE(2265), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(652), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -57685,7 +57911,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57702,60 +57928,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [34664] = 24, + [34936] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(485), 1, - anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(802), 1, - anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(1118), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + ACTIONS(1256), 1, + anon_sym_STAR, + STATE(836), 1, sym_python_string, - STATE(1085), 1, + STATE(917), 1, + sym_primary_expression, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1589), 1, + STATE(1804), 1, sym_expression, - STATE(2378), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -57763,7 +57989,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57780,7 +58006,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [34766] = 24, + [35038] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -57795,34 +58021,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1520), 1, + STATE(1539), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -57833,7 +58059,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -57841,7 +58067,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57858,60 +58084,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [34868] = 24, + [35140] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(485), 1, - anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(802), 1, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(900), 1, + anon_sym_type, + ACTIONS(1118), 1, + sym_python_identifier, + ACTIONS(1282), 1, anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(1284), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(1286), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(1288), 1, anon_sym_await, - ACTIONS(890), 1, - anon_sym_type, - ACTIONS(892), 1, - sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + STATE(836), 1, sym_python_string, - STATE(1085), 1, + STATE(1171), 1, + sym_primary_expression, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1770), 1, + STATE(1861), 1, sym_expression, - STATE(2378), 1, + STATE(2274), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -57919,7 +58145,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57936,60 +58162,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [34970] = 24, + [35242] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(654), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(658), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(662), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1068), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(827), 1, + STATE(900), 1, sym_python_string, - STATE(834), 1, + STATE(907), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1595), 1, + STATE(1630), 1, sym_expression, - STATE(2265), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(652), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -57997,7 +58223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58014,7 +58240,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [35072] = 24, + [35344] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -58029,34 +58255,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1546), 1, + STATE(1549), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -58067,7 +58293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -58075,7 +58301,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58092,60 +58318,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [35174] = 24, + [35446] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, - anon_sym_LBRACK, - ACTIONS(523), 1, - anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(527), 1, - sym_identifier, - ACTIONS(535), 1, - anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(854), 1, - anon_sym_not, - ACTIONS(858), 1, - anon_sym_lambda, - ACTIONS(860), 1, - anon_sym_await, - ACTIONS(862), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(289), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(576), 1, + anon_sym_DASH, + ACTIONS(1140), 1, anon_sym_STAR, - STATE(849), 1, + ACTIONS(1142), 1, + anon_sym_not, + ACTIONS(1144), 1, + anon_sym_lambda, + ACTIONS(1146), 1, + anon_sym_await, + STATE(825), 1, sym_python_string, - STATE(875), 1, + STATE(839), 1, sym_primary_expression, - STATE(1223), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1738), 1, + STATE(1648), 1, sym_expression, - STATE(2400), 1, + STATE(2393), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -58153,7 +58379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58170,60 +58396,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [35276] = 24, + [35548] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(602), 1, + anon_sym_DASH, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(640), 1, - anon_sym_DASH, - ACTIONS(912), 1, - anon_sym_type, - ACTIONS(1118), 1, - sym_python_identifier, - ACTIONS(1318), 1, - anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(842), 1, anon_sym_await, - STATE(867), 1, + ACTIONS(844), 1, + anon_sym_type, + ACTIONS(1106), 1, + sym_python_identifier, + ACTIONS(1124), 1, + anon_sym_STAR, + STATE(900), 1, sym_python_string, - STATE(1213), 1, + STATE(907), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1820), 1, + STATE(1757), 1, sym_expression, - STATE(2268), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(638), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -58231,7 +58457,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58248,60 +58474,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [35378] = 24, + [35650] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(485), 1, - anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(802), 1, - anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(1118), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + ACTIONS(1256), 1, + anon_sym_STAR, + STATE(836), 1, sym_python_string, - STATE(1085), 1, + STATE(917), 1, + sym_primary_expression, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1625), 1, + STATE(1873), 1, sym_expression, - STATE(2378), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -58309,7 +58535,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58326,60 +58552,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [35480] = 24, + [35752] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(290), 1, - anon_sym_type, - ACTIONS(292), 1, - sym_python_identifier, - ACTIONS(430), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(528), 1, + anon_sym_LBRACE, + ACTIONS(530), 1, + sym_identifier, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(1136), 1, - anon_sym_STAR, - ACTIONS(1138), 1, + ACTIONS(540), 1, + sym_ellipsis, + ACTIONS(546), 1, + sym_string_start, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(1140), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(826), 1, anon_sym_await, - STATE(825), 1, + ACTIONS(828), 1, + anon_sym_type, + ACTIONS(1078), 1, + sym_python_identifier, + ACTIONS(1156), 1, + anon_sym_STAR, + STATE(850), 1, sym_python_string, - STATE(887), 1, + STATE(877), 1, sym_primary_expression, - STATE(899), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1688), 1, + STATE(1745), 1, sym_expression, - STATE(2386), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(571), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -58387,7 +58613,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58404,71 +58630,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [35582] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(272), 1, - anon_sym_COMMA, - ACTIONS(1282), 1, - sym_python_identifier, - ACTIONS(1284), 1, - sym_string_start, - STATE(2085), 1, - sym_python_string, - ACTIONS(251), 2, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(268), 10, - sym__newline, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(255), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(270), 22, - anon_sym_as, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_is, - [35656] = 24, + [35854] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(471), 1, @@ -58491,26 +58653,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(926), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + STATE(829), 1, sym_python_string, - STATE(1085), 1, + STATE(830), 1, + sym_primary_expression, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1611), 1, + STATE(1619), 1, sym_expression, - STATE(2378), 1, + STATE(2385), 1, sym__named_expression_lhs, ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -58521,7 +58683,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -58529,7 +58691,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58546,60 +58708,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [35758] = 24, + [35956] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(485), 1, + anon_sym_DASH, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(640), 1, - anon_sym_DASH, - ACTIONS(912), 1, - anon_sym_type, - ACTIONS(1118), 1, - sym_python_identifier, - ACTIONS(1318), 1, + ACTIONS(802), 1, anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(922), 1, anon_sym_await, - STATE(867), 1, + ACTIONS(924), 1, + anon_sym_type, + ACTIONS(926), 1, + sym_python_identifier, + STATE(829), 1, sym_python_string, - STATE(1213), 1, + STATE(830), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1872), 1, + STATE(1593), 1, sym_expression, - STATE(2268), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(638), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -58607,7 +58769,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58624,60 +58786,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [35860] = 24, + [36058] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(91), 1, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(290), 1, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(573), 1, - anon_sym_DASH, - ACTIONS(1136), 1, + ACTIONS(1282), 1, anon_sym_STAR, - ACTIONS(1138), 1, + ACTIONS(1284), 1, anon_sym_not, - ACTIONS(1140), 1, + ACTIONS(1286), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(1288), 1, anon_sym_await, - STATE(825), 1, + STATE(836), 1, sym_python_string, - STATE(887), 1, + STATE(1171), 1, sym_primary_expression, - STATE(899), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1635), 1, + STATE(1887), 1, sym_expression, - STATE(2386), 1, + STATE(2274), 1, sym__named_expression_lhs, - ACTIONS(571), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -58685,7 +58847,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58702,60 +58864,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [35962] = 24, + [36160] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(594), 1, - anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(904), 1, + STATE(836), 1, sym_python_string, - STATE(909), 1, + STATE(917), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1605), 1, + STATE(1780), 1, sym_expression, - STATE(2480), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -58763,7 +58925,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58780,7 +58942,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [36064] = 24, + [36262] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -58795,34 +58957,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(894), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(896), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1802), 1, + STATE(1868), 1, sym_expression, - STATE(2364), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -58833,7 +58995,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -58841,7 +59003,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58858,68 +59020,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [36166] = 24, + [36364] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(477), 1, - sym_identifier, - ACTIONS(485), 1, + ACTIONS(455), 1, + anon_sym_STAR, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(493), 1, - sym_string_start, - ACTIONS(802), 1, - anon_sym_STAR, - ACTIONS(806), 1, - anon_sym_not, - ACTIONS(808), 1, - anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(465), 1, anon_sym_await, - ACTIONS(890), 1, - anon_sym_type, - ACTIONS(892), 1, - sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + ACTIONS(469), 1, + sym_string_start, + STATE(836), 1, sym_python_string, - STATE(1085), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1627), 1, - sym_expression, - STATE(2378), 1, - sym__named_expression_lhs, - ACTIONS(483), 2, + STATE(1439), 1, + sym_primary_expression, + ACTIONS(267), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(1086), 16, + sym_python_identifier, + ACTIONS(265), 9, + anon_sym_GT_GT, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58936,60 +59093,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [36268] = 24, + [36456] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(485), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(802), 1, - anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(1156), 1, + anon_sym_STAR, + ACTIONS(1304), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(1306), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(1308), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + STATE(850), 1, sym_python_string, - STATE(1085), 1, + STATE(877), 1, + sym_primary_expression, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1619), 1, + STATE(1744), 1, sym_expression, - STATE(2378), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + STATE(1387), 2, + sym_attribute, + sym_subscript, + ACTIONS(1302), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -58997,11 +59157,9 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1183), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -59014,60 +59172,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [36370] = 24, + [36560] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(463), 1, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, + anon_sym_DASH, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(640), 1, - anon_sym_DASH, - ACTIONS(912), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(285), 1, + anon_sym_await, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(289), 1, sym_python_identifier, - ACTIONS(1318), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(1130), 1, anon_sym_STAR, - ACTIONS(1320), 1, - anon_sym_not, - ACTIONS(1322), 1, - anon_sym_lambda, - ACTIONS(1324), 1, - anon_sym_await, - STATE(867), 1, + STATE(825), 1, sym_python_string, - STATE(1213), 1, + STATE(826), 1, sym_primary_expression, - STATE(1306), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1818), 1, + STATE(1550), 1, sym_expression, - STATE(2268), 1, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(638), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -59075,7 +59233,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59092,60 +59250,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [36472] = 24, + [36662] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(538), 1, + anon_sym_DASH, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(640), 1, - anon_sym_DASH, - ACTIONS(912), 1, - anon_sym_type, - ACTIONS(1118), 1, - sym_python_identifier, - ACTIONS(1318), 1, - anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(826), 1, anon_sym_await, - STATE(867), 1, + ACTIONS(828), 1, + anon_sym_type, + ACTIONS(1078), 1, + sym_python_identifier, + ACTIONS(1156), 1, + anon_sym_STAR, + STATE(850), 1, sym_python_string, - STATE(1213), 1, + STATE(877), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1867), 1, + STATE(1798), 1, sym_expression, - STATE(2268), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(638), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -59153,7 +59311,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59170,60 +59328,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [36574] = 24, + [36764] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, - anon_sym_LBRACK, - ACTIONS(523), 1, - anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(527), 1, - sym_identifier, - ACTIONS(535), 1, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(854), 1, - anon_sym_not, - ACTIONS(858), 1, - anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(289), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(1130), 1, anon_sym_STAR, - STATE(849), 1, + STATE(825), 1, sym_python_string, - STATE(875), 1, + STATE(826), 1, sym_primary_expression, - STATE(1223), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1796), 1, + STATE(1511), 1, sym_expression, - STATE(2400), 1, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -59231,7 +59389,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59248,7 +59406,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [36676] = 24, + [36866] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -59263,34 +59421,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1549), 1, + STATE(1544), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -59301,7 +59459,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -59309,7 +59467,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59326,7 +59484,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [36778] = 24, + [36968] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -59341,34 +59499,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1515), 1, + STATE(1541), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -59379,7 +59537,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -59387,7 +59545,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59404,7 +59562,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [36880] = 24, + [37070] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -59419,34 +59577,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1542), 1, + STATE(1540), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -59457,7 +59615,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -59465,7 +59623,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59482,60 +59640,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [36982] = 24, + [37172] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(588), 1, + anon_sym_LBRACK, + ACTIONS(590), 1, + anon_sym_LPAREN, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, + ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(288), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(844), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(825), 1, + STATE(900), 1, sym_python_string, - STATE(828), 1, + STATE(907), 1, sym_primary_expression, - STATE(899), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1523), 1, + STATE(1590), 1, sym_expression, - STATE(2315), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -59543,7 +59701,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59560,63 +59718,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [37084] = 19, + [37274] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(455), 1, - anon_sym_STAR, - ACTIONS(459), 1, + ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(465), 1, - anon_sym_await, - ACTIONS(469), 1, + ACTIONS(610), 1, sym_string_start, - STATE(867), 1, + ACTIONS(836), 1, + anon_sym_not, + ACTIONS(840), 1, + anon_sym_lambda, + ACTIONS(842), 1, + anon_sym_await, + ACTIONS(844), 1, + anon_sym_type, + ACTIONS(1106), 1, + sym_python_identifier, + ACTIONS(1124), 1, + anon_sym_STAR, + STATE(900), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1468), 1, + STATE(907), 1, sym_primary_expression, - ACTIONS(270), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, - ACTIONS(461), 2, + STATE(1321), 1, + sym_list_splat_pattern, + STATE(1626), 1, + sym_expression, + STATE(2474), 1, + sym__named_expression_lhs, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - ACTIONS(268), 9, - anon_sym_GT_GT, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1311), 16, + STATE(1624), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59633,60 +59796,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [37176] = 24, + [37376] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, - anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(288), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(894), 1, + anon_sym_not, + ACTIONS(896), 1, + anon_sym_lambda, + ACTIONS(898), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(825), 1, + STATE(836), 1, sym_python_string, - STATE(828), 1, + STATE(917), 1, sym_primary_expression, - STATE(899), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1533), 1, + STATE(1876), 1, sym_expression, - STATE(2315), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -59694,7 +59857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59711,60 +59874,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [37278] = 24, + [37478] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(485), 1, - anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(802), 1, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(900), 1, + anon_sym_type, + ACTIONS(1118), 1, + sym_python_identifier, + ACTIONS(1282), 1, anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(1284), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(1286), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(1288), 1, anon_sym_await, - ACTIONS(890), 1, - anon_sym_type, - ACTIONS(892), 1, - sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + STATE(836), 1, sym_python_string, - STATE(1085), 1, + STATE(1171), 1, + sym_primary_expression, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1626), 1, + STATE(1854), 1, sym_expression, - STATE(2378), 1, + STATE(2274), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -59772,7 +59935,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59789,7 +59952,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [37380] = 24, + [37580] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(471), 1, @@ -59812,26 +59975,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(926), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + STATE(829), 1, sym_python_string, - STATE(1085), 1, + STATE(830), 1, + sym_primary_expression, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1594), 1, + STATE(1595), 1, sym_expression, - STATE(2378), 1, + STATE(2385), 1, sym__named_expression_lhs, ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -59842,7 +60005,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -59850,7 +60013,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59867,60 +60030,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [37482] = 24, + [37682] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(904), 1, - sym_python_string, - STATE(909), 1, + STATE(844), 1, sym_primary_expression, - STATE(1365), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1617), 1, + STATE(1643), 1, sym_expression, - STATE(2480), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -59928,7 +60091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59945,60 +60108,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [37584] = 24, + [37784] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(704), 1, anon_sym_lambda, - ACTIONS(828), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1098), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(838), 1, - sym_python_string, - STATE(840), 1, + STATE(833), 1, sym_primary_expression, - STATE(1270), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1662), 1, + STATE(1672), 1, sym_expression, - STATE(2371), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -60006,7 +60169,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60023,49 +60186,49 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [37686] = 24, + [37886] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACE, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, + anon_sym_DASH, + ACTIONS(87), 1, + anon_sym_lambda, ACTIONS(91), 1, sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(290), 1, + ACTIONS(285), 1, + anon_sym_await, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(573), 1, - anon_sym_DASH, - ACTIONS(1136), 1, + ACTIONS(1130), 1, anon_sym_STAR, - ACTIONS(1138), 1, - anon_sym_not, - ACTIONS(1140), 1, - anon_sym_lambda, - ACTIONS(1142), 1, - anon_sym_await, STATE(825), 1, sym_python_string, - STATE(887), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1680), 1, + STATE(1507), 1, sym_expression, - STATE(2386), 1, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(571), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -60076,7 +60239,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -60084,7 +60247,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60101,138 +60264,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [37788] = 24, + [37988] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, - anon_sym_STAR, - STATE(904), 1, - sym_python_string, - STATE(909), 1, - sym_primary_expression, - STATE(1365), 1, - sym_list_splat_pattern, - STATE(1618), 1, - sym_expression, - STATE(2480), 1, - sym__named_expression_lhs, - ACTIONS(592), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(600), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1603), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(1364), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [37890] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - anon_sym_not, - ACTIONS(85), 1, - anon_sym_DASH, - ACTIONS(87), 1, - anon_sym_lambda, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(288), 1, - anon_sym_await, - ACTIONS(290), 1, - anon_sym_type, - ACTIONS(292), 1, - sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(825), 1, + STATE(900), 1, sym_python_string, - STATE(828), 1, + STATE(907), 1, sym_primary_expression, - STATE(899), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1511), 1, + STATE(1623), 1, sym_expression, - STATE(2315), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(83), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -60240,7 +60325,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60257,60 +60342,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [37992] = 24, + [38090] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(704), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(904), 1, - sym_python_string, - STATE(909), 1, + STATE(833), 1, sym_primary_expression, - STATE(1365), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1620), 1, + STATE(1603), 1, sym_expression, - STATE(2480), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -60318,7 +60403,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60335,60 +60420,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [38094] = 24, + [38192] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(842), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(844), 1, anon_sym_type, ACTIONS(1106), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1621), 1, + STATE(1631), 1, sym_expression, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -60396,7 +60481,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60413,60 +60498,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [38196] = 24, + [38294] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(926), 1, sym_python_identifier, - ACTIONS(1128), 1, - anon_sym_STAR, - STATE(904), 1, + STATE(829), 1, sym_python_string, - STATE(909), 1, + STATE(830), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1622), 1, + STATE(1865), 1, sym_expression, - STATE(2480), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -60474,7 +60559,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60491,60 +60576,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [38298] = 24, + [38396] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(485), 1, + anon_sym_DASH, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(926), 1, sym_python_identifier, - ACTIONS(1258), 1, - anon_sym_STAR, - STATE(867), 1, + STATE(829), 1, sym_python_string, - STATE(900), 1, + STATE(830), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1839), 1, + STATE(1894), 1, sym_expression, - STATE(2364), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -60552,7 +60637,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60569,60 +60654,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [38400] = 24, + [38498] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(586), 1, - sym_identifier, ACTIONS(594), 1, + sym_identifier, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(1124), 1, + anon_sym_STAR, + ACTIONS(1312), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(1314), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(1316), 1, sym_python_identifier, - ACTIONS(1128), 1, - anon_sym_STAR, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(909), 1, + STATE(907), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1813), 1, + STATE(1818), 1, sym_expression, - STATE(2480), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + STATE(1388), 2, + sym_attribute, + sym_subscript, + ACTIONS(1310), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -60630,11 +60718,9 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1316), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -60647,7 +60733,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [38502] = 24, + [38602] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -60664,32 +60750,32 @@ static const uint16_t ts_small_parse_table[] = { sym_string_start, ACTIONS(640), 1, anon_sym_DASH, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1318), 1, + ACTIONS(1282), 1, anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(1284), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(1286), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(1288), 1, anon_sym_await, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1213), 1, + STATE(1171), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1877), 1, + STATE(1885), 1, sym_expression, - STATE(2268), 1, + STATE(2274), 1, sym__named_expression_lhs, ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -60700,7 +60786,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -60708,7 +60794,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60725,7 +60811,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [38604] = 24, + [38704] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -60740,34 +60826,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(640), 1, anon_sym_DASH, - ACTIONS(906), 1, - anon_sym_not, - ACTIONS(908), 1, - anon_sym_lambda, - ACTIONS(910), 1, - anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(867), 1, + ACTIONS(1284), 1, + anon_sym_not, + ACTIONS(1286), 1, + anon_sym_lambda, + ACTIONS(1288), 1, + anon_sym_await, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(1171), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1852), 1, + STATE(1835), 1, sym_expression, - STATE(2364), 1, + STATE(2274), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -60778,7 +60864,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -60786,7 +60872,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60803,7 +60889,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [38706] = 24, + [38806] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -60820,32 +60906,32 @@ static const uint16_t ts_small_parse_table[] = { sym_string_start, ACTIONS(640), 1, anon_sym_DASH, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1318), 1, + ACTIONS(1282), 1, anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(1284), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(1286), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(1288), 1, anon_sym_await, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1213), 1, + STATE(1171), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1885), 1, + STATE(1891), 1, sym_expression, - STATE(2268), 1, + STATE(2274), 1, sym__named_expression_lhs, ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -60856,7 +60942,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -60864,7 +60950,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60881,60 +60967,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [38808] = 24, + [38908] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(626), 1, + anon_sym_DASH, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(640), 1, - anon_sym_DASH, - ACTIONS(912), 1, - anon_sym_type, - ACTIONS(1118), 1, - sym_python_identifier, - ACTIONS(1318), 1, - anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(978), 1, anon_sym_await, - STATE(867), 1, - sym_python_string, - STATE(1213), 1, + ACTIONS(980), 1, + anon_sym_type, + ACTIONS(982), 1, + sym_python_identifier, + ACTIONS(1068), 1, + anon_sym_STAR, + STATE(844), 1, sym_primary_expression, - STATE(1306), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1865), 1, + STATE(1708), 1, sym_expression, - STATE(2268), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(638), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -60942,7 +61028,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60959,60 +61045,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [38910] = 24, + [39010] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, - anon_sym_LBRACK, - ACTIONS(523), 1, - anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(527), 1, - sym_identifier, - ACTIONS(535), 1, + ACTIONS(81), 1, + anon_sym_not, + ACTIONS(85), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(87), 1, + anon_sym_lambda, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(854), 1, - anon_sym_not, - ACTIONS(858), 1, - anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(263), 1, + sym_identifier, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(289), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(1130), 1, anon_sym_STAR, - STATE(849), 1, + STATE(825), 1, sym_python_string, - STATE(875), 1, + STATE(826), 1, sym_primary_expression, - STATE(1223), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1786), 1, + STATE(1767), 1, sym_expression, - STATE(2400), 1, + STATE(2322), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(99), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -61020,7 +61106,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61037,60 +61123,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [39012] = 24, + [39112] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(538), 1, + anon_sym_DASH, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(640), 1, - anon_sym_DASH, - ACTIONS(912), 1, - anon_sym_type, - ACTIONS(1118), 1, - sym_python_identifier, - ACTIONS(1318), 1, + ACTIONS(820), 1, + anon_sym_not, + ACTIONS(824), 1, + anon_sym_lambda, + ACTIONS(1156), 1, anon_sym_STAR, ACTIONS(1320), 1, - anon_sym_not, + anon_sym_await, ACTIONS(1322), 1, - anon_sym_lambda, + anon_sym_type, ACTIONS(1324), 1, - anon_sym_await, - STATE(867), 1, + sym_python_identifier, + STATE(850), 1, sym_python_string, - STATE(1213), 1, + STATE(1143), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1894), 1, + STATE(1744), 1, sym_expression, - STATE(2268), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(638), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + STATE(1262), 2, + sym_attribute, + sym_subscript, + ACTIONS(1318), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -61098,11 +61187,9 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1183), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -61115,60 +61202,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [39114] = 24, + [39216] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(602), 1, + anon_sym_DASH, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(640), 1, - anon_sym_DASH, - ACTIONS(912), 1, - anon_sym_type, - ACTIONS(1118), 1, - sym_python_identifier, - ACTIONS(1318), 1, - anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(842), 1, anon_sym_await, - STATE(867), 1, + ACTIONS(844), 1, + anon_sym_type, + ACTIONS(1106), 1, + sym_python_identifier, + ACTIONS(1124), 1, + anon_sym_STAR, + STATE(900), 1, sym_python_string, - STATE(1213), 1, + STATE(907), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1844), 1, + STATE(1633), 1, sym_expression, - STATE(2268), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(638), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -61176,7 +61263,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61193,60 +61280,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [39216] = 24, + [39318] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(485), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(802), 1, - anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(884), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + ACTIONS(1098), 1, + anon_sym_STAR, + STATE(867), 1, sym_python_string, - STATE(1085), 1, + STATE(868), 1, + sym_primary_expression, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1826), 1, + STATE(1635), 1, sym_expression, - STATE(2378), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -61254,7 +61341,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61271,7 +61358,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [39318] = 24, + [39420] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -61286,34 +61373,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(640), 1, anon_sym_DASH, - ACTIONS(906), 1, - anon_sym_not, - ACTIONS(908), 1, - anon_sym_lambda, - ACTIONS(910), 1, - anon_sym_await, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(867), 1, + ACTIONS(1284), 1, + anon_sym_not, + ACTIONS(1286), 1, + anon_sym_lambda, + ACTIONS(1288), 1, + anon_sym_await, + STATE(836), 1, sym_python_string, - STATE(900), 1, + STATE(1171), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1851), 1, + STATE(1856), 1, sym_expression, - STATE(2364), 1, + STATE(2274), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -61324,7 +61411,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -61332,7 +61419,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61349,60 +61436,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [39420] = 24, + [39522] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(485), 1, - anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(802), 1, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(900), 1, + anon_sym_type, + ACTIONS(1118), 1, + sym_python_identifier, + ACTIONS(1282), 1, anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(1284), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(1286), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(1288), 1, anon_sym_await, - ACTIONS(890), 1, - anon_sym_type, - ACTIONS(892), 1, - sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + STATE(836), 1, sym_python_string, - STATE(1085), 1, + STATE(1171), 1, + sym_primary_expression, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1633), 1, + STATE(1834), 1, sym_expression, - STATE(2378), 1, + STATE(2274), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -61410,7 +61497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61427,60 +61514,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [39522] = 24, + [39624] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(828), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(884), 1, sym_python_identifier, ACTIONS(1098), 1, anon_sym_STAR, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - STATE(1642), 1, + STATE(1665), 1, sym_expression, - STATE(2371), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -61488,7 +61575,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61505,60 +61592,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [39624] = 24, + [39726] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(828), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1098), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(838), 1, - sym_python_string, - STATE(840), 1, + STATE(844), 1, sym_primary_expression, - STATE(1270), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1638), 1, + STATE(1686), 1, sym_expression, - STATE(2371), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -61566,7 +61653,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61583,60 +61670,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [39726] = 24, + [39828] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(828), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1098), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(838), 1, - sym_python_string, - STATE(840), 1, + STATE(844), 1, sym_primary_expression, - STATE(1270), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1636), 1, + STATE(1676), 1, sym_expression, - STATE(2371), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -61644,7 +61731,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61661,7 +61748,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [39828] = 24, + [39930] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(612), 1, @@ -61678,32 +61765,32 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(634), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1078), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(885), 1, + STATE(844), 1, sym_primary_expression, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1668), 1, + STATE(1670), 1, sym_expression, - STATE(2285), 1, + STATE(2292), 1, sym__named_expression_lhs, ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -61714,7 +61801,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -61722,7 +61809,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61739,60 +61826,138 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [39930] = 24, + [40032] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(640), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(900), 1, + anon_sym_type, + ACTIONS(1118), 1, + sym_python_identifier, + ACTIONS(1282), 1, + anon_sym_STAR, + ACTIONS(1284), 1, + anon_sym_not, + ACTIONS(1286), 1, + anon_sym_lambda, + ACTIONS(1288), 1, + anon_sym_await, + STATE(836), 1, + sym_python_string, + STATE(1171), 1, + sym_primary_expression, + STATE(1307), 1, + sym_list_splat_pattern, + STATE(1895), 1, + sym_expression, + STATE(2274), 1, + sym__named_expression_lhs, + ACTIONS(638), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(892), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1563), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(1310), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [40134] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(500), 1, + anon_sym_LBRACK, + ACTIONS(502), 1, + anon_sym_LPAREN, + ACTIONS(504), 1, + anon_sym_LBRACE, + ACTIONS(506), 1, + sym_identifier, + ACTIONS(514), 1, + anon_sym_DASH, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1078), 1, + ACTIONS(1098), 1, anon_sym_STAR, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + STATE(867), 1, sym_python_string, - STATE(1192), 1, + STATE(868), 1, + sym_primary_expression, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1665), 1, + STATE(1664), 1, sym_expression, - STATE(2285), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -61800,7 +61965,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61817,60 +61982,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [40032] = 24, + [40236] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(485), 1, - anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(802), 1, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(900), 1, + anon_sym_type, + ACTIONS(1118), 1, + sym_python_identifier, + ACTIONS(1282), 1, anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(1284), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(1286), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(1288), 1, anon_sym_await, - ACTIONS(890), 1, - anon_sym_type, - ACTIONS(892), 1, - sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + STATE(836), 1, sym_python_string, - STATE(1085), 1, + STATE(1171), 1, + sym_primary_expression, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1632), 1, + STATE(1579), 1, sym_expression, - STATE(2378), 1, + STATE(2274), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -61878,7 +62043,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61895,7 +62060,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [40134] = 24, + [40338] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -61912,32 +62077,32 @@ static const uint16_t ts_small_parse_table[] = { sym_string_start, ACTIONS(640), 1, anon_sym_DASH, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1318), 1, + ACTIONS(1282), 1, anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(1284), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(1286), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(1288), 1, anon_sym_await, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1213), 1, + STATE(1171), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1880), 1, + STATE(1823), 1, sym_expression, - STATE(2268), 1, + STATE(2274), 1, sym__named_expression_lhs, ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -61948,7 +62113,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -61956,7 +62121,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61973,7 +62138,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [40236] = 24, + [40440] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -61990,32 +62155,32 @@ static const uint16_t ts_small_parse_table[] = { sym_string_start, ACTIONS(640), 1, anon_sym_DASH, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1318), 1, + ACTIONS(1282), 1, anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(1284), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(1286), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(1288), 1, anon_sym_await, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1213), 1, + STATE(1171), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1585), 1, + STATE(1831), 1, sym_expression, - STATE(2268), 1, + STATE(2274), 1, sym__named_expression_lhs, ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -62026,7 +62191,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -62034,7 +62199,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62051,7 +62216,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [40338] = 24, + [40542] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -62068,32 +62233,32 @@ static const uint16_t ts_small_parse_table[] = { sym_string_start, ACTIONS(640), 1, anon_sym_DASH, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1318), 1, + ACTIONS(1282), 1, anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(1284), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(1286), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(1288), 1, anon_sym_await, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1213), 1, + STATE(1171), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1840), 1, + STATE(1828), 1, sym_expression, - STATE(2268), 1, + STATE(2274), 1, sym__named_expression_lhs, ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -62104,7 +62269,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -62112,7 +62277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62129,60 +62294,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [40440] = 24, + [40644] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(485), 1, + anon_sym_DASH, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(640), 1, - anon_sym_DASH, - ACTIONS(912), 1, - anon_sym_type, - ACTIONS(1118), 1, - sym_python_identifier, - ACTIONS(1318), 1, + ACTIONS(802), 1, anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(922), 1, anon_sym_await, - STATE(867), 1, + ACTIONS(924), 1, + anon_sym_type, + ACTIONS(926), 1, + sym_python_identifier, + STATE(829), 1, sym_python_string, - STATE(1213), 1, + STATE(830), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1835), 1, + STATE(1803), 1, sym_expression, - STATE(2268), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(638), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -62190,7 +62355,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62207,60 +62372,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [40542] = 24, + [40746] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(626), 1, + anon_sym_DASH, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(640), 1, - anon_sym_DASH, - ACTIONS(912), 1, - anon_sym_type, - ACTIONS(1118), 1, - sym_python_identifier, - ACTIONS(1318), 1, - anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(978), 1, anon_sym_await, - STATE(867), 1, - sym_python_string, - STATE(1213), 1, + ACTIONS(980), 1, + anon_sym_type, + ACTIONS(982), 1, + sym_python_identifier, + ACTIONS(1068), 1, + anon_sym_STAR, + STATE(844), 1, sym_primary_expression, - STATE(1306), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1842), 1, + STATE(1669), 1, sym_expression, - STATE(2268), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(638), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -62268,7 +62433,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62285,60 +62450,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [40644] = 24, + [40848] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(485), 1, + anon_sym_DASH, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(926), 1, sym_python_identifier, - ACTIONS(1258), 1, - anon_sym_STAR, - STATE(867), 1, + STATE(829), 1, sym_python_string, - STATE(900), 1, + STATE(830), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1889), 1, + STATE(1594), 1, sym_expression, - STATE(2364), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -62346,7 +62511,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62363,60 +62528,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [40746] = 24, + [40950] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(514), 1, + anon_sym_DASH, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(906), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(908), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(910), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(1118), 1, + ACTIONS(884), 1, sym_python_identifier, - ACTIONS(1258), 1, + ACTIONS(1098), 1, anon_sym_STAR, STATE(867), 1, sym_python_string, - STATE(900), 1, + STATE(868), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1808), 1, + STATE(1662), 1, sym_expression, - STATE(2364), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(606), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -62424,7 +62589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62441,60 +62606,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [40848] = 24, + [41052] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(594), 1, - anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(870), 1, - anon_sym_not, - ACTIONS(874), 1, - anon_sym_lambda, - ACTIONS(876), 1, - anon_sym_await, - ACTIONS(878), 1, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(904), 1, + ACTIONS(1284), 1, + anon_sym_not, + ACTIONS(1286), 1, + anon_sym_lambda, + ACTIONS(1288), 1, + anon_sym_await, + STATE(836), 1, sym_python_string, - STATE(909), 1, + STATE(1171), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1624), 1, + STATE(1561), 1, sym_expression, - STATE(2480), 1, + STATE(2274), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -62502,7 +62667,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62519,60 +62684,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [40950] = 24, + [41154] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(626), 1, - anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(702), 1, - anon_sym_not, - ACTIONS(704), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(990), 1, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(992), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1078), 1, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + ACTIONS(1284), 1, + anon_sym_not, + ACTIONS(1286), 1, + anon_sym_lambda, + ACTIONS(1288), 1, + anon_sym_await, + STATE(836), 1, sym_python_string, - STATE(1192), 1, + STATE(1171), 1, + sym_primary_expression, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1661), 1, + STATE(1825), 1, sym_expression, - STATE(2285), 1, + STATE(2274), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -62580,7 +62745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62597,60 +62762,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [41052] = 24, + [41256] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(602), 1, + anon_sym_DASH, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(640), 1, - anon_sym_DASH, - ACTIONS(912), 1, - anon_sym_type, - ACTIONS(1118), 1, - sym_python_identifier, - ACTIONS(1318), 1, - anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(842), 1, anon_sym_await, - STATE(867), 1, + ACTIONS(844), 1, + anon_sym_type, + ACTIONS(1106), 1, + sym_python_identifier, + ACTIONS(1124), 1, + anon_sym_STAR, + STATE(900), 1, sym_python_string, - STATE(1213), 1, + STATE(907), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1557), 1, + STATE(1628), 1, sym_expression, - STATE(2268), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(638), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(834), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -62658,7 +62823,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62675,60 +62840,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [41154] = 24, + [41358] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(290), 1, - anon_sym_type, - ACTIONS(292), 1, - sym_python_identifier, - ACTIONS(430), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(504), 1, + anon_sym_LBRACE, + ACTIONS(506), 1, + sym_identifier, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(1136), 1, - anon_sym_STAR, - ACTIONS(1138), 1, + ACTIONS(516), 1, + sym_ellipsis, + ACTIONS(522), 1, + sym_string_start, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(1140), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(880), 1, anon_sym_await, - STATE(825), 1, + ACTIONS(882), 1, + anon_sym_type, + ACTIONS(884), 1, + sym_python_identifier, + ACTIONS(1098), 1, + anon_sym_STAR, + STATE(867), 1, sym_python_string, - STATE(887), 1, + STATE(868), 1, sym_primary_expression, - STATE(899), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1694), 1, + STATE(1659), 1, sym_expression, - STATE(2386), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(571), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -62736,7 +62901,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62753,60 +62918,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [41256] = 24, + [41460] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(828), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(884), 1, sym_python_identifier, ACTIONS(1098), 1, anon_sym_STAR, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(840), 1, + STATE(868), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - STATE(1677), 1, + STATE(1658), 1, sym_expression, - STATE(2371), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -62814,7 +62979,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62831,60 +62996,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [41358] = 24, + [41562] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(586), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(594), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(602), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(870), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(874), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(876), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(878), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(1106), 1, + ACTIONS(1078), 1, sym_python_identifier, - ACTIONS(1128), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(904), 1, + STATE(850), 1, sym_python_string, - STATE(909), 1, + STATE(877), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1629), 1, + STATE(1565), 1, sym_expression, - STATE(2480), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(592), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1603), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -62892,7 +63057,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1364), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62909,60 +63074,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [41460] = 24, + [41664] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(992), 1, - sym_python_identifier, ACTIONS(1078), 1, + sym_python_identifier, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + STATE(850), 1, sym_python_string, - STATE(1192), 1, + STATE(877), 1, + sym_primary_expression, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1651), 1, + STATE(1761), 1, sym_expression, - STATE(2285), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -62970,7 +63135,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62987,85 +63152,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [41562] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(471), 1, - anon_sym_LBRACK, - ACTIONS(473), 1, - anon_sym_LPAREN, - ACTIONS(475), 1, - anon_sym_LBRACE, - ACTIONS(477), 1, - sym_identifier, - ACTIONS(485), 1, - anon_sym_DASH, - ACTIONS(487), 1, - sym_ellipsis, - ACTIONS(493), 1, - sym_string_start, - ACTIONS(802), 1, - anon_sym_STAR, - ACTIONS(806), 1, - anon_sym_not, - ACTIONS(808), 1, - anon_sym_lambda, - ACTIONS(888), 1, - anon_sym_await, - ACTIONS(890), 1, - anon_sym_type, - ACTIONS(892), 1, - sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, - sym_python_string, - STATE(1085), 1, - sym_list_splat_pattern, - STATE(1860), 1, - sym_expression, - STATE(2378), 1, - sym__named_expression_lhs, - ACTIONS(483), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(886), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(491), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1623), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(1086), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [41664] = 24, + [41766] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -63080,34 +63167,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1723), 1, + STATE(1706), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -63118,7 +63205,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -63126,7 +63213,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -63143,60 +63230,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [41766] = 24, + [41868] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(828), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(926), 1, sym_python_identifier, - ACTIONS(1098), 1, - anon_sym_STAR, - STATE(838), 1, + STATE(829), 1, sym_python_string, - STATE(840), 1, + STATE(830), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1670), 1, + STATE(1852), 1, sym_expression, - STATE(2371), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -63204,7 +63291,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -63221,60 +63308,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [41868] = 24, + [41970] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(849), 1, - sym_python_string, - STATE(875), 1, + STATE(844), 1, sym_primary_expression, - STATE(1223), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1573), 1, + STATE(1693), 1, sym_expression, - STATE(2400), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -63282,7 +63369,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -63299,7 +63386,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [41970] = 24, + [42072] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -63314,34 +63401,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1782), 1, + STATE(1806), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -63352,7 +63439,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -63360,7 +63447,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -63377,60 +63464,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [42072] = 24, + [42174] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(618), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(626), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(634), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(702), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(704), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(992), 1, - sym_python_identifier, ACTIONS(1078), 1, + sym_python_identifier, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + STATE(850), 1, sym_python_string, - STATE(1192), 1, + STATE(877), 1, + sym_primary_expression, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1649), 1, + STATE(1585), 1, sym_expression, - STATE(2285), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(624), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -63438,7 +63525,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1152), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -63455,60 +63542,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [42174] = 24, + [42276] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(1078), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1584), 1, + STATE(1771), 1, sym_expression, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -63516,7 +63603,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -63533,68 +63620,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [42276] = 24, + [42378] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(618), 1, - sym_identifier, - ACTIONS(626), 1, + ACTIONS(455), 1, + anon_sym_STAR, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(634), 1, - sym_string_start, - ACTIONS(702), 1, - anon_sym_not, - ACTIONS(704), 1, - anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(465), 1, anon_sym_await, - ACTIONS(990), 1, - anon_sym_type, - ACTIONS(992), 1, - sym_python_identifier, - ACTIONS(1078), 1, - anon_sym_STAR, - STATE(885), 1, - sym_primary_expression, - STATE(890), 1, + ACTIONS(469), 1, + sym_string_start, + STATE(836), 1, sym_python_string, - STATE(1192), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1650), 1, - sym_expression, - STATE(2285), 1, - sym__named_expression_lhs, - ACTIONS(624), 2, + STATE(1439), 1, + sym_primary_expression, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, + ACTIONS(452), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(986), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 5, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1686), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(1152), 16, + sym_python_identifier, + ACTIONS(495), 9, + anon_sym_GT_GT, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -63611,7 +63693,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [42378] = 24, + [42470] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -63626,34 +63708,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(105), 1, sym_string_start, - ACTIONS(266), 1, + ACTIONS(263), 1, sym_identifier, - ACTIONS(288), 1, + ACTIONS(285), 1, anon_sym_await, - ACTIONS(290), 1, + ACTIONS(287), 1, anon_sym_type, - ACTIONS(292), 1, + ACTIONS(289), 1, sym_python_identifier, ACTIONS(430), 1, anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(828), 1, + STATE(826), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(1676), 1, + STATE(1682), 1, sym_expression, - STATE(2315), 1, + STATE(2322), 1, sym__named_expression_lhs, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(275), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -63664,7 +63746,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1513), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -63672,7 +63754,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -63689,85 +63771,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [42480] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(290), 1, - anon_sym_type, - ACTIONS(292), 1, - sym_python_identifier, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(573), 1, - anon_sym_DASH, - ACTIONS(1136), 1, - anon_sym_STAR, - ACTIONS(1138), 1, - anon_sym_not, - ACTIONS(1140), 1, - anon_sym_lambda, - ACTIONS(1142), 1, - anon_sym_await, - STATE(825), 1, - sym_python_string, - STATE(887), 1, - sym_primary_expression, - STATE(899), 1, - sym_list_splat_pattern, - STATE(1682), 1, - sym_expression, - STATE(2386), 1, - sym__named_expression_lhs, - ACTIONS(571), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(278), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(99), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1507), 7, - sym_named_expression, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_as_pattern, - sym_conditional_expression, - STATE(897), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [42582] = 24, + [42572] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -63784,32 +63788,32 @@ static const uint16_t ts_small_parse_table[] = { sym_string_start, ACTIONS(640), 1, anon_sym_DASH, - ACTIONS(912), 1, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1318), 1, + ACTIONS(1282), 1, anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(1284), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(1286), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(1288), 1, anon_sym_await, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1213), 1, + STATE(1171), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1825), 1, + STATE(1881), 1, sym_expression, - STATE(2268), 1, + STATE(2274), 1, sym__named_expression_lhs, ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -63820,7 +63824,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -63828,7 +63832,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -63845,60 +63849,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [42684] = 24, + [42674] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(463), 1, + ACTIONS(538), 1, + anon_sym_DASH, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(640), 1, - anon_sym_DASH, - ACTIONS(912), 1, - anon_sym_type, - ACTIONS(1118), 1, - sym_python_identifier, - ACTIONS(1318), 1, - anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(1322), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(826), 1, anon_sym_await, - STATE(867), 1, + ACTIONS(828), 1, + anon_sym_type, + ACTIONS(1078), 1, + sym_python_identifier, + ACTIONS(1156), 1, + anon_sym_STAR, + STATE(850), 1, sym_python_string, - STATE(1213), 1, + STATE(877), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1893), 1, + STATE(1770), 1, sym_expression, - STATE(2268), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(638), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -63906,7 +63910,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -63923,60 +63927,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [42786] = 24, + [42776] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(618), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(654), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(656), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(978), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(980), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(982), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(849), 1, - sym_python_string, - STATE(875), 1, + STATE(844), 1, sym_primary_expression, - STATE(1223), 1, + STATE(845), 1, + sym_python_string, + STATE(1198), 1, sym_list_splat_pattern, - STATE(1574), 1, + STATE(1677), 1, sym_expression, - STATE(2400), 1, + STATE(2292), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(976), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(632), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1655), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -63984,7 +63988,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -64001,63 +64005,68 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [42888] = 19, + [42878] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(455), 1, - anon_sym_STAR, - ACTIONS(459), 1, + ACTIONS(477), 1, + sym_identifier, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(465), 1, - anon_sym_await, - ACTIONS(469), 1, + ACTIONS(493), 1, sym_string_start, - STATE(867), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, + anon_sym_not, + ACTIONS(808), 1, + anon_sym_lambda, + ACTIONS(922), 1, + anon_sym_await, + ACTIONS(924), 1, + anon_sym_type, + ACTIONS(926), 1, + sym_python_identifier, + STATE(829), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1468), 1, + STATE(830), 1, sym_primary_expression, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, - ACTIONS(452), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(461), 2, + STATE(1096), 1, + sym_list_splat_pattern, + STATE(1629), 1, + sym_expression, + STATE(2385), 1, + sym__named_expression_lhs, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - ACTIONS(577), 9, - anon_sym_GT_GT, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1311), 16, + STATE(1625), 7, + sym_named_expression, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_as_pattern, + sym_conditional_expression, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -64077,57 +64086,57 @@ static const uint16_t ts_small_parse_table[] = { [42980] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(1078), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1564), 1, + STATE(1567), 1, sym_expression, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -64135,7 +64144,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -64152,60 +64161,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [43082] = 24, + [43082] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(551), 1, + ACTIONS(477), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(567), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(654), 1, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(806), 1, anon_sym_not, - ACTIONS(658), 1, + ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(662), 1, + ACTIONS(1328), 1, anon_sym_await, - ACTIONS(664), 1, + ACTIONS(1330), 1, anon_sym_type, - ACTIONS(666), 1, + ACTIONS(1332), 1, sym_python_identifier, - ACTIONS(1068), 1, - anon_sym_STAR, - STATE(827), 1, + STATE(829), 1, sym_python_string, - STATE(834), 1, - sym_primary_expression, - STATE(1132), 1, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1615), 1, + STATE(1108), 1, + sym_primary_expression, + STATE(1792), 1, sym_expression, - STATE(2265), 1, + STATE(2385), 1, sym__named_expression_lhs, - ACTIONS(557), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(652), 4, + STATE(1144), 2, + sym_attribute, + sym_subscript, + ACTIONS(1326), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 5, + ACTIONS(491), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1628), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -64213,11 +64225,9 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1128), 16, + STATE(1098), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -64230,7 +64240,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [43184] = 24, + [43186] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -64245,34 +64255,34 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(640), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(912), 1, + ACTIONS(894), 1, + anon_sym_not, + ACTIONS(896), 1, + anon_sym_lambda, + ACTIONS(898), 1, + anon_sym_await, + ACTIONS(900), 1, anon_sym_type, ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1318), 1, + ACTIONS(1256), 1, anon_sym_STAR, - ACTIONS(1320), 1, - anon_sym_not, - ACTIONS(1322), 1, - anon_sym_lambda, - ACTIONS(1324), 1, - anon_sym_await, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1213), 1, + STATE(917), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1879), 1, + STATE(1774), 1, sym_expression, - STATE(2268), 1, + STATE(2371), 1, sym__named_expression_lhs, - ACTIONS(638), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(904), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -64283,7 +64293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1562), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -64291,7 +64301,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -64308,7 +64318,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [43286] = 24, + [43288] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(471), 1, @@ -64331,26 +64341,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(808), 1, anon_sym_lambda, - ACTIONS(888), 1, + ACTIONS(922), 1, anon_sym_await, - ACTIONS(890), 1, + ACTIONS(924), 1, anon_sym_type, - ACTIONS(892), 1, + ACTIONS(926), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + STATE(829), 1, sym_python_string, - STATE(1085), 1, + STATE(830), 1, + sym_primary_expression, + STATE(1096), 1, sym_list_splat_pattern, - STATE(1888), 1, + STATE(1599), 1, sym_expression, - STATE(2378), 1, + STATE(2385), 1, sym__named_expression_lhs, ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(886), 4, + ACTIONS(920), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -64361,7 +64371,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1625), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -64369,7 +64379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -64386,63 +64396,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [43388] = 25, + [43390] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(485), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(802), 1, - anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(1328), 1, + ACTIONS(880), 1, anon_sym_await, - ACTIONS(1330), 1, + ACTIONS(882), 1, anon_sym_type, - ACTIONS(1332), 1, + ACTIONS(884), 1, sym_python_identifier, - STATE(831), 1, - sym_primary_expression, - STATE(832), 1, + ACTIONS(1098), 1, + anon_sym_STAR, + STATE(867), 1, sym_python_string, - STATE(1085), 1, + STATE(868), 1, + sym_primary_expression, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1789), 1, + STATE(1651), 1, sym_expression, - STATE(2378), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1390), 2, - sym_attribute, - sym_subscript, - ACTIONS(1326), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -64450,9 +64457,11 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 14, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -64465,63 +64474,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [43492] = 25, + [43492] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(477), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(485), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(493), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(802), 1, - anon_sym_STAR, - ACTIONS(806), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(808), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(1336), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(1338), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(1340), 1, + ACTIONS(1078), 1, sym_python_identifier, - STATE(832), 1, + ACTIONS(1156), 1, + anon_sym_STAR, + STATE(850), 1, sym_python_string, - STATE(1085), 1, - sym_list_splat_pattern, - STATE(1095), 1, + STATE(877), 1, sym_primary_expression, - STATE(1789), 1, + STATE(1172), 1, + sym_list_splat_pattern, + STATE(1564), 1, sym_expression, - STATE(2378), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(483), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1138), 2, - sym_attribute, - sym_subscript, - ACTIONS(1334), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1623), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -64529,9 +64535,11 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1086), 14, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -64544,60 +64552,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [43596] = 24, + [43594] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(511), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(678), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(680), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(828), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(830), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(1078), 1, sym_python_identifier, - ACTIONS(1098), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(838), 1, + STATE(850), 1, sym_python_string, - STATE(840), 1, + STATE(877), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1685), 1, + STATE(1559), 1, sym_expression, - STATE(2371), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -64605,7 +64613,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -64622,60 +64630,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [43698] = 24, + [43696] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(1078), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1566), 1, + STATE(1558), 1, sym_expression, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -64683,7 +64691,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -64700,60 +64708,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [43800] = 24, + [43798] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(530), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(826), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(828), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(1078), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(875), 1, + STATE(877), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1567), 1, + STATE(1753), 1, sym_expression, - STATE(2400), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -64761,7 +64769,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -64778,60 +64786,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [43902] = 24, + [43900] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(554), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(700), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(704), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(708), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(710), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(712), 1, sym_python_identifier, - ACTIONS(1168), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(849), 1, - sym_python_string, - STATE(875), 1, + STATE(833), 1, sym_primary_expression, - STATE(1223), 1, + STATE(834), 1, + sym_python_string, + STATE(1134), 1, sym_list_splat_pattern, - STATE(1553), 1, + STATE(1729), 1, sym_expression, - STATE(2400), 1, + STATE(2270), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + ACTIONS(698), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(568), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1600), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -64839,7 +64847,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -64856,60 +64864,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [44004] = 24, + [44002] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(290), 1, - anon_sym_type, - ACTIONS(292), 1, - sym_python_identifier, - ACTIONS(430), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(504), 1, + anon_sym_LBRACE, + ACTIONS(506), 1, + sym_identifier, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(1136), 1, - anon_sym_STAR, - ACTIONS(1138), 1, + ACTIONS(516), 1, + sym_ellipsis, + ACTIONS(522), 1, + sym_string_start, + ACTIONS(676), 1, anon_sym_not, - ACTIONS(1140), 1, + ACTIONS(678), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(880), 1, anon_sym_await, - STATE(825), 1, + ACTIONS(882), 1, + anon_sym_type, + ACTIONS(884), 1, + sym_python_identifier, + ACTIONS(1098), 1, + anon_sym_STAR, + STATE(867), 1, sym_python_string, - STATE(887), 1, + STATE(868), 1, sym_primary_expression, - STATE(899), 1, + STATE(1270), 1, sym_list_splat_pattern, - STATE(1515), 1, + STATE(1640), 1, sym_expression, - STATE(2386), 1, + STATE(2377), 1, sym__named_expression_lhs, - ACTIONS(571), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(878), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(520), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1695), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -64917,7 +64925,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -64934,60 +64942,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [44106] = 24, + [44104] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(503), 1, + ACTIONS(450), 1, sym_identifier, - ACTIONS(511), 1, - anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(519), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(678), 1, - anon_sym_not, - ACTIONS(680), 1, - anon_sym_lambda, - ACTIONS(828), 1, - anon_sym_await, - ACTIONS(830), 1, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(900), 1, anon_sym_type, - ACTIONS(832), 1, + ACTIONS(1118), 1, sym_python_identifier, - ACTIONS(1098), 1, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(838), 1, + ACTIONS(1284), 1, + anon_sym_not, + ACTIONS(1286), 1, + anon_sym_lambda, + ACTIONS(1288), 1, + anon_sym_await, + STATE(836), 1, sym_python_string, - STATE(840), 1, + STATE(1171), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1666), 1, + STATE(1862), 1, sym_expression, - STATE(2371), 1, + STATE(2274), 1, sym__named_expression_lhs, - ACTIONS(509), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(826), 4, + ACTIONS(892), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 5, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1664), 7, + STATE(1563), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -64995,7 +65003,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1272), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -65012,60 +65020,60 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [44208] = 24, + [44206] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(266), 1, - sym_identifier, - ACTIONS(290), 1, - anon_sym_type, - ACTIONS(292), 1, - sym_python_identifier, - ACTIONS(430), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(528), 1, + anon_sym_LBRACE, + ACTIONS(530), 1, + sym_identifier, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(1136), 1, - anon_sym_STAR, - ACTIONS(1138), 1, + ACTIONS(540), 1, + sym_ellipsis, + ACTIONS(546), 1, + sym_string_start, + ACTIONS(820), 1, anon_sym_not, - ACTIONS(1140), 1, + ACTIONS(824), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(826), 1, anon_sym_await, - STATE(825), 1, + ACTIONS(828), 1, + anon_sym_type, + ACTIONS(1078), 1, + sym_python_identifier, + ACTIONS(1156), 1, + anon_sym_STAR, + STATE(850), 1, sym_python_string, - STATE(887), 1, + STATE(877), 1, sym_primary_expression, - STATE(899), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1681), 1, + STATE(1555), 1, sym_expression, - STATE(2386), 1, + STATE(2408), 1, sym__named_expression_lhs, - ACTIONS(571), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(278), 4, + ACTIONS(818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 5, + ACTIONS(544), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1507), 7, + STATE(1553), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -65073,7 +65081,7 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(897), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -65090,60 +65098,63 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [44310] = 24, + [44308] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(527), 1, + ACTIONS(594), 1, sym_identifier, - ACTIONS(535), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(543), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(854), 1, + ACTIONS(836), 1, anon_sym_not, - ACTIONS(858), 1, + ACTIONS(840), 1, anon_sym_lambda, - ACTIONS(860), 1, + ACTIONS(1124), 1, + anon_sym_STAR, + ACTIONS(1336), 1, anon_sym_await, - ACTIONS(862), 1, + ACTIONS(1338), 1, anon_sym_type, - ACTIONS(1088), 1, + ACTIONS(1340), 1, sym_python_identifier, - ACTIONS(1168), 1, - anon_sym_STAR, - STATE(849), 1, + STATE(900), 1, sym_python_string, - STATE(875), 1, + STATE(1093), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1321), 1, sym_list_splat_pattern, - STATE(1569), 1, + STATE(1818), 1, sym_expression, - STATE(2400), 1, + STATE(2474), 1, sym__named_expression_lhs, - ACTIONS(533), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(852), 4, + STATE(1247), 2, + sym_attribute, + sym_subscript, + ACTIONS(1334), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 5, + ACTIONS(608), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1578), 7, + STATE(1624), 7, sym_named_expression, sym_not_operator, sym_boolean_operator, @@ -65151,11 +65162,9 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda, sym_as_pattern, sym_conditional_expression, - STATE(1237), 16, + STATE(1316), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -65173,7 +65182,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(272), 1, + ACTIONS(269), 1, anon_sym_COMMA, ACTIONS(1342), 1, anon_sym_for, @@ -65196,7 +65205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(270), 15, + ACTIONS(267), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -65212,7 +65221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 17, + ACTIONS(265), 17, sym__newline, anon_sym_LBRACK, anon_sym_LPAREN, @@ -65243,7 +65252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(1359), 1, anon_sym_COMMA, - STATE(1868), 1, + STATE(1842), 1, sym_type_parameter, ACTIONS(1350), 13, anon_sym_PLUS_EQ, @@ -65301,11 +65310,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_except, ACTIONS(1372), 1, anon_sym_finally, - STATE(617), 1, + STATE(612), 1, sym_else_clause, - STATE(659), 1, + STATE(661), 1, sym_finally_clause, - STATE(563), 2, + STATE(561), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(1364), 9, @@ -65352,67 +65361,66 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [44624] = 9, + [44624] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1368), 1, - anon_sym_else, - ACTIONS(1372), 1, - anon_sym_finally, - ACTIONS(1374), 1, - anon_sym_except_STAR, - STATE(617), 1, - sym_else_clause, - STATE(659), 1, - sym_finally_clause, - STATE(561), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(1364), 9, - sym__dedent, - sym_string_start, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(251), 1, + anon_sym_EQ, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(269), 1, + anon_sym_COMMA, + ACTIONS(315), 1, + anon_sym_COLON, + ACTIONS(255), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(267), 15, anon_sym_STAR, + anon_sym_GT_GT, anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - ACTIONS(1366), 33, - sym_identifier, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, + anon_sym_DASH, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(265), 17, + sym__newline, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, anon_sym_not, - anon_sym_DASH, - anon_sym_lambda, - anon_sym_yield, - anon_sym_await, - anon_sym_match, - anon_sym_type, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - [44693] = 9, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [44691] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1368), 1, @@ -65421,14 +65429,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_except, ACTIONS(1372), 1, anon_sym_finally, - STATE(619), 1, + STATE(623), 1, sym_else_clause, - STATE(662), 1, + STATE(663), 1, sym_finally_clause, - STATE(563), 2, + STATE(561), 2, sym_except_clause, aux_sym_try_statement_repeat1, - ACTIONS(1376), 9, + ACTIONS(1374), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -65438,7 +65446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1378), 33, + ACTIONS(1376), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -65472,17 +65480,138 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [44762] = 7, + [44760] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, + ACTIONS(1368), 1, + anon_sym_else, + ACTIONS(1372), 1, + anon_sym_finally, + ACTIONS(1378), 1, + anon_sym_except_STAR, + STATE(623), 1, + sym_else_clause, + STATE(663), 1, + sym_finally_clause, + STATE(560), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + ACTIONS(1374), 9, + sym__dedent, + sym_string_start, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + ACTIONS(1376), 33, + sym_identifier, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_not, + anon_sym_DASH, + anon_sym_lambda, + anon_sym_yield, + anon_sym_await, + anon_sym_match, + anon_sym_type, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + [44829] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, + anon_sym_else, + ACTIONS(1372), 1, + anon_sym_finally, + ACTIONS(1378), 1, + anon_sym_except_STAR, + STATE(612), 1, + sym_else_clause, + STATE(661), 1, + sym_finally_clause, + STATE(560), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + ACTIONS(1364), 9, + sym__dedent, + sym_string_start, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + ACTIONS(1366), 33, + sym_identifier, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_not, + anon_sym_DASH, + anon_sym_lambda, + anon_sym_yield, + anon_sym_await, + anon_sym_match, + anon_sym_type, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + [44898] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(251), 1, + anon_sym_EQ, + ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(1359), 1, + ACTIONS(269), 1, anon_sym_COMMA, - ACTIONS(1346), 2, - anon_sym_EQ, + ACTIONS(315), 1, anon_sym_COLON, - ACTIONS(1350), 13, + ACTIONS(255), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -65496,7 +65625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1362), 15, + ACTIONS(267), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -65512,7 +65641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 17, + ACTIONS(265), 17, sym__newline, anon_sym_LBRACK, anon_sym_LPAREN, @@ -65530,17 +65659,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [44827] = 7, + [44965] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, + ACTIONS(1348), 1, anon_sym_COLON_EQ, - ACTIONS(272), 1, + ACTIONS(1359), 1, anon_sym_COMMA, - ACTIONS(251), 2, + ACTIONS(1346), 2, anon_sym_EQ, anon_sym_COLON, - ACTIONS(255), 13, + ACTIONS(1350), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -65554,7 +65683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(270), 15, + ACTIONS(1362), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -65570,7 +65699,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 17, + ACTIONS(1357), 17, sym__newline, anon_sym_LBRACK, anon_sym_LPAREN, @@ -65588,77 +65717,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [44892] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1368), 1, - anon_sym_else, - ACTIONS(1372), 1, - anon_sym_finally, - ACTIONS(1374), 1, - anon_sym_except_STAR, - STATE(619), 1, - sym_else_clause, - STATE(662), 1, - sym_finally_clause, - STATE(561), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(1376), 9, - sym__dedent, - sym_string_start, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - ACTIONS(1378), 33, - sym_identifier, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_not, - anon_sym_DASH, - anon_sym_lambda, - anon_sym_yield, - anon_sym_await, - anon_sym_match, - anon_sym_type, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - [44961] = 8, + [45030] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(251), 1, - anon_sym_EQ, ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(260), 1, - anon_sym_COLON, - ACTIONS(272), 1, + ACTIONS(269), 1, anon_sym_COMMA, + ACTIONS(251), 2, + anon_sym_EQ, + anon_sym_COLON, ACTIONS(255), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -65673,7 +65741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(270), 15, + ACTIONS(267), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -65689,7 +65757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 17, + ACTIONS(265), 17, sym__newline, anon_sym_LBRACK, anon_sym_LPAREN, @@ -65707,12 +65775,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [45028] = 7, + [45095] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(272), 1, + ACTIONS(269), 1, anon_sym_COMMA, ACTIONS(251), 2, anon_sym_EQ, @@ -65731,7 +65799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(270), 15, + ACTIONS(267), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -65747,7 +65815,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 17, + ACTIONS(265), 17, sym__newline, anon_sym_LBRACK, anon_sym_LPAREN, @@ -65765,18 +65833,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [45093] = 8, + [45160] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(251), 1, + ACTIONS(1380), 1, anon_sym_EQ, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(260), 1, + ACTIONS(1386), 2, anon_sym_COLON, - ACTIONS(272), 1, anon_sym_COMMA, - ACTIONS(255), 13, + ACTIONS(1382), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -65790,7 +65855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(270), 15, + ACTIONS(1389), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -65806,7 +65871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 17, + ACTIONS(1384), 17, sym__newline, anon_sym_LBRACK, anon_sym_LPAREN, @@ -65824,89 +65889,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [45160] = 23, + [45222] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(1380), 1, - anon_sym_LBRACK, - ACTIONS(1382), 1, - anon_sym_LPAREN, - ACTIONS(1384), 1, - anon_sym_STAR, - ACTIONS(1388), 1, - anon_sym_await, - ACTIONS(1390), 1, - anon_sym_type, - ACTIONS(1392), 1, - sym_python_identifier, - STATE(867), 1, - sym_python_string, - STATE(1399), 1, - sym_list_splat_pattern, - STATE(1429), 1, - sym_primary_expression, - STATE(1859), 1, - sym_pattern, - ACTIONS(461), 2, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1401), 2, - sym_attribute, - sym_subscript, - STATE(1821), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(780), 4, + ACTIONS(1391), 1, anon_sym_EQ, + ACTIONS(1397), 2, anon_sym_COLON, - anon_sym_RBRACE, - sym_type_conversion, - ACTIONS(1386), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1311), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [45256] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1346), 1, - anon_sym_EQ, - ACTIONS(1396), 1, anon_sym_COMMA, - ACTIONS(1350), 14, + ACTIONS(1393), 13, anon_sym_PLUS_EQ, - anon_sym_COLON, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -65919,7 +65911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1399), 15, + ACTIONS(1400), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -65935,7 +65927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1394), 17, + ACTIONS(1395), 17, sym__newline, anon_sym_LBRACK, anon_sym_LPAREN, @@ -65953,11 +65945,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [45318] = 3, + [45284] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 16, + ACTIONS(1391), 1, anon_sym_EQ, + ACTIONS(1397), 1, + anon_sym_COMMA, + ACTIONS(1393), 14, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + ACTIONS(1400), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -65973,15 +65983,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 32, + ACTIONS(1395), 17, sym__newline, - anon_sym_PLUS_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_DOT, - anon_sym_COMMA, anon_sym_as, anon_sym_in, anon_sym_if, @@ -65994,6 +66001,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, + [45346] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1346), 1, + anon_sym_EQ, + ACTIONS(1359), 2, + anon_sym_COLON, + anon_sym_COMMA, + ACTIONS(1350), 13, + anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -66006,14 +66023,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [45374] = 6, + ACTIONS(1362), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 17, + sym__newline, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [45408] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1405), 1, + ACTIONS(1380), 1, anon_sym_EQ, - ACTIONS(1411), 1, + ACTIONS(1386), 1, anon_sym_COMMA, - ACTIONS(1407), 14, + ACTIONS(1382), 14, anon_sym_PLUS_EQ, anon_sym_COLON, anon_sym_DASH_EQ, @@ -66028,7 +66079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1414), 15, + ACTIONS(1389), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -66044,7 +66095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1409), 17, + ACTIONS(1384), 17, sym__newline, anon_sym_LBRACK, anon_sym_LPAREN, @@ -66062,11 +66113,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [45436] = 3, + [45470] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 16, + ACTIONS(1414), 1, + anon_sym_PIPE, + ACTIONS(1406), 2, + anon_sym_LBRACK, + anon_sym_LPAREN, + ACTIONS(1409), 2, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(1402), 3, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1411), 12, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -66076,20 +66138,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, - anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1403), 32, + ACTIONS(1404), 28, sym__newline, anon_sym_PLUS_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_in, @@ -66115,14 +66170,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [45492] = 5, + [45534] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(440), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 3, + ACTIONS(495), 3, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -66170,29 +66225,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [45552] = 6, + [45594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1416), 1, + ACTIONS(1416), 16, anon_sym_EQ, - ACTIONS(1422), 1, - anon_sym_COMMA, - ACTIONS(1418), 14, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(1425), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -66208,12 +66245,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1420), 17, + ACTIONS(1418), 32, sym__newline, + anon_sym_PLUS_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_DOT, + anon_sym_COMMA, anon_sym_as, anon_sym_in, anon_sym_if, @@ -66226,11 +66266,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [45614] = 3, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [45650] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1427), 16, + ACTIONS(440), 3, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(495), 3, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + ACTIONS(452), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -66244,16 +66303,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1429), 32, + ACTIONS(442), 29, sym__newline, anon_sym_PLUS_EQ, - anon_sym_LBRACK, anon_sym_COLON, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_in, @@ -66279,16 +66333,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [45670] = 6, + [45710] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1346), 1, anon_sym_EQ, - ACTIONS(1359), 2, - anon_sym_COLON, + ACTIONS(1422), 1, anon_sym_COMMA, - ACTIONS(1350), 13, + ACTIONS(1350), 14, anon_sym_PLUS_EQ, + anon_sym_COLON, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -66301,7 +66355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1362), 15, + ACTIONS(1425), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -66317,7 +66371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 17, + ACTIONS(1420), 17, sym__newline, anon_sym_LBRACK, anon_sym_LPAREN, @@ -66335,73 +66389,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [45732] = 7, + [45772] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1443), 1, - anon_sym_PIPE, - ACTIONS(1435), 2, - anon_sym_LBRACK, - anon_sym_LPAREN, - ACTIONS(1438), 2, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(1431), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1440), 12, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1433), 28, - sym__newline, - anon_sym_PLUS_EQ, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [45796] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1416), 1, + ACTIONS(1346), 1, anon_sym_EQ, - ACTIONS(1422), 2, - anon_sym_COLON, + ACTIONS(1359), 1, anon_sym_COMMA, - ACTIONS(1418), 13, + ACTIONS(1350), 14, anon_sym_PLUS_EQ, + anon_sym_COLON, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -66414,7 +66411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1425), 15, + ACTIONS(1362), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -66430,7 +66427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1420), 17, + ACTIONS(1357), 17, sym__newline, anon_sym_LBRACK, anon_sym_LPAREN, @@ -66448,7 +66445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [45858] = 23, + [45834] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -66461,33 +66458,33 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1380), 1, + ACTIONS(1427), 1, anon_sym_LBRACK, - ACTIONS(1382), 1, + ACTIONS(1429), 1, anon_sym_LPAREN, - ACTIONS(1384), 1, + ACTIONS(1431), 1, anon_sym_STAR, - ACTIONS(1388), 1, + ACTIONS(1435), 1, anon_sym_await, - ACTIONS(1390), 1, + ACTIONS(1437), 1, anon_sym_type, - ACTIONS(1392), 1, + ACTIONS(1439), 1, sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1399), 1, + STATE(1395), 1, sym_list_splat_pattern, - STATE(1429), 1, + STATE(1440), 1, sym_primary_expression, - STATE(1859), 1, + STATE(1830), 1, sym_pattern, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1401), 2, + STATE(1399), 2, sym_attribute, sym_subscript, - STATE(1821), 2, + STATE(1841), 2, sym_tuple_pattern, sym_list_pattern, ACTIONS(796), 4, @@ -66495,7 +66492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_RBRACE, sym_type_conversion, - ACTIONS(1386), 4, + ACTIONS(1433), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -66506,7 +66503,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -66521,16 +66518,16 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [45954] = 6, + [45930] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1346), 1, anon_sym_EQ, - ACTIONS(1359), 1, + ACTIONS(1422), 2, + anon_sym_COLON, anon_sym_COMMA, - ACTIONS(1350), 14, + ACTIONS(1350), 13, anon_sym_PLUS_EQ, - anon_sym_COLON, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -66543,7 +66540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1362), 15, + ACTIONS(1425), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -66559,7 +66556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 17, + ACTIONS(1420), 17, sym__newline, anon_sym_LBRACK, anon_sym_LPAREN, @@ -66577,10 +66574,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46016] = 3, + [45992] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1445), 16, + ACTIONS(1441), 16, anon_sym_EQ, anon_sym_STAR, anon_sym_GT_GT, @@ -66597,7 +66594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1447), 32, + ACTIONS(1443), 32, sym__newline, anon_sym_PLUS_EQ, anon_sym_LBRACK, @@ -66630,18 +66627,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [46072] = 5, + [46048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1431), 3, + ACTIONS(1441), 16, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1435), 3, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - ACTIONS(1440), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -66655,11 +66645,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1433), 29, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1443), 32, sym__newline, anon_sym_PLUS_EQ, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, anon_sym_SEMI, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_in, @@ -66685,67 +66680,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [46132] = 6, + [46104] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1405), 1, - anon_sym_EQ, - ACTIONS(1411), 2, - anon_sym_COLON, - anon_sym_COMMA, - ACTIONS(1407), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(1414), 15, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, + anon_sym_DASH, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(1427), 1, + anon_sym_LBRACK, + ACTIONS(1429), 1, + anon_sym_LPAREN, + ACTIONS(1431), 1, anon_sym_STAR, - anon_sym_GT_GT, + ACTIONS(1435), 1, + anon_sym_await, + ACTIONS(1437), 1, + anon_sym_type, + ACTIONS(1439), 1, + sym_python_identifier, + STATE(836), 1, + sym_python_string, + STATE(1395), 1, + sym_list_splat_pattern, + STATE(1440), 1, + sym_primary_expression, + STATE(1830), 1, + sym_pattern, + ACTIONS(461), 2, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, + anon_sym_TILDE, + STATE(1399), 2, + sym_attribute, + sym_subscript, + STATE(1841), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(780), 4, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RBRACE, + sym_type_conversion, + ACTIONS(1433), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [46200] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1402), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1409), 17, - sym__newline, + ACTIONS(1406), 3, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_DOT, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [46194] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1449), 16, - anon_sym_EQ, + ACTIONS(1411), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -66759,16 +66778,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1451), 32, + ACTIONS(1404), 29, sym__newline, anon_sym_PLUS_EQ, - anon_sym_LBRACK, anon_sym_COLON, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_in, @@ -66794,10 +66808,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [46250] = 3, + [46260] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 16, + ACTIONS(1445), 16, anon_sym_EQ, anon_sym_STAR, anon_sym_GT_GT, @@ -66814,7 +66828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 32, + ACTIONS(1447), 32, sym__newline, anon_sym_PLUS_EQ, anon_sym_LBRACK, @@ -66847,10 +66861,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [46306] = 3, + [46316] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 16, + ACTIONS(1449), 16, anon_sym_EQ, anon_sym_STAR, anon_sym_GT_GT, @@ -66867,7 +66881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 32, + ACTIONS(1451), 32, sym__newline, anon_sym_PLUS_EQ, anon_sym_LBRACK, @@ -66900,18 +66914,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [46362] = 5, + [46372] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(440), 3, + ACTIONS(1416), 16, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(577), 3, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - ACTIONS(452), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -66925,11 +66932,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(442), 29, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1418), 32, sym__newline, anon_sym_PLUS_EQ, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, anon_sym_SEMI, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_in, @@ -66955,29 +66967,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [46422] = 6, + [46428] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1346), 1, + ACTIONS(1453), 16, anon_sym_EQ, - ACTIONS(1396), 2, - anon_sym_COLON, - anon_sym_COMMA, - ACTIONS(1350), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(1399), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -66993,12 +66987,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1394), 17, + ACTIONS(1455), 32, sym__newline, + anon_sym_PLUS_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_DOT, + anon_sym_COMMA, anon_sym_as, anon_sym_in, anon_sym_if, @@ -67011,19 +67008,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46484] = 8, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [46484] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 1, - anon_sym_elif, - ACTIONS(1463), 1, - anon_sym_else, - STATE(565), 1, - aux_sym_if_statement_repeat1, - STATE(615), 1, - sym_elif_clause, - STATE(649), 1, - sym_else_clause, + anon_sym_except_STAR, + STATE(560), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, ACTIONS(1457), 9, sym__dedent, sym_string_start, @@ -67034,7 +67038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1459), 33, + ACTIONS(1459), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -67050,10 +67054,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, + anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_finally, anon_sym_with, anon_sym_not, anon_sym_DASH, @@ -67068,15 +67074,15 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [46549] = 5, + [46543] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, - anon_sym_except_STAR, + ACTIONS(1468), 1, + anon_sym_except, STATE(561), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(1465), 9, + sym_except_clause, + aux_sym_try_statement_repeat1, + ACTIONS(1464), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -67086,7 +67092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1467), 35, + ACTIONS(1466), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -67122,72 +67128,20 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [46608] = 8, + [46602] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, + ACTIONS(1475), 1, anon_sym_elif, - ACTIONS(1463), 1, + ACTIONS(1477), 1, anon_sym_else, - STATE(567), 1, + STATE(568), 1, aux_sym_if_statement_repeat1, - STATE(615), 1, + STATE(614), 1, sym_elif_clause, - STATE(671), 1, + STATE(653), 1, sym_else_clause, - ACTIONS(1472), 9, - sym__dedent, - sym_string_start, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - ACTIONS(1474), 33, - sym_identifier, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_not, - anon_sym_DASH, - anon_sym_lambda, - anon_sym_yield, - anon_sym_await, - anon_sym_match, - anon_sym_type, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - [46673] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1480), 1, - anon_sym_except, - STATE(563), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - ACTIONS(1476), 9, + ACTIONS(1471), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -67197,7 +67151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1478), 35, + ACTIONS(1473), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -67213,12 +67167,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, - anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_finally, anon_sym_with, anon_sym_not, anon_sym_DASH, @@ -67233,20 +67185,20 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [46732] = 8, + [46667] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, + ACTIONS(1475), 1, anon_sym_elif, - ACTIONS(1463), 1, + ACTIONS(1477), 1, anon_sym_else, - STATE(562), 1, + STATE(568), 1, aux_sym_if_statement_repeat1, - STATE(615), 1, + STATE(614), 1, sym_elif_clause, - STATE(658), 1, + STATE(673), 1, sym_else_clause, - ACTIONS(1483), 9, + ACTIONS(1479), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -67256,7 +67208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1485), 33, + ACTIONS(1481), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -67290,20 +67242,20 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [46797] = 8, + [46732] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 1, + ACTIONS(1475), 1, anon_sym_elif, - ACTIONS(1463), 1, + ACTIONS(1477), 1, anon_sym_else, - STATE(567), 1, + STATE(562), 1, aux_sym_if_statement_repeat1, - STATE(615), 1, + STATE(614), 1, sym_elif_clause, - STATE(640), 1, + STATE(654), 1, sym_else_clause, - ACTIONS(1487), 9, + ACTIONS(1483), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -67313,7 +67265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1489), 33, + ACTIONS(1485), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -67347,88 +67299,20 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [46862] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(1491), 1, - anon_sym_LBRACK, - ACTIONS(1493), 1, - anon_sym_LPAREN, - ACTIONS(1495), 1, - anon_sym_RPAREN, - ACTIONS(1497), 1, - anon_sym_STAR, - ACTIONS(1501), 1, - anon_sym_await, - ACTIONS(1503), 1, - anon_sym_type, - ACTIONS(1505), 1, - sym_python_identifier, - STATE(867), 1, - sym_python_string, - STATE(1433), 1, - sym_list_splat_pattern, - STATE(1451), 1, - sym_primary_expression, - STATE(2070), 1, - sym_pattern, - STATE(2359), 1, - sym__patterns, - ACTIONS(461), 2, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1442), 2, - sym_attribute, - sym_subscript, - STATE(2161), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(1499), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1311), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [46958] = 6, + [46797] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1511), 1, + ACTIONS(1475), 1, anon_sym_elif, - STATE(567), 1, + ACTIONS(1477), 1, + anon_sym_else, + STATE(563), 1, aux_sym_if_statement_repeat1, - STATE(615), 1, + STATE(614), 1, sym_elif_clause, - ACTIONS(1507), 9, + STATE(656), 1, + sym_else_clause, + ACTIONS(1487), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -67438,7 +67322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1509), 34, + ACTIONS(1489), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -67454,7 +67338,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, - anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, @@ -67473,7 +67356,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [47018] = 24, + [46862] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -67490,6 +67373,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(1493), 1, anon_sym_LPAREN, + ACTIONS(1495), 1, + anon_sym_RPAREN, ACTIONS(1497), 1, anon_sym_STAR, ACTIONS(1501), 1, @@ -67498,25 +67383,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, ACTIONS(1505), 1, sym_python_identifier, - ACTIONS(1514), 1, - anon_sym_RPAREN, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1433), 1, - sym_list_splat_pattern, - STATE(1451), 1, + STATE(1442), 1, sym_primary_expression, - STATE(2070), 1, + STATE(1461), 1, + sym_list_splat_pattern, + STATE(2075), 1, sym_pattern, - STATE(2375), 1, + STATE(2384), 1, sym__patterns, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1442), 2, + STATE(1458), 2, sym_attribute, sym_subscript, - STATE(2161), 2, + STATE(2166), 2, sym_tuple_pattern, sym_list_pattern, ACTIONS(1499), 4, @@ -67530,7 +67413,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -67545,57 +67428,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [47114] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1516), 10, - sym__dedent, - sym_string_start, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_except_STAR, - anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - ACTIONS(1518), 35, - sym_identifier, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_not, - anon_sym_DASH, - anon_sym_lambda, - anon_sym_yield, - anon_sym_await, - anon_sym_match, - anon_sym_type, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - [47167] = 23, + [46958] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -67620,23 +67453,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_type, ACTIONS(1505), 1, sym_python_identifier, - ACTIONS(1520), 1, + ACTIONS(1507), 1, anon_sym_RPAREN, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1433), 1, - sym_list_splat_pattern, - STATE(1451), 1, + STATE(1442), 1, sym_primary_expression, - STATE(2214), 1, + STATE(1461), 1, + sym_list_splat_pattern, + STATE(2075), 1, sym_pattern, + STATE(2289), 1, + sym__patterns, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1442), 2, + STATE(1458), 2, sym_attribute, sym_subscript, - STATE(2161), 2, + STATE(2166), 2, sym_tuple_pattern, sym_list_pattern, ACTIONS(1499), 4, @@ -67650,7 +67485,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -67665,10 +67500,16 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [47260] = 3, + [47054] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1522), 9, + ACTIONS(1513), 1, + anon_sym_elif, + STATE(568), 1, + aux_sym_if_statement_repeat1, + STATE(614), 1, + sym_elif_clause, + ACTIONS(1509), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -67678,7 +67519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1524), 36, + ACTIONS(1511), 34, sym_identifier, anon_sym_import, anon_sym_from, @@ -67699,8 +67540,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, - anon_sym_finally, anon_sym_with, anon_sym_not, anon_sym_DASH, @@ -67715,10 +67554,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [47313] = 3, + [47114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1526), 9, + ACTIONS(1516), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -67728,7 +67567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1528), 36, + ACTIONS(1518), 36, sym_identifier, anon_sym_import, anon_sym_from, @@ -67765,10 +67604,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [47366] = 3, + [47167] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1530), 9, + ACTIONS(1520), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -67778,7 +67617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1532), 36, + ACTIONS(1522), 36, sym_identifier, anon_sym_import, anon_sym_from, @@ -67815,57 +67654,147 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [47419] = 3, + [47220] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1534), 9, - sym__dedent, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, + anon_sym_DASH, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, sym_string_start, + ACTIONS(1524), 1, anon_sym_LBRACK, + ACTIONS(1526), 1, + anon_sym_RBRACK, + ACTIONS(1528), 1, anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(1530), 1, anon_sym_STAR, + ACTIONS(1534), 1, + anon_sym_await, + ACTIONS(1536), 1, + anon_sym_type, + ACTIONS(1538), 1, + sym_python_identifier, + STATE(836), 1, + sym_python_string, + STATE(1435), 1, + sym_list_splat_pattern, + STATE(1465), 1, + sym_primary_expression, + STATE(2262), 1, + sym_pattern, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - ACTIONS(1536), 36, - sym_identifier, - anon_sym_import, - anon_sym_from, + STATE(1434), 2, + sym_attribute, + sym_subscript, + STATE(2251), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(1532), 4, anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_if, - anon_sym_else, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_not, + anon_sym_match, + ACTIONS(467), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [47313] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, anon_sym_DASH, - anon_sym_lambda, - anon_sym_yield, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(1540), 1, + anon_sym_LBRACK, + ACTIONS(1542), 1, + anon_sym_LPAREN, + ACTIONS(1544), 1, + anon_sym_STAR, + ACTIONS(1548), 1, anon_sym_await, - anon_sym_match, + ACTIONS(1550), 1, anon_sym_type, + ACTIONS(1552), 1, + sym_python_identifier, + STATE(836), 1, + sym_python_string, + STATE(1446), 1, + sym_primary_expression, + STATE(1456), 1, + sym_list_splat_pattern, + STATE(1961), 1, + sym_pattern, + STATE(2450), 1, + sym_pattern_list, + ACTIONS(461), 2, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1455), 2, + sym_attribute, + sym_subscript, + STATE(1491), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(1546), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - [47472] = 23, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [47406] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -67878,38 +67807,38 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1538), 1, - anon_sym_LBRACK, ACTIONS(1540), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(1542), 1, + anon_sym_LPAREN, + ACTIONS(1544), 1, anon_sym_STAR, - ACTIONS(1546), 1, - anon_sym_await, ACTIONS(1548), 1, - anon_sym_type, + anon_sym_await, ACTIONS(1550), 1, + anon_sym_type, + ACTIONS(1552), 1, sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1457), 1, + STATE(1446), 1, sym_primary_expression, - STATE(1471), 1, + STATE(1456), 1, sym_list_splat_pattern, - STATE(1957), 1, + STATE(1975), 1, sym_pattern, - STATE(2442), 1, + STATE(2426), 1, sym_pattern_list, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1470), 2, + STATE(1455), 2, sym_attribute, sym_subscript, - STATE(1482), 2, + STATE(1491), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(1544), 4, + ACTIONS(1546), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -67920,7 +67849,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -67935,10 +67864,10 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [47565] = 3, + [47499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1516), 9, + ACTIONS(1554), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -67948,7 +67877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1518), 36, + ACTIONS(1556), 36, sym_identifier, anon_sym_import, anon_sym_from, @@ -67985,10 +67914,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [47618] = 3, + [47552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1552), 9, + ACTIONS(1558), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -67998,7 +67927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1554), 36, + ACTIONS(1560), 36, sym_identifier, anon_sym_import, anon_sym_from, @@ -68035,80 +67964,60 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [47671] = 23, + [47605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(1562), 9, + sym__dedent, sym_string_start, - ACTIONS(1538), 1, anon_sym_LBRACK, - ACTIONS(1540), 1, anon_sym_LPAREN, - ACTIONS(1542), 1, + anon_sym_LBRACE, anon_sym_STAR, - ACTIONS(1546), 1, - anon_sym_await, - ACTIONS(1548), 1, - anon_sym_type, - ACTIONS(1550), 1, - sym_python_identifier, - STATE(867), 1, - sym_python_string, - STATE(1457), 1, - sym_primary_expression, - STATE(1471), 1, - sym_list_splat_pattern, - STATE(1956), 1, - sym_pattern, - STATE(2445), 1, - sym_pattern_list, - ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1470), 2, - sym_attribute, - sym_subscript, - STATE(1482), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(1544), 4, + sym_ellipsis, + ACTIONS(1564), 36, + sym_identifier, + anon_sym_import, + anon_sym_from, anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_global, + anon_sym_nonlocal, anon_sym_exec, + anon_sym_if, + anon_sym_else, anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_not, + anon_sym_DASH, + anon_sym_lambda, + anon_sym_yield, + anon_sym_await, anon_sym_match, - ACTIONS(467), 5, + anon_sym_type, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [47764] = 3, + sym_python_identifier, + [47658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1556), 9, + ACTIONS(1566), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -68118,7 +68027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1558), 36, + ACTIONS(1568), 36, sym_identifier, anon_sym_import, anon_sym_from, @@ -68155,77 +68064,57 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [47817] = 23, + [47711] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(1570), 9, + sym__dedent, sym_string_start, - ACTIONS(1538), 1, anon_sym_LBRACK, - ACTIONS(1540), 1, anon_sym_LPAREN, - ACTIONS(1542), 1, + anon_sym_LBRACE, anon_sym_STAR, - ACTIONS(1546), 1, - anon_sym_await, - ACTIONS(1548), 1, - anon_sym_type, - ACTIONS(1550), 1, - sym_python_identifier, - ACTIONS(1560), 1, - anon_sym_in, - STATE(867), 1, - sym_python_string, - STATE(1457), 1, - sym_primary_expression, - STATE(1471), 1, - sym_list_splat_pattern, - STATE(1474), 1, - sym_pattern, - ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1470), 2, - sym_attribute, - sym_subscript, - STATE(1482), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(1544), 4, + sym_ellipsis, + ACTIONS(1572), 36, + sym_identifier, + anon_sym_import, + anon_sym_from, anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_global, + anon_sym_nonlocal, anon_sym_exec, + anon_sym_if, + anon_sym_else, anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_not, + anon_sym_DASH, + anon_sym_lambda, + anon_sym_yield, + anon_sym_await, anon_sym_match, - ACTIONS(467), 5, + anon_sym_type, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [47910] = 23, + sym_python_identifier, + [47764] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -68238,38 +68127,38 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1538), 1, - anon_sym_LBRACK, ACTIONS(1540), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(1542), 1, + anon_sym_LPAREN, + ACTIONS(1544), 1, anon_sym_STAR, - ACTIONS(1546), 1, - anon_sym_await, ACTIONS(1548), 1, - anon_sym_type, + anon_sym_await, ACTIONS(1550), 1, + anon_sym_type, + ACTIONS(1552), 1, sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1457), 1, + STATE(1446), 1, sym_primary_expression, - STATE(1471), 1, + STATE(1456), 1, sym_list_splat_pattern, - STATE(1981), 1, + STATE(1944), 1, sym_pattern, - STATE(2391), 1, + STATE(2273), 1, sym_pattern_list, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1470), 2, + STATE(1455), 2, sym_attribute, sym_subscript, - STATE(1482), 2, + STATE(1491), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(1544), 4, + ACTIONS(1546), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -68280,7 +68169,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -68295,7 +68184,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [48003] = 23, + [47857] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -68308,38 +68197,38 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1538), 1, - anon_sym_LBRACK, ACTIONS(1540), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(1542), 1, + anon_sym_LPAREN, + ACTIONS(1544), 1, anon_sym_STAR, - ACTIONS(1546), 1, - anon_sym_await, ACTIONS(1548), 1, - anon_sym_type, + anon_sym_await, ACTIONS(1550), 1, + anon_sym_type, + ACTIONS(1552), 1, sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1457), 1, + STATE(1446), 1, sym_primary_expression, - STATE(1471), 1, + STATE(1456), 1, sym_list_splat_pattern, STATE(2004), 1, sym_pattern, - STATE(2487), 1, + STATE(2378), 1, sym_pattern_list, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1470), 2, + STATE(1455), 2, sym_attribute, sym_subscript, - STATE(1482), 2, + STATE(1491), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(1544), 4, + ACTIONS(1546), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -68350,7 +68239,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -68365,20 +68254,21 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [48096] = 3, + [47950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1562), 9, + ACTIONS(1574), 10, sym__dedent, sym_string_start, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1564), 36, + ACTIONS(1576), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -68399,7 +68289,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_not, @@ -68415,10 +68304,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [48149] = 3, + [48003] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1530), 10, + ACTIONS(1566), 10, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -68429,7 +68318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1532), 35, + ACTIONS(1568), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -68465,57 +68354,147 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [48202] = 3, + [48056] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1566), 10, - sym__dedent, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, + anon_sym_DASH, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, sym_string_start, + ACTIONS(1491), 1, anon_sym_LBRACK, + ACTIONS(1493), 1, anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(1497), 1, anon_sym_STAR, - anon_sym_except_STAR, + ACTIONS(1501), 1, + anon_sym_await, + ACTIONS(1503), 1, + anon_sym_type, + ACTIONS(1505), 1, + sym_python_identifier, + ACTIONS(1578), 1, + anon_sym_RPAREN, + STATE(836), 1, + sym_python_string, + STATE(1442), 1, + sym_primary_expression, + STATE(1461), 1, + sym_list_splat_pattern, + STATE(2223), 1, + sym_pattern, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - ACTIONS(1568), 35, - sym_identifier, - anon_sym_import, - anon_sym_from, + STATE(1458), 2, + sym_attribute, + sym_subscript, + STATE(2166), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(1499), 4, anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_if, - anon_sym_else, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_not, + anon_sym_match, + ACTIONS(467), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [48149] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, anon_sym_DASH, - anon_sym_lambda, - anon_sym_yield, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(1540), 1, + anon_sym_LBRACK, + ACTIONS(1542), 1, + anon_sym_LPAREN, + ACTIONS(1544), 1, + anon_sym_STAR, + ACTIONS(1548), 1, anon_sym_await, - anon_sym_match, + ACTIONS(1550), 1, anon_sym_type, + ACTIONS(1552), 1, + sym_python_identifier, + STATE(836), 1, + sym_python_string, + STATE(1446), 1, + sym_primary_expression, + STATE(1456), 1, + sym_list_splat_pattern, + STATE(2030), 1, + sym_pattern, + STATE(2357), 1, + sym_pattern_list, + ACTIONS(461), 2, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1455), 2, + sym_attribute, + sym_subscript, + STATE(1491), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(1546), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - [48255] = 23, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [48242] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -68528,38 +68507,38 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1538), 1, + ACTIONS(1524), 1, anon_sym_LBRACK, - ACTIONS(1540), 1, + ACTIONS(1528), 1, anon_sym_LPAREN, - ACTIONS(1542), 1, + ACTIONS(1530), 1, anon_sym_STAR, - ACTIONS(1546), 1, + ACTIONS(1534), 1, anon_sym_await, - ACTIONS(1548), 1, + ACTIONS(1536), 1, anon_sym_type, - ACTIONS(1550), 1, + ACTIONS(1538), 1, sym_python_identifier, - ACTIONS(1570), 1, - anon_sym_in, - STATE(867), 1, + ACTIONS(1578), 1, + anon_sym_RBRACK, + STATE(836), 1, sym_python_string, - STATE(1457), 1, - sym_primary_expression, - STATE(1471), 1, + STATE(1435), 1, sym_list_splat_pattern, - STATE(1474), 1, + STATE(1465), 1, + sym_primary_expression, + STATE(2262), 1, sym_pattern, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1470), 2, + STATE(1434), 2, sym_attribute, sym_subscript, - STATE(1482), 2, + STATE(2251), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(1544), 4, + ACTIONS(1532), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -68570,7 +68549,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -68585,21 +68564,20 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [48348] = 3, + [48335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1552), 10, + ACTIONS(1580), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1554), 35, + ACTIONS(1582), 36, sym_identifier, anon_sym_import, anon_sym_from, @@ -68620,6 +68598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_not, @@ -68635,7 +68614,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [48401] = 23, + [48388] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -68648,38 +68627,38 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1520), 1, - anon_sym_RBRACK, - ACTIONS(1572), 1, + ACTIONS(1540), 1, anon_sym_LBRACK, - ACTIONS(1574), 1, + ACTIONS(1542), 1, anon_sym_LPAREN, - ACTIONS(1576), 1, + ACTIONS(1544), 1, anon_sym_STAR, - ACTIONS(1580), 1, + ACTIONS(1548), 1, anon_sym_await, - ACTIONS(1582), 1, + ACTIONS(1550), 1, anon_sym_type, - ACTIONS(1584), 1, + ACTIONS(1552), 1, sym_python_identifier, - STATE(867), 1, + ACTIONS(1584), 1, + anon_sym_in, + STATE(836), 1, sym_python_string, - STATE(1453), 1, - sym_list_splat_pattern, - STATE(1469), 1, + STATE(1446), 1, sym_primary_expression, - STATE(2222), 1, + STATE(1456), 1, + sym_list_splat_pattern, + STATE(1477), 1, sym_pattern, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1452), 2, + STATE(1455), 2, sym_attribute, sym_subscript, - STATE(2245), 2, + STATE(1491), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(1578), 4, + ACTIONS(1546), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -68690,7 +68669,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -68705,20 +68684,21 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [48494] = 3, + [48481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1586), 9, + ACTIONS(1554), 10, sym__dedent, sym_string_start, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1588), 36, + ACTIONS(1556), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -68739,7 +68719,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_not, @@ -68755,10 +68734,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [48547] = 3, + [48534] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1590), 10, + ACTIONS(1570), 10, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -68769,7 +68748,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1592), 35, + ACTIONS(1572), 35, + sym_identifier, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_if, + anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_not, + anon_sym_DASH, + anon_sym_lambda, + anon_sym_yield, + anon_sym_await, + anon_sym_match, + anon_sym_type, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + [48587] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1586), 9, + sym__dedent, + sym_string_start, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + ACTIONS(1588), 36, sym_identifier, anon_sym_import, anon_sym_from, @@ -68790,6 +68818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_not, @@ -68805,7 +68834,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [48600] = 23, + [48640] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -68818,38 +68847,38 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1538), 1, - anon_sym_LBRACK, ACTIONS(1540), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(1542), 1, + anon_sym_LPAREN, + ACTIONS(1544), 1, anon_sym_STAR, - ACTIONS(1546), 1, - anon_sym_await, ACTIONS(1548), 1, - anon_sym_type, + anon_sym_await, ACTIONS(1550), 1, + anon_sym_type, + ACTIONS(1552), 1, sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1457), 1, + STATE(1446), 1, sym_primary_expression, - STATE(1471), 1, + STATE(1456), 1, sym_list_splat_pattern, - STATE(1997), 1, + STATE(1989), 1, sym_pattern, - STATE(2365), 1, + STATE(2400), 1, sym_pattern_list, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1470), 2, + STATE(1455), 2, sym_attribute, sym_subscript, - STATE(1482), 2, + STATE(1491), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(1544), 4, + ACTIONS(1546), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -68860,7 +68889,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -68875,20 +68904,21 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [48693] = 3, + [48733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1594), 9, + ACTIONS(1590), 10, sym__dedent, sym_string_start, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1596), 36, + ACTIONS(1592), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -68909,7 +68939,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_not, @@ -68925,7 +68954,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [48746] = 23, + [48786] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -68938,38 +68967,38 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1491), 1, + ACTIONS(1540), 1, anon_sym_LBRACK, - ACTIONS(1493), 1, + ACTIONS(1542), 1, anon_sym_LPAREN, - ACTIONS(1497), 1, + ACTIONS(1544), 1, anon_sym_STAR, - ACTIONS(1501), 1, + ACTIONS(1548), 1, anon_sym_await, - ACTIONS(1503), 1, + ACTIONS(1550), 1, anon_sym_type, - ACTIONS(1505), 1, + ACTIONS(1552), 1, sym_python_identifier, - ACTIONS(1598), 1, - anon_sym_RPAREN, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1433), 1, - sym_list_splat_pattern, - STATE(1451), 1, + STATE(1446), 1, sym_primary_expression, - STATE(2214), 1, + STATE(1456), 1, + sym_list_splat_pattern, + STATE(1974), 1, sym_pattern, + STATE(2429), 1, + sym_pattern_list, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1442), 2, + STATE(1455), 2, sym_attribute, sym_subscript, - STATE(2161), 2, + STATE(1491), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(1499), 4, + ACTIONS(1546), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -68980,7 +69009,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -68995,94 +69024,23 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [48839] = 23, + [48879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(1594), 9, + sym__dedent, sym_string_start, - ACTIONS(1538), 1, anon_sym_LBRACK, - ACTIONS(1540), 1, anon_sym_LPAREN, - ACTIONS(1542), 1, + anon_sym_LBRACE, anon_sym_STAR, - ACTIONS(1546), 1, - anon_sym_await, - ACTIONS(1548), 1, - anon_sym_type, - ACTIONS(1550), 1, - sym_python_identifier, - STATE(867), 1, - sym_python_string, - STATE(1457), 1, - sym_primary_expression, - STATE(1471), 1, - sym_list_splat_pattern, - STATE(2007), 1, - sym_pattern, - STATE(2370), 1, - sym_pattern_list, - ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1470), 2, - sym_attribute, - sym_subscript, - STATE(1482), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(1544), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1311), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [48932] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1522), 10, - sym__dedent, - sym_string_start, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_except_STAR, - anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - ACTIONS(1524), 35, - sym_identifier, - anon_sym_import, - anon_sym_from, + sym_ellipsis, + ACTIONS(1596), 36, + sym_identifier, + anon_sym_import, + anon_sym_from, anon_sym_print, anon_sym_assert, anon_sym_return, @@ -69100,6 +69058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_not, @@ -69115,21 +69074,20 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [48985] = 3, + [48932] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 10, + ACTIONS(1598), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1602), 35, + ACTIONS(1600), 36, sym_identifier, anon_sym_import, anon_sym_from, @@ -69150,6 +69108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_not, @@ -69165,10 +69124,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [49038] = 3, + [48985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1526), 10, + ACTIONS(1602), 10, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -69179,56 +69138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1528), 35, - sym_identifier, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_if, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_not, - anon_sym_DASH, - anon_sym_lambda, - anon_sym_yield, - anon_sym_await, - anon_sym_match, - anon_sym_type, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - [49091] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1604), 9, - sym__dedent, - sym_string_start, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - ACTIONS(1606), 36, + ACTIONS(1604), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -69249,7 +69159,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_not, @@ -69265,7 +69174,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [49144] = 23, + [49038] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -69278,38 +69187,38 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1538), 1, + ACTIONS(1491), 1, anon_sym_LBRACK, - ACTIONS(1540), 1, + ACTIONS(1493), 1, anon_sym_LPAREN, - ACTIONS(1542), 1, + ACTIONS(1497), 1, anon_sym_STAR, - ACTIONS(1546), 1, + ACTIONS(1501), 1, anon_sym_await, - ACTIONS(1548), 1, + ACTIONS(1503), 1, anon_sym_type, - ACTIONS(1550), 1, + ACTIONS(1505), 1, sym_python_identifier, - STATE(867), 1, + ACTIONS(1526), 1, + anon_sym_RPAREN, + STATE(836), 1, sym_python_string, - STATE(1457), 1, + STATE(1442), 1, sym_primary_expression, - STATE(1471), 1, + STATE(1461), 1, sym_list_splat_pattern, - STATE(1968), 1, + STATE(2223), 1, sym_pattern, - STATE(2420), 1, - sym_pattern_list, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1470), 2, + STATE(1458), 2, sym_attribute, sym_subscript, - STATE(1482), 2, + STATE(2166), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(1544), 4, + ACTIONS(1499), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -69320,7 +69229,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -69335,77 +69244,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [49237] = 23, + [49131] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(1558), 10, + sym__dedent, sym_string_start, - ACTIONS(1538), 1, anon_sym_LBRACK, - ACTIONS(1540), 1, anon_sym_LPAREN, - ACTIONS(1542), 1, + anon_sym_LBRACE, anon_sym_STAR, - ACTIONS(1546), 1, - anon_sym_await, - ACTIONS(1548), 1, - anon_sym_type, - ACTIONS(1550), 1, - sym_python_identifier, - STATE(867), 1, - sym_python_string, - STATE(1457), 1, - sym_primary_expression, - STATE(1471), 1, - sym_list_splat_pattern, - STATE(1967), 1, - sym_pattern, - STATE(2423), 1, - sym_pattern_list, - ACTIONS(461), 2, + anon_sym_except_STAR, anon_sym_PLUS, anon_sym_TILDE, - STATE(1470), 2, - sym_attribute, - sym_subscript, - STATE(1482), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(1544), 4, + sym_ellipsis, + ACTIONS(1560), 35, + sym_identifier, + anon_sym_import, + anon_sym_from, anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_global, + anon_sym_nonlocal, anon_sym_exec, + anon_sym_if, + anon_sym_else, anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_not, + anon_sym_DASH, + anon_sym_lambda, + anon_sym_yield, + anon_sym_await, anon_sym_match, - ACTIONS(467), 5, + anon_sym_type, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [49330] = 23, + sym_python_identifier, + [49184] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -69418,38 +69307,38 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1572), 1, + ACTIONS(1540), 1, anon_sym_LBRACK, - ACTIONS(1574), 1, + ACTIONS(1542), 1, anon_sym_LPAREN, - ACTIONS(1576), 1, + ACTIONS(1544), 1, anon_sym_STAR, - ACTIONS(1580), 1, + ACTIONS(1548), 1, anon_sym_await, - ACTIONS(1582), 1, + ACTIONS(1550), 1, anon_sym_type, - ACTIONS(1584), 1, + ACTIONS(1552), 1, sym_python_identifier, - ACTIONS(1598), 1, - anon_sym_RBRACK, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1453), 1, - sym_list_splat_pattern, - STATE(1469), 1, + STATE(1446), 1, sym_primary_expression, - STATE(2222), 1, + STATE(1456), 1, + sym_list_splat_pattern, + STATE(1962), 1, sym_pattern, + STATE(2447), 1, + sym_pattern_list, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1452), 2, + STATE(1455), 2, sym_attribute, sym_subscript, - STATE(2245), 2, + STATE(1491), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(1578), 4, + ACTIONS(1546), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -69460,7 +69349,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -69475,10 +69364,10 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [49423] = 3, + [49277] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1608), 10, + ACTIONS(1562), 10, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -69489,7 +69378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1610), 35, + ACTIONS(1564), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -69525,20 +69414,21 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [49476] = 3, + [49330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1612), 9, + ACTIONS(1606), 10, sym__dedent, sym_string_start, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1614), 35, + ACTIONS(1608), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -69554,63 +69444,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_not, - anon_sym_DASH, - anon_sym_lambda, - anon_sym_yield, - anon_sym_await, - anon_sym_match, - anon_sym_type, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - [49528] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1463), 1, anon_sym_else, - STATE(672), 1, - sym_else_clause, - ACTIONS(1616), 9, - sym__dedent, - sym_string_start, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - ACTIONS(1618), 33, - sym_identifier, - anon_sym_import, - anon_sym_from, - anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_finally, anon_sym_with, anon_sym_not, anon_sym_DASH, @@ -69625,7 +69464,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [49584] = 22, + [49383] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -69638,36 +69477,38 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1572), 1, + ACTIONS(1540), 1, anon_sym_LBRACK, - ACTIONS(1574), 1, + ACTIONS(1542), 1, anon_sym_LPAREN, - ACTIONS(1576), 1, + ACTIONS(1544), 1, anon_sym_STAR, - ACTIONS(1580), 1, + ACTIONS(1548), 1, anon_sym_await, - ACTIONS(1582), 1, + ACTIONS(1550), 1, anon_sym_type, - ACTIONS(1584), 1, + ACTIONS(1552), 1, sym_python_identifier, - STATE(867), 1, + ACTIONS(1610), 1, + anon_sym_in, + STATE(836), 1, sym_python_string, - STATE(1453), 1, - sym_list_splat_pattern, - STATE(1469), 1, + STATE(1446), 1, sym_primary_expression, - STATE(2222), 1, + STATE(1456), 1, + sym_list_splat_pattern, + STATE(1477), 1, sym_pattern, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1452), 2, + STATE(1455), 2, sym_attribute, sym_subscript, - STATE(2245), 2, + STATE(1491), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(1578), 4, + ACTIONS(1546), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -69678,7 +69519,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -69693,7 +69534,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [49674] = 22, + [49476] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -69706,36 +69547,36 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(924), 1, + ACTIONS(1491), 1, anon_sym_LBRACK, - ACTIONS(926), 1, + ACTIONS(1493), 1, anon_sym_LPAREN, - ACTIONS(932), 1, + ACTIONS(1497), 1, + anon_sym_STAR, + ACTIONS(1501), 1, anon_sym_await, - ACTIONS(934), 1, + ACTIONS(1503), 1, anon_sym_type, - ACTIONS(936), 1, + ACTIONS(1505), 1, sym_python_identifier, - ACTIONS(1620), 1, - anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1376), 1, - sym_list_splat_pattern, - STATE(1461), 1, + STATE(1442), 1, sym_primary_expression, - STATE(1474), 1, + STATE(1461), 1, + sym_list_splat_pattern, + STATE(2223), 1, sym_pattern, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1389), 2, + STATE(1458), 2, sym_attribute, sym_subscript, - STATE(1482), 2, + STATE(2166), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(930), 4, + ACTIONS(1499), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -69746,7 +69587,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -69761,10 +69602,10 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [49764] = 3, + [49566] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1552), 9, + ACTIONS(1612), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -69774,7 +69615,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1554), 35, + ACTIONS(1614), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -69810,10 +69651,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [49816] = 3, + [49618] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1530), 9, + ACTIONS(1558), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -69823,7 +69664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1532), 35, + ACTIONS(1560), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -69859,61 +69700,146 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [49868] = 5, + [49670] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1463), 1, - anon_sym_else, - STATE(655), 1, - sym_else_clause, - ACTIONS(1622), 9, - sym__dedent, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, + anon_sym_DASH, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, sym_string_start, + ACTIONS(936), 1, anon_sym_LBRACK, + ACTIONS(938), 1, anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(944), 1, + anon_sym_await, + ACTIONS(946), 1, + anon_sym_type, + ACTIONS(948), 1, + sym_python_identifier, + ACTIONS(1616), 1, anon_sym_STAR, + STATE(836), 1, + sym_python_string, + STATE(1390), 1, + sym_list_splat_pattern, + STATE(1457), 1, + sym_primary_expression, + STATE(1477), 1, + sym_pattern, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - ACTIONS(1624), 33, - sym_identifier, - anon_sym_import, - anon_sym_from, + STATE(1389), 2, + sym_attribute, + sym_subscript, + STATE(1491), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(942), 4, anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_if, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_not, + anon_sym_match, + ACTIONS(467), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [49760] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, anon_sym_DASH, - anon_sym_lambda, - anon_sym_yield, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(782), 1, + anon_sym_LBRACK, + ACTIONS(784), 1, + anon_sym_LPAREN, + ACTIONS(790), 1, anon_sym_await, - anon_sym_match, + ACTIONS(792), 1, anon_sym_type, + ACTIONS(794), 1, + sym_python_identifier, + ACTIONS(1618), 1, + anon_sym_STAR, + STATE(836), 1, + sym_python_string, + STATE(1195), 1, + sym_list_splat_pattern, + STATE(1427), 1, + sym_pattern, + STATE(1436), 1, + sym_primary_expression, + ACTIONS(461), 2, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1197), 2, + sym_attribute, + sym_subscript, + STATE(1443), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(788), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - [49924] = 3, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [49850] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1522), 9, + ACTIONS(1554), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -69923,7 +69849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1524), 35, + ACTIONS(1556), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -69959,10 +69885,82 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [49976] = 3, + [49902] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1516), 9, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, + anon_sym_DASH, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(1427), 1, + anon_sym_LBRACK, + ACTIONS(1429), 1, + anon_sym_LPAREN, + ACTIONS(1431), 1, + anon_sym_STAR, + ACTIONS(1435), 1, + anon_sym_await, + ACTIONS(1437), 1, + anon_sym_type, + ACTIONS(1439), 1, + sym_python_identifier, + STATE(836), 1, + sym_python_string, + STATE(1395), 1, + sym_list_splat_pattern, + STATE(1440), 1, + sym_primary_expression, + STATE(1830), 1, + sym_pattern, + ACTIONS(461), 2, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1399), 2, + sym_attribute, + sym_subscript, + STATE(1841), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(1433), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [49992] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1477), 1, + anon_sym_else, + STATE(658), 1, + sym_else_clause, + ACTIONS(1620), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -69972,7 +69970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1518), 35, + ACTIONS(1622), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -69988,8 +69986,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, @@ -70008,7 +70004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [50028] = 22, + [50048] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -70021,36 +70017,36 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1380), 1, + ACTIONS(1524), 1, anon_sym_LBRACK, - ACTIONS(1382), 1, + ACTIONS(1528), 1, anon_sym_LPAREN, - ACTIONS(1384), 1, + ACTIONS(1530), 1, anon_sym_STAR, - ACTIONS(1388), 1, + ACTIONS(1534), 1, anon_sym_await, - ACTIONS(1390), 1, + ACTIONS(1536), 1, anon_sym_type, - ACTIONS(1392), 1, + ACTIONS(1538), 1, sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1399), 1, + STATE(1435), 1, sym_list_splat_pattern, - STATE(1429), 1, + STATE(1465), 1, sym_primary_expression, - STATE(1859), 1, + STATE(2262), 1, sym_pattern, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1401), 2, + STATE(1434), 2, sym_attribute, sym_subscript, - STATE(1821), 2, + STATE(2251), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(1386), 4, + ACTIONS(1532), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -70061,7 +70057,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -70076,7 +70072,58 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [50118] = 22, + [50138] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1372), 1, + anon_sym_finally, + STATE(667), 1, + sym_finally_clause, + ACTIONS(1624), 9, + sym__dedent, + sym_string_start, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + ACTIONS(1626), 33, + sym_identifier, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_not, + anon_sym_DASH, + anon_sym_lambda, + anon_sym_yield, + anon_sym_await, + anon_sym_match, + anon_sym_type, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + [50194] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(448), 1, @@ -70089,36 +70136,36 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1491), 1, + ACTIONS(1540), 1, anon_sym_LBRACK, - ACTIONS(1493), 1, + ACTIONS(1542), 1, anon_sym_LPAREN, - ACTIONS(1497), 1, + ACTIONS(1544), 1, anon_sym_STAR, - ACTIONS(1501), 1, + ACTIONS(1548), 1, anon_sym_await, - ACTIONS(1503), 1, + ACTIONS(1550), 1, anon_sym_type, - ACTIONS(1505), 1, + ACTIONS(1552), 1, sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1433), 1, - sym_list_splat_pattern, - STATE(1451), 1, + STATE(1446), 1, sym_primary_expression, - STATE(2214), 1, + STATE(1456), 1, + sym_list_splat_pattern, + STATE(1477), 1, sym_pattern, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1442), 2, + STATE(1455), 2, sym_attribute, sym_subscript, - STATE(2161), 2, + STATE(1491), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(1499), 4, + ACTIONS(1546), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -70129,7 +70176,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -70144,14 +70191,10 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [50208] = 5, + [50284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1463), 1, - anon_sym_else, - STATE(674), 1, - sym_else_clause, - ACTIONS(1626), 9, + ACTIONS(1628), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70161,7 +70204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1628), 33, + ACTIONS(1630), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -70177,6 +70220,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, @@ -70195,10 +70240,14 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [50264] = 3, + [50336] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1630), 9, + ACTIONS(1477), 1, + anon_sym_else, + STATE(677), 1, + sym_else_clause, + ACTIONS(1632), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70208,7 +70257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1632), 35, + ACTIONS(1634), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -70224,8 +70273,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, @@ -70244,10 +70291,14 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [50316] = 3, + [50392] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1526), 9, + ACTIONS(1477), 1, + anon_sym_else, + STATE(674), 1, + sym_else_clause, + ACTIONS(1636), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70257,7 +70308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1528), 35, + ACTIONS(1638), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -70273,8 +70324,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, @@ -70293,14 +70342,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [50368] = 5, + [50448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, - anon_sym_finally, - STATE(657), 1, - sym_finally_clause, - ACTIONS(1634), 9, + ACTIONS(1640), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70310,7 +70355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1636), 33, + ACTIONS(1642), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -70326,6 +70371,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, @@ -70344,14 +70391,14 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [50424] = 5, + [50500] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1463), 1, + ACTIONS(1477), 1, anon_sym_else, - STATE(675), 1, + STATE(668), 1, sym_else_clause, - ACTIONS(1638), 9, + ACTIONS(1644), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70361,7 +70408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1640), 33, + ACTIONS(1646), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -70395,14 +70442,14 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [50480] = 5, + [50556] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, - anon_sym_finally, - STATE(679), 1, - sym_finally_clause, - ACTIONS(1642), 9, + ACTIONS(1477), 1, + anon_sym_else, + STATE(640), 1, + sym_else_clause, + ACTIONS(1648), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70412,7 +70459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1644), 33, + ACTIONS(1650), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -70446,10 +70493,14 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [50536] = 3, + [50612] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1646), 9, + ACTIONS(1477), 1, + anon_sym_else, + STATE(676), 1, + sym_else_clause, + ACTIONS(1652), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70459,7 +70510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1648), 35, + ACTIONS(1654), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -70475,8 +70526,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, @@ -70495,150 +70544,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [50588] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(1538), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - anon_sym_LPAREN, - ACTIONS(1542), 1, - anon_sym_STAR, - ACTIONS(1546), 1, - anon_sym_await, - ACTIONS(1548), 1, - anon_sym_type, - ACTIONS(1550), 1, - sym_python_identifier, - STATE(867), 1, - sym_python_string, - STATE(1457), 1, - sym_primary_expression, - STATE(1471), 1, - sym_list_splat_pattern, - STATE(1474), 1, - sym_pattern, - ACTIONS(461), 2, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1470), 2, - sym_attribute, - sym_subscript, - STATE(1482), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(1544), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1311), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [50678] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(782), 1, - anon_sym_LBRACK, - ACTIONS(784), 1, - anon_sym_LPAREN, - ACTIONS(790), 1, - anon_sym_await, - ACTIONS(792), 1, - anon_sym_type, - ACTIONS(794), 1, - sym_python_identifier, - ACTIONS(1650), 1, - anon_sym_STAR, - STATE(867), 1, - sym_python_string, - STATE(1197), 1, - sym_list_splat_pattern, - STATE(1458), 1, - sym_primary_expression, - STATE(1466), 1, - sym_pattern, - ACTIONS(461), 2, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1198), 2, - sym_attribute, - sym_subscript, - STATE(1455), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(788), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1311), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [50768] = 5, + [50668] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1463), 1, - anon_sym_else, - STATE(669), 1, - sym_else_clause, - ACTIONS(1652), 9, + ACTIONS(1566), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70648,7 +70557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1654), 33, + ACTIONS(1568), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -70664,6 +70573,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, @@ -70682,14 +70593,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [50824] = 5, + [50720] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1463), 1, - anon_sym_else, - STATE(668), 1, - sym_else_clause, - ACTIONS(1656), 9, + ACTIONS(1562), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70699,7 +70606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1658), 33, + ACTIONS(1564), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -70715,6 +70622,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, @@ -70733,10 +70642,14 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [50880] = 3, + [50772] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1526), 9, + ACTIONS(1372), 1, + anon_sym_finally, + STATE(655), 1, + sym_finally_clause, + ACTIONS(1656), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70746,7 +70659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1528), 34, + ACTIONS(1658), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -70766,7 +70679,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_finally, anon_sym_with, anon_sym_not, anon_sym_DASH, @@ -70781,10 +70693,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [50931] = 3, + [50828] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1552), 9, + ACTIONS(1570), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70794,7 +70706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1554), 34, + ACTIONS(1572), 35, sym_identifier, anon_sym_import, anon_sym_from, @@ -70810,6 +70722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, @@ -70829,10 +70742,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [50982] = 3, + [50880] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1522), 9, + ACTIONS(1554), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70842,7 +70755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1524), 34, + ACTIONS(1556), 34, sym_identifier, anon_sym_import, anon_sym_from, @@ -70858,11 +70771,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, + anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_finally, anon_sym_with, anon_sym_not, anon_sym_DASH, @@ -70877,10 +70790,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [51033] = 3, + [50931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1552), 9, + ACTIONS(1558), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70890,7 +70803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1554), 34, + ACTIONS(1560), 34, sym_identifier, anon_sym_import, anon_sym_from, @@ -70906,11 +70819,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, + anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_finally, anon_sym_with, anon_sym_not, anon_sym_DASH, @@ -70925,10 +70838,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [51084] = 3, + [50982] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1516), 9, + ACTIONS(1562), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70938,7 +70851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1518), 34, + ACTIONS(1564), 34, sym_identifier, anon_sym_import, anon_sym_from, @@ -70973,10 +70886,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [51135] = 3, + [51033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1522), 9, + ACTIONS(1566), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -70986,7 +70899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1524), 34, + ACTIONS(1568), 34, sym_identifier, anon_sym_import, anon_sym_from, @@ -71021,7 +70934,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [51186] = 3, + [51084] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1660), 9, @@ -71069,58 +70982,76 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [51237] = 3, + [51135] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1530), 9, - sym__dedent, - sym_string_start, + ACTIONS(444), 1, anon_sym_LBRACK, + ACTIONS(446), 1, anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, + anon_sym_DASH, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(1666), 1, anon_sym_STAR, + ACTIONS(1670), 1, + anon_sym_await, + ACTIONS(1672), 1, + anon_sym_type, + ACTIONS(1674), 1, + sym_python_identifier, + STATE(836), 1, + sym_python_string, + STATE(1307), 1, + sym_list_splat_pattern, + STATE(1442), 1, + sym_primary_expression, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - ACTIONS(1532), 34, - sym_identifier, - anon_sym_import, - anon_sym_from, + ACTIONS(1664), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(1413), 2, + sym_attribute, + sym_subscript, + ACTIONS(1668), 4, anon_sym_print, - anon_sym_assert, - anon_sym_return, - anon_sym_del, - anon_sym_raise, - anon_sym_pass, - anon_sym_break, - anon_sym_continue, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_if, - anon_sym_else, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_not, - anon_sym_DASH, - anon_sym_lambda, - anon_sym_yield, - anon_sym_await, anon_sym_match, - anon_sym_type, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - [51288] = 3, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [51222] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1664), 9, + ACTIONS(1554), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -71130,7 +71061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1666), 34, + ACTIONS(1556), 34, sym_identifier, anon_sym_import, anon_sym_from, @@ -71165,10 +71096,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [51339] = 3, + [51273] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1516), 9, + ACTIONS(1570), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -71178,7 +71109,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1518), 34, + ACTIONS(1572), 34, sym_identifier, anon_sym_import, anon_sym_from, @@ -71213,76 +71144,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [51390] = 21, + [51324] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(1670), 1, - anon_sym_STAR, - ACTIONS(1674), 1, - anon_sym_await, - ACTIONS(1676), 1, - anon_sym_type, - ACTIONS(1678), 1, - sym_python_identifier, - STATE(867), 1, - sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1457), 1, - sym_primary_expression, - ACTIONS(461), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1668), 2, - anon_sym_COLON, - anon_sym_COMMA, - STATE(1450), 2, - sym_attribute, - sym_subscript, - ACTIONS(1672), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1311), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [51477] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1526), 9, + ACTIONS(1676), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -71292,7 +71157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1528), 34, + ACTIONS(1678), 34, sym_identifier, anon_sym_import, anon_sym_from, @@ -71308,11 +71173,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, - anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_finally, anon_sym_with, anon_sym_not, anon_sym_DASH, @@ -71327,10 +71192,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [51528] = 3, + [51375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1530), 9, + ACTIONS(1558), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -71340,7 +71205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1532), 34, + ACTIONS(1560), 34, sym_identifier, anon_sym_import, anon_sym_from, @@ -71375,76 +71240,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [51579] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(1670), 1, - anon_sym_STAR, - ACTIONS(1682), 1, - anon_sym_await, - ACTIONS(1684), 1, - anon_sym_type, - ACTIONS(1686), 1, - sym_python_identifier, - STATE(867), 1, - sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1451), 1, - sym_primary_expression, - ACTIONS(461), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(1668), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(1418), 2, - sym_attribute, - sym_subscript, - ACTIONS(1680), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1311), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [51666] = 3, + [51426] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1530), 9, + ACTIONS(1562), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -71454,7 +71253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1532), 33, + ACTIONS(1564), 34, sym_identifier, anon_sym_import, anon_sym_from, @@ -71474,6 +71273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_finally, anon_sym_with, anon_sym_not, anon_sym_DASH, @@ -71488,10 +71288,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [51716] = 3, + [51477] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 9, + ACTIONS(1566), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -71501,7 +71301,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1690), 33, + ACTIONS(1568), 34, sym_identifier, anon_sym_import, anon_sym_from, @@ -71521,6 +71321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_finally, anon_sym_with, anon_sym_not, anon_sym_DASH, @@ -71535,10 +71336,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [51766] = 3, + [51528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1692), 9, + ACTIONS(1570), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -71548,7 +71349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1694), 33, + ACTIONS(1572), 34, sym_identifier, anon_sym_import, anon_sym_from, @@ -71564,6 +71365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_nonlocal, anon_sym_exec, anon_sym_if, + anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, @@ -71582,7 +71384,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [51816] = 18, + [51579] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -71591,47 +71393,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(448), 1, anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, + anon_sym_DASH, ACTIONS(463), 1, sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(610), 1, - anon_sym_await, - ACTIONS(1258), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1696), 1, - anon_sym_not, - STATE(867), 1, + ACTIONS(1682), 1, + anon_sym_await, + ACTIONS(1684), 1, + anon_sym_type, + ACTIONS(1686), 1, + sym_python_identifier, + STATE(836), 1, sym_python_string, - STATE(1110), 1, - sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, - ACTIONS(606), 2, + STATE(1446), 1, + sym_primary_expression, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(1664), 2, + anon_sym_COLON, + anon_sym_COMMA, + STATE(1425), 2, + sym_attribute, + sym_subscript, + ACTIONS(1680), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - STATE(1311), 16, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -71644,52 +71450,52 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [51896] = 18, + [51666] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(430), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(528), 1, + anon_sym_LBRACE, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(575), 1, + ACTIONS(540), 1, + sym_ellipsis, + ACTIONS(542), 1, anon_sym_await, - ACTIONS(1136), 1, + ACTIONS(546), 1, + sym_string_start, + ACTIONS(1156), 1, anon_sym_STAR, - ACTIONS(1698), 1, + ACTIONS(1688), 1, anon_sym_not, - STATE(825), 1, + STATE(850), 1, sym_python_string, - STATE(899), 1, - sym_list_splat_pattern, - STATE(907), 1, + STATE(984), 1, sym_primary_expression, - ACTIONS(266), 2, + STATE(1172), 1, + sym_list_splat_pattern, + ACTIONS(530), 2, sym_identifier, anon_sym_type, - ACTIONS(571), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(436), 4, + ACTIONS(534), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(544), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -71706,10 +71512,10 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [51976] = 3, + [51746] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1700), 9, + ACTIONS(1690), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -71719,7 +71525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1702), 33, + ACTIONS(1692), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -71753,114 +71559,52 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [52026] = 18, + [51796] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, - anon_sym_LBRACK, - ACTIONS(523), 1, - anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(535), 1, - anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(539), 1, - anon_sym_await, - ACTIONS(543), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(1168), 1, - anon_sym_STAR, - ACTIONS(1704), 1, - anon_sym_not, - STATE(849), 1, - sym_python_string, - STATE(923), 1, - sym_primary_expression, - STATE(1223), 1, - sym_list_splat_pattern, - ACTIONS(527), 2, - sym_identifier, - anon_sym_type, - ACTIONS(533), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(531), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(541), 6, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - STATE(1237), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [52106] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(612), 1, + ACTIONS(430), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(616), 1, - anon_sym_LBRACE, - ACTIONS(626), 1, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(628), 1, - sym_ellipsis, - ACTIONS(630), 1, + ACTIONS(578), 1, anon_sym_await, - ACTIONS(634), 1, - sym_string_start, - ACTIONS(1078), 1, + ACTIONS(1140), 1, anon_sym_STAR, - ACTIONS(1706), 1, + ACTIONS(1694), 1, anon_sym_not, - STATE(890), 1, + STATE(825), 1, sym_python_string, - STATE(975), 1, - sym_primary_expression, - STATE(1192), 1, + STATE(899), 1, sym_list_splat_pattern, - ACTIONS(618), 2, + STATE(924), 1, + sym_primary_expression, + ACTIONS(263), 2, sym_identifier, anon_sym_type, - ACTIONS(624), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(622), 4, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 6, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1152), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -71877,10 +71621,10 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [52186] = 3, + [51876] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1522), 9, + ACTIONS(1696), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -71890,7 +71634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1524), 33, + ACTIONS(1698), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -71924,72 +71668,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [52236] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(497), 1, - anon_sym_LBRACK, - ACTIONS(499), 1, - anon_sym_LPAREN, - ACTIONS(501), 1, - anon_sym_LBRACE, - ACTIONS(511), 1, - anon_sym_DASH, - ACTIONS(513), 1, - sym_ellipsis, - ACTIONS(515), 1, - anon_sym_await, - ACTIONS(519), 1, - sym_string_start, - ACTIONS(1098), 1, - anon_sym_STAR, - ACTIONS(1708), 1, - anon_sym_not, - STATE(838), 1, - sym_python_string, - STATE(951), 1, - sym_primary_expression, - STATE(1270), 1, - sym_list_splat_pattern, - ACTIONS(503), 2, - sym_identifier, - anon_sym_type, - ACTIONS(509), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(507), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(517), 6, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - STATE(1272), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [52316] = 3, + [51926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1710), 9, + ACTIONS(1700), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -71999,7 +71681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1712), 33, + ACTIONS(1702), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72033,52 +71715,52 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [52366] = 18, + [51976] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, - anon_sym_LBRACK, - ACTIONS(473), 1, - anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(485), 1, + ACTIONS(85), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(489), 1, - anon_sym_await, - ACTIONS(493), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(802), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(438), 1, + anon_sym_await, + ACTIONS(1130), 1, anon_sym_STAR, - ACTIONS(1714), 1, + ACTIONS(1704), 1, anon_sym_not, - STATE(832), 1, + STATE(825), 1, sym_python_string, - STATE(879), 1, + STATE(884), 1, sym_primary_expression, - STATE(1085), 1, + STATE(899), 1, sym_list_splat_pattern, - ACTIONS(477), 2, - sym_identifier, - anon_sym_type, - ACTIONS(483), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(481), 4, + ACTIONS(263), 2, + sym_identifier, + anon_sym_type, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 6, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1086), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -72095,52 +71777,52 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [52446] = 18, + [52056] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(640), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(642), 1, + ACTIONS(628), 1, + sym_ellipsis, + ACTIONS(630), 1, anon_sym_await, - ACTIONS(1318), 1, + ACTIONS(634), 1, + sym_string_start, + ACTIONS(1068), 1, anon_sym_STAR, - ACTIONS(1716), 1, + ACTIONS(1706), 1, anon_sym_not, - STATE(867), 1, + STATE(845), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1332), 1, + STATE(985), 1, sym_primary_expression, - ACTIONS(450), 2, + STATE(1198), 1, + sym_list_splat_pattern, + ACTIONS(618), 2, sym_identifier, anon_sym_type, - ACTIONS(638), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(622), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(632), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -72157,10 +71839,10 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [52526] = 3, + [52136] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1718), 9, + ACTIONS(1558), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72170,7 +71852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1720), 33, + ACTIONS(1560), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72204,10 +71886,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [52576] = 3, + [52186] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1526), 9, + ACTIONS(1554), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72217,7 +71899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1528), 33, + ACTIONS(1556), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72251,52 +71933,176 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [52626] = 18, + [52236] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(500), 1, + anon_sym_LBRACK, + ACTIONS(502), 1, + anon_sym_LPAREN, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(85), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(91), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(518), 1, + anon_sym_await, + ACTIONS(522), 1, sym_string_start, - ACTIONS(430), 1, + ACTIONS(1098), 1, + anon_sym_STAR, + ACTIONS(1708), 1, + anon_sym_not, + STATE(867), 1, + sym_python_string, + STATE(959), 1, + sym_primary_expression, + STATE(1270), 1, + sym_list_splat_pattern, + ACTIONS(506), 2, + sym_identifier, + anon_sym_type, + ACTIONS(512), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(510), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(520), 6, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + STATE(1271), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [52316] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(438), 1, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(642), 1, anon_sym_await, - ACTIONS(1150), 1, + ACTIONS(1282), 1, anon_sym_STAR, - ACTIONS(1722), 1, + ACTIONS(1710), 1, anon_sym_not, - STATE(825), 1, + STATE(836), 1, sym_python_string, - STATE(869), 1, - sym_primary_expression, - STATE(899), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(83), 2, + STATE(1317), 1, + sym_primary_expression, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(266), 2, + ACTIONS(457), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 6, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + STATE(1310), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [52396] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(586), 1, + anon_sym_await, + ACTIONS(1256), 1, + anon_sym_STAR, + ACTIONS(1712), 1, + anon_sym_not, + STATE(836), 1, + sym_python_string, + STATE(1112), 1, + sym_primary_expression, + STATE(1307), 1, + sym_list_splat_pattern, + ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(436), 4, + ACTIONS(582), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -72313,10 +72119,10 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [52706] = 3, + [52476] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1724), 9, + ACTIONS(1570), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72326,7 +72132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1726), 33, + ACTIONS(1572), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72360,52 +72166,52 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [52756] = 18, + [52526] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(559), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(563), 1, + ACTIONS(566), 1, anon_sym_await, - ACTIONS(567), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(1068), 1, + ACTIONS(1108), 1, anon_sym_STAR, - ACTIONS(1728), 1, + ACTIONS(1714), 1, anon_sym_not, - STATE(827), 1, + STATE(834), 1, sym_python_string, STATE(858), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1134), 1, sym_list_splat_pattern, - ACTIONS(551), 2, + ACTIONS(554), 2, sym_identifier, anon_sym_type, - ACTIONS(557), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(555), 4, + ACTIONS(558), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 6, + ACTIONS(568), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1128), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -72422,10 +72228,10 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [52836] = 3, + [52606] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1730), 9, + ACTIONS(1716), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72435,7 +72241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1732), 33, + ACTIONS(1718), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72469,10 +72275,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [52886] = 3, + [52656] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1734), 9, + ACTIONS(1720), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72482,7 +72288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1736), 33, + ACTIONS(1722), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72516,10 +72322,151 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [52936] = 3, + [52706] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1724), 9, + sym__dedent, + sym_string_start, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + ACTIONS(1726), 33, + sym_identifier, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_not, + anon_sym_DASH, + anon_sym_lambda, + anon_sym_yield, + anon_sym_await, + anon_sym_match, + anon_sym_type, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + [52756] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1728), 9, + sym__dedent, + sym_string_start, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + ACTIONS(1730), 33, + sym_identifier, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_not, + anon_sym_DASH, + anon_sym_lambda, + anon_sym_yield, + anon_sym_await, + anon_sym_match, + anon_sym_type, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + [52806] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1732), 9, + sym__dedent, + sym_string_start, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + ACTIONS(1734), 33, + sym_identifier, + anon_sym_import, + anon_sym_from, + anon_sym_print, + anon_sym_assert, + anon_sym_return, + anon_sym_del, + anon_sym_raise, + anon_sym_pass, + anon_sym_break, + anon_sym_continue, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_not, + anon_sym_DASH, + anon_sym_lambda, + anon_sym_yield, + anon_sym_await, + anon_sym_match, + anon_sym_type, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + [52856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1634), 9, + ACTIONS(1736), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72529,7 +72476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1636), 33, + ACTIONS(1738), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72563,10 +72510,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [52986] = 3, + [52906] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1552), 9, + ACTIONS(1740), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72576,7 +72523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1554), 33, + ACTIONS(1742), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72610,10 +72557,72 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, + [52956] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(471), 1, + anon_sym_LBRACK, + ACTIONS(473), 1, + anon_sym_LPAREN, + ACTIONS(475), 1, + anon_sym_LBRACE, + ACTIONS(485), 1, + anon_sym_DASH, + ACTIONS(487), 1, + sym_ellipsis, + ACTIONS(489), 1, + anon_sym_await, + ACTIONS(493), 1, + sym_string_start, + ACTIONS(802), 1, + anon_sym_STAR, + ACTIONS(1744), 1, + anon_sym_not, + STATE(829), 1, + sym_python_string, + STATE(848), 1, + sym_primary_expression, + STATE(1096), 1, + sym_list_splat_pattern, + ACTIONS(477), 2, + sym_identifier, + anon_sym_type, + ACTIONS(483), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(481), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(491), 6, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + STATE(1098), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, [53036] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1738), 9, + ACTIONS(1624), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72623,7 +72632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1740), 33, + ACTIONS(1626), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72660,7 +72669,7 @@ static const uint16_t ts_small_parse_table[] = { [53086] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1642), 9, + ACTIONS(1746), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72670,7 +72679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1644), 33, + ACTIONS(1748), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72707,7 +72716,7 @@ static const uint16_t ts_small_parse_table[] = { [53136] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1742), 9, + ACTIONS(1656), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72717,7 +72726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1744), 33, + ACTIONS(1658), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72754,7 +72763,7 @@ static const uint16_t ts_small_parse_table[] = { [53186] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1376), 9, + ACTIONS(1562), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72764,7 +72773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1378), 33, + ACTIONS(1564), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72801,7 +72810,7 @@ static const uint16_t ts_small_parse_table[] = { [53236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1364), 9, + ACTIONS(1750), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72811,7 +72820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1366), 33, + ACTIONS(1752), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72848,7 +72857,7 @@ static const uint16_t ts_small_parse_table[] = { [53286] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1516), 9, + ACTIONS(1364), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72858,7 +72867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1518), 33, + ACTIONS(1366), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72895,7 +72904,7 @@ static const uint16_t ts_small_parse_table[] = { [53336] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1664), 9, + ACTIONS(1754), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72905,7 +72914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1666), 33, + ACTIONS(1756), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72942,7 +72951,7 @@ static const uint16_t ts_small_parse_table[] = { [53386] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1746), 9, + ACTIONS(1758), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72952,7 +72961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1748), 33, + ACTIONS(1760), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -72989,7 +72998,7 @@ static const uint16_t ts_small_parse_table[] = { [53436] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1750), 9, + ACTIONS(1676), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -72999,7 +73008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1752), 33, + ACTIONS(1678), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -73036,7 +73045,7 @@ static const uint16_t ts_small_parse_table[] = { [53486] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 9, + ACTIONS(1374), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -73046,7 +73055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1756), 33, + ACTIONS(1376), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -73083,7 +73092,7 @@ static const uint16_t ts_small_parse_table[] = { [53536] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1758), 9, + ACTIONS(1762), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -73093,7 +73102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1760), 33, + ACTIONS(1764), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -73127,10 +73136,72 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [53586] = 3, + [53586] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1762), 9, + ACTIONS(588), 1, + anon_sym_LBRACK, + ACTIONS(590), 1, + anon_sym_LPAREN, + ACTIONS(592), 1, + anon_sym_LBRACE, + ACTIONS(602), 1, + anon_sym_DASH, + ACTIONS(604), 1, + sym_ellipsis, + ACTIONS(606), 1, + anon_sym_await, + ACTIONS(610), 1, + sym_string_start, + ACTIONS(1124), 1, + anon_sym_STAR, + ACTIONS(1766), 1, + anon_sym_not, + STATE(900), 1, + sym_python_string, + STATE(1100), 1, + sym_primary_expression, + STATE(1321), 1, + sym_list_splat_pattern, + ACTIONS(594), 2, + sym_identifier, + anon_sym_type, + ACTIONS(600), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(598), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(608), 6, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + STATE(1316), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [53666] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -73140,7 +73211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1764), 33, + ACTIONS(1770), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -73174,10 +73245,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [53636] = 3, + [53716] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1660), 9, + ACTIONS(1772), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -73187,7 +73258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1662), 33, + ACTIONS(1774), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -73221,10 +73292,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [53686] = 3, + [53766] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1766), 9, + ACTIONS(1660), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -73234,7 +73305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1768), 33, + ACTIONS(1662), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -73268,10 +73339,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [53736] = 3, + [53816] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1770), 9, + ACTIONS(1776), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -73281,7 +73352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1772), 33, + ACTIONS(1778), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -73315,10 +73386,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [53786] = 3, + [53866] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1774), 9, + ACTIONS(1780), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -73328,7 +73399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1776), 33, + ACTIONS(1782), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -73362,10 +73433,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [53836] = 3, + [53916] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1778), 9, + ACTIONS(1784), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -73375,7 +73446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1780), 33, + ACTIONS(1786), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -73409,72 +73480,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - [53886] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(580), 1, - anon_sym_LBRACK, - ACTIONS(582), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, - anon_sym_LBRACE, - ACTIONS(594), 1, - anon_sym_DASH, - ACTIONS(596), 1, - sym_ellipsis, - ACTIONS(598), 1, - anon_sym_await, - ACTIONS(602), 1, - sym_string_start, - ACTIONS(1128), 1, - anon_sym_STAR, - ACTIONS(1782), 1, - anon_sym_not, - STATE(904), 1, - sym_python_string, - STATE(1084), 1, - sym_primary_expression, - STATE(1365), 1, - sym_list_splat_pattern, - ACTIONS(586), 2, - sym_identifier, - anon_sym_type, - ACTIONS(592), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(590), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(600), 6, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - STATE(1364), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, [53966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1784), 9, + ACTIONS(1566), 9, sym__dedent, sym_string_start, anon_sym_LBRACK, @@ -73484,7 +73493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_TILDE, sym_ellipsis, - ACTIONS(1786), 33, + ACTIONS(1568), 33, sym_identifier, anon_sym_import, anon_sym_from, @@ -73521,47 +73530,47 @@ static const uint16_t ts_small_parse_table[] = { [54016] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(608), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(610), 1, + ACTIONS(487), 1, + sym_ellipsis, + ACTIONS(489), 1, anon_sym_await, - ACTIONS(1258), 1, + ACTIONS(493), 1, + sym_string_start, + ACTIONS(802), 1, anon_sym_STAR, - STATE(867), 1, + STATE(829), 1, sym_python_string, - STATE(1053), 1, + STATE(843), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1096), 1, sym_list_splat_pattern, - ACTIONS(450), 2, + ACTIONS(477), 2, sym_identifier, anon_sym_type, - ACTIONS(606), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(481), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(491), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -73591,22 +73600,22 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(640), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(642), 1, + ACTIONS(586), 1, anon_sym_await, - ACTIONS(1318), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1347), 1, + STATE(1029), 1, sym_primary_expression, + STATE(1307), 1, + sym_list_splat_pattern, ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(638), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(457), 4, @@ -73621,7 +73630,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -73655,18 +73664,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(438), 1, anon_sym_await, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(844), 1, + STATE(866), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(266), 2, + ACTIONS(263), 2, sym_identifier, anon_sym_type, ACTIONS(436), 4, @@ -73681,7 +73690,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -73715,18 +73724,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(438), 1, anon_sym_await, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(848), 1, + STATE(869), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(266), 2, + ACTIONS(263), 2, sym_identifier, anon_sym_type, ACTIONS(436), 4, @@ -73741,7 +73750,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -73761,177 +73770,51 @@ static const uint16_t ts_small_parse_table[] = { [54324] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, - anon_sym_LBRACK, - ACTIONS(473), 1, - anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(485), 1, - anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(489), 1, - anon_sym_await, - ACTIONS(493), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(802), 1, - anon_sym_STAR, - STATE(832), 1, - sym_python_string, - STATE(888), 1, - sym_primary_expression, - STATE(1085), 1, - sym_list_splat_pattern, - ACTIONS(477), 2, - sym_identifier, - anon_sym_type, - ACTIONS(483), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(481), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(491), 6, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - STATE(1086), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [54401] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(444), 1, + ACTIONS(430), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(1670), 1, - anon_sym_STAR, - ACTIONS(1790), 1, + ACTIONS(578), 1, anon_sym_await, - ACTIONS(1792), 1, - anon_sym_type, - ACTIONS(1794), 1, - sym_python_identifier, - STATE(867), 1, + ACTIONS(1140), 1, + anon_sym_STAR, + STATE(825), 1, sym_python_string, - STATE(1306), 1, + STATE(899), 1, sym_list_splat_pattern, - STATE(1451), 1, + STATE(919), 1, sym_primary_expression, - ACTIONS(461), 2, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(1421), 2, - sym_attribute, - sym_subscript, - ACTIONS(1788), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1311), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [54484] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, - anon_sym_LBRACE, - ACTIONS(450), 1, + ACTIONS(263), 2, sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(1670), 1, - anon_sym_STAR, - ACTIONS(1798), 1, - anon_sym_await, - ACTIONS(1800), 1, anon_sym_type, - ACTIONS(1802), 1, - sym_python_identifier, - STATE(867), 1, - sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1457), 1, - sym_primary_expression, - ACTIONS(461), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1290), 2, - sym_attribute, - sym_subscript, - ACTIONS(1796), 4, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + sym_python_identifier, + STATE(896), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -73944,50 +73827,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [54567] = 17, + [54401] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(559), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(563), 1, + ACTIONS(566), 1, anon_sym_await, - ACTIONS(567), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(1068), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(827), 1, + STATE(834), 1, sym_python_string, - STATE(842), 1, + STATE(837), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1134), 1, sym_list_splat_pattern, - ACTIONS(551), 2, + ACTIONS(554), 2, sym_identifier, anon_sym_type, - ACTIONS(557), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(555), 4, + ACTIONS(558), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 6, + ACTIONS(568), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1128), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -74004,50 +73887,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [54644] = 17, + [54478] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(559), 1, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(563), 1, + ACTIONS(465), 1, anon_sym_await, - ACTIONS(567), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(1068), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(827), 1, + STATE(836), 1, sym_python_string, - STATE(866), 1, - sym_primary_expression, - STATE(1132), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(551), 2, + STATE(1452), 1, + sym_primary_expression, + ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(557), 2, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(555), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 6, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1128), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -74064,7 +73947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [54721] = 20, + [54555] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -74081,27 +73964,27 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1806), 1, + ACTIONS(1790), 1, anon_sym_await, - ACTIONS(1808), 1, + ACTIONS(1792), 1, anon_sym_type, - ACTIONS(1810), 1, + ACTIONS(1794), 1, sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1462), 1, + STATE(1436), 1, sym_primary_expression, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1360), 2, + STATE(555), 2, sym_attribute, sym_subscript, - ACTIONS(1804), 4, + ACTIONS(1788), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -74112,7 +73995,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -74127,50 +74010,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [54804] = 17, + [54638] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(37), 1, + anon_sym_LBRACE, + ACTIONS(91), 1, + sym_ellipsis, + ACTIONS(105), 1, + sym_string_start, + ACTIONS(430), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(475), 1, - anon_sym_LBRACE, - ACTIONS(485), 1, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(487), 1, - sym_ellipsis, - ACTIONS(489), 1, + ACTIONS(578), 1, anon_sym_await, - ACTIONS(493), 1, - sym_string_start, - ACTIONS(802), 1, + ACTIONS(1140), 1, anon_sym_STAR, - STATE(832), 1, + STATE(825), 1, sym_python_string, - STATE(872), 1, - sym_primary_expression, - STATE(1085), 1, + STATE(899), 1, sym_list_splat_pattern, - ACTIONS(477), 2, + STATE(926), 1, + sym_primary_expression, + ACTIONS(263), 2, sym_identifier, anon_sym_type, - ACTIONS(483), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(481), 4, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 6, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1086), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -74187,57 +74070,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [54881] = 20, + [54715] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(542), 1, + anon_sym_await, + ACTIONS(546), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1156), 1, anon_sym_STAR, - ACTIONS(1814), 1, - anon_sym_await, - ACTIONS(1816), 1, - anon_sym_type, - ACTIONS(1818), 1, - sym_python_identifier, - STATE(867), 1, + STATE(850), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1465), 1, + STATE(958), 1, sym_primary_expression, - ACTIONS(461), 2, + STATE(1172), 1, + sym_list_splat_pattern, + ACTIONS(530), 2, + sym_identifier, + anon_sym_type, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1129), 2, - sym_attribute, - sym_subscript, - ACTIONS(1812), 4, + ACTIONS(534), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(544), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + sym_python_identifier, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -74250,57 +74130,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [54964] = 20, + [54792] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(489), 1, + anon_sym_await, + ACTIONS(493), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(802), 1, anon_sym_STAR, - ACTIONS(1800), 1, - anon_sym_type, - ACTIONS(1802), 1, - sym_python_identifier, - ACTIONS(1820), 1, - anon_sym_await, - STATE(867), 1, + STATE(829), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1457), 1, + STATE(888), 1, sym_primary_expression, - ACTIONS(461), 2, + STATE(1096), 1, + sym_list_splat_pattern, + ACTIONS(477), 2, + sym_identifier, + anon_sym_type, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1290), 2, - sym_attribute, - sym_subscript, - ACTIONS(1796), 4, + ACTIONS(481), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(491), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + sym_python_identifier, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -74313,50 +74190,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [55047] = 17, + [54869] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(524), 1, + anon_sym_LBRACK, + ACTIONS(526), 1, + anon_sym_LPAREN, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(85), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(91), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(438), 1, + ACTIONS(542), 1, anon_sym_await, - ACTIONS(1150), 1, + ACTIONS(546), 1, + sym_string_start, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(825), 1, - sym_python_string, STATE(850), 1, + sym_python_string, + STATE(963), 1, sym_primary_expression, - STATE(899), 1, + STATE(1172), 1, sym_list_splat_pattern, - ACTIONS(83), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(266), 2, + ACTIONS(530), 2, sym_identifier, anon_sym_type, - ACTIONS(436), 4, + ACTIONS(536), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(534), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(544), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -74373,50 +74250,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [55124] = 17, + [54946] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(524), 1, + anon_sym_LBRACK, + ACTIONS(526), 1, + anon_sym_LPAREN, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(85), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(91), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(438), 1, + ACTIONS(542), 1, anon_sym_await, - ACTIONS(1150), 1, + ACTIONS(546), 1, + sym_string_start, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(825), 1, + STATE(850), 1, sym_python_string, - STATE(854), 1, + STATE(984), 1, sym_primary_expression, - STATE(899), 1, + STATE(1172), 1, sym_list_splat_pattern, - ACTIONS(83), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(266), 2, + ACTIONS(530), 2, sym_identifier, anon_sym_type, - ACTIONS(436), 4, + ACTIONS(536), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(534), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(544), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -74433,50 +74310,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [55201] = 17, + [55023] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(559), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(563), 1, + ACTIONS(566), 1, anon_sym_await, - ACTIONS(567), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(1068), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(827), 1, + STATE(834), 1, sym_python_string, - STATE(843), 1, + STATE(872), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1134), 1, sym_list_splat_pattern, - ACTIONS(551), 2, + ACTIONS(554), 2, sym_identifier, anon_sym_type, - ACTIONS(557), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(555), 4, + ACTIONS(558), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 6, + ACTIONS(568), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1128), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -74493,50 +74370,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [55278] = 17, + [55100] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(612), 1, + anon_sym_LBRACK, + ACTIONS(614), 1, + anon_sym_LPAREN, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(85), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(91), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(438), 1, + ACTIONS(630), 1, anon_sym_await, - ACTIONS(1150), 1, + ACTIONS(634), 1, + sym_string_start, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(825), 1, + STATE(845), 1, sym_python_string, - STATE(855), 1, + STATE(913), 1, sym_primary_expression, - STATE(899), 1, + STATE(1198), 1, sym_list_splat_pattern, - ACTIONS(83), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(266), 2, + ACTIONS(618), 2, sym_identifier, anon_sym_type, - ACTIONS(436), 4, + ACTIONS(624), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(622), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(632), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -74553,7 +74430,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [55355] = 20, + [55177] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -74562,48 +74439,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, ACTIONS(463), 1, sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, - anon_sym_STAR, - ACTIONS(1824), 1, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(642), 1, anon_sym_await, - ACTIONS(1826), 1, - anon_sym_type, - ACTIONS(1828), 1, - sym_python_identifier, - STATE(867), 1, + ACTIONS(1282), 1, + anon_sym_STAR, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1457), 1, + STATE(1344), 1, sym_primary_expression, - ACTIONS(461), 2, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1460), 2, - sym_attribute, - sym_subscript, - ACTIONS(1822), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + sym_python_identifier, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -74616,50 +74490,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [55438] = 17, + [55254] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(430), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(475), 1, + anon_sym_LBRACE, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(575), 1, + ACTIONS(487), 1, + sym_ellipsis, + ACTIONS(489), 1, anon_sym_await, - ACTIONS(1136), 1, + ACTIONS(493), 1, + sym_string_start, + ACTIONS(802), 1, anon_sym_STAR, - STATE(825), 1, + STATE(829), 1, sym_python_string, - STATE(899), 1, - sym_list_splat_pattern, - STATE(935), 1, + STATE(852), 1, sym_primary_expression, - ACTIONS(266), 2, + STATE(1096), 1, + sym_list_splat_pattern, + ACTIONS(477), 2, sym_identifier, anon_sym_type, - ACTIONS(571), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(436), 4, + ACTIONS(481), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(491), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -74676,11 +74550,13 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [55515] = 17, + [55331] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACE, + ACTIONS(85), 1, + anon_sym_DASH, ACTIONS(91), 1, sym_ellipsis, ACTIONS(105), 1, @@ -74689,24 +74565,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(573), 1, - anon_sym_DASH, - ACTIONS(575), 1, + ACTIONS(438), 1, anon_sym_await, - ACTIONS(1136), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, + STATE(870), 1, + sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(936), 1, - sym_primary_expression, - ACTIONS(266), 2, - sym_identifier, - anon_sym_type, - ACTIONS(571), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(263), 2, + sym_identifier, + anon_sym_type, ACTIONS(436), 4, anon_sym_print, anon_sym_exec, @@ -74719,7 +74593,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -74736,54 +74610,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [55592] = 17, + [55408] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(430), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(575), 1, - anon_sym_await, - ACTIONS(1136), 1, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(825), 1, + ACTIONS(1798), 1, + anon_sym_await, + ACTIONS(1800), 1, + anon_sym_type, + ACTIONS(1802), 1, + sym_python_identifier, + STATE(836), 1, sym_python_string, - STATE(899), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(952), 1, + STATE(1446), 1, sym_primary_expression, - ACTIONS(266), 2, - sym_identifier, - anon_sym_type, - ACTIONS(571), 2, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(436), 4, + STATE(1301), 2, + sym_attribute, + sym_subscript, + ACTIONS(1796), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - STATE(897), 16, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -74796,50 +74673,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [55669] = 17, + [55491] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(612), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(614), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(616), 1, anon_sym_LBRACE, - ACTIONS(485), 1, + ACTIONS(626), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(628), 1, sym_ellipsis, - ACTIONS(489), 1, + ACTIONS(630), 1, anon_sym_await, - ACTIONS(493), 1, + ACTIONS(634), 1, sym_string_start, - ACTIONS(802), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(832), 1, + STATE(845), 1, sym_python_string, - STATE(862), 1, + STATE(914), 1, sym_primary_expression, - STATE(1085), 1, + STATE(1198), 1, sym_list_splat_pattern, - ACTIONS(477), 2, + ACTIONS(618), 2, sym_identifier, anon_sym_type, - ACTIONS(483), 2, + ACTIONS(624), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(481), 4, + ACTIONS(622), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 6, + ACTIONS(632), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1086), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -74856,50 +74733,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [55746] = 17, + [55568] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(459), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(465), 1, + ACTIONS(566), 1, anon_sym_await, - ACTIONS(469), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(867), 1, + STATE(834), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1467), 1, + STATE(873), 1, sym_primary_expression, - ACTIONS(450), 2, + STATE(1134), 1, + sym_list_splat_pattern, + ACTIONS(554), 2, sym_identifier, anon_sym_type, - ACTIONS(461), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(558), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(568), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -74916,7 +74793,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [55823] = 20, + [55645] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -74933,24 +74810,24 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, ACTIONS(1800), 1, anon_sym_type, ACTIONS(1802), 1, sym_python_identifier, - ACTIONS(1830), 1, + ACTIONS(1804), 1, anon_sym_await, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1457), 1, + STATE(1446), 1, sym_primary_expression, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1290), 2, + STATE(1301), 2, sym_attribute, sym_subscript, ACTIONS(1796), 4, @@ -74964,7 +74841,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -74979,7 +74856,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [55906] = 17, + [55728] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -74992,22 +74869,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(575), 1, + ACTIONS(578), 1, anon_sym_await, - ACTIONS(1136), 1, + ACTIONS(1140), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, STATE(899), 1, sym_list_splat_pattern, - STATE(982), 1, + STATE(925), 1, sym_primary_expression, - ACTIONS(266), 2, + ACTIONS(263), 2, sym_identifier, anon_sym_type, - ACTIONS(571), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(436), 4, @@ -75022,7 +74899,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -75039,7 +74916,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [55983] = 20, + [55805] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -75056,27 +74933,27 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1834), 1, + ACTIONS(1808), 1, anon_sym_await, - ACTIONS(1836), 1, + ACTIONS(1810), 1, anon_sym_type, - ACTIONS(1838), 1, + ACTIONS(1812), 1, sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1458), 1, + STATE(1428), 1, sym_primary_expression, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(553), 2, + STATE(916), 2, sym_attribute, sym_subscript, - ACTIONS(1832), 4, + ACTIONS(1806), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -75087,7 +74964,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -75102,7 +74979,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [56066] = 20, + [55888] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -75119,27 +74996,27 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1842), 1, - anon_sym_await, - ACTIONS(1844), 1, + ACTIONS(1800), 1, anon_sym_type, - ACTIONS(1846), 1, + ACTIONS(1804), 1, + anon_sym_await, + ACTIONS(1814), 1, sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1429), 1, + STATE(1446), 1, sym_primary_expression, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1063), 2, + STATE(1301), 2, sym_attribute, sym_subscript, - ACTIONS(1840), 4, + ACTIONS(1796), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -75150,7 +75027,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -75165,7 +75042,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [56149] = 17, + [55971] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -75174,45 +75051,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(448), 1, anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, ACTIONS(459), 1, anon_sym_DASH, ACTIONS(463), 1, sym_ellipsis, - ACTIONS(465), 1, - anon_sym_await, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(867), 1, + ACTIONS(1810), 1, + anon_sym_type, + ACTIONS(1812), 1, + sym_python_identifier, + ACTIONS(1816), 1, + anon_sym_await, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1445), 1, + STATE(1428), 1, sym_primary_expression, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + STATE(916), 2, + sym_attribute, + sym_subscript, + ACTIONS(1806), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - STATE(1311), 16, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [56054] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, + anon_sym_DASH, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(1666), 1, + anon_sym_STAR, + ACTIONS(1820), 1, + anon_sym_await, + ACTIONS(1822), 1, + anon_sym_type, + ACTIONS(1824), 1, + sym_python_identifier, + STATE(836), 1, + sym_python_string, + STATE(1307), 1, + sym_list_splat_pattern, + STATE(1440), 1, + sym_primary_expression, + ACTIONS(461), 2, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1072), 2, sym_attribute, sym_subscript, + ACTIONS(1818), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -75225,50 +75168,113 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [56226] = 17, + [56137] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(91), 1, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, + anon_sym_DASH, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(430), 1, + ACTIONS(1666), 1, + anon_sym_STAR, + ACTIONS(1800), 1, + anon_sym_type, + ACTIONS(1802), 1, + sym_python_identifier, + ACTIONS(1826), 1, + anon_sym_await, + STATE(836), 1, + sym_python_string, + STATE(1307), 1, + sym_list_splat_pattern, + STATE(1446), 1, + sym_primary_expression, + ACTIONS(461), 2, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1301), 2, + sym_attribute, + sym_subscript, + ACTIONS(1796), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [56220] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(552), 1, + anon_sym_LBRACE, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(575), 1, + ACTIONS(564), 1, + sym_ellipsis, + ACTIONS(566), 1, anon_sym_await, - ACTIONS(1136), 1, + ACTIONS(570), 1, + sym_string_start, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(825), 1, + STATE(834), 1, sym_python_string, - STATE(899), 1, - sym_list_splat_pattern, - STATE(905), 1, + STATE(861), 1, sym_primary_expression, - ACTIONS(266), 2, + STATE(1134), 1, + sym_list_splat_pattern, + ACTIONS(554), 2, sym_identifier, anon_sym_type, - ACTIONS(571), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(436), 4, + ACTIONS(558), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(568), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -75285,7 +75291,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [56303] = 17, + [56297] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -75294,45 +75300,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(448), 1, anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, ACTIONS(459), 1, anon_sym_DASH, ACTIONS(463), 1, sym_ellipsis, - ACTIONS(465), 1, - anon_sym_await, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(867), 1, + ACTIONS(1830), 1, + anon_sym_await, + ACTIONS(1832), 1, + anon_sym_type, + ACTIONS(1834), 1, + sym_python_identifier, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1444), 1, + STATE(1457), 1, sym_primary_expression, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + STATE(1378), 2, + sym_attribute, + sym_subscript, + ACTIONS(1828), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - STATE(1311), 16, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -75345,54 +75354,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [56380] = 17, + [56380] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(594), 1, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(598), 1, - anon_sym_await, - ACTIONS(602), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(1128), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(904), 1, + ACTIONS(1838), 1, + anon_sym_await, + ACTIONS(1840), 1, + anon_sym_type, + ACTIONS(1842), 1, + sym_python_identifier, + STATE(836), 1, sym_python_string, - STATE(1084), 1, - sym_primary_expression, - STATE(1365), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(586), 2, - sym_identifier, - anon_sym_type, - ACTIONS(592), 2, + STATE(1451), 1, + sym_primary_expression, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(590), 4, + STATE(1248), 2, + sym_attribute, + sym_subscript, + ACTIONS(1836), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 6, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - STATE(1364), 16, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -75405,54 +75417,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [56457] = 17, + [56463] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(85), 1, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(91), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(438), 1, - anon_sym_await, - ACTIONS(1150), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(825), 1, + ACTIONS(1846), 1, + anon_sym_await, + ACTIONS(1848), 1, + anon_sym_type, + ACTIONS(1850), 1, + sym_python_identifier, + STATE(836), 1, sym_python_string, - STATE(856), 1, - sym_primary_expression, - STATE(899), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(83), 2, + STATE(1465), 1, + sym_primary_expression, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(266), 2, - sym_identifier, - anon_sym_type, - ACTIONS(436), 4, + STATE(1322), 2, + sym_attribute, + sym_subscript, + ACTIONS(1844), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - STATE(897), 16, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -75465,7 +75480,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [56534] = 17, + [56546] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -75482,13 +75497,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1439), 1, + STATE(1438), 1, sym_primary_expression, ACTIONS(450), 2, sym_identifier, @@ -75508,7 +75523,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -75525,7 +75540,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [56611] = 20, + [56623] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -75542,27 +75557,27 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1800), 1, + ACTIONS(1792), 1, anon_sym_type, - ACTIONS(1830), 1, - anon_sym_await, - ACTIONS(1848), 1, + ACTIONS(1794), 1, sym_python_identifier, - STATE(867), 1, + ACTIONS(1852), 1, + anon_sym_await, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1457), 1, + STATE(1436), 1, sym_primary_expression, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1290), 2, + STATE(555), 2, sym_attribute, sym_subscript, - ACTIONS(1796), 4, + ACTIONS(1788), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -75573,7 +75588,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -75588,7 +75603,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [56694] = 20, + [56706] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -75605,27 +75620,27 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1800), 1, + ACTIONS(1848), 1, anon_sym_type, - ACTIONS(1802), 1, - sym_python_identifier, ACTIONS(1850), 1, + sym_python_identifier, + ACTIONS(1854), 1, anon_sym_await, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1457), 1, + STATE(1463), 1, sym_primary_expression, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1290), 2, + STATE(1322), 2, sym_attribute, sym_subscript, - ACTIONS(1796), 4, + ACTIONS(1844), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -75636,7 +75651,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -75651,50 +75666,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [56777] = 17, + [56789] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(459), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(465), 1, + ACTIONS(489), 1, anon_sym_await, - ACTIONS(469), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(802), 1, anon_sym_STAR, - STATE(867), 1, + STATE(829), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1438), 1, + STATE(854), 1, sym_primary_expression, - ACTIONS(450), 2, + STATE(1096), 1, + sym_list_splat_pattern, + ACTIONS(477), 2, sym_identifier, anon_sym_type, - ACTIONS(461), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(481), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(491), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -75711,50 +75726,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [56854] = 17, + [56866] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(485), 1, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(489), 1, + ACTIONS(465), 1, anon_sym_await, - ACTIONS(493), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(802), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(832), 1, + STATE(836), 1, sym_python_string, - STATE(892), 1, - sym_primary_expression, - STATE(1085), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(477), 2, + STATE(1464), 1, + sym_primary_expression, + ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(483), 2, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(481), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 6, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1086), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -75771,50 +75786,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [56931] = 17, + [56943] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(459), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(465), 1, + ACTIONS(606), 1, anon_sym_await, - ACTIONS(469), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(867), 1, + STATE(900), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1435), 1, + STATE(1100), 1, sym_primary_expression, - ACTIONS(450), 2, + STATE(1321), 1, + sym_list_splat_pattern, + ACTIONS(594), 2, sym_identifier, anon_sym_type, - ACTIONS(461), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(598), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(608), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -75831,7 +75846,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [57008] = 17, + [57020] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -75848,13 +75863,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1434), 1, + STATE(1459), 1, sym_primary_expression, ACTIONS(450), 2, sym_identifier, @@ -75874,7 +75889,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -75891,7 +75906,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [57085] = 20, + [57097] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -75900,48 +75915,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, ACTIONS(459), 1, anon_sym_DASH, ACTIONS(463), 1, sym_ellipsis, + ACTIONS(465), 1, + anon_sym_await, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1854), 1, - anon_sym_await, - ACTIONS(1856), 1, - anon_sym_type, - ACTIONS(1858), 1, - sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1443), 1, + STATE(1462), 1, sym_primary_expression, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(898), 2, - sym_attribute, - sym_subscript, - ACTIONS(1852), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + sym_python_identifier, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -75954,7 +75966,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [57168] = 20, + [57174] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -75971,27 +75983,27 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1856), 1, + ACTIONS(1838), 1, + anon_sym_await, + ACTIONS(1840), 1, anon_sym_type, - ACTIONS(1858), 1, + ACTIONS(1856), 1, sym_python_identifier, - ACTIONS(1860), 1, - anon_sym_await, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1443), 1, + STATE(1451), 1, sym_primary_expression, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(898), 2, + STATE(1248), 2, sym_attribute, sym_subscript, - ACTIONS(1852), 4, + ACTIONS(1836), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -76002,7 +76014,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -76017,7 +76029,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [57251] = 17, + [57257] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -76030,22 +76042,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(575), 1, + ACTIONS(578), 1, anon_sym_await, - ACTIONS(1136), 1, + ACTIONS(1140), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, STATE(899), 1, sym_list_splat_pattern, - STATE(984), 1, + STATE(924), 1, sym_primary_expression, - ACTIONS(266), 2, + ACTIONS(263), 2, sym_identifier, anon_sym_type, - ACTIONS(571), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(436), 4, @@ -76060,7 +76072,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76077,57 +76089,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [57328] = 20, + [57334] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(489), 1, + anon_sym_await, + ACTIONS(493), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(802), 1, anon_sym_STAR, - ACTIONS(1844), 1, - anon_sym_type, - ACTIONS(1846), 1, - sym_python_identifier, - ACTIONS(1862), 1, - anon_sym_await, - STATE(867), 1, + STATE(829), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1429), 1, + STATE(849), 1, sym_primary_expression, - ACTIONS(461), 2, + STATE(1096), 1, + sym_list_splat_pattern, + ACTIONS(477), 2, + sym_identifier, + anon_sym_type, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1063), 2, - sym_attribute, - sym_subscript, - ACTIONS(1840), 4, + ACTIONS(481), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(491), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + sym_python_identifier, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -76149,26 +76158,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(448), 1, anon_sym_LBRACE, + ACTIONS(459), 1, + anon_sym_DASH, ACTIONS(463), 1, sym_ellipsis, + ACTIONS(465), 1, + anon_sym_await, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(610), 1, - anon_sym_await, - ACTIONS(1258), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1040), 1, - sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, + STATE(1460), 1, + sym_primary_expression, ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(606), 2, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(457), 4, @@ -76183,7 +76192,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76200,7 +76209,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [57488] = 20, + [57488] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -76209,48 +76218,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, ACTIONS(459), 1, anon_sym_DASH, ACTIONS(463), 1, sym_ellipsis, + ACTIONS(465), 1, + anon_sym_await, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1866), 1, - anon_sym_await, - ACTIONS(1868), 1, - anon_sym_type, - ACTIONS(1870), 1, - sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1451), 1, + STATE(1471), 1, sym_primary_expression, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1203), 2, - sym_attribute, - sym_subscript, - ACTIONS(1864), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + sym_python_identifier, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -76263,7 +76269,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [57571] = 20, + [57565] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -76272,48 +76278,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, ACTIONS(459), 1, anon_sym_DASH, ACTIONS(463), 1, sym_ellipsis, + ACTIONS(465), 1, + anon_sym_await, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1874), 1, - anon_sym_await, - ACTIONS(1876), 1, - anon_sym_type, - ACTIONS(1878), 1, - sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1461), 1, + STATE(1468), 1, sym_primary_expression, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1388), 2, - sym_attribute, - sym_subscript, - ACTIONS(1872), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + sym_python_identifier, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -76326,54 +76329,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [57654] = 17, + [57642] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(430), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(575), 1, - anon_sym_await, - ACTIONS(1136), 1, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(825), 1, + ACTIONS(1860), 1, + anon_sym_await, + ACTIONS(1862), 1, + anon_sym_type, + ACTIONS(1864), 1, + sym_python_identifier, + STATE(836), 1, sym_python_string, - STATE(899), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(985), 1, + STATE(1442), 1, sym_primary_expression, - ACTIONS(266), 2, - sym_identifier, - anon_sym_type, - ACTIONS(571), 2, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(436), 4, + STATE(1202), 2, + sym_attribute, + sym_subscript, + ACTIONS(1858), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - STATE(897), 16, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -76386,50 +76392,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [57731] = 17, + [57725] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(594), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(598), 1, + ACTIONS(489), 1, anon_sym_await, - ACTIONS(602), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(1128), 1, + ACTIONS(802), 1, anon_sym_STAR, - STATE(904), 1, + STATE(829), 1, sym_python_string, - STATE(1092), 1, + STATE(840), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1096), 1, sym_list_splat_pattern, - ACTIONS(586), 2, + ACTIONS(477), 2, sym_identifier, anon_sym_type, - ACTIONS(592), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(590), 4, + ACTIONS(481), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 6, + ACTIONS(491), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1364), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76446,7 +76452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [57808] = 20, + [57802] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -76463,27 +76469,27 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1808), 1, + ACTIONS(1840), 1, anon_sym_type, - ACTIONS(1810), 1, + ACTIONS(1856), 1, sym_python_identifier, - ACTIONS(1880), 1, + ACTIONS(1866), 1, anon_sym_await, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1469), 1, + STATE(1442), 1, sym_primary_expression, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1360), 2, + STATE(1248), 2, sym_attribute, sym_subscript, - ACTIONS(1804), 4, + ACTIONS(1836), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -76494,7 +76500,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -76509,50 +76515,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [57891] = 17, + [57885] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(594), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(598), 1, + ACTIONS(489), 1, anon_sym_await, - ACTIONS(602), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(1128), 1, + ACTIONS(802), 1, anon_sym_STAR, - STATE(904), 1, + STATE(829), 1, sym_python_string, - STATE(1093), 1, + STATE(841), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1096), 1, sym_list_splat_pattern, - ACTIONS(586), 2, + ACTIONS(477), 2, sym_identifier, anon_sym_type, - ACTIONS(592), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(590), 4, + ACTIONS(481), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 6, + ACTIONS(491), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1364), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76569,50 +76575,113 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [57968] = 17, + [57962] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(91), 1, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, + anon_sym_DASH, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(430), 1, + ACTIONS(1666), 1, + anon_sym_STAR, + ACTIONS(1870), 1, + anon_sym_await, + ACTIONS(1872), 1, + anon_sym_type, + ACTIONS(1874), 1, + sym_python_identifier, + STATE(836), 1, + sym_python_string, + STATE(1307), 1, + sym_list_splat_pattern, + STATE(1442), 1, + sym_primary_expression, + ACTIONS(461), 2, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1417), 2, + sym_attribute, + sym_subscript, + ACTIONS(1868), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [58045] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(432), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(592), 1, + anon_sym_LBRACE, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(575), 1, + ACTIONS(604), 1, + sym_ellipsis, + ACTIONS(606), 1, anon_sym_await, - ACTIONS(1136), 1, + ACTIONS(610), 1, + sym_string_start, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(825), 1, + STATE(900), 1, sym_python_string, - STATE(899), 1, - sym_list_splat_pattern, - STATE(1000), 1, + STATE(1113), 1, sym_primary_expression, - ACTIONS(266), 2, + STATE(1321), 1, + sym_list_splat_pattern, + ACTIONS(594), 2, sym_identifier, anon_sym_type, - ACTIONS(571), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(436), 4, + ACTIONS(598), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(608), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76629,50 +76698,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [58045] = 17, + [58122] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(485), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(489), 1, + ACTIONS(606), 1, anon_sym_await, - ACTIONS(493), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(802), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(832), 1, + STATE(900), 1, sym_python_string, - STATE(873), 1, + STATE(1127), 1, sym_primary_expression, - STATE(1085), 1, + STATE(1321), 1, sym_list_splat_pattern, - ACTIONS(477), 2, + ACTIONS(594), 2, sym_identifier, anon_sym_type, - ACTIONS(483), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(481), 4, + ACTIONS(598), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 6, + ACTIONS(608), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1086), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76689,7 +76758,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [58122] = 20, + [58199] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -76706,27 +76775,27 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1836), 1, + ACTIONS(1800), 1, anon_sym_type, - ACTIONS(1838), 1, + ACTIONS(1802), 1, sym_python_identifier, - ACTIONS(1882), 1, + ACTIONS(1876), 1, anon_sym_await, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1458), 1, + STATE(1446), 1, sym_primary_expression, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(553), 2, + STATE(1301), 2, sym_attribute, sym_subscript, - ACTIONS(1832), 4, + ACTIONS(1796), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -76737,7 +76806,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -76752,7 +76821,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [58205] = 17, + [58282] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(471), 1, @@ -76771,11 +76840,11 @@ static const uint16_t ts_small_parse_table[] = { sym_string_start, ACTIONS(802), 1, anon_sym_STAR, - STATE(832), 1, + STATE(829), 1, sym_python_string, - STATE(878), 1, + STATE(842), 1, sym_primary_expression, - STATE(1085), 1, + STATE(1096), 1, sym_list_splat_pattern, ACTIONS(477), 2, sym_identifier, @@ -76795,7 +76864,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1086), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76812,54 +76881,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [58282] = 17, + [58359] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(85), 1, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(91), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(438), 1, - anon_sym_await, - ACTIONS(1150), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(825), 1, + ACTIONS(1808), 1, + anon_sym_await, + ACTIONS(1810), 1, + anon_sym_type, + ACTIONS(1878), 1, + sym_python_identifier, + STATE(836), 1, sym_python_string, - STATE(869), 1, - sym_primary_expression, - STATE(899), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(83), 2, + STATE(1428), 1, + sym_primary_expression, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(266), 2, - sym_identifier, - anon_sym_type, - ACTIONS(436), 4, + STATE(916), 2, + sym_attribute, + sym_subscript, + ACTIONS(1806), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - STATE(897), 16, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -76872,50 +76944,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [58359] = 17, + [58442] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(559), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(563), 1, + ACTIONS(566), 1, anon_sym_await, - ACTIONS(567), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(1068), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(827), 1, + STATE(834), 1, sym_python_string, - STATE(847), 1, + STATE(862), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1134), 1, sym_list_splat_pattern, - ACTIONS(551), 2, + ACTIONS(554), 2, sym_identifier, anon_sym_type, - ACTIONS(557), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(555), 4, + ACTIONS(558), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 6, + ACTIONS(568), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1128), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76932,50 +77004,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [58436] = 17, + [58519] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(559), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(487), 1, sym_ellipsis, - ACTIONS(563), 1, + ACTIONS(489), 1, anon_sym_await, - ACTIONS(567), 1, + ACTIONS(493), 1, sym_string_start, - ACTIONS(1068), 1, + ACTIONS(802), 1, anon_sym_STAR, - STATE(827), 1, + STATE(829), 1, sym_python_string, STATE(846), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1096), 1, sym_list_splat_pattern, - ACTIONS(551), 2, + ACTIONS(477), 2, sym_identifier, anon_sym_type, - ACTIONS(557), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(555), 4, + ACTIONS(481), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 6, + ACTIONS(491), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1128), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76992,50 +77064,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [58513] = 17, + [58596] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(471), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(473), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(475), 1, anon_sym_LBRACE, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(608), 1, + ACTIONS(485), 1, anon_sym_DASH, - ACTIONS(610), 1, + ACTIONS(487), 1, + sym_ellipsis, + ACTIONS(489), 1, anon_sym_await, - ACTIONS(1258), 1, + ACTIONS(493), 1, + sym_string_start, + ACTIONS(802), 1, anon_sym_STAR, - STATE(867), 1, + STATE(829), 1, sym_python_string, - STATE(1052), 1, + STATE(848), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1096), 1, sym_list_splat_pattern, - ACTIONS(450), 2, + ACTIONS(477), 2, sym_identifier, anon_sym_type, - ACTIONS(606), 2, + ACTIONS(483), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(481), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(491), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77052,50 +77124,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [58590] = 17, + [58673] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(594), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(598), 1, + ACTIONS(606), 1, anon_sym_await, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(1114), 1, + STATE(1145), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - ACTIONS(586), 2, + ACTIONS(594), 2, sym_identifier, anon_sym_type, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(590), 4, + ACTIONS(598), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 6, + ACTIONS(608), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77112,7 +77184,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [58667] = 17, + [58750] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(471), 1, @@ -77131,11 +77203,11 @@ static const uint16_t ts_small_parse_table[] = { sym_string_start, ACTIONS(802), 1, anon_sym_STAR, - STATE(832), 1, + STATE(829), 1, sym_python_string, - STATE(879), 1, + STATE(853), 1, sym_primary_expression, - STATE(1085), 1, + STATE(1096), 1, sym_list_splat_pattern, ACTIONS(477), 2, sym_identifier, @@ -77155,7 +77227,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1086), 16, + STATE(1098), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77172,7 +77244,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [58744] = 17, + [58827] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(612), 1, @@ -77189,13 +77261,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(634), 1, sym_string_start, - ACTIONS(1078), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(983), 1, + STATE(988), 1, sym_primary_expression, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, ACTIONS(618), 2, sym_identifier, @@ -77215,7 +77287,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77232,50 +77304,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [58821] = 17, + [58904] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(485), 1, - anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(489), 1, - anon_sym_await, - ACTIONS(493), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(802), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(586), 1, + anon_sym_await, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(832), 1, + STATE(836), 1, sym_python_string, - STATE(876), 1, + STATE(1111), 1, sym_primary_expression, - STATE(1085), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(477), 2, + ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(483), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(481), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 6, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1086), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77292,50 +77364,110 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [58898] = 17, + [58981] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(37), 1, + anon_sym_LBRACE, + ACTIONS(85), 1, + anon_sym_DASH, + ACTIONS(91), 1, + sym_ellipsis, + ACTIONS(105), 1, + sym_string_start, + ACTIONS(430), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(438), 1, + anon_sym_await, + ACTIONS(1130), 1, + anon_sym_STAR, + STATE(825), 1, + sym_python_string, + STATE(864), 1, + sym_primary_expression, + STATE(899), 1, + sym_list_splat_pattern, + ACTIONS(83), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(263), 2, + sym_identifier, + anon_sym_type, + ACTIONS(436), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(99), 6, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + STATE(896), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [59058] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(588), 1, + anon_sym_LBRACK, + ACTIONS(590), 1, + anon_sym_LPAREN, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(485), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(489), 1, + ACTIONS(606), 1, anon_sym_await, - ACTIONS(493), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(802), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(832), 1, + STATE(900), 1, sym_python_string, - STATE(874), 1, + STATE(1049), 1, sym_primary_expression, - STATE(1085), 1, + STATE(1321), 1, sym_list_splat_pattern, - ACTIONS(477), 2, + ACTIONS(594), 2, sym_identifier, anon_sym_type, - ACTIONS(483), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(481), 4, + ACTIONS(598), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 6, + ACTIONS(608), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1086), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77352,50 +77484,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [58975] = 17, + [59135] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(459), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(465), 1, + ACTIONS(606), 1, anon_sym_await, - ACTIONS(469), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(867), 1, + STATE(900), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1436), 1, + STATE(1036), 1, sym_primary_expression, - ACTIONS(450), 2, + STATE(1321), 1, + sym_list_splat_pattern, + ACTIONS(594), 2, sym_identifier, anon_sym_type, - ACTIONS(461), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(598), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(608), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77412,50 +77544,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [59052] = 17, + [59212] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(37), 1, + anon_sym_LBRACE, + ACTIONS(91), 1, + sym_ellipsis, + ACTIONS(105), 1, + sym_string_start, + ACTIONS(430), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(475), 1, - anon_sym_LBRACE, - ACTIONS(485), 1, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(487), 1, - sym_ellipsis, - ACTIONS(489), 1, + ACTIONS(578), 1, anon_sym_await, - ACTIONS(493), 1, - sym_string_start, - ACTIONS(802), 1, + ACTIONS(1140), 1, anon_sym_STAR, - STATE(832), 1, + STATE(825), 1, sym_python_string, - STATE(836), 1, - sym_primary_expression, - STATE(1085), 1, + STATE(899), 1, sym_list_splat_pattern, - ACTIONS(477), 2, + STATE(910), 1, + sym_primary_expression, + ACTIONS(263), 2, sym_identifier, anon_sym_type, - ACTIONS(483), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(481), 4, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 6, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1086), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77472,7 +77604,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [59129] = 20, + [59289] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -77481,48 +77613,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, ACTIONS(463), 1, sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, - anon_sym_STAR, - ACTIONS(1886), 1, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(642), 1, anon_sym_await, - ACTIONS(1888), 1, - anon_sym_type, - ACTIONS(1890), 1, - sym_python_identifier, - STATE(867), 1, + ACTIONS(1282), 1, + anon_sym_STAR, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1469), 1, + STATE(1317), 1, sym_primary_expression, - ACTIONS(461), 2, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1283), 2, - sym_attribute, - sym_subscript, - ACTIONS(1884), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + sym_python_identifier, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -77535,50 +77664,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [59212] = 17, + [59366] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(594), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(598), 1, + ACTIONS(606), 1, anon_sym_await, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(1130), 1, + STATE(1023), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - ACTIONS(586), 2, + ACTIONS(594), 2, sym_identifier, anon_sym_type, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(590), 4, + ACTIONS(598), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 6, + ACTIONS(608), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77595,50 +77724,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [59289] = 17, + [59443] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(594), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(598), 1, + ACTIONS(606), 1, anon_sym_await, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(1131), 1, + STATE(1022), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - ACTIONS(586), 2, + ACTIONS(594), 2, sym_identifier, anon_sym_type, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(590), 4, + ACTIONS(598), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 6, + ACTIONS(608), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77655,50 +77784,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [59366] = 17, + [59520] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(640), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(642), 1, + ACTIONS(516), 1, + sym_ellipsis, + ACTIONS(518), 1, anon_sym_await, - ACTIONS(1318), 1, + ACTIONS(522), 1, + sym_string_start, + ACTIONS(1098), 1, anon_sym_STAR, STATE(867), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1332), 1, + STATE(922), 1, sym_primary_expression, - ACTIONS(450), 2, + STATE(1270), 1, + sym_list_splat_pattern, + ACTIONS(506), 2, sym_identifier, anon_sym_type, - ACTIONS(638), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(510), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(520), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77715,50 +77844,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [59443] = 17, + [59597] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(500), 1, + anon_sym_LBRACK, + ACTIONS(502), 1, + anon_sym_LPAREN, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(85), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(91), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(105), 1, - sym_string_start, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(438), 1, + ACTIONS(518), 1, anon_sym_await, - ACTIONS(1150), 1, + ACTIONS(522), 1, + sym_string_start, + ACTIONS(1098), 1, anon_sym_STAR, - STATE(825), 1, + STATE(867), 1, sym_python_string, - STATE(837), 1, + STATE(923), 1, sym_primary_expression, - STATE(899), 1, + STATE(1270), 1, sym_list_splat_pattern, - ACTIONS(83), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(266), 2, + ACTIONS(506), 2, sym_identifier, anon_sym_type, - ACTIONS(436), 4, + ACTIONS(512), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(510), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(520), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77775,50 +77904,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [59520] = 17, + [59674] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(37), 1, + anon_sym_LBRACE, + ACTIONS(91), 1, + sym_ellipsis, + ACTIONS(105), 1, + sym_string_start, + ACTIONS(430), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(501), 1, - anon_sym_LBRACE, - ACTIONS(511), 1, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(513), 1, - sym_ellipsis, - ACTIONS(515), 1, + ACTIONS(578), 1, anon_sym_await, - ACTIONS(519), 1, - sym_string_start, - ACTIONS(1098), 1, + ACTIONS(1140), 1, anon_sym_STAR, - STATE(838), 1, + STATE(825), 1, sym_python_string, - STATE(914), 1, - sym_primary_expression, - STATE(1270), 1, + STATE(899), 1, sym_list_splat_pattern, - ACTIONS(503), 2, + STATE(909), 1, + sym_primary_expression, + ACTIONS(263), 2, sym_identifier, anon_sym_type, - ACTIONS(509), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(507), 4, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 6, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1272), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77835,50 +77964,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [59597] = 17, + [59751] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(511), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(515), 1, + ACTIONS(606), 1, anon_sym_await, - ACTIONS(519), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(1098), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(838), 1, + STATE(900), 1, sym_python_string, - STATE(915), 1, + STATE(1021), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1321), 1, sym_list_splat_pattern, - ACTIONS(503), 2, + ACTIONS(594), 2, sym_identifier, anon_sym_type, - ACTIONS(509), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(507), 4, + ACTIONS(598), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 6, + ACTIONS(608), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1272), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77895,50 +78024,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [59674] = 17, + [59828] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(594), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(598), 1, + ACTIONS(606), 1, anon_sym_await, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(1139), 1, + STATE(1012), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - ACTIONS(586), 2, + ACTIONS(594), 2, sym_identifier, anon_sym_type, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(590), 4, + ACTIONS(598), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 6, + ACTIONS(608), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77955,50 +78084,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [59751] = 17, + [59905] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(588), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(590), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(592), 1, anon_sym_LBRACE, - ACTIONS(594), 1, + ACTIONS(602), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(604), 1, sym_ellipsis, - ACTIONS(598), 1, + ACTIONS(606), 1, anon_sym_await, - ACTIONS(602), 1, + ACTIONS(610), 1, sym_string_start, - ACTIONS(1128), 1, + ACTIONS(1124), 1, anon_sym_STAR, - STATE(904), 1, + STATE(900), 1, sym_python_string, - STATE(1141), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1365), 1, + STATE(1321), 1, sym_list_splat_pattern, - ACTIONS(586), 2, + ACTIONS(594), 2, sym_identifier, anon_sym_type, - ACTIONS(592), 2, + ACTIONS(600), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(590), 4, + ACTIONS(598), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 6, + ACTIONS(608), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1364), 16, + STATE(1316), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78015,54 +78144,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [59828] = 17, + [59982] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(584), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(594), 1, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(596), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(598), 1, - anon_sym_await, - ACTIONS(602), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(1128), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(904), 1, + ACTIONS(1822), 1, + anon_sym_type, + ACTIONS(1824), 1, + sym_python_identifier, + ACTIONS(1880), 1, + anon_sym_await, + STATE(836), 1, sym_python_string, - STATE(1142), 1, - sym_primary_expression, - STATE(1365), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(586), 2, - sym_identifier, - anon_sym_type, - ACTIONS(592), 2, + STATE(1440), 1, + sym_primary_expression, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(590), 4, + STATE(1072), 2, + sym_attribute, + sym_subscript, + ACTIONS(1818), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 6, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - STATE(1364), 16, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -78075,7 +78207,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [59905] = 17, + [60065] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -78088,22 +78220,22 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(610), 1, + ACTIONS(586), 1, anon_sym_await, - ACTIONS(1258), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1051), 1, + STATE(1109), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(457), 4, @@ -78118,7 +78250,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78135,50 +78267,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [59982] = 17, + [60142] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(37), 1, + anon_sym_LBRACE, + ACTIONS(91), 1, + sym_ellipsis, + ACTIONS(105), 1, + sym_string_start, + ACTIONS(430), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(584), 1, - anon_sym_LBRACE, - ACTIONS(594), 1, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(596), 1, - sym_ellipsis, - ACTIONS(598), 1, + ACTIONS(578), 1, anon_sym_await, - ACTIONS(602), 1, - sym_string_start, - ACTIONS(1128), 1, + ACTIONS(1140), 1, anon_sym_STAR, - STATE(904), 1, + STATE(825), 1, sym_python_string, - STATE(1143), 1, - sym_primary_expression, - STATE(1365), 1, + STATE(899), 1, sym_list_splat_pattern, - ACTIONS(586), 2, + STATE(905), 1, + sym_primary_expression, + ACTIONS(263), 2, sym_identifier, anon_sym_type, - ACTIONS(592), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(590), 4, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 6, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1364), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78195,7 +78327,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [60059] = 17, + [60219] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -78208,22 +78340,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(575), 1, + ACTIONS(578), 1, anon_sym_await, - ACTIONS(1136), 1, + ACTIONS(1140), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, STATE(899), 1, sym_list_splat_pattern, - STATE(908), 1, + STATE(902), 1, sym_primary_expression, - ACTIONS(266), 2, + ACTIONS(263), 2, sym_identifier, anon_sym_type, - ACTIONS(571), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(436), 4, @@ -78238,7 +78370,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78255,50 +78387,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [60136] = 17, + [60296] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(580), 1, + ACTIONS(37), 1, + anon_sym_LBRACE, + ACTIONS(91), 1, + sym_ellipsis, + ACTIONS(105), 1, + sym_string_start, + ACTIONS(430), 1, anon_sym_LBRACK, - ACTIONS(582), 1, + ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(584), 1, - anon_sym_LBRACE, - ACTIONS(594), 1, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(596), 1, - sym_ellipsis, - ACTIONS(598), 1, + ACTIONS(578), 1, anon_sym_await, - ACTIONS(602), 1, - sym_string_start, - ACTIONS(1128), 1, + ACTIONS(1140), 1, anon_sym_STAR, - STATE(904), 1, + STATE(825), 1, sym_python_string, - STATE(1144), 1, - sym_primary_expression, - STATE(1365), 1, + STATE(899), 1, sym_list_splat_pattern, - ACTIONS(586), 2, + STATE(901), 1, + sym_primary_expression, + ACTIONS(263), 2, sym_identifier, anon_sym_type, - ACTIONS(592), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(590), 4, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(600), 6, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1364), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78315,7 +78447,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [60213] = 20, + [60373] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -78332,27 +78464,27 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1666), 1, anon_sym_STAR, - ACTIONS(1894), 1, + ACTIONS(1790), 1, anon_sym_await, - ACTIONS(1896), 1, + ACTIONS(1792), 1, anon_sym_type, - ACTIONS(1898), 1, + ACTIONS(1882), 1, sym_python_identifier, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1437), 1, + STATE(1436), 1, sym_primary_expression, ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1254), 2, + STATE(555), 2, sym_attribute, sym_subscript, - ACTIONS(1892), 4, + ACTIONS(1788), 4, anon_sym_print, anon_sym_exec, anon_sym_async, @@ -78363,7 +78495,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1311), 14, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -78378,50 +78510,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [60296] = 17, + [60456] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(471), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(473), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(475), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(485), 1, - anon_sym_DASH, - ACTIONS(487), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(489), 1, - anon_sym_await, - ACTIONS(493), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(802), 1, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(642), 1, + anon_sym_await, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(832), 1, + STATE(836), 1, sym_python_string, - STATE(891), 1, - sym_primary_expression, - STATE(1085), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(477), 2, + STATE(1357), 1, + sym_primary_expression, + ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(483), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(481), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(491), 6, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1086), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78438,50 +78570,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [60373] = 17, + [60533] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(612), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(614), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(616), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(626), 1, - anon_sym_DASH, - ACTIONS(628), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(630), 1, - anon_sym_await, - ACTIONS(634), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(1078), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(586), 1, + anon_sym_await, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(890), 1, + STATE(836), 1, sym_python_string, - STATE(912), 1, + STATE(1112), 1, sym_primary_expression, - STATE(1192), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(618), 2, + ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(624), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(622), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 6, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1152), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78498,57 +78630,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [60450] = 20, + [60610] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(518), 1, + anon_sym_await, + ACTIONS(522), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1098), 1, anon_sym_STAR, - ACTIONS(1806), 1, - anon_sym_await, - ACTIONS(1808), 1, - anon_sym_type, - ACTIONS(1900), 1, - sym_python_identifier, STATE(867), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1462), 1, + STATE(951), 1, sym_primary_expression, - ACTIONS(461), 2, + STATE(1270), 1, + sym_list_splat_pattern, + ACTIONS(506), 2, + sym_identifier, + anon_sym_type, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1360), 2, - sym_attribute, - sym_subscript, - ACTIONS(1804), 4, + ACTIONS(510), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(520), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + sym_python_identifier, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -78561,57 +78690,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [60533] = 20, + [60687] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(518), 1, + anon_sym_await, + ACTIONS(522), 1, sym_string_start, - ACTIONS(1670), 1, + ACTIONS(1098), 1, anon_sym_STAR, - ACTIONS(1854), 1, - anon_sym_await, - ACTIONS(1856), 1, - anon_sym_type, - ACTIONS(1902), 1, - sym_python_identifier, STATE(867), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1443), 1, + STATE(952), 1, sym_primary_expression, - ACTIONS(461), 2, + STATE(1270), 1, + sym_list_splat_pattern, + ACTIONS(506), 2, + sym_identifier, + anon_sym_type, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(898), 2, - sym_attribute, - sym_subscript, - ACTIONS(1852), 4, + ACTIONS(510), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(520), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + sym_python_identifier, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -78624,50 +78750,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [60616] = 17, + [60764] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(515), 1, + ACTIONS(518), 1, anon_sym_await, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, ACTIONS(1098), 1, anon_sym_STAR, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(943), 1, + STATE(955), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - ACTIONS(503), 2, + ACTIONS(506), 2, sym_identifier, anon_sym_type, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(507), 4, + ACTIONS(510), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 6, + ACTIONS(520), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78684,50 +78810,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [60693] = 17, + [60841] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(463), 1, + ACTIONS(85), 1, + anon_sym_DASH, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(640), 1, - anon_sym_DASH, - ACTIONS(642), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(438), 1, anon_sym_await, - ACTIONS(1318), 1, + ACTIONS(1130), 1, anon_sym_STAR, - STATE(867), 1, + STATE(825), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1354), 1, + STATE(884), 1, sym_primary_expression, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, - ACTIONS(638), 2, + STATE(899), 1, + sym_list_splat_pattern, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(263), 2, + sym_identifier, + anon_sym_type, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78744,50 +78870,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [60770] = 17, + [60918] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(515), 1, + ACTIONS(518), 1, anon_sym_await, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, ACTIONS(1098), 1, anon_sym_STAR, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(945), 1, + STATE(956), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - ACTIONS(503), 2, + ACTIONS(506), 2, sym_identifier, anon_sym_type, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(507), 4, + ACTIONS(510), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 6, + ACTIONS(520), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78804,7 +78930,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [60847] = 17, + [60995] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -78821,13 +78947,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(642), 1, anon_sym_await, - ACTIONS(1318), 1, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1314), 1, + STATE(1361), 1, sym_primary_expression, ACTIONS(450), 2, sym_identifier, @@ -78847,7 +78973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78864,50 +78990,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [60924] = 17, + [61072] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(608), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(610), 1, + ACTIONS(564), 1, + sym_ellipsis, + ACTIONS(566), 1, anon_sym_await, - ACTIONS(1258), 1, + ACTIONS(570), 1, + sym_string_start, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(867), 1, + STATE(834), 1, sym_python_string, - STATE(1050), 1, + STATE(856), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1134), 1, sym_list_splat_pattern, - ACTIONS(450), 2, + ACTIONS(554), 2, sym_identifier, anon_sym_type, - ACTIONS(606), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(558), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(568), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78924,50 +79050,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [61001] = 17, + [61149] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(515), 1, + ACTIONS(518), 1, anon_sym_await, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, ACTIONS(1098), 1, anon_sym_STAR, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(947), 1, + STATE(957), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - ACTIONS(503), 2, + ACTIONS(506), 2, sym_identifier, anon_sym_type, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(507), 4, + ACTIONS(510), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 6, + ACTIONS(520), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78984,50 +79110,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [61078] = 17, + [61226] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(515), 1, + ACTIONS(518), 1, anon_sym_await, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, ACTIONS(1098), 1, anon_sym_STAR, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(894), 1, + STATE(959), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - ACTIONS(503), 2, + ACTIONS(506), 2, sym_identifier, anon_sym_type, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(507), 4, + ACTIONS(510), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 6, + ACTIONS(520), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79044,50 +79170,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [61155] = 17, + [61303] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(515), 1, + ACTIONS(518), 1, anon_sym_await, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, ACTIONS(1098), 1, anon_sym_STAR, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(949), 1, + STATE(960), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - ACTIONS(503), 2, + ACTIONS(506), 2, sym_identifier, anon_sym_type, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(507), 4, + ACTIONS(510), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 6, + ACTIONS(520), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79104,50 +79230,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [61232] = 17, + [61380] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(511), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(515), 1, + ACTIONS(518), 1, anon_sym_await, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, ACTIONS(1098), 1, anon_sym_STAR, - STATE(838), 1, + STATE(867), 1, sym_python_string, - STATE(951), 1, + STATE(961), 1, sym_primary_expression, STATE(1270), 1, sym_list_splat_pattern, - ACTIONS(503), 2, + ACTIONS(506), 2, sym_identifier, anon_sym_type, - ACTIONS(509), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(507), 4, + ACTIONS(510), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 6, + ACTIONS(520), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1272), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79164,50 +79290,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [61309] = 17, + [61457] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(37), 1, + anon_sym_LBRACE, + ACTIONS(91), 1, + sym_ellipsis, + ACTIONS(105), 1, + sym_string_start, + ACTIONS(430), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(501), 1, - anon_sym_LBRACE, - ACTIONS(511), 1, + ACTIONS(576), 1, anon_sym_DASH, - ACTIONS(513), 1, - sym_ellipsis, - ACTIONS(515), 1, + ACTIONS(578), 1, anon_sym_await, - ACTIONS(519), 1, - sym_string_start, - ACTIONS(1098), 1, + ACTIONS(1140), 1, anon_sym_STAR, - STATE(838), 1, + STATE(825), 1, sym_python_string, - STATE(953), 1, + STATE(898), 1, sym_primary_expression, - STATE(1270), 1, + STATE(899), 1, sym_list_splat_pattern, - ACTIONS(503), 2, + ACTIONS(263), 2, sym_identifier, anon_sym_type, - ACTIONS(509), 2, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(507), 4, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 6, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1272), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79224,50 +79350,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [61386] = 17, + [61534] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(511), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(515), 1, + ACTIONS(566), 1, anon_sym_await, - ACTIONS(519), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(1098), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(838), 1, + STATE(834), 1, sym_python_string, - STATE(957), 1, + STATE(857), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1134), 1, sym_list_splat_pattern, - ACTIONS(503), 2, + ACTIONS(554), 2, sym_identifier, anon_sym_type, - ACTIONS(509), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(507), 4, + ACTIONS(558), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 6, + ACTIONS(568), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1272), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79284,57 +79410,54 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [61463] = 20, + [61611] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(1670), 1, - anon_sym_STAR, - ACTIONS(1896), 1, - anon_sym_type, - ACTIONS(1904), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(576), 1, + anon_sym_DASH, + ACTIONS(578), 1, anon_sym_await, - ACTIONS(1906), 1, - sym_python_identifier, - STATE(867), 1, + ACTIONS(1140), 1, + anon_sym_STAR, + STATE(825), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1451), 1, + STATE(897), 1, sym_primary_expression, - ACTIONS(461), 2, + STATE(899), 1, + sym_list_splat_pattern, + ACTIONS(263), 2, + sym_identifier, + anon_sym_type, + ACTIONS(574), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1254), 2, - sym_attribute, - sym_subscript, - ACTIONS(1892), 4, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + sym_python_identifier, + STATE(896), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -79347,50 +79470,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [61546] = 17, + [61688] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(608), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(610), 1, + ACTIONS(540), 1, + sym_ellipsis, + ACTIONS(542), 1, anon_sym_await, - ACTIONS(1258), 1, + ACTIONS(546), 1, + sym_string_start, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(867), 1, + STATE(850), 1, sym_python_string, - STATE(1049), 1, + STATE(948), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1172), 1, sym_list_splat_pattern, - ACTIONS(450), 2, + ACTIONS(530), 2, sym_identifier, anon_sym_type, - ACTIONS(606), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(534), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(544), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79407,7 +79530,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [61623] = 17, + [61765] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -79420,22 +79543,22 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(610), 1, + ACTIONS(586), 1, anon_sym_await, - ACTIONS(1258), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1048), 1, + STATE(1060), 1, sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(606), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(457), 4, @@ -79450,7 +79573,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79467,7 +79590,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [61700] = 17, + [61842] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -79476,45 +79599,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(448), 1, anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, + anon_sym_DASH, ACTIONS(463), 1, sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(610), 1, - anon_sym_await, - ACTIONS(1258), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(867), 1, + ACTIONS(1886), 1, + anon_sym_await, + ACTIONS(1888), 1, + anon_sym_type, + ACTIONS(1890), 1, + sym_python_identifier, + STATE(836), 1, sym_python_string, - STATE(1032), 1, - sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, - ACTIONS(606), 2, + STATE(1437), 1, + sym_primary_expression, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + STATE(1128), 2, + sym_attribute, + sym_subscript, + ACTIONS(1884), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - STATE(1311), 16, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -79527,50 +79653,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [61777] = 17, + [61925] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(539), 1, + ACTIONS(542), 1, anon_sym_await, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(1168), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(986), 1, + STATE(895), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - ACTIONS(527), 2, + ACTIONS(530), 2, sym_identifier, anon_sym_type, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(531), 4, + ACTIONS(534), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 6, + ACTIONS(544), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79587,50 +79713,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [61854] = 17, + [62002] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(539), 1, + ACTIONS(542), 1, anon_sym_await, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(1168), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(920), 1, + STATE(918), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - ACTIONS(527), 2, + ACTIONS(530), 2, sym_identifier, anon_sym_type, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(531), 4, + ACTIONS(534), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 6, + ACTIONS(544), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79647,7 +79773,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [61931] = 17, + [62079] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(612), 1, @@ -79664,13 +79790,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(634), 1, sym_string_start, - ACTIONS(1078), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(978), 1, + STATE(982), 1, sym_primary_expression, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, ACTIONS(618), 2, sym_identifier, @@ -79690,7 +79816,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79707,7 +79833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [62008] = 17, + [62156] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(612), 1, @@ -79724,13 +79850,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(634), 1, sym_string_start, - ACTIONS(1078), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(977), 1, + STATE(983), 1, sym_primary_expression, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, ACTIONS(618), 2, sym_identifier, @@ -79750,7 +79876,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79767,7 +79893,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [62085] = 17, + [62233] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(612), 1, @@ -79784,13 +79910,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(634), 1, sym_string_start, - ACTIONS(1078), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(975), 1, + STATE(985), 1, sym_primary_expression, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, ACTIONS(618), 2, sym_identifier, @@ -79810,7 +79936,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79827,7 +79953,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [62162] = 17, + [62310] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(612), 1, @@ -79844,13 +79970,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(634), 1, sym_string_start, - ACTIONS(1078), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(972), 1, + STATE(986), 1, sym_primary_expression, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, ACTIONS(618), 2, sym_identifier, @@ -79870,7 +79996,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79887,7 +80013,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [62239] = 17, + [62387] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(612), 1, @@ -79904,13 +80030,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(634), 1, sym_string_start, - ACTIONS(1078), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(971), 1, + STATE(987), 1, sym_primary_expression, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, ACTIONS(618), 2, sym_identifier, @@ -79930,7 +80056,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79947,7 +80073,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [62316] = 17, + [62464] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(612), 1, @@ -79964,13 +80090,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(634), 1, sym_string_start, - ACTIONS(1078), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(969), 1, + STATE(990), 1, sym_primary_expression, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, ACTIONS(618), 2, sym_identifier, @@ -79990,7 +80116,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80007,7 +80133,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [62393] = 17, + [62541] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(612), 1, @@ -80024,13 +80150,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(634), 1, sym_string_start, - ACTIONS(1078), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(890), 1, + STATE(845), 1, sym_python_string, - STATE(968), 1, + STATE(991), 1, sym_primary_expression, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, ACTIONS(618), 2, sym_identifier, @@ -80050,7 +80176,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80067,7 +80193,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [62470] = 17, + [62618] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(612), 1, @@ -80084,13 +80210,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_await, ACTIONS(634), 1, sym_string_start, - ACTIONS(1078), 1, + ACTIONS(1068), 1, anon_sym_STAR, - STATE(890), 1, + STATE(845), 1, sym_python_string, STATE(965), 1, sym_primary_expression, - STATE(1192), 1, + STATE(1198), 1, sym_list_splat_pattern, ACTIONS(618), 2, sym_identifier, @@ -80110,7 +80236,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1152), 16, + STATE(1193), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80127,50 +80253,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [62547] = 17, + [62695] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(559), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(563), 1, + ACTIONS(566), 1, anon_sym_await, - ACTIONS(567), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(1068), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(827), 1, + STATE(834), 1, sym_python_string, - STATE(860), 1, + STATE(858), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1134), 1, sym_list_splat_pattern, - ACTIONS(551), 2, + ACTIONS(554), 2, sym_identifier, anon_sym_type, - ACTIONS(557), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(555), 4, + ACTIONS(558), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 6, + ACTIONS(568), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1128), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80187,50 +80313,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [62624] = 17, + [62772] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(539), 1, + ACTIONS(542), 1, anon_sym_await, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(1168), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(916), 1, + STATE(929), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - ACTIONS(527), 2, + ACTIONS(530), 2, sym_identifier, anon_sym_type, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(531), 4, + ACTIONS(534), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 6, + ACTIONS(544), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80247,50 +80373,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [62701] = 17, + [62849] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(539), 1, + ACTIONS(542), 1, anon_sym_await, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(1168), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(999), 1, + STATE(931), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - ACTIONS(527), 2, + ACTIONS(530), 2, sym_identifier, anon_sym_type, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(531), 4, + ACTIONS(534), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 6, + ACTIONS(544), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80307,50 +80433,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [62778] = 17, + [62926] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(535), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(564), 1, sym_ellipsis, - ACTIONS(539), 1, + ACTIONS(566), 1, anon_sym_await, - ACTIONS(543), 1, + ACTIONS(570), 1, sym_string_start, - ACTIONS(1168), 1, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(849), 1, + STATE(834), 1, sym_python_string, - STATE(998), 1, + STATE(835), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1134), 1, sym_list_splat_pattern, - ACTIONS(527), 2, + ACTIONS(554), 2, sym_identifier, anon_sym_type, - ACTIONS(533), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(531), 4, + ACTIONS(558), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 6, + ACTIONS(568), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1237), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80367,50 +80493,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [62855] = 17, + [63003] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, - anon_sym_LBRACK, - ACTIONS(523), 1, - anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(535), 1, + ACTIONS(85), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(539), 1, - anon_sym_await, - ACTIONS(543), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(1168), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(438), 1, + anon_sym_await, + ACTIONS(1130), 1, anon_sym_STAR, - STATE(849), 1, + STATE(825), 1, sym_python_string, - STATE(992), 1, + STATE(883), 1, sym_primary_expression, - STATE(1223), 1, + STATE(899), 1, sym_list_splat_pattern, - ACTIONS(527), 2, - sym_identifier, - anon_sym_type, - ACTIONS(533), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(531), 4, + ACTIONS(263), 2, + sym_identifier, + anon_sym_type, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 6, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1237), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80427,50 +80553,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [62932] = 17, + [63080] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(535), 1, - anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(539), 1, - anon_sym_await, - ACTIONS(543), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(1168), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(586), 1, + anon_sym_await, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(849), 1, + STATE(836), 1, sym_python_string, - STATE(923), 1, + STATE(1059), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(527), 2, + ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(533), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(531), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 6, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1237), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80487,50 +80613,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [63009] = 17, + [63157] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(500), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(502), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(504), 1, anon_sym_LBRACE, - ACTIONS(535), 1, + ACTIONS(514), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(516), 1, sym_ellipsis, - ACTIONS(539), 1, + ACTIONS(518), 1, anon_sym_await, - ACTIONS(543), 1, + ACTIONS(522), 1, sym_string_start, - ACTIONS(1168), 1, + ACTIONS(1098), 1, anon_sym_STAR, - STATE(849), 1, + STATE(867), 1, sym_python_string, - STATE(991), 1, + STATE(997), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1270), 1, sym_list_splat_pattern, - ACTIONS(527), 2, + ACTIONS(506), 2, sym_identifier, anon_sym_type, - ACTIONS(533), 2, + ACTIONS(512), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(531), 4, + ACTIONS(510), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 6, + ACTIONS(520), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1237), 16, + STATE(1271), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80547,50 +80673,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [63086] = 17, + [63234] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(559), 1, - anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(563), 1, - anon_sym_await, - ACTIONS(567), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(1068), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(586), 1, + anon_sym_await, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(827), 1, + STATE(836), 1, sym_python_string, - STATE(859), 1, + STATE(1058), 1, sym_primary_expression, - STATE(1132), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(551), 2, + ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(557), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(555), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 6, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1128), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80607,50 +80733,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [63163] = 17, + [63311] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(535), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(539), 1, + ACTIONS(542), 1, anon_sym_await, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(1168), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(849), 1, + STATE(850), 1, sym_python_string, - STATE(990), 1, + STATE(938), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1172), 1, sym_list_splat_pattern, - ACTIONS(527), 2, + ACTIONS(530), 2, sym_identifier, anon_sym_type, - ACTIONS(533), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(531), 4, + ACTIONS(534), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 6, + ACTIONS(544), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1237), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80667,7 +80793,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [63240] = 17, + [63388] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -80684,18 +80810,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(438), 1, anon_sym_await, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(865), 1, + STATE(880), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(266), 2, + ACTIONS(263), 2, sym_identifier, anon_sym_type, ACTIONS(436), 4, @@ -80710,7 +80836,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80727,113 +80853,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [63317] = 20, + [63465] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(463), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(1670), 1, - anon_sym_STAR, - ACTIONS(1834), 1, + ACTIONS(542), 1, anon_sym_await, - ACTIONS(1836), 1, - anon_sym_type, - ACTIONS(1908), 1, - sym_python_identifier, - STATE(867), 1, - sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1458), 1, - sym_primary_expression, - ACTIONS(461), 2, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(553), 2, - sym_attribute, - sym_subscript, - ACTIONS(1832), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 5, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - STATE(1311), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [63400] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACE, - ACTIONS(85), 1, - anon_sym_DASH, - ACTIONS(91), 1, - sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(438), 1, - anon_sym_await, - ACTIONS(1150), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(825), 1, + STATE(850), 1, sym_python_string, - STATE(882), 1, + STATE(939), 1, sym_primary_expression, - STATE(899), 1, + STATE(1172), 1, sym_list_splat_pattern, - ACTIONS(83), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(266), 2, + ACTIONS(530), 2, sym_identifier, anon_sym_type, - ACTIONS(436), 4, + ACTIONS(536), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(534), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(544), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80850,50 +80913,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [63477] = 17, + [63542] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, + ACTIONS(524), 1, anon_sym_LBRACK, - ACTIONS(499), 1, + ACTIONS(526), 1, anon_sym_LPAREN, - ACTIONS(501), 1, + ACTIONS(528), 1, anon_sym_LBRACE, - ACTIONS(511), 1, + ACTIONS(538), 1, anon_sym_DASH, - ACTIONS(513), 1, + ACTIONS(540), 1, sym_ellipsis, - ACTIONS(515), 1, + ACTIONS(542), 1, anon_sym_await, - ACTIONS(519), 1, + ACTIONS(546), 1, sym_string_start, - ACTIONS(1098), 1, + ACTIONS(1156), 1, anon_sym_STAR, - STATE(838), 1, + STATE(850), 1, sym_python_string, - STATE(997), 1, + STATE(946), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - ACTIONS(503), 2, + ACTIONS(530), 2, sym_identifier, anon_sym_type, - ACTIONS(509), 2, + ACTIONS(536), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(507), 4, + ACTIONS(534), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(517), 6, + ACTIONS(544), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1272), 16, + STATE(1183), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80910,7 +80973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [63554] = 20, + [63619] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -80919,48 +80982,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(450), 1, - sym_identifier, - ACTIONS(459), 1, - anon_sym_DASH, ACTIONS(463), 1, sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(1670), 1, - anon_sym_STAR, - ACTIONS(1894), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(586), 1, anon_sym_await, - ACTIONS(1896), 1, - anon_sym_type, - ACTIONS(1906), 1, - sym_python_identifier, - STATE(867), 1, + ACTIONS(1256), 1, + anon_sym_STAR, + STATE(836), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1437), 1, + STATE(1047), 1, sym_primary_expression, - ACTIONS(461), 2, + STATE(1307), 1, + sym_list_splat_pattern, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - STATE(1254), 2, - sym_attribute, - sym_subscript, - ACTIONS(1892), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 5, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, - STATE(1311), 14, + sym_python_identifier, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -80973,50 +81033,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [63637] = 17, + [63696] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(91), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(105), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(430), 1, - anon_sym_LBRACK, - ACTIONS(432), 1, - anon_sym_LPAREN, - ACTIONS(573), 1, + ACTIONS(584), 1, anon_sym_DASH, - ACTIONS(575), 1, + ACTIONS(586), 1, anon_sym_await, - ACTIONS(1136), 1, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(825), 1, + STATE(836), 1, sym_python_string, - STATE(899), 1, - sym_list_splat_pattern, - STATE(907), 1, + STATE(1044), 1, sym_primary_expression, - ACTIONS(266), 2, + STATE(1307), 1, + sym_list_splat_pattern, + ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(571), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(436), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(99), 6, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81033,7 +81093,67 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [63714] = 17, + [63773] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(586), 1, + anon_sym_await, + ACTIONS(1256), 1, + anon_sym_STAR, + STATE(836), 1, + sym_python_string, + STATE(1043), 1, + sym_primary_expression, + STATE(1307), 1, + sym_list_splat_pattern, + ACTIONS(450), 2, + sym_identifier, + anon_sym_type, + ACTIONS(582), 2, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(457), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 6, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + sym_python_identifier, + STATE(1310), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [63850] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, @@ -81050,18 +81170,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(438), 1, anon_sym_await, - ACTIONS(1150), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, - STATE(863), 1, + STATE(885), 1, sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(266), 2, + ACTIONS(263), 2, sym_identifier, anon_sym_type, ACTIONS(436), 4, @@ -81076,7 +81196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81093,50 +81213,113 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [63791] = 17, + [63927] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(535), 1, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(539), 1, + ACTIONS(469), 1, + sym_string_start, + ACTIONS(1666), 1, + anon_sym_STAR, + ACTIONS(1894), 1, anon_sym_await, - ACTIONS(543), 1, + ACTIONS(1896), 1, + anon_sym_type, + ACTIONS(1898), 1, + sym_python_identifier, + STATE(836), 1, + sym_python_string, + STATE(1307), 1, + sym_list_splat_pattern, + STATE(1465), 1, + sym_primary_expression, + ACTIONS(461), 2, + anon_sym_PLUS, + anon_sym_TILDE, + STATE(1282), 2, + sym_attribute, + sym_subscript, + ACTIONS(1892), 4, + anon_sym_print, + anon_sym_exec, + anon_sym_async, + anon_sym_match, + ACTIONS(467), 5, + sym_integer, + sym_float, + sym_true, + sym_false, + sym_none, + STATE(1310), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_generator_expression, + sym_parenthesized_expression, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_concatenated_string, + sym_await, + [64010] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(444), 1, + anon_sym_LBRACK, + ACTIONS(446), 1, + anon_sym_LPAREN, + ACTIONS(448), 1, + anon_sym_LBRACE, + ACTIONS(463), 1, + sym_ellipsis, + ACTIONS(469), 1, sym_string_start, - ACTIONS(1168), 1, + ACTIONS(584), 1, + anon_sym_DASH, + ACTIONS(586), 1, + anon_sym_await, + ACTIONS(1256), 1, anon_sym_STAR, - STATE(849), 1, + STATE(836), 1, sym_python_string, - STATE(980), 1, + STATE(1042), 1, sym_primary_expression, - STATE(1223), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(527), 2, + ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(533), 2, + ACTIONS(582), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(531), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 6, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1237), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81153,11 +81336,13 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [63868] = 17, + [64087] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACE, + ACTIONS(85), 1, + anon_sym_DASH, ACTIONS(91), 1, sym_ellipsis, ACTIONS(105), 1, @@ -81166,24 +81351,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(573), 1, - anon_sym_DASH, - ACTIONS(575), 1, + ACTIONS(438), 1, anon_sym_await, - ACTIONS(1136), 1, + ACTIONS(1130), 1, anon_sym_STAR, STATE(825), 1, sym_python_string, + STATE(871), 1, + sym_primary_expression, STATE(899), 1, sym_list_splat_pattern, - STATE(911), 1, - sym_primary_expression, - ACTIONS(266), 2, - sym_identifier, - anon_sym_type, - ACTIONS(571), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(263), 2, + sym_identifier, + anon_sym_type, ACTIONS(436), 4, anon_sym_print, anon_sym_exec, @@ -81196,7 +81379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(897), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81213,50 +81396,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [63945] = 17, + [64164] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(523), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(525), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(535), 1, - anon_sym_DASH, - ACTIONS(537), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(539), 1, - anon_sym_await, - ACTIONS(543), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(1168), 1, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(642), 1, + anon_sym_await, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(849), 1, + STATE(836), 1, sym_python_string, - STATE(981), 1, - sym_primary_expression, - STATE(1223), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(527), 2, + STATE(1341), 1, + sym_primary_expression, + ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(533), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(531), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(541), 6, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1237), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81273,50 +81456,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [64022] = 17, + [64241] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(640), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(642), 1, + ACTIONS(564), 1, + sym_ellipsis, + ACTIONS(566), 1, anon_sym_await, - ACTIONS(1318), 1, + ACTIONS(570), 1, + sym_string_start, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(867), 1, + STATE(834), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1313), 1, + STATE(859), 1, sym_primary_expression, - ACTIONS(450), 2, + STATE(1134), 1, + sym_list_splat_pattern, + ACTIONS(554), 2, sym_identifier, anon_sym_type, - ACTIONS(638), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(558), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(568), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81333,7 +81516,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [64099] = 17, + [64318] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -81346,22 +81529,22 @@ static const uint16_t ts_small_parse_table[] = { sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, + ACTIONS(640), 1, anon_sym_DASH, - ACTIONS(610), 1, + ACTIONS(642), 1, anon_sym_await, - ACTIONS(1258), 1, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1110), 1, - sym_primary_expression, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, + STATE(1340), 1, + sym_primary_expression, ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(606), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(457), 4, @@ -81376,7 +81559,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81393,7 +81576,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [64176] = 17, + [64395] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -81410,13 +81593,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(642), 1, anon_sym_await, - ACTIONS(1318), 1, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1340), 1, + STATE(1314), 1, sym_primary_expression, ACTIONS(450), 2, sym_identifier, @@ -81436,7 +81619,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81453,7 +81636,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [64253] = 17, + [64472] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -81470,13 +81653,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(642), 1, anon_sym_await, - ACTIONS(1318), 1, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1338), 1, + STATE(1337), 1, sym_primary_expression, ACTIONS(450), 2, sym_identifier, @@ -81496,7 +81679,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81513,54 +81696,57 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [64330] = 17, + [64549] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(559), 1, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(563), 1, - anon_sym_await, - ACTIONS(567), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(1068), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(827), 1, + ACTIONS(1848), 1, + anon_sym_type, + ACTIONS(1854), 1, + anon_sym_await, + ACTIONS(1900), 1, + sym_python_identifier, + STATE(836), 1, sym_python_string, - STATE(858), 1, - sym_primary_expression, - STATE(1132), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(551), 2, - sym_identifier, - anon_sym_type, - ACTIONS(557), 2, + STATE(1463), 1, + sym_primary_expression, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(555), 4, + STATE(1322), 2, + sym_attribute, + sym_subscript, + ACTIONS(1844), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 6, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - STATE(1128), 16, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -81573,50 +81759,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [64407] = 17, + [64632] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(545), 1, + ACTIONS(444), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(446), 1, anon_sym_LPAREN, - ACTIONS(549), 1, + ACTIONS(448), 1, anon_sym_LBRACE, - ACTIONS(559), 1, - anon_sym_DASH, - ACTIONS(561), 1, + ACTIONS(463), 1, sym_ellipsis, - ACTIONS(563), 1, - anon_sym_await, - ACTIONS(567), 1, + ACTIONS(469), 1, sym_string_start, - ACTIONS(1068), 1, + ACTIONS(640), 1, + anon_sym_DASH, + ACTIONS(642), 1, + anon_sym_await, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(827), 1, + STATE(836), 1, sym_python_string, - STATE(853), 1, - sym_primary_expression, - STATE(1132), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(551), 2, + STATE(1335), 1, + sym_primary_expression, + ACTIONS(450), 2, sym_identifier, anon_sym_type, - ACTIONS(557), 2, + ACTIONS(638), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(555), 4, + ACTIONS(457), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 6, + ACTIONS(467), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1128), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81633,7 +81819,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [64484] = 17, + [64709] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -81650,13 +81836,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(642), 1, anon_sym_await, - ACTIONS(1318), 1, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1337), 1, + STATE(1333), 1, sym_primary_expression, ACTIONS(450), 2, sym_identifier, @@ -81676,7 +81862,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81693,7 +81879,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [64561] = 17, + [64786] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -81710,13 +81896,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(642), 1, anon_sym_await, - ACTIONS(1318), 1, + ACTIONS(1282), 1, anon_sym_STAR, - STATE(867), 1, + STATE(836), 1, sym_python_string, - STATE(1306), 1, + STATE(1307), 1, sym_list_splat_pattern, - STATE(1336), 1, + STATE(1331), 1, sym_primary_expression, ACTIONS(450), 2, sym_identifier, @@ -81736,7 +81922,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1310), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81753,110 +81939,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [64638] = 17, + [64863] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(463), 1, + ACTIONS(85), 1, + anon_sym_DASH, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(640), 1, - anon_sym_DASH, - ACTIONS(642), 1, - anon_sym_await, - ACTIONS(1318), 1, - anon_sym_STAR, - STATE(867), 1, - sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1335), 1, - sym_primary_expression, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, - ACTIONS(638), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(457), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 6, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - STATE(1311), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [64715] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(545), 1, + ACTIONS(430), 1, anon_sym_LBRACK, - ACTIONS(547), 1, + ACTIONS(432), 1, anon_sym_LPAREN, - ACTIONS(549), 1, - anon_sym_LBRACE, - ACTIONS(559), 1, - anon_sym_DASH, - ACTIONS(561), 1, - sym_ellipsis, - ACTIONS(563), 1, + ACTIONS(438), 1, anon_sym_await, - ACTIONS(567), 1, - sym_string_start, - ACTIONS(1068), 1, + ACTIONS(1130), 1, anon_sym_STAR, - STATE(827), 1, + STATE(825), 1, sym_python_string, - STATE(851), 1, + STATE(874), 1, sym_primary_expression, - STATE(1132), 1, + STATE(899), 1, sym_list_splat_pattern, - ACTIONS(551), 2, - sym_identifier, - anon_sym_type, - ACTIONS(557), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(555), 4, + ACTIONS(263), 2, + sym_identifier, + anon_sym_type, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(565), 6, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1128), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81873,50 +81999,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [64792] = 17, + [64940] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, - anon_sym_LBRACK, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(37), 1, anon_sym_LBRACE, - ACTIONS(463), 1, + ACTIONS(85), 1, + anon_sym_DASH, + ACTIONS(91), 1, sym_ellipsis, - ACTIONS(469), 1, + ACTIONS(105), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(610), 1, + ACTIONS(430), 1, + anon_sym_LBRACK, + ACTIONS(432), 1, + anon_sym_LPAREN, + ACTIONS(438), 1, anon_sym_await, - ACTIONS(1258), 1, + ACTIONS(1130), 1, anon_sym_STAR, - STATE(867), 1, + STATE(825), 1, sym_python_string, - STATE(1109), 1, + STATE(875), 1, sym_primary_expression, - STATE(1306), 1, + STATE(899), 1, sym_list_splat_pattern, - ACTIONS(450), 2, - sym_identifier, - anon_sym_type, - ACTIONS(606), 2, + ACTIONS(83), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(263), 2, + sym_identifier, + anon_sym_type, + ACTIONS(436), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(99), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(896), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81933,50 +82059,50 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [64869] = 17, + [65017] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(444), 1, + ACTIONS(548), 1, anon_sym_LBRACK, - ACTIONS(446), 1, + ACTIONS(550), 1, anon_sym_LPAREN, - ACTIONS(448), 1, + ACTIONS(552), 1, anon_sym_LBRACE, - ACTIONS(463), 1, - sym_ellipsis, - ACTIONS(469), 1, - sym_string_start, - ACTIONS(640), 1, + ACTIONS(562), 1, anon_sym_DASH, - ACTIONS(642), 1, + ACTIONS(564), 1, + sym_ellipsis, + ACTIONS(566), 1, anon_sym_await, - ACTIONS(1318), 1, + ACTIONS(570), 1, + sym_string_start, + ACTIONS(1108), 1, anon_sym_STAR, - STATE(867), 1, + STATE(834), 1, sym_python_string, - STATE(1306), 1, - sym_list_splat_pattern, - STATE(1334), 1, + STATE(860), 1, sym_primary_expression, - ACTIONS(450), 2, + STATE(1134), 1, + sym_list_splat_pattern, + ACTIONS(554), 2, sym_identifier, anon_sym_type, - ACTIONS(638), 2, + ACTIONS(560), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(457), 4, + ACTIONS(558), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(467), 6, + ACTIONS(568), 6, sym_integer, sym_float, sym_true, sym_false, sym_none, sym_python_identifier, - STATE(1311), 16, + STATE(1131), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81993,7 +82119,7 @@ static const uint16_t ts_small_parse_table[] = { sym_set_comprehension, sym_concatenated_string, sym_await, - [64946] = 17, + [65094] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(444), 1, @@ -82002,165 +82128,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(448), 1, anon_sym_LBRACE, + ACTIONS(450), 1, + sym_identifier, + ACTIONS(459), 1, + anon_sym_DASH, ACTIONS(463), 1, sym_ellipsis, ACTIONS(469), 1, sym_string_start, - ACTIONS(608), 1, - anon_sym_DASH, - ACTIONS(610), 1, - anon_sym_await, - ACTIONS(1258), 1, + ACTIONS(1666), 1, anon_sym_STAR, - STATE(867), 1, - sym_python_string, - STATE(1108), 1, - sym_primary_expression, - STATE(1306), 1, - sym_list_splat_pattern, - ACTIONS(450), 2, - sym_identifier, + ACTIONS(1904), 1, + anon_sym_await, + ACTIONS(1906), 1, anon_sym_type, - ACTIONS(606), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(457), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(467), 6, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, + ACTIONS(1908), 1, sym_python_identifier, - STATE(1311), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [65023] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(545), 1, - anon_sym_LBRACK, - ACTIONS(547), 1, - anon_sym_LPAREN, - ACTIONS(549), 1, - anon_sym_LBRACE, - ACTIONS(559), 1, - anon_sym_DASH, - ACTIONS(561), 1, - sym_ellipsis, - ACTIONS(563), 1, - anon_sym_await, - ACTIONS(567), 1, - sym_string_start, - ACTIONS(1068), 1, - anon_sym_STAR, - STATE(827), 1, + STATE(836), 1, sym_python_string, - STATE(835), 1, - sym_primary_expression, - STATE(1132), 1, + STATE(1307), 1, sym_list_splat_pattern, - ACTIONS(551), 2, - sym_identifier, - anon_sym_type, - ACTIONS(557), 2, + STATE(1446), 1, + sym_primary_expression, + ACTIONS(461), 2, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(555), 4, - anon_sym_print, - anon_sym_exec, - anon_sym_async, - anon_sym_match, - ACTIONS(565), 6, - sym_integer, - sym_float, - sym_true, - sym_false, - sym_none, - sym_python_identifier, - STATE(1128), 16, - sym_binary_operator, - sym_unary_operator, + STATE(1450), 2, sym_attribute, sym_subscript, - sym_call, - sym_generator_expression, - sym_parenthesized_expression, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_concatenated_string, - sym_await, - [65100] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(612), 1, - anon_sym_LBRACK, - ACTIONS(614), 1, - anon_sym_LPAREN, - ACTIONS(616), 1, - anon_sym_LBRACE, - ACTIONS(626), 1, - anon_sym_DASH, - ACTIONS(628), 1, - sym_ellipsis, - ACTIONS(630), 1, - anon_sym_await, - ACTIONS(634), 1, - sym_string_start, - ACTIONS(1078), 1, - anon_sym_STAR, - STATE(890), 1, - sym_python_string, - STATE(913), 1, - sym_primary_expression, - STATE(1192), 1, - sym_list_splat_pattern, - ACTIONS(618), 2, - sym_identifier, - anon_sym_type, - ACTIONS(624), 2, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(622), 4, + ACTIONS(1902), 4, anon_sym_print, anon_sym_exec, anon_sym_async, anon_sym_match, - ACTIONS(632), 6, + ACTIONS(467), 5, sym_integer, sym_float, sym_true, sym_false, sym_none, - sym_python_identifier, - STATE(1152), 16, + STATE(1310), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_generator_expression, sym_parenthesized_expression, @@ -82176,9 +82185,9 @@ static const uint16_t ts_small_parse_table[] = { [65177] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, + ACTIONS(1914), 1, sym_string_start, - STATE(824), 2, + STATE(823), 2, sym_python_string, aux_sym_concatenated_string_repeat1, ACTIONS(1910), 5, @@ -82222,18 +82231,18 @@ static const uint16_t ts_small_parse_table[] = { [65228] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1918), 1, + ACTIONS(105), 1, sym_string_start, - STATE(824), 2, + STATE(823), 2, sym_python_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1914), 5, + ACTIONS(1917), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1916), 31, + ACTIONS(1919), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -82270,7 +82279,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(105), 1, sym_string_start, - STATE(823), 2, + STATE(824), 2, sym_python_string, aux_sym_concatenated_string_repeat1, ACTIONS(1362), 5, @@ -82311,97 +82320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [65330] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(493), 1, - sym_string_start, - STATE(829), 2, - sym_python_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1910), 5, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 30, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [65380] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(567), 1, - sym_string_start, - STATE(833), 2, - sym_python_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1362), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1357), 30, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [65430] = 20, + [65330] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1921), 1, @@ -82424,7 +82343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1953), 1, anon_sym_is, - STATE(1394), 1, + STATE(1393), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1931), 2, anon_sym_STAR, @@ -82438,7 +82357,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1951), 2, anon_sym_LT, anon_sym_GT, - STATE(921), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, ACTIONS(1941), 3, @@ -82461,21 +82380,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_and, anon_sym_or, - [65510] = 5, + [65410] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1955), 1, + ACTIONS(493), 1, sym_string_start, - STATE(829), 2, + STATE(831), 2, sym_python_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1914), 5, + ACTIONS(1917), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1916), 30, + ACTIONS(1919), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -82506,21 +82425,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [65560] = 5, + [65460] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1958), 1, + ACTIONS(1955), 1, sym_string_start, - STATE(830), 2, + STATE(828), 2, sym_python_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1914), 5, + ACTIONS(1910), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1916), 30, + ACTIONS(1912), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -82551,51 +82470,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [65610] = 20, + [65510] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(493), 1, + sym_string_start, + STATE(827), 2, + sym_python_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1362), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 30, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + sym_type_conversion, + [65560] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1921), 1, anon_sym_EQ, - ACTIONS(1961), 1, + ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1963), 1, + ACTIONS(1960), 1, anon_sym_LPAREN, - ACTIONS(1965), 1, + ACTIONS(1962), 1, anon_sym_DOT, - ACTIONS(1973), 1, + ACTIONS(1970), 1, anon_sym_not, - ACTIONS(1979), 1, + ACTIONS(1976), 1, anon_sym_STAR_STAR, - ACTIONS(1981), 1, + ACTIONS(1978), 1, anon_sym_PIPE, - ACTIONS(1983), 1, + ACTIONS(1980), 1, anon_sym_AMP, - ACTIONS(1985), 1, + ACTIONS(1982), 1, anon_sym_CARET, - ACTIONS(1989), 1, + ACTIONS(1986), 1, anon_sym_is, STATE(1405), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1967), 2, + ACTIONS(1964), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1969), 2, + ACTIONS(1966), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1975), 2, + ACTIONS(1972), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1987), 2, + ACTIONS(1984), 2, anon_sym_LT, anon_sym_GT, - STATE(1041), 2, + STATE(1061), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1977), 3, + ACTIONS(1974), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1971), 6, + ACTIONS(1968), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -82611,21 +82575,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, sym_type_conversion, - [65690] = 5, + [65640] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(493), 1, + ACTIONS(1988), 1, sym_string_start, - STATE(826), 2, + STATE(831), 2, sym_python_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1362), 5, + ACTIONS(1910), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 30, + ACTIONS(1912), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -82656,21 +82620,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [65740] = 5, + [65690] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(567), 1, + ACTIONS(570), 1, sym_string_start, - STATE(830), 2, + STATE(828), 2, sym_python_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1910), 5, + ACTIONS(1917), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 30, + ACTIONS(1919), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -82701,7 +82665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [65790] = 20, + [65740] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1921), 1, @@ -82724,7 +82688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(2019), 1, anon_sym_is, - STATE(1410), 1, + STATE(1408), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1997), 2, anon_sym_STAR, @@ -82738,7 +82702,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2017), 2, anon_sym_LT, anon_sym_GT, - STATE(1067), 2, + STATE(1075), 2, sym_argument_list, sym_generator_expression, ACTIONS(2007), 3, @@ -82761,45 +82725,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_and, anon_sym_or, - [65870] = 14, + [65820] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 1, - anon_sym_LBRACK, - ACTIONS(1993), 1, - anon_sym_LPAREN, - ACTIONS(1995), 1, - anon_sym_DOT, - ACTIONS(2009), 1, - anon_sym_STAR_STAR, - ACTIONS(2013), 1, - anon_sym_AMP, - ACTIONS(2015), 1, - anon_sym_CARET, - ACTIONS(1997), 2, + ACTIONS(570), 1, + sym_string_start, + STATE(832), 2, + sym_python_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1362), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1999), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2005), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1067), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2007), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2023), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 17, + ACTIONS(1357), 30, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_async, @@ -82807,136 +82754,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [65937] = 14, + [65870] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1961), 1, + ACTIONS(1991), 1, anon_sym_LBRACK, - ACTIONS(1963), 1, + ACTIONS(1993), 1, anon_sym_LPAREN, - ACTIONS(1965), 1, + ACTIONS(1995), 1, anon_sym_DOT, - ACTIONS(1979), 1, + ACTIONS(2009), 1, anon_sym_STAR_STAR, - ACTIONS(1983), 1, - anon_sym_AMP, - ACTIONS(1985), 1, - anon_sym_CARET, - ACTIONS(1967), 2, + ACTIONS(1997), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1969), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1975), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1041), 2, + STATE(1075), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1977), 3, + ACTIONS(2007), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(2023), 3, - anon_sym_EQ, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 17, + ACTIONS(2021), 23, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [66004] = 12, + [65929] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(469), 1, + sym_string_start, + STATE(892), 2, + sym_python_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1362), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 29, anon_sym_LBRACK, - ACTIONS(1927), 1, + anon_sym_COLON, anon_sym_LPAREN, - ACTIONS(1929), 1, anon_sym_DOT, - ACTIONS(1943), 1, - anon_sym_STAR_STAR, - ACTIONS(1931), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1933), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1939), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(921), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1941), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2023), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2021), 19, - sym__newline, - anon_sym_COLON, - anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [66067] = 5, + [65978] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(519), 1, - sym_string_start, - STATE(857), 2, - sym_python_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1362), 5, + ACTIONS(1991), 1, + anon_sym_LBRACK, + ACTIONS(1993), 1, + anon_sym_LPAREN, + ACTIONS(1995), 1, + anon_sym_DOT, + ACTIONS(2009), 1, + anon_sym_STAR_STAR, + STATE(1075), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2027), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DOT, + ACTIONS(2025), 26, + anon_sym_COLON, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, @@ -82951,7 +82900,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -82962,21 +82910,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [66116] = 5, + [66033] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(543), 1, + ACTIONS(546), 1, sym_string_start, - STATE(845), 2, + STATE(847), 2, sym_python_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1910), 5, + ACTIONS(1917), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 29, + ACTIONS(1919), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -83006,243 +82954,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [66165] = 20, + [66082] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1921), 1, - anon_sym_as, - ACTIONS(2025), 1, + ACTIONS(1923), 1, anon_sym_LBRACK, - ACTIONS(2027), 1, + ACTIONS(1927), 1, anon_sym_LPAREN, - ACTIONS(2029), 1, + ACTIONS(1929), 1, anon_sym_DOT, - ACTIONS(2037), 1, + ACTIONS(2035), 1, anon_sym_not, - ACTIONS(2043), 1, + ACTIONS(2041), 1, anon_sym_STAR_STAR, - ACTIONS(2045), 1, + ACTIONS(2043), 1, anon_sym_PIPE, - ACTIONS(2047), 1, + ACTIONS(2045), 1, anon_sym_AMP, - ACTIONS(2049), 1, + ACTIONS(2047), 1, anon_sym_CARET, - ACTIONS(2053), 1, + ACTIONS(2051), 1, anon_sym_is, - STATE(1414), 1, + STATE(1419), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2031), 2, + ACTIONS(2029), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2033), 2, + ACTIONS(2031), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2039), 2, + ACTIONS(2037), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2051), 2, + ACTIONS(2049), 2, anon_sym_LT, anon_sym_GT, - STATE(1245), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2041), 3, + ACTIONS(2039), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2035), 6, + ACTIONS(2033), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(1925), 7, - anon_sym_RPAREN, + ACTIONS(1925), 8, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_and, - anon_sym_or, - [66244] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(634), 1, - sym_string_start, - STATE(864), 2, - sym_python_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1910), 5, anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 29, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [66293] = 15, + [66159] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 1, + ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1993), 1, + ACTIONS(1960), 1, anon_sym_LPAREN, - ACTIONS(1995), 1, + ACTIONS(1962), 1, anon_sym_DOT, - ACTIONS(2009), 1, + ACTIONS(1976), 1, anon_sym_STAR_STAR, - ACTIONS(2011), 1, - anon_sym_PIPE, - ACTIONS(2013), 1, - anon_sym_AMP, - ACTIONS(2015), 1, - anon_sym_CARET, - ACTIONS(1997), 2, + ACTIONS(1964), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1999), 2, + ACTIONS(1966), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2005), 2, + ACTIONS(1972), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1067), 2, + STATE(1061), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2007), 3, + ACTIONS(1974), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2057), 3, - anon_sym_as, + ACTIONS(2023), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2055), 16, + ACTIONS(2021), 19, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, + anon_sym_as, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [66362] = 15, + sym_type_conversion, + [66222] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 1, + ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1993), 1, + ACTIONS(1960), 1, anon_sym_LPAREN, - ACTIONS(1995), 1, + ACTIONS(1962), 1, anon_sym_DOT, - ACTIONS(2009), 1, + ACTIONS(1976), 1, anon_sym_STAR_STAR, - ACTIONS(2011), 1, - anon_sym_PIPE, - ACTIONS(2013), 1, - anon_sym_AMP, - ACTIONS(2015), 1, + ACTIONS(1982), 1, anon_sym_CARET, - ACTIONS(1997), 2, + ACTIONS(1964), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1999), 2, + ACTIONS(1966), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2005), 2, + ACTIONS(1972), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1067), 2, + STATE(1061), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2007), 3, + ACTIONS(1974), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2061), 3, - anon_sym_as, + ACTIONS(2023), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2059), 16, + ACTIONS(2021), 18, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, + anon_sym_as, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [66431] = 13, + sym_type_conversion, + [66287] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(1960), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(1962), 1, anon_sym_DOT, - ACTIONS(1943), 1, + ACTIONS(1976), 1, anon_sym_STAR_STAR, - ACTIONS(1949), 1, + ACTIONS(1980), 1, + anon_sym_AMP, + ACTIONS(1982), 1, anon_sym_CARET, - ACTIONS(1931), 2, + ACTIONS(1964), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1933), 2, + ACTIONS(1966), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1939), 2, + ACTIONS(1972), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(921), 2, + STATE(1061), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1941), 3, + ACTIONS(1974), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -83250,10 +83150,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 18, - sym__newline, + ACTIONS(2021), 17, anon_sym_COLON, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_as, anon_sym_in, @@ -83262,33 +83161,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_PIPE, - anon_sym_AMP, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [66496] = 5, + sym_type_conversion, + [66354] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2063), 1, - sym_string_start, - STATE(845), 2, - sym_python_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1914), 5, + ACTIONS(1958), 1, + anon_sym_LBRACK, + ACTIONS(1960), 1, + anon_sym_LPAREN, + ACTIONS(1962), 1, + anon_sym_DOT, + ACTIONS(1976), 1, + anon_sym_STAR_STAR, + STATE(1061), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1916), 29, - anon_sym_LBRACK, + ACTIONS(2021), 26, anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -83302,7 +83204,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -83313,94 +83214,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [66545] = 12, + sym_type_conversion, + [66409] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 1, + ACTIONS(1921), 1, + anon_sym_as, + ACTIONS(2053), 1, anon_sym_LBRACK, - ACTIONS(1993), 1, + ACTIONS(2055), 1, anon_sym_LPAREN, - ACTIONS(1995), 1, + ACTIONS(2057), 1, anon_sym_DOT, - ACTIONS(2009), 1, + ACTIONS(2065), 1, + anon_sym_not, + ACTIONS(2071), 1, anon_sym_STAR_STAR, - ACTIONS(1997), 2, + ACTIONS(2073), 1, + anon_sym_PIPE, + ACTIONS(2075), 1, + anon_sym_AMP, + ACTIONS(2077), 1, + anon_sym_CARET, + ACTIONS(2081), 1, + anon_sym_is, + STATE(1415), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(2059), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1999), 2, + ACTIONS(2061), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2005), 2, + ACTIONS(2067), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1067), 2, + ACTIONS(2079), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1257), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2007), 3, + ACTIONS(2069), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2023), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2021), 19, - anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(2063), 6, anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_is, - [66608] = 13, + ACTIONS(1925), 7, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_and, + anon_sym_or, + [66488] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 1, - anon_sym_LBRACK, - ACTIONS(1993), 1, - anon_sym_LPAREN, - ACTIONS(1995), 1, - anon_sym_DOT, - ACTIONS(2009), 1, - anon_sym_STAR_STAR, - ACTIONS(2015), 1, - anon_sym_CARET, - ACTIONS(1997), 2, + ACTIONS(634), 1, + sym_string_start, + STATE(863), 2, + sym_python_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1362), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1999), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2005), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1067), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2007), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2023), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 18, - anon_sym_COLON, - anon_sym_RBRACE, + ACTIONS(1357), 29, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_async, @@ -83408,42 +83302,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [66673] = 14, + [66537] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(1960), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(1962), 1, anon_sym_DOT, - ACTIONS(1943), 1, + ACTIONS(1976), 1, anon_sym_STAR_STAR, - ACTIONS(1947), 1, - anon_sym_AMP, - ACTIONS(1949), 1, - anon_sym_CARET, - ACTIONS(1931), 2, + ACTIONS(1964), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1933), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1939), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(921), 2, + STATE(1061), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1941), 3, + ACTIONS(1974), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -83451,39 +83343,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 17, - sym__newline, + ACTIONS(2021), 23, anon_sym_COLON, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [66740] = 5, + sym_type_conversion, + [66596] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(543), 1, + ACTIONS(2083), 1, sym_string_start, - STATE(839), 2, + STATE(847), 2, sym_python_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1362), 5, + ACTIONS(1910), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, + ACTIONS(1912), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -83513,129 +83411,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [66789] = 8, + [66645] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(1960), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(1962), 1, anon_sym_DOT, - ACTIONS(1943), 1, + ACTIONS(1976), 1, anon_sym_STAR_STAR, - STATE(921), 2, + ACTIONS(1978), 1, + anon_sym_PIPE, + ACTIONS(1980), 1, + anon_sym_AMP, + ACTIONS(1982), 1, + anon_sym_CARET, + ACTIONS(1964), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1966), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1972), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1061), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2023), 5, + ACTIONS(1974), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2086), 3, anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 26, - sym__newline, + ACTIONS(2088), 16, anon_sym_COLON, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [66844] = 8, + sym_type_conversion, + [66714] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 1, + ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1993), 1, + ACTIONS(1960), 1, anon_sym_LPAREN, - ACTIONS(1995), 1, + ACTIONS(1962), 1, anon_sym_DOT, - ACTIONS(2009), 1, + ACTIONS(1976), 1, anon_sym_STAR_STAR, - STATE(1067), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 5, - anon_sym_as, + ACTIONS(1978), 1, + anon_sym_PIPE, + ACTIONS(1980), 1, + anon_sym_AMP, + ACTIONS(1982), 1, + anon_sym_CARET, + ACTIONS(1964), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1966), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1972), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1061), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1974), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2090), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 26, + ACTIONS(2092), 16, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_as, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [66899] = 8, + sym_type_conversion, + [66783] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 1, - anon_sym_LBRACK, - ACTIONS(1993), 1, - anon_sym_LPAREN, - ACTIONS(1995), 1, - anon_sym_DOT, - ACTIONS(2009), 1, - anon_sym_STAR_STAR, - STATE(1067), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2068), 5, - anon_sym_as, + ACTIONS(546), 1, + sym_string_start, + STATE(838), 2, + sym_python_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1362), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2066), 26, + ACTIONS(1357), 29, + anon_sym_LBRACK, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -83644,6 +83552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -83654,34 +83563,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [66954] = 10, + [66832] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 1, - anon_sym_LBRACK, - ACTIONS(1993), 1, - anon_sym_LPAREN, - ACTIONS(1995), 1, - anon_sym_DOT, - ACTIONS(2009), 1, - anon_sym_STAR_STAR, - ACTIONS(1997), 2, + ACTIONS(2094), 1, + sym_string_start, + STATE(851), 2, + sym_python_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1910), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - STATE(1067), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2007), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2023), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 23, - anon_sym_COLON, - anon_sym_RBRACE, + ACTIONS(1912), 29, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, @@ -83693,6 +83593,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -83703,76 +83607,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67013] = 10, + [66881] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(1960), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(1962), 1, anon_sym_DOT, - ACTIONS(1943), 1, + ACTIONS(1976), 1, anon_sym_STAR_STAR, - ACTIONS(1931), 2, + ACTIONS(1978), 1, + anon_sym_PIPE, + ACTIONS(1980), 1, + anon_sym_AMP, + ACTIONS(1982), 1, + anon_sym_CARET, + ACTIONS(1964), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(921), 2, + ACTIONS(1966), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1972), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1061), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1941), 3, + ACTIONS(1974), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2023), 3, + ACTIONS(2097), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 23, - sym__newline, + ACTIONS(2099), 16, anon_sym_COLON, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67072] = 11, + sym_type_conversion, + [66950] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(1960), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(1962), 1, anon_sym_DOT, - ACTIONS(1943), 1, + ACTIONS(1976), 1, anon_sym_STAR_STAR, - ACTIONS(1931), 2, + ACTIONS(1964), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1939), 2, + ACTIONS(1972), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(921), 2, + STATE(1061), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1941), 3, + ACTIONS(1974), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -83781,9 +83690,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, ACTIONS(2021), 21, - sym__newline, anon_sym_COLON, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -83802,18 +83710,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67133] = 8, + sym_type_conversion, + [67011] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(1960), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(1962), 1, anon_sym_DOT, - ACTIONS(1943), 1, + ACTIONS(1976), 1, anon_sym_STAR_STAR, - STATE(921), 2, + STATE(1061), 2, sym_argument_list, sym_generator_expression, ACTIONS(2023), 5, @@ -83823,9 +83732,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, ACTIONS(2021), 26, - sym__newline, anon_sym_COLON, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -83849,21 +83757,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67188] = 5, + sym_type_conversion, + [67066] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(519), 1, + ACTIONS(522), 1, sym_string_start, - STATE(868), 2, + STATE(851), 2, sym_python_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1910), 5, + ACTIONS(1917), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 29, + ACTIONS(1919), 29, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, @@ -83893,7 +83802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67237] = 15, + [67115] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1991), 1, @@ -83904,36 +83813,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2009), 1, anon_sym_STAR_STAR, - ACTIONS(2011), 1, + STATE(1075), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2021), 26, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, - ACTIONS(2013), 1, anon_sym_AMP, - ACTIONS(2015), 1, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [67170] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1991), 1, + anon_sym_LBRACK, + ACTIONS(1993), 1, + anon_sym_LPAREN, + ACTIONS(1995), 1, + anon_sym_DOT, + ACTIONS(2009), 1, + anon_sym_STAR_STAR, ACTIONS(1997), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1999), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, ACTIONS(2005), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1067), 2, + STATE(1075), 2, sym_argument_list, sym_generator_expression, ACTIONS(2007), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2072), 3, + ACTIONS(2023), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2070), 16, + ACTIONS(2021), 21, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_async, @@ -83941,13 +83889,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67306] = 11, + [67231] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1991), 1, @@ -83958,28 +83910,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2009), 1, anon_sym_STAR_STAR, + ACTIONS(2011), 1, + anon_sym_PIPE, + ACTIONS(2013), 1, + anon_sym_AMP, + ACTIONS(2015), 1, + anon_sym_CARET, ACTIONS(1997), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1999), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, ACTIONS(2005), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1067), 2, + STATE(1075), 2, sym_argument_list, sym_generator_expression, ACTIONS(2007), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2023), 3, + ACTIONS(2086), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 21, + ACTIONS(2088), 16, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_async, @@ -83987,17 +83947,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67367] = 8, + [67300] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1991), 1, @@ -84008,7 +83964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2009), 1, anon_sym_STAR_STAR, - STATE(1067), 2, + STATE(1075), 2, sym_argument_list, sym_generator_expression, ACTIONS(2023), 5, @@ -84044,169 +84000,177 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67422] = 8, + [67355] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1961), 1, + ACTIONS(1991), 1, anon_sym_LBRACK, - ACTIONS(1963), 1, + ACTIONS(1993), 1, anon_sym_LPAREN, - ACTIONS(1965), 1, + ACTIONS(1995), 1, anon_sym_DOT, - ACTIONS(1979), 1, + ACTIONS(2009), 1, anon_sym_STAR_STAR, - STATE(1041), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2068), 5, - anon_sym_EQ, + ACTIONS(2013), 1, + anon_sym_AMP, + ACTIONS(2015), 1, + anon_sym_CARET, + ACTIONS(1997), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1999), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2005), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1075), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2007), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2023), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2066), 26, + ACTIONS(2021), 17, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [67477] = 8, + [67422] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1961), 1, + ACTIONS(1991), 1, anon_sym_LBRACK, - ACTIONS(1963), 1, + ACTIONS(1993), 1, anon_sym_LPAREN, - ACTIONS(1965), 1, + ACTIONS(1995), 1, anon_sym_DOT, - ACTIONS(1979), 1, + ACTIONS(2009), 1, anon_sym_STAR_STAR, - STATE(1041), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2074), 5, - anon_sym_EQ, + ACTIONS(2015), 1, + anon_sym_CARET, + ACTIONS(1997), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1999), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2005), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1075), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2007), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2023), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2076), 26, + ACTIONS(2021), 18, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [67532] = 15, + [67487] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(1991), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(1993), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(1995), 1, anon_sym_DOT, - ACTIONS(1943), 1, + ACTIONS(2009), 1, anon_sym_STAR_STAR, - ACTIONS(1945), 1, - anon_sym_PIPE, - ACTIONS(1947), 1, - anon_sym_AMP, - ACTIONS(1949), 1, - anon_sym_CARET, - ACTIONS(1931), 2, + ACTIONS(1997), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1933), 2, + ACTIONS(1999), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1939), 2, + ACTIONS(2005), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(921), 2, + STATE(1075), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1941), 3, + ACTIONS(2007), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2061), 3, - anon_sym_EQ, + ACTIONS(2023), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2059), 16, - sym__newline, + ACTIONS(2021), 19, anon_sym_COLON, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_as, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67601] = 5, + [67550] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2078), 1, + ACTIONS(634), 1, sym_string_start, - STATE(864), 2, + STATE(865), 2, sym_python_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1914), 5, + ACTIONS(1917), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1916), 29, + ACTIONS(1919), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -84236,7 +84200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67650] = 15, + [67599] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1923), 1, @@ -84247,12 +84211,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(1943), 1, anon_sym_STAR_STAR, - ACTIONS(1945), 1, - anon_sym_PIPE, - ACTIONS(1947), 1, - anon_sym_AMP, - ACTIONS(1949), 1, - anon_sym_CARET, ACTIONS(1931), 2, anon_sym_STAR, anon_sym_SLASH, @@ -84262,18 +84220,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1939), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(921), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, ACTIONS(1941), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2057), 3, + ACTIONS(2023), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2055), 16, + ACTIONS(2021), 19, sym__newline, anon_sym_COLON, anon_sym_SEMI, @@ -84284,35 +84242,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67719] = 8, + [67662] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 1, - anon_sym_LBRACK, - ACTIONS(1993), 1, - anon_sym_LPAREN, - ACTIONS(1995), 1, - anon_sym_DOT, - ACTIONS(2009), 1, - anon_sym_STAR_STAR, - STATE(1067), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2074), 5, + ACTIONS(2101), 1, + sym_string_start, + STATE(865), 2, + sym_python_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1910), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2076), 26, - anon_sym_COLON, - anon_sym_RBRACE, + ACTIONS(1912), 29, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, @@ -84327,6 +84284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -84337,65 +84295,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67774] = 5, + [67711] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(469), 1, - sym_string_start, - STATE(870), 2, - sym_python_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1362), 5, - anon_sym_EQ, + ACTIONS(1923), 1, + anon_sym_LBRACK, + ACTIONS(1927), 1, + anon_sym_LPAREN, + ACTIONS(1929), 1, + anon_sym_DOT, + ACTIONS(1943), 1, + anon_sym_STAR_STAR, + ACTIONS(1949), 1, + anon_sym_CARET, + ACTIONS(1931), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1933), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1939), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(930), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1941), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2023), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, - anon_sym_LBRACK, + ACTIONS(2021), 18, + sym__newline, anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67823] = 5, + [67776] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2081), 1, + ACTIONS(522), 1, sym_string_start, - STATE(868), 2, + STATE(855), 2, sym_python_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1914), 5, + ACTIONS(1362), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1916), 29, + ACTIONS(1357), 29, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, @@ -84425,7 +84391,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67872] = 15, + [67825] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1921), 1, + anon_sym_as, + ACTIONS(2104), 1, + anon_sym_LBRACK, + ACTIONS(2106), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2116), 1, + anon_sym_not, + ACTIONS(2122), 1, + anon_sym_STAR_STAR, + ACTIONS(2124), 1, + anon_sym_PIPE, + ACTIONS(2126), 1, + anon_sym_AMP, + ACTIONS(2128), 1, + anon_sym_CARET, + ACTIONS(2132), 1, + anon_sym_is, + STATE(1421), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(2110), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2112), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2118), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2130), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1246), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2120), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2114), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1925), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_and, + anon_sym_or, + [67904] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1923), 1, @@ -84436,8 +84461,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(1943), 1, anon_sym_STAR_STAR, - ACTIONS(1945), 1, - anon_sym_PIPE, ACTIONS(1947), 1, anon_sym_AMP, ACTIONS(1949), 1, @@ -84451,18 +84474,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1939), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(921), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, ACTIONS(1941), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2072), 3, + ACTIONS(2023), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2070), 16, + ACTIONS(2021), 17, sym__newline, anon_sym_COLON, anon_sym_SEMI, @@ -84473,37 +84496,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67941] = 5, + [67971] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(469), 1, - sym_string_start, - STATE(886), 2, - sym_python_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1910), 5, + ACTIONS(1923), 1, + anon_sym_LBRACK, + ACTIONS(1927), 1, + anon_sym_LPAREN, + ACTIONS(1929), 1, + anon_sym_DOT, + ACTIONS(1943), 1, + anon_sym_STAR_STAR, + STATE(930), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 29, - anon_sym_LBRACK, + ACTIONS(2021), 26, + sym__newline, anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -84512,7 +84540,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -84523,24 +84550,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [67990] = 3, + [68026] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2084), 5, - anon_sym_EQ, + ACTIONS(1923), 1, + anon_sym_LBRACK, + ACTIONS(1927), 1, + anon_sym_LPAREN, + ACTIONS(1929), 1, + anon_sym_DOT, + ACTIONS(1943), 1, + anon_sym_STAR_STAR, + ACTIONS(1931), 2, anon_sym_STAR, anon_sym_SLASH, + STATE(930), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1941), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2023), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2086), 32, + ACTIONS(2021), 23, sym__newline, - sym_string_start, - anon_sym_LBRACK, anon_sym_COLON, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -84551,86 +84589,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [68085] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1991), 1, + anon_sym_LBRACK, + ACTIONS(1993), 1, + anon_sym_LPAREN, + ACTIONS(1995), 1, + anon_sym_DOT, + ACTIONS(2009), 1, anon_sym_STAR_STAR, + ACTIONS(2011), 1, anon_sym_PIPE, + ACTIONS(2013), 1, anon_sym_AMP, + ACTIONS(2015), 1, anon_sym_CARET, + ACTIONS(1997), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1999), 2, + anon_sym_GT_GT, anon_sym_LT_LT, + ACTIONS(2005), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1075), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2007), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2090), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2092), 16, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [68035] = 15, + [68154] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1961), 1, + ACTIONS(1991), 1, anon_sym_LBRACK, - ACTIONS(1963), 1, + ACTIONS(1993), 1, anon_sym_LPAREN, - ACTIONS(1965), 1, + ACTIONS(1995), 1, anon_sym_DOT, - ACTIONS(1979), 1, + ACTIONS(2009), 1, anon_sym_STAR_STAR, - ACTIONS(1981), 1, + ACTIONS(2011), 1, anon_sym_PIPE, - ACTIONS(1983), 1, + ACTIONS(2013), 1, anon_sym_AMP, - ACTIONS(1985), 1, + ACTIONS(2015), 1, anon_sym_CARET, - ACTIONS(1967), 2, + ACTIONS(1997), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1969), 2, + ACTIONS(1999), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1975), 2, + ACTIONS(2005), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1041), 2, + STATE(1075), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1977), 3, + ACTIONS(2007), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2061), 3, - anon_sym_EQ, + ACTIONS(2097), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2059), 16, + ACTIONS(2099), 16, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [68223] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1923), 1, + anon_sym_LBRACK, + ACTIONS(1927), 1, + anon_sym_LPAREN, + ACTIONS(1929), 1, + anon_sym_DOT, + ACTIONS(1943), 1, + anon_sym_STAR_STAR, + ACTIONS(1931), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1939), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(930), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(1941), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2023), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2021), 21, + sym__newline, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [68104] = 8, + [68284] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1961), 1, + ACTIONS(1923), 1, anon_sym_LBRACK, - ACTIONS(1963), 1, + ACTIONS(1927), 1, anon_sym_LPAREN, - ACTIONS(1965), 1, + ACTIONS(1929), 1, anon_sym_DOT, - ACTIONS(1979), 1, + ACTIONS(1943), 1, anon_sym_STAR_STAR, - STATE(1041), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, ACTIONS(2023), 5, @@ -84640,8 +84778,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, ACTIONS(2021), 26, + sym__newline, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -84665,28 +84804,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [68159] = 8, + [68339] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1961), 1, + ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1963), 1, + ACTIONS(1960), 1, anon_sym_LPAREN, - ACTIONS(1965), 1, + ACTIONS(1962), 1, anon_sym_DOT, - ACTIONS(1979), 1, + ACTIONS(1976), 1, anon_sym_STAR_STAR, - STATE(1041), 2, + STATE(1061), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2023), 5, + ACTIONS(2134), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 26, + ACTIONS(2136), 26, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, @@ -84713,51 +84851,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [68214] = 20, + [68394] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1921), 1, anon_sym_EQ, - ACTIONS(2088), 1, + ACTIONS(2138), 1, anon_sym_LBRACK, - ACTIONS(2090), 1, + ACTIONS(2140), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2142), 1, anon_sym_DOT, - ACTIONS(2100), 1, + ACTIONS(2150), 1, anon_sym_not, - ACTIONS(2106), 1, + ACTIONS(2156), 1, anon_sym_STAR_STAR, - ACTIONS(2108), 1, + ACTIONS(2158), 1, anon_sym_PIPE, - ACTIONS(2110), 1, + ACTIONS(2160), 1, anon_sym_AMP, - ACTIONS(2112), 1, + ACTIONS(2162), 1, anon_sym_CARET, - ACTIONS(2116), 1, + ACTIONS(2166), 1, anon_sym_is, STATE(1398), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2094), 2, + ACTIONS(2144), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2096), 2, + ACTIONS(2146), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2102), 2, + ACTIONS(2152), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2114), 2, + ACTIONS(2164), 2, anon_sym_LT, anon_sym_GT, - STATE(1171), 2, + STATE(1157), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2104), 3, + ACTIONS(2154), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2098), 6, + ACTIONS(2148), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -84772,34 +84910,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_and, anon_sym_or, - [68293] = 10, + [68473] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1961), 1, - anon_sym_LBRACK, - ACTIONS(1963), 1, - anon_sym_LPAREN, - ACTIONS(1965), 1, - anon_sym_DOT, - ACTIONS(1979), 1, - anon_sym_STAR_STAR, - ACTIONS(1967), 2, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 6, + anon_sym_EQ, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, - STATE(1041), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1977), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2023), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 23, - anon_sym_COLON, - anon_sym_RBRACE, + ACTIONS(265), 30, + sym__newline, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -84810,6 +84939,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -84820,22 +84953,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [68352] = 4, + [68520] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(270), 6, + ACTIONS(2168), 5, anon_sym_EQ, - anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 30, + ACTIONS(2170), 32, sym__newline, + sym_string_start, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_DOT, @@ -84864,96 +84995,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [68399] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1961), 1, - anon_sym_LBRACK, - ACTIONS(1963), 1, - anon_sym_LPAREN, - ACTIONS(1965), 1, - anon_sym_DOT, - ACTIONS(1979), 1, - anon_sym_STAR_STAR, - ACTIONS(1967), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1975), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1041), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1977), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2023), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2021), 21, - anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [68460] = 15, + [68565] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1961), 1, + ACTIONS(1923), 1, anon_sym_LBRACK, - ACTIONS(1963), 1, + ACTIONS(1927), 1, anon_sym_LPAREN, - ACTIONS(1965), 1, + ACTIONS(1929), 1, anon_sym_DOT, - ACTIONS(1979), 1, + ACTIONS(1943), 1, anon_sym_STAR_STAR, - ACTIONS(1981), 1, + ACTIONS(1945), 1, anon_sym_PIPE, - ACTIONS(1983), 1, + ACTIONS(1947), 1, anon_sym_AMP, - ACTIONS(1985), 1, + ACTIONS(1949), 1, anon_sym_CARET, - ACTIONS(1967), 2, + ACTIONS(1931), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1969), 2, + ACTIONS(1933), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1975), 2, + ACTIONS(1939), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1041), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1977), 3, + ACTIONS(1941), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2072), 3, + ACTIONS(2097), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2070), 16, + ACTIONS(2099), 16, + sym__newline, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, anon_sym_in, @@ -84967,20 +85049,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [68529] = 4, + [68634] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(270), 6, + ACTIONS(267), 6, anon_sym_EQ, anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 30, + ACTIONS(265), 30, sym__newline, anon_sym_LBRACK, anon_sym_LPAREN, @@ -85011,7 +85092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [68576] = 4, + [68681] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1348), 1, @@ -85054,7 +85135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [68623] = 8, + [68728] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1923), 1, @@ -85065,49 +85146,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(1943), 1, anon_sym_STAR_STAR, - STATE(921), 2, + ACTIONS(1945), 1, + anon_sym_PIPE, + ACTIONS(1947), 1, + anon_sym_AMP, + ACTIONS(1949), 1, + anon_sym_CARET, + ACTIONS(1931), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1933), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(1939), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(930), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2074), 5, + ACTIONS(1941), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2090), 3, anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2076), 26, + ACTIONS(2092), 16, sym__newline, anon_sym_COLON, anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [68678] = 19, + [68797] = 15, ACTIONS(3), 1, sym_comment, + ACTIONS(1923), 1, + anon_sym_LBRACK, ACTIONS(1927), 1, anon_sym_LPAREN, - ACTIONS(1937), 1, - anon_sym_not, + ACTIONS(1929), 1, + anon_sym_DOT, ACTIONS(1943), 1, anon_sym_STAR_STAR, ACTIONS(1945), 1, @@ -85116,14 +85206,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(1949), 1, anon_sym_CARET, - ACTIONS(1953), 1, - anon_sym_is, - ACTIONS(2118), 1, - anon_sym_LBRACK, - ACTIONS(2120), 1, - anon_sym_DOT, - STATE(1394), 1, - aux_sym_comparison_operator_repeat1, ACTIONS(1931), 2, anon_sym_STAR, anon_sym_SLASH, @@ -85133,158 +85215,63 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1939), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1951), 2, - anon_sym_LT, - anon_sym_GT, - STATE(921), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, ACTIONS(1941), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1935), 6, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(1925), 8, - sym__newline, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_and, - anon_sym_or, - [68755] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2122), 5, + ACTIONS(2086), 3, anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2124), 32, + ACTIONS(2088), 16, sym__newline, - sym_string_start, - anon_sym_LBRACK, anon_sym_COLON, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [68800] = 20, + [68866] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1921), 1, - anon_sym_as, - ACTIONS(2126), 1, + ACTIONS(1923), 1, anon_sym_LBRACK, - ACTIONS(2128), 1, + ACTIONS(1927), 1, anon_sym_LPAREN, - ACTIONS(2130), 1, + ACTIONS(1929), 1, anon_sym_DOT, - ACTIONS(2138), 1, - anon_sym_not, - ACTIONS(2144), 1, + ACTIONS(1943), 1, anon_sym_STAR_STAR, - ACTIONS(2146), 1, - anon_sym_PIPE, - ACTIONS(2148), 1, - anon_sym_AMP, - ACTIONS(2150), 1, - anon_sym_CARET, - ACTIONS(2154), 1, - anon_sym_is, - STATE(1411), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(2132), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2134), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2140), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2152), 2, - anon_sym_LT, - anon_sym_GT, - STATE(1259), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2142), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2136), 6, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(1925), 7, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_and, - anon_sym_or, - [68879] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2156), 1, - sym_string_start, - STATE(886), 2, - sym_python_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1914), 5, + ACTIONS(2027), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1916), 29, - anon_sym_LBRACK, + ACTIONS(2025), 26, + sym__newline, anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -85293,7 +85280,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -85304,49 +85290,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [68928] = 19, + [68921] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, - anon_sym_LBRACK, ACTIONS(1927), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, - anon_sym_DOT, - ACTIONS(2165), 1, + ACTIONS(1937), 1, anon_sym_not, - ACTIONS(2171), 1, + ACTIONS(1943), 1, anon_sym_STAR_STAR, - ACTIONS(2173), 1, + ACTIONS(1945), 1, anon_sym_PIPE, - ACTIONS(2175), 1, + ACTIONS(1947), 1, anon_sym_AMP, - ACTIONS(2177), 1, + ACTIONS(1949), 1, anon_sym_CARET, - ACTIONS(2181), 1, + ACTIONS(1953), 1, anon_sym_is, - STATE(1423), 1, + ACTIONS(2172), 1, + anon_sym_LBRACK, + ACTIONS(2174), 1, + anon_sym_DOT, + STATE(1393), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2159), 2, + ACTIONS(1931), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2161), 2, + ACTIONS(1933), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2167), 2, + ACTIONS(1939), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2179), 2, + ACTIONS(1951), 2, anon_sym_LT, anon_sym_GT, - STATE(921), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2169), 3, + ACTIONS(1941), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2163), 6, + ACTIONS(1935), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -85355,91 +85341,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, ACTIONS(1925), 8, sym__newline, + anon_sym_COLON, anon_sym_SEMI, - anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_and, anon_sym_or, - [69005] = 15, + [68998] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1961), 1, + ACTIONS(1923), 1, anon_sym_LBRACK, - ACTIONS(1963), 1, + ACTIONS(1927), 1, anon_sym_LPAREN, - ACTIONS(1965), 1, + ACTIONS(1929), 1, anon_sym_DOT, - ACTIONS(1979), 1, + ACTIONS(1943), 1, anon_sym_STAR_STAR, - ACTIONS(1981), 1, - anon_sym_PIPE, - ACTIONS(1983), 1, - anon_sym_AMP, - ACTIONS(1985), 1, - anon_sym_CARET, - ACTIONS(1967), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1969), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1975), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1041), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1977), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2057), 3, + ACTIONS(2134), 5, anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2055), 16, + ACTIONS(2136), 26, + sym__newline, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [69074] = 8, + [69053] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(1960), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(1962), 1, anon_sym_DOT, - ACTIONS(1943), 1, + ACTIONS(1976), 1, anon_sym_STAR_STAR, - STATE(921), 2, + STATE(1061), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2068), 5, + ACTIONS(2027), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2066), 26, - sym__newline, + ACTIONS(2025), 26, anon_sym_COLON, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -85463,31 +85441,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69129] = 5, + sym_type_conversion, + [69108] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(634), 1, + ACTIONS(2176), 1, sym_string_start, - STATE(841), 2, + STATE(889), 2, sym_python_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1362), 5, - anon_sym_as, + ACTIONS(1910), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, + ACTIONS(1912), 29, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -85507,122 +85486,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69178] = 12, + [69157] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1961), 1, + ACTIONS(1991), 1, anon_sym_LBRACK, - ACTIONS(1963), 1, + ACTIONS(1993), 1, anon_sym_LPAREN, - ACTIONS(1965), 1, + ACTIONS(1995), 1, anon_sym_DOT, - ACTIONS(1979), 1, + ACTIONS(2009), 1, anon_sym_STAR_STAR, - ACTIONS(1967), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1969), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1975), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1041), 2, + STATE(1075), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1977), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2023), 3, - anon_sym_EQ, + ACTIONS(2134), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 19, + ACTIONS(2136), 26, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [69241] = 13, + [69212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1961), 1, + ACTIONS(2179), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2181), 32, + sym__newline, + sym_string_start, anon_sym_LBRACK, - ACTIONS(1963), 1, + anon_sym_COLON, anon_sym_LPAREN, - ACTIONS(1965), 1, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(1979), 1, - anon_sym_STAR_STAR, - ACTIONS(1985), 1, - anon_sym_CARET, - ACTIONS(1967), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1969), 2, + anon_sym_from, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(1975), 2, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - STATE(1041), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(1977), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2023), 3, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [69257] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(469), 1, + sym_string_start, + STATE(889), 2, + sym_python_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1917), 5, anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 18, + ACTIONS(1919), 29, + anon_sym_LBRACK, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, [69306] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(270), 6, + ACTIONS(267), 6, anon_sym_EQ, anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(265), 29, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RBRACE, @@ -85652,34 +85661,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [69352] = 8, + [69352] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(2183), 1, anon_sym_LBRACK, - ACTIONS(2027), 1, - anon_sym_LPAREN, - ACTIONS(2029), 1, - anon_sym_DOT, - ACTIONS(2043), 1, - anon_sym_STAR_STAR, - STATE(1245), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 5, - anon_sym_as, + STATE(1754), 1, + sym_type_parameter, + ACTIONS(1362), 6, + anon_sym_EQ, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 25, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(1357), 27, + sym__newline, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -85688,6 +85694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -85698,25 +85705,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69406] = 5, + [69402] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(602), 1, - sym_string_start, - STATE(963), 2, - sym_python_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1910), 4, + ACTIONS(2138), 1, + anon_sym_LBRACK, + ACTIONS(2140), 1, + anon_sym_LPAREN, + ACTIONS(2142), 1, + anon_sym_DOT, + ACTIONS(2156), 1, + anon_sym_STAR_STAR, + STATE(1157), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 29, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(2021), 25, anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -85730,7 +85741,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -85741,16 +85751,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69454] = 3, + [69456] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, + ACTIONS(1362), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 31, + ACTIONS(1357), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -85782,22 +85792,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69498] = 3, + [69500] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1362), 5, - anon_sym_EQ, + ACTIONS(1923), 1, + anon_sym_LBRACK, + ACTIONS(1927), 1, + anon_sym_LPAREN, + ACTIONS(1929), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + anon_sym_STAR_STAR, + STATE(930), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 31, + ACTIONS(2021), 26, sym__newline, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_DOT, anon_sym_from, anon_sym_COMMA, anon_sym_as, @@ -85812,7 +85828,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -85823,59 +85838,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69542] = 5, + [69554] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1440), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1431), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1435), 14, + ACTIONS(1923), 1, anon_sym_LBRACK, + ACTIONS(1927), 1, anon_sym_LPAREN, + ACTIONS(1929), 1, anon_sym_DOT, - anon_sym_GT_GT, + ACTIONS(2041), 1, + anon_sym_STAR_STAR, + ACTIONS(2023), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2029), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2037), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(930), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2039), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1433), 17, + ACTIONS(2021), 21, sym__newline, - anon_sym_COLON, anon_sym_SEMI, anon_sym_from, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69590] = 3, + [69614] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1399), 5, + ACTIONS(1425), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1394), 31, + ACTIONS(1420), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -85907,80 +85928,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69634] = 20, + [69658] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1921), 1, - anon_sym_EQ, - ACTIONS(2183), 1, + ACTIONS(610), 1, + sym_string_start, + STATE(976), 2, + sym_python_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1362), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 29, anon_sym_LBRACK, - ACTIONS(2185), 1, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, - ACTIONS(2187), 1, anon_sym_DOT, - ACTIONS(2195), 1, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, anon_sym_not, - ACTIONS(2201), 1, - anon_sym_STAR_STAR, - ACTIONS(2203), 1, - anon_sym_PIPE, - ACTIONS(2205), 1, - anon_sym_AMP, - ACTIONS(2207), 1, - anon_sym_CARET, - ACTIONS(2211), 1, - anon_sym_is, - STATE(1404), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(2189), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2191), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2197), 2, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2209), 2, - anon_sym_LT, - anon_sym_GT, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2199), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1925), 6, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_and, - anon_sym_or, - ACTIONS(2193), 6, - anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [69712] = 3, + anon_sym_is, + [69706] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 5, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(1923), 1, + anon_sym_LBRACK, + ACTIONS(1927), 1, + anon_sym_LPAREN, + ACTIONS(1929), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + anon_sym_STAR_STAR, + ACTIONS(2023), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1420), 31, + ACTIONS(2029), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(930), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2039), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 23, sym__newline, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_DOT, anon_sym_from, anon_sym_COMMA, anon_sym_as, @@ -85992,10 +86009,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -86006,22 +86019,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69756] = 3, + [69764] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1414), 5, - anon_sym_EQ, + ACTIONS(1923), 1, + anon_sym_LBRACK, + ACTIONS(1927), 1, + anon_sym_LPAREN, + ACTIONS(1929), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + anon_sym_STAR_STAR, + STATE(930), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1409), 31, + ACTIONS(2021), 26, sym__newline, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_DOT, anon_sym_from, anon_sym_COMMA, anon_sym_as, @@ -86036,7 +86055,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -86047,28 +86065,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69800] = 3, + [69818] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 5, - anon_sym_EQ, + ACTIONS(2179), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 31, - sym__newline, + ACTIONS(2181), 31, + sym_string_start, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_from, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -86088,25 +86106,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69844] = 5, + [69862] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(602), 1, - sym_string_start, - STATE(895), 2, - sym_python_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1362), 4, + ACTIONS(1389), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, + ACTIONS(1384), 31, + sym__newline, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -86131,7 +86147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69892] = 8, + [69906] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1923), 1, @@ -86140,19 +86156,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(1929), 1, anon_sym_DOT, - ACTIONS(2171), 1, + ACTIONS(2041), 1, anon_sym_STAR_STAR, - STATE(921), 2, + ACTIONS(2045), 1, + anon_sym_AMP, + ACTIONS(2047), 1, + anon_sym_CARET, + ACTIONS(2023), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2029), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2031), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2037), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(930), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2074), 4, + ACTIONS(2039), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 17, + sym__newline, + anon_sym_SEMI, + anon_sym_from, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PIPE, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [69972] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1400), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2076), 26, + ACTIONS(1395), 31, sym__newline, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_LPAREN, anon_sym_SEMI, + anon_sym_DOT, anon_sym_from, anon_sym_COMMA, anon_sym_as, @@ -86167,6 +86229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -86177,28 +86240,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69946] = 8, + [70016] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(2185), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(2187), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(2189), 1, anon_sym_DOT, - ACTIONS(2171), 1, + ACTIONS(2197), 1, + anon_sym_not, + ACTIONS(2203), 1, anon_sym_STAR_STAR, - STATE(921), 2, + ACTIONS(2205), 1, + anon_sym_PIPE, + ACTIONS(2207), 1, + anon_sym_AMP, + ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2213), 1, + anon_sym_is, + STATE(1409), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(2191), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2193), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2199), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2211), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1342), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2068), 4, + ACTIONS(2201), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2195), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(1925), 7, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_and, + anon_sym_or, + [70092] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2215), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2066), 26, + ACTIONS(2217), 31, sym__newline, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_LPAREN, anon_sym_SEMI, + anon_sym_DOT, anon_sym_from, anon_sym_COMMA, anon_sym_as, @@ -86213,6 +86327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -86223,7 +86338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70000] = 15, + [70136] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1923), 1, @@ -86232,34 +86347,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(1929), 1, anon_sym_DOT, - ACTIONS(2171), 1, + ACTIONS(2041), 1, anon_sym_STAR_STAR, - ACTIONS(2173), 1, - anon_sym_PIPE, - ACTIONS(2175), 1, - anon_sym_AMP, - ACTIONS(2177), 1, + ACTIONS(2047), 1, anon_sym_CARET, - ACTIONS(2072), 2, + ACTIONS(2023), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 2, + ACTIONS(2029), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2161), 2, + ACTIONS(2031), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2167), 2, + ACTIONS(2037), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(921), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2169), 3, + ACTIONS(2039), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2070), 16, + ACTIONS(2021), 18, sym__newline, anon_sym_SEMI, anon_sym_from, @@ -86270,13 +86381,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70068] = 15, + [70200] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1923), 1, @@ -86285,34 +86398,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(1929), 1, anon_sym_DOT, - ACTIONS(2171), 1, + ACTIONS(2041), 1, anon_sym_STAR_STAR, - ACTIONS(2173), 1, - anon_sym_PIPE, - ACTIONS(2175), 1, - anon_sym_AMP, - ACTIONS(2177), 1, - anon_sym_CARET, - ACTIONS(2057), 2, + ACTIONS(2023), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 2, + ACTIONS(2029), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2161), 2, + ACTIONS(2031), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2167), 2, + ACTIONS(2037), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(921), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2169), 3, + ACTIONS(2039), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2055), 16, + ACTIONS(2021), 19, sym__newline, anon_sym_SEMI, anon_sym_from, @@ -86323,91 +86430,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70136] = 19, + [70262] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 1, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(1362), 6, + anon_sym_COLON, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 29, anon_sym_LBRACK, - ACTIONS(2219), 1, anon_sym_LPAREN, - ACTIONS(2221), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(2229), 1, - anon_sym_not, - ACTIONS(2235), 1, - anon_sym_STAR_STAR, - ACTIONS(2237), 1, - anon_sym_PIPE, - ACTIONS(2239), 1, - anon_sym_AMP, - ACTIONS(2241), 1, - anon_sym_CARET, - ACTIONS(2245), 1, - anon_sym_is, - STATE(1403), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(2223), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2225), 2, + anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2231), 2, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2243), 2, - anon_sym_LT, - anon_sym_GT, - STATE(1339), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2233), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2227), 6, - anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(1925), 7, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_and, - anon_sym_or, - [70212] = 3, + anon_sym_is, + [70308] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, - anon_sym_EQ, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 6, + anon_sym_COLON, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 31, - sym__newline, + ACTIONS(265), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_from, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -86427,50 +86523,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70256] = 15, + [70354] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(2053), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(2055), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(2057), 1, anon_sym_DOT, - ACTIONS(2171), 1, + ACTIONS(2071), 1, anon_sym_STAR_STAR, - ACTIONS(2173), 1, + ACTIONS(2073), 1, anon_sym_PIPE, - ACTIONS(2175), 1, + ACTIONS(2075), 1, anon_sym_AMP, - ACTIONS(2177), 1, + ACTIONS(2077), 1, anon_sym_CARET, - ACTIONS(2061), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 2, + ACTIONS(2059), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2161), 2, + ACTIONS(2061), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2167), 2, + ACTIONS(2067), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(921), 2, + STATE(1257), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2169), 3, + ACTIONS(2069), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2059), 16, - sym__newline, - anon_sym_SEMI, - anon_sym_from, - anon_sym_COMMA, + ACTIONS(2090), 3, anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2092), 15, + anon_sym_RBRACK, + anon_sym_COMMA, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -86480,44 +86576,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70324] = 15, + [70422] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2126), 1, + ACTIONS(2053), 1, anon_sym_LBRACK, - ACTIONS(2128), 1, + ACTIONS(2055), 1, anon_sym_LPAREN, - ACTIONS(2130), 1, + ACTIONS(2057), 1, anon_sym_DOT, - ACTIONS(2144), 1, + ACTIONS(2071), 1, anon_sym_STAR_STAR, - ACTIONS(2146), 1, + ACTIONS(2073), 1, anon_sym_PIPE, - ACTIONS(2148), 1, + ACTIONS(2075), 1, anon_sym_AMP, - ACTIONS(2150), 1, + ACTIONS(2077), 1, anon_sym_CARET, - ACTIONS(2132), 2, + ACTIONS(2059), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2134), 2, + ACTIONS(2061), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2140), 2, + ACTIONS(2067), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1259), 2, + STATE(1257), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2057), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2142), 3, + ACTIONS(2069), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2055), 15, + ACTIONS(2097), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2099), 15, anon_sym_RBRACK, anon_sym_COMMA, anon_sym_in, @@ -86533,46 +86629,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70392] = 15, + [70490] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2126), 1, - anon_sym_LBRACK, - ACTIONS(2128), 1, - anon_sym_LPAREN, - ACTIONS(2130), 1, - anon_sym_DOT, - ACTIONS(2144), 1, - anon_sym_STAR_STAR, - ACTIONS(2146), 1, - anon_sym_PIPE, - ACTIONS(2148), 1, - anon_sym_AMP, - ACTIONS(2150), 1, - anon_sym_CARET, - ACTIONS(2132), 2, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 6, + anon_sym_COLON, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2134), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2140), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1259), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2061), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2142), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2059), 15, - anon_sym_RBRACK, + ACTIONS(265), 29, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_async, @@ -86580,56 +86655,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70460] = 15, + [70536] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(1411), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1402), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1406), 14, anon_sym_LBRACK, - ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2029), 1, anon_sym_DOT, - ACTIONS(2043), 1, - anon_sym_STAR_STAR, - ACTIONS(2045), 1, - anon_sym_PIPE, - ACTIONS(2047), 1, - anon_sym_AMP, - ACTIONS(2049), 1, - anon_sym_CARET, - ACTIONS(2031), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2033), 2, anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2039), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1245), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2041), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2061), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2059), 15, - anon_sym_RPAREN, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(1404), 17, + sym__newline, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, + anon_sym_as, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -86639,84 +86714,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70528] = 15, + [70584] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(1921), 1, + anon_sym_EQ, + ACTIONS(2219), 1, anon_sym_LBRACK, - ACTIONS(2027), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, - ACTIONS(2029), 1, + ACTIONS(2223), 1, anon_sym_DOT, - ACTIONS(2043), 1, + ACTIONS(2231), 1, + anon_sym_not, + ACTIONS(2237), 1, anon_sym_STAR_STAR, - ACTIONS(2045), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2047), 1, + ACTIONS(2241), 1, anon_sym_AMP, - ACTIONS(2049), 1, + ACTIONS(2243), 1, anon_sym_CARET, - ACTIONS(2031), 2, + ACTIONS(2247), 1, + anon_sym_is, + STATE(1406), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2033), 2, + ACTIONS(2227), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2039), 2, + ACTIONS(2233), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1245), 2, + ACTIONS(2245), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1291), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2041), 3, + ACTIONS(2235), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2057), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2055), 15, - anon_sym_RPAREN, + ACTIONS(1925), 6, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_in, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, anon_sym_and, anon_sym_or, + ACTIONS(2229), 6, + anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_is, - [70596] = 11, + [70662] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2088), 1, + ACTIONS(2138), 1, anon_sym_LBRACK, - ACTIONS(2090), 1, + ACTIONS(2140), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2142), 1, anon_sym_DOT, - ACTIONS(2106), 1, + ACTIONS(2156), 1, anon_sym_STAR_STAR, - ACTIONS(2094), 2, + ACTIONS(2144), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2102), 2, + ACTIONS(2152), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1171), 2, + STATE(1157), 2, sym_argument_list, sym_generator_expression, ACTIONS(2023), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2104), 3, + ACTIONS(2154), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -86741,76 +86821,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70656] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(270), 6, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(268), 29, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [70702] = 8, + [70722] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(1923), 1, anon_sym_LBRACK, - ACTIONS(2027), 1, + ACTIONS(1927), 1, anon_sym_LPAREN, - ACTIONS(2029), 1, + ACTIONS(1929), 1, anon_sym_DOT, - ACTIONS(2043), 1, + ACTIONS(2041), 1, anon_sym_STAR_STAR, - STATE(1245), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2068), 5, - anon_sym_as, + ACTIONS(2027), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2066), 25, - anon_sym_RPAREN, + ACTIONS(2025), 26, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -86829,23 +86867,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70756] = 4, + [70776] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(1362), 6, + ACTIONS(267), 5, anon_sym_EQ, - anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, + ACTIONS(265), 31, + sym__newline, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -86870,30 +86908,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [70802] = 8, + [70820] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2088), 1, + ACTIONS(1923), 1, anon_sym_LBRACK, - ACTIONS(2090), 1, + ACTIONS(1927), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(1929), 1, anon_sym_DOT, - ACTIONS(2106), 1, + ACTIONS(2041), 1, anon_sym_STAR_STAR, - STATE(1171), 2, + STATE(930), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2023), 5, - anon_sym_EQ, + ACTIONS(2134), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 25, - anon_sym_COLON, - anon_sym_RPAREN, + ACTIONS(2136), 26, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -86917,66 +86954,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70856] = 3, + [70874] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2247), 5, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2249), 31, - sym__newline, + ACTIONS(2104), 1, anon_sym_LBRACK, - anon_sym_COLON, + ACTIONS(2106), 1, anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(2108), 1, anon_sym_DOT, - anon_sym_from, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, + ACTIONS(2122), 1, anon_sym_STAR_STAR, + ACTIONS(2124), 1, anon_sym_PIPE, + ACTIONS(2126), 1, anon_sym_AMP, + ACTIONS(2128), 1, anon_sym_CARET, + ACTIONS(2110), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2112), 2, + anon_sym_GT_GT, anon_sym_LT_LT, + ACTIONS(2118), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1246), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2097), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2120), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2099), 15, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70900] = 4, + [70942] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(270), 6, - anon_sym_COLON, - anon_sym_as, + ACTIONS(2104), 1, + anon_sym_LBRACK, + ACTIONS(2106), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2122), 1, + anon_sym_STAR_STAR, + ACTIONS(2124), 1, + anon_sym_PIPE, + ACTIONS(2126), 1, + anon_sym_AMP, + ACTIONS(2128), 1, + anon_sym_CARET, + ACTIONS(2110), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2112), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2118), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1246), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2090), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(2120), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2092), 15, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_async, @@ -86984,62 +87054,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [71010] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1923), 1, + anon_sym_LBRACK, + ACTIONS(1927), 1, + anon_sym_LPAREN, + ACTIONS(1929), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + anon_sym_STAR_STAR, + ACTIONS(2043), 1, + anon_sym_PIPE, + ACTIONS(2045), 1, + anon_sym_AMP, + ACTIONS(2047), 1, + anon_sym_CARET, + ACTIONS(2029), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2031), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2037), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(2086), 2, + anon_sym_LT, + anon_sym_GT, + STATE(930), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2039), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + ACTIONS(2088), 16, + sym__newline, + anon_sym_SEMI, + anon_sym_from, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [71078] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1923), 1, + anon_sym_LBRACK, + ACTIONS(1927), 1, + anon_sym_LPAREN, + ACTIONS(1929), 1, + anon_sym_DOT, + ACTIONS(2041), 1, anon_sym_STAR_STAR, + ACTIONS(2043), 1, anon_sym_PIPE, + ACTIONS(2045), 1, anon_sym_AMP, + ACTIONS(2047), 1, anon_sym_CARET, + ACTIONS(2029), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2031), 2, + anon_sym_GT_GT, anon_sym_LT_LT, + ACTIONS(2037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2090), 2, + anon_sym_LT, + anon_sym_GT, + STATE(930), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2039), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2092), 16, + sym__newline, + anon_sym_SEMI, + anon_sym_from, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70946] = 15, + [71146] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2088), 1, + ACTIONS(1923), 1, anon_sym_LBRACK, - ACTIONS(2090), 1, + ACTIONS(1927), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(1929), 1, anon_sym_DOT, - ACTIONS(2106), 1, + ACTIONS(2041), 1, anon_sym_STAR_STAR, - ACTIONS(2108), 1, + ACTIONS(2043), 1, anon_sym_PIPE, - ACTIONS(2110), 1, + ACTIONS(2045), 1, anon_sym_AMP, - ACTIONS(2112), 1, + ACTIONS(2047), 1, anon_sym_CARET, - ACTIONS(2094), 2, + ACTIONS(2029), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2096), 2, + ACTIONS(2031), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2102), 2, + ACTIONS(2037), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1171), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2072), 3, - anon_sym_EQ, + ACTIONS(2097), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2104), 3, + STATE(930), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2039), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2070), 15, - anon_sym_COLON, - anon_sym_RPAREN, + ACTIONS(2099), 16, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_in, @@ -87053,23 +87219,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71014] = 3, + [71214] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2251), 5, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 6, anon_sym_EQ, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2253), 31, - sym__newline, + ACTIONS(265), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -87094,23 +87260,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71058] = 3, + sym_type_conversion, + [71260] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2255), 5, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(1362), 6, anon_sym_EQ, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2257), 31, - sym__newline, + ACTIONS(1357), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -87135,23 +87302,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71102] = 3, + sym_type_conversion, + [71306] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2259), 5, - anon_sym_EQ, + ACTIONS(2138), 1, + anon_sym_LBRACK, + ACTIONS(2140), 1, + anon_sym_LPAREN, + ACTIONS(2142), 1, + anon_sym_DOT, + ACTIONS(2156), 1, + anon_sym_STAR_STAR, + ACTIONS(2144), 2, anon_sym_STAR, anon_sym_SLASH, + STATE(1157), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2261), 31, - sym__newline, - anon_sym_LBRACK, + ACTIONS(2154), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 22, anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -87162,10 +87341,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -87176,16 +87351,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71146] = 3, + [71364] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 5, + ACTIONS(2249), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 31, + ACTIONS(2251), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -87217,27 +87392,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71190] = 6, + [71408] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(2267), 1, + ACTIONS(2138), 1, anon_sym_LBRACK, - STATE(1756), 1, - sym_type_parameter, - ACTIONS(1362), 6, + ACTIONS(2140), 1, + anon_sym_LPAREN, + ACTIONS(2142), 1, + anon_sym_DOT, + ACTIONS(2156), 1, + anon_sym_STAR_STAR, + STATE(1157), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 5, anon_sym_EQ, - anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 27, - sym__newline, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(2021), 25, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, @@ -87250,7 +87428,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -87261,16 +87438,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71240] = 3, + [71462] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2269), 5, + ACTIONS(2253), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2271), 31, + ACTIONS(2255), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -87302,29 +87479,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71284] = 4, + [71506] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(1362), 6, - anon_sym_COLON, - anon_sym_as, + ACTIONS(2257), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, + ACTIONS(2259), 31, + sym__newline, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -87344,16 +87520,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71330] = 3, + [71550] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2273), 5, + ACTIONS(2261), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2275), 31, + ACTIONS(2263), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -87385,28 +87561,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71374] = 3, + [71594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2122), 5, - anon_sym_as, + ACTIONS(2265), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2124), 31, - sym_string_start, + ACTIONS(2267), 31, + sym__newline, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -87426,16 +87602,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71418] = 3, + [71638] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2277), 5, + ACTIONS(2269), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2279), 31, + ACTIONS(2271), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -87467,16 +87643,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71462] = 3, + [71682] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2281), 5, + ACTIONS(2273), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2283), 31, + ACTIONS(2275), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -87508,40 +87684,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71506] = 12, + [71726] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(2138), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(2140), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(2142), 1, anon_sym_DOT, - ACTIONS(2171), 1, + ACTIONS(2156), 1, anon_sym_STAR_STAR, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 2, + ACTIONS(2160), 1, + anon_sym_AMP, + ACTIONS(2162), 1, + anon_sym_CARET, + ACTIONS(2144), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2161), 2, + ACTIONS(2146), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2167), 2, + ACTIONS(2152), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(921), 2, + STATE(1157), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2169), 3, + ACTIONS(2023), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2154), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2021), 19, - sym__newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2021), 16, + anon_sym_COLON, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_in, @@ -87550,50 +87730,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71568] = 13, + [71792] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(2138), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(2140), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(2142), 1, anon_sym_DOT, - ACTIONS(2171), 1, + ACTIONS(2156), 1, anon_sym_STAR_STAR, - ACTIONS(2177), 1, + ACTIONS(2162), 1, anon_sym_CARET, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 2, + ACTIONS(2144), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2161), 2, + ACTIONS(2146), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2167), 2, + ACTIONS(2152), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(921), 2, + STATE(1157), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2169), 3, + ACTIONS(2023), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2154), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2021), 18, - sym__newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2021), 17, + anon_sym_COLON, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_in, @@ -87609,21 +87787,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71632] = 5, + [71856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(452), 2, + ACTIONS(2277), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(440), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 14, + ACTIONS(2279), 31, + sym__newline, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -87634,34 +87822,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(442), 17, - sym__newline, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_from, - anon_sym_COMMA, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71680] = 3, + [71900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 5, + ACTIONS(2281), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2287), 31, + ACTIONS(2283), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -87693,16 +87869,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71724] = 3, + [71944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2289), 5, + ACTIONS(2285), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2291), 31, + ACTIONS(2287), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -87734,22 +87910,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71768] = 3, + [71988] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2122), 5, + ACTIONS(2289), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2124), 31, - sym_string_start, + ACTIONS(2291), 31, + sym__newline, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -87774,24 +87951,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [71812] = 3, + [72032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2293), 5, + ACTIONS(2179), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2295), 31, - sym__newline, + ACTIONS(2181), 31, + sym_string_start, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -87816,16 +87991,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71856] = 3, + sym_type_conversion, + [72076] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2297), 5, + ACTIONS(2293), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2299), 31, + ACTIONS(2295), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -87857,44 +88033,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71900] = 12, + [72120] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(2138), 1, anon_sym_LBRACK, - ACTIONS(2027), 1, + ACTIONS(2140), 1, anon_sym_LPAREN, - ACTIONS(2029), 1, + ACTIONS(2142), 1, anon_sym_DOT, - ACTIONS(2043), 1, + ACTIONS(2156), 1, anon_sym_STAR_STAR, - ACTIONS(2031), 2, + ACTIONS(2144), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2033), 2, + ACTIONS(2146), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2039), 2, + ACTIONS(2152), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1245), 2, + STATE(1157), 2, sym_argument_list, sym_generator_expression, ACTIONS(2023), 3, - anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2041), 3, + ACTIONS(2154), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(2021), 18, + anon_sym_COLON, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -87907,16 +88083,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71962] = 3, + [72182] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2301), 5, + ACTIONS(2138), 1, + anon_sym_LBRACK, + ACTIONS(2140), 1, + anon_sym_LPAREN, + ACTIONS(2142), 1, + anon_sym_DOT, + ACTIONS(2156), 1, + anon_sym_STAR_STAR, + STATE(1157), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2134), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2303), 31, + ACTIONS(2136), 25, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [72236] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2138), 1, + anon_sym_LBRACK, + ACTIONS(2140), 1, + anon_sym_LPAREN, + ACTIONS(2142), 1, + anon_sym_DOT, + ACTIONS(2156), 1, + anon_sym_STAR_STAR, + STATE(1157), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2027), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2025), 25, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [72290] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(267), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(265), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -87948,40 +88216,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72006] = 13, + [72334] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(452), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(440), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(495), 14, anon_sym_LBRACK, - ACTIONS(2027), 1, anon_sym_LPAREN, - ACTIONS(2029), 1, anon_sym_DOT, - ACTIONS(2043), 1, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, - ACTIONS(2049), 1, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_CARET, - ACTIONS(2031), 2, + anon_sym_LT_LT, + ACTIONS(442), 17, + sym__newline, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_from, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [72382] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2104), 1, + anon_sym_LBRACK, + ACTIONS(2106), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2122), 1, + anon_sym_STAR_STAR, + ACTIONS(2110), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2033), 2, + ACTIONS(2112), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2039), 2, + ACTIONS(2118), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1245), 2, + STATE(1246), 2, sym_argument_list, sym_generator_expression, ACTIONS(2023), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2041), 3, + ACTIONS(2120), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2021), 17, + ACTIONS(2021), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_in, @@ -87993,32 +88302,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_PIPE, anon_sym_AMP, + anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72070] = 6, + [72444] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(2305), 1, + ACTIONS(2104), 1, anon_sym_LBRACK, - STATE(1807), 1, - sym_type_parameter, - ACTIONS(1362), 6, + ACTIONS(2106), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2122), 1, + anon_sym_STAR_STAR, + ACTIONS(2128), 1, + anon_sym_CARET, + ACTIONS(2110), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2112), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2118), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1246), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2120), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 17, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [72508] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2297), 5, anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2299), 31, + sym__newline, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [72552] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 27, + ACTIONS(2303), 31, + sym__newline, + anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -88043,38 +88442,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72120] = 14, + [72596] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(2104), 1, anon_sym_LBRACK, - ACTIONS(2027), 1, + ACTIONS(2106), 1, anon_sym_LPAREN, - ACTIONS(2029), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2043), 1, + ACTIONS(2122), 1, anon_sym_STAR_STAR, - ACTIONS(2047), 1, + ACTIONS(2126), 1, anon_sym_AMP, - ACTIONS(2049), 1, + ACTIONS(2128), 1, anon_sym_CARET, - ACTIONS(2031), 2, + ACTIONS(2110), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2033), 2, + ACTIONS(2112), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2039), 2, + ACTIONS(2118), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1245), 2, + STATE(1246), 2, sym_argument_list, sym_generator_expression, ACTIONS(2023), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2041), 3, + ACTIONS(2120), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -88095,23 +88494,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72186] = 4, + [72662] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(270), 6, - anon_sym_COLON, + ACTIONS(2104), 1, + anon_sym_LBRACK, + ACTIONS(2106), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2122), 1, + anon_sym_STAR_STAR, + STATE(1246), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(2021), 25, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, @@ -88126,7 +88530,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -88137,28 +88540,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72232] = 10, + [72716] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(2104), 1, anon_sym_LBRACK, - ACTIONS(2027), 1, + ACTIONS(2106), 1, anon_sym_LPAREN, - ACTIONS(2029), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2043), 1, + ACTIONS(2122), 1, anon_sym_STAR_STAR, - ACTIONS(2031), 2, + ACTIONS(2110), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1245), 2, + STATE(1246), 2, sym_argument_list, sym_generator_expression, ACTIONS(2023), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2041), 3, + ACTIONS(2120), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -88185,36 +88588,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72290] = 5, + [72774] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(452), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(440), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(577), 14, + ACTIONS(2138), 1, anon_sym_LBRACK, + ACTIONS(2140), 1, anon_sym_LPAREN, + ACTIONS(2142), 1, anon_sym_DOT, + ACTIONS(2156), 1, + anon_sym_STAR_STAR, + ACTIONS(2158), 1, + anon_sym_PIPE, + ACTIONS(2160), 1, + anon_sym_AMP, + ACTIONS(2162), 1, + anon_sym_CARET, + ACTIONS(2144), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2146), 2, anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2152), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1157), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2097), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2154), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(442), 17, - sym__newline, + ACTIONS(2099), 15, anon_sym_COLON, - anon_sym_SEMI, - anon_sym_from, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_in, @@ -88228,44 +88641,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72338] = 15, + [72842] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(2104), 1, anon_sym_LBRACK, - ACTIONS(2027), 1, + ACTIONS(2106), 1, anon_sym_LPAREN, - ACTIONS(2029), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2043), 1, + ACTIONS(2122), 1, anon_sym_STAR_STAR, - ACTIONS(2045), 1, + ACTIONS(2124), 1, anon_sym_PIPE, - ACTIONS(2047), 1, + ACTIONS(2126), 1, anon_sym_AMP, - ACTIONS(2049), 1, + ACTIONS(2128), 1, anon_sym_CARET, - ACTIONS(2031), 2, + ACTIONS(2110), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2033), 2, + ACTIONS(2112), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2039), 2, + ACTIONS(2118), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1245), 2, + STATE(1246), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2041), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2072), 3, + ACTIONS(2086), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2070), 15, + ACTIONS(2120), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2088), 15, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_in, @@ -88281,87 +88694,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72406] = 14, + [72910] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(2104), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(2106), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2171), 1, + ACTIONS(2122), 1, anon_sym_STAR_STAR, - ACTIONS(2175), 1, - anon_sym_AMP, - ACTIONS(2177), 1, - anon_sym_CARET, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 2, + ACTIONS(2110), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2161), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2167), 2, + ACTIONS(2118), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(921), 2, + STATE(1246), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2169), 3, + ACTIONS(2023), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2120), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2021), 17, - sym__newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2021), 20, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72472] = 11, + [72970] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(2104), 1, anon_sym_LBRACK, - ACTIONS(2027), 1, + ACTIONS(2106), 1, anon_sym_LPAREN, - ACTIONS(2029), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2043), 1, + ACTIONS(2122), 1, anon_sym_STAR_STAR, - ACTIONS(2031), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2039), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1245), 2, + STATE(1246), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2023), 3, + ACTIONS(2023), 5, anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2041), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 20, + ACTIONS(2021), 25, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, @@ -88372,6 +88774,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -88382,31 +88789,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72532] = 3, + [73024] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2307), 5, - anon_sym_EQ, + ACTIONS(452), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(440), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2309), 31, - sym__newline, + ACTIONS(495), 14, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_DOT, - anon_sym_from, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -88417,63 +88814,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(442), 17, + sym__newline, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_from, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72576] = 3, + [73072] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2311), 5, - anon_sym_EQ, + ACTIONS(2138), 1, + anon_sym_LBRACK, + ACTIONS(2140), 1, + anon_sym_LPAREN, + ACTIONS(2142), 1, + anon_sym_DOT, + ACTIONS(2156), 1, + anon_sym_STAR_STAR, + ACTIONS(2158), 1, + anon_sym_PIPE, + ACTIONS(2160), 1, + anon_sym_AMP, + ACTIONS(2162), 1, + anon_sym_CARET, + ACTIONS(2144), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2146), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2152), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1157), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2090), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2313), 31, - sym__newline, - anon_sym_LBRACK, + ACTIONS(2154), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2092), 15, anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72620] = 3, + [73140] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2315), 5, + ACTIONS(2305), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2317), 31, + ACTIONS(2307), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -88505,30 +88926,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72664] = 8, + [73184] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(2053), 1, anon_sym_LBRACK, - ACTIONS(2027), 1, + ACTIONS(2055), 1, anon_sym_LPAREN, - ACTIONS(2029), 1, + ACTIONS(2057), 1, anon_sym_DOT, - ACTIONS(2043), 1, + ACTIONS(2071), 1, anon_sym_STAR_STAR, - STATE(1245), 2, + ACTIONS(2059), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2061), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2067), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1257), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2023), 5, + ACTIONS(2023), 3, anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 25, - anon_sym_RPAREN, + ACTIONS(2069), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 18, + anon_sym_RBRACK, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_async, @@ -88536,38 +88967,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72718] = 5, + [73246] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(2319), 1, - anon_sym_EQ, - ACTIONS(1362), 5, + ACTIONS(2168), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, + ACTIONS(2170), 31, + sym_string_start, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -88594,30 +89017,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72766] = 5, + [73290] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(495), 1, + ACTIONS(2309), 5, anon_sym_EQ, - ACTIONS(270), 5, - anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(2311), 31, + sym__newline, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -88637,30 +89058,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72814] = 5, + [73334] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(495), 1, + ACTIONS(2313), 5, anon_sym_EQ, - ACTIONS(270), 5, - anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(2315), 31, + sym__newline, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -88680,21 +89099,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72862] = 3, + [73378] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2084), 5, - anon_sym_as, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(2317), 1, + anon_sym_EQ, + ACTIONS(1362), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2086), 31, - sym_string_start, + ACTIONS(1357), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -88721,28 +89142,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72906] = 6, + [73426] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(1431), 1, - anon_sym_COLON, - ACTIONS(1433), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(1440), 5, - anon_sym_as, + ACTIONS(2319), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1435), 27, + ACTIONS(2321), 31, + sym__newline, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -88765,25 +89183,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72956] = 5, + [73470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2321), 1, - sym_string_start, - STATE(963), 2, - sym_python_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1914), 4, + ACTIONS(2323), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1916), 29, + ACTIONS(2325), 31, + sym__newline, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -88808,31 +89224,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73004] = 6, + [73514] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(440), 1, - anon_sym_COLON, - ACTIONS(442), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(452), 5, + ACTIONS(498), 1, + anon_sym_EQ, + ACTIONS(267), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 27, + ACTIONS(265), 29, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -88852,81 +89267,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73054] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2126), 1, - anon_sym_LBRACK, - ACTIONS(2128), 1, - anon_sym_LPAREN, - ACTIONS(2130), 1, - anon_sym_DOT, - ACTIONS(2144), 1, - anon_sym_STAR_STAR, - ACTIONS(2132), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2134), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2140), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1259), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2142), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 18, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [73116] = 6, + [73562] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(440), 1, - anon_sym_COLON, - ACTIONS(442), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(452), 5, + ACTIONS(498), 1, + anon_sym_EQ, + ACTIONS(267), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 27, + ACTIONS(265), 29, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -88946,16 +89310,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73166] = 3, + [73610] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 5, + ACTIONS(1445), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2326), 31, + ACTIONS(1447), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -88987,127 +89351,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73210] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2126), 1, - anon_sym_LBRACK, - ACTIONS(2128), 1, - anon_sym_LPAREN, - ACTIONS(2130), 1, - anon_sym_DOT, - ACTIONS(2144), 1, - anon_sym_STAR_STAR, - ACTIONS(2150), 1, - anon_sym_CARET, - ACTIONS(2132), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2134), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2140), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1259), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2142), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 17, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [73274] = 14, + [73654] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2126), 1, - anon_sym_LBRACK, - ACTIONS(2128), 1, - anon_sym_LPAREN, - ACTIONS(2130), 1, - anon_sym_DOT, - ACTIONS(2144), 1, - anon_sym_STAR_STAR, - ACTIONS(2148), 1, - anon_sym_AMP, - ACTIONS(2150), 1, - anon_sym_CARET, - ACTIONS(2132), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2134), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2140), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1259), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2142), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 16, - anon_sym_RBRACK, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(269), 1, anon_sym_COMMA, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PIPE, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [73340] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2328), 5, + ACTIONS(267), 6, anon_sym_EQ, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2330), 31, - sym__newline, + ACTIONS(265), 28, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_from, - anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, @@ -89131,34 +89393,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73384] = 8, + sym_type_conversion, + [73702] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2126), 1, - anon_sym_LBRACK, - ACTIONS(2128), 1, - anon_sym_LPAREN, - ACTIONS(2130), 1, - anon_sym_DOT, - ACTIONS(2144), 1, - anon_sym_STAR_STAR, - STATE(1259), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 5, - anon_sym_as, + ACTIONS(610), 1, + sym_string_start, + STATE(1002), 2, + sym_python_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1917), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 25, + ACTIONS(1919), 29, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -89167,6 +89426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -89177,44 +89437,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73438] = 10, + [73750] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2126), 1, - anon_sym_LBRACK, - ACTIONS(2128), 1, - anon_sym_LPAREN, - ACTIONS(2130), 1, - anon_sym_DOT, - ACTIONS(2144), 1, - anon_sym_STAR_STAR, - ACTIONS(2132), 2, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(1402), 1, + anon_sym_COLON, + ACTIONS(1404), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(1411), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - STATE(1259), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2142), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 22, - anon_sym_RBRACK, + ACTIONS(1406), 27, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -89225,25 +89481,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73496] = 3, + [73800] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1449), 5, - anon_sym_EQ, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(440), 1, + anon_sym_COLON, + ACTIONS(442), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(452), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1451), 31, - sym__newline, + ACTIONS(495), 27, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_from, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -89266,21 +89525,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73540] = 5, + [73850] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(272), 1, + ACTIONS(269), 1, anon_sym_COMMA, - ACTIONS(270), 6, + ACTIONS(267), 6, anon_sym_EQ, anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 28, + ACTIONS(265), 28, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RBRACE, @@ -89309,74 +89568,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [73588] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2126), 1, - anon_sym_LBRACK, - ACTIONS(2128), 1, - anon_sym_LPAREN, - ACTIONS(2130), 1, - anon_sym_DOT, - ACTIONS(2144), 1, - anon_sym_STAR_STAR, - ACTIONS(2146), 1, - anon_sym_PIPE, - ACTIONS(2148), 1, - anon_sym_AMP, - ACTIONS(2150), 1, - anon_sym_CARET, - ACTIONS(2132), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2134), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2140), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1259), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2072), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2142), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2070), 15, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [73656] = 5, + [73898] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, + ACTIONS(1348), 1, anon_sym_COLON_EQ, - ACTIONS(272), 1, + ACTIONS(1359), 1, anon_sym_COMMA, - ACTIONS(270), 6, + ACTIONS(1362), 6, anon_sym_EQ, anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 28, + ACTIONS(1357), 28, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RBRACE, @@ -89405,45 +89611,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [73704] = 11, + [73946] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2126), 1, - anon_sym_LBRACK, - ACTIONS(2128), 1, - anon_sym_LPAREN, - ACTIONS(2130), 1, - anon_sym_DOT, - ACTIONS(2144), 1, - anon_sym_STAR_STAR, - ACTIONS(2132), 2, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(440), 1, + anon_sym_COLON, + ACTIONS(442), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(452), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2140), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1259), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2142), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 20, - anon_sym_RBRACK, + ACTIONS(495), 27, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -89454,18 +89655,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73764] = 8, + [73996] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2126), 1, + ACTIONS(2053), 1, anon_sym_LBRACK, - ACTIONS(2128), 1, + ACTIONS(2055), 1, anon_sym_LPAREN, - ACTIONS(2130), 1, + ACTIONS(2057), 1, anon_sym_DOT, - ACTIONS(2144), 1, + ACTIONS(2071), 1, anon_sym_STAR_STAR, - STATE(1259), 2, + STATE(1257), 2, sym_argument_list, sym_generator_expression, ACTIONS(2023), 5, @@ -89500,38 +89701,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73818] = 5, + [74050] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(1359), 1, - anon_sym_COMMA, - ACTIONS(1362), 6, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1357), 28, + ACTIONS(2053), 1, anon_sym_LBRACK, + ACTIONS(2055), 1, anon_sym_LPAREN, - anon_sym_RBRACE, + ACTIONS(2057), 1, anon_sym_DOT, + ACTIONS(2071), 1, + anon_sym_STAR_STAR, + ACTIONS(2059), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2067), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1257), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 3, anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2069), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 20, + anon_sym_RBRACK, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -89542,45 +89750,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [73866] = 15, + [74110] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2088), 1, + ACTIONS(2138), 1, anon_sym_LBRACK, - ACTIONS(2090), 1, + ACTIONS(2140), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2142), 1, anon_sym_DOT, - ACTIONS(2106), 1, + ACTIONS(2156), 1, anon_sym_STAR_STAR, - ACTIONS(2108), 1, + ACTIONS(2158), 1, anon_sym_PIPE, - ACTIONS(2110), 1, + ACTIONS(2160), 1, anon_sym_AMP, - ACTIONS(2112), 1, + ACTIONS(2162), 1, anon_sym_CARET, - ACTIONS(2094), 2, + ACTIONS(2144), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2096), 2, + ACTIONS(2146), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2102), 2, + ACTIONS(2152), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1171), 2, + STATE(1157), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2057), 3, + ACTIONS(2086), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2104), 3, + ACTIONS(2154), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2055), 15, + ACTIONS(2088), 15, anon_sym_COLON, anon_sym_RPAREN, anon_sym_COMMA, @@ -89596,50 +89803,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73934] = 15, + [74178] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2088), 1, + ACTIONS(2053), 1, anon_sym_LBRACK, - ACTIONS(2090), 1, + ACTIONS(2055), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2057), 1, anon_sym_DOT, - ACTIONS(2106), 1, + ACTIONS(2071), 1, anon_sym_STAR_STAR, - ACTIONS(2108), 1, + ACTIONS(2073), 1, anon_sym_PIPE, - ACTIONS(2110), 1, + ACTIONS(2075), 1, anon_sym_AMP, - ACTIONS(2112), 1, + ACTIONS(2077), 1, anon_sym_CARET, - ACTIONS(2094), 2, + ACTIONS(2059), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2096), 2, + ACTIONS(2061), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2102), 2, + ACTIONS(2067), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1171), 2, + STATE(1257), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2061), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2104), 3, + ACTIONS(2069), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2059), 15, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(2086), 3, anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2088), 15, + anon_sym_RBRACK, + anon_sym_COMMA, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -89649,42 +89856,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74002] = 8, + [74246] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(2053), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(2055), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(2057), 1, anon_sym_DOT, - ACTIONS(2171), 1, + ACTIONS(2071), 1, anon_sym_STAR_STAR, - STATE(921), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 4, + ACTIONS(2059), 2, anon_sym_STAR, anon_sym_SLASH, + STATE(1257), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 26, - sym__newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2069), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 22, + anon_sym_RBRACK, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -89695,27 +89904,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74056] = 8, + [74304] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2126), 1, + ACTIONS(2053), 1, anon_sym_LBRACK, - ACTIONS(2128), 1, + ACTIONS(2055), 1, anon_sym_LPAREN, - ACTIONS(2130), 1, + ACTIONS(2057), 1, anon_sym_DOT, - ACTIONS(2144), 1, + ACTIONS(2071), 1, anon_sym_STAR_STAR, - STATE(1259), 2, + STATE(1257), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2074), 5, + ACTIONS(2023), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2076), 25, + ACTIONS(2021), 25, anon_sym_RBRACK, anon_sym_COMMA, anon_sym_GT_GT, @@ -89741,44 +89950,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74110] = 10, + [74358] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(2053), 1, anon_sym_LBRACK, - ACTIONS(1927), 1, + ACTIONS(2055), 1, anon_sym_LPAREN, - ACTIONS(1929), 1, + ACTIONS(2057), 1, anon_sym_DOT, - ACTIONS(2171), 1, + ACTIONS(2071), 1, anon_sym_STAR_STAR, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(921), 2, + STATE(1257), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2169), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 23, - sym__newline, - anon_sym_SEMI, - anon_sym_from, - anon_sym_COMMA, + ACTIONS(2027), 5, anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2025), 25, + anon_sym_RBRACK, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -89789,37 +89996,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74168] = 11, + [74412] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(2168), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2170), 31, + sym_string_start, anon_sym_LBRACK, - ACTIONS(1927), 1, + anon_sym_COLON, anon_sym_LPAREN, - ACTIONS(1929), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(2171), 1, - anon_sym_STAR_STAR, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2167), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(921), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2169), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 21, - sym__newline, - anon_sym_SEMI, - anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -89828,6 +90020,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -89838,73 +90036,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74228] = 8, + sym_type_conversion, + [74456] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2088), 1, + ACTIONS(2053), 1, anon_sym_LBRACK, - ACTIONS(2090), 1, + ACTIONS(2055), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2057), 1, anon_sym_DOT, - ACTIONS(2106), 1, + ACTIONS(2071), 1, anon_sym_STAR_STAR, - STATE(1171), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2074), 5, - anon_sym_EQ, + ACTIONS(2075), 1, + anon_sym_AMP, + ACTIONS(2077), 1, + anon_sym_CARET, + ACTIONS(2059), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2061), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2067), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1257), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2076), 25, - anon_sym_COLON, - anon_sym_RPAREN, + ACTIONS(2069), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 16, + anon_sym_RBRACK, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [74522] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2053), 1, + anon_sym_LBRACK, + ACTIONS(2055), 1, + anon_sym_LPAREN, + ACTIONS(2057), 1, + anon_sym_DOT, + ACTIONS(2071), 1, + anon_sym_STAR_STAR, + ACTIONS(2077), 1, + anon_sym_CARET, + ACTIONS(2059), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2061), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2067), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1257), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2069), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + ACTIONS(2021), 17, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PIPE, anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74282] = 8, + [74586] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2126), 1, + ACTIONS(2053), 1, anon_sym_LBRACK, - ACTIONS(2128), 1, + ACTIONS(2055), 1, anon_sym_LPAREN, - ACTIONS(2130), 1, + ACTIONS(2057), 1, anon_sym_DOT, - ACTIONS(2144), 1, + ACTIONS(2071), 1, anon_sym_STAR_STAR, - STATE(1259), 2, + STATE(1257), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2068), 5, + ACTIONS(2134), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2066), 25, + ACTIONS(2136), 25, anon_sym_RBRACK, anon_sym_COMMA, anon_sym_GT_GT, @@ -89930,29 +90186,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74336] = 8, + [74640] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2088), 1, - anon_sym_LBRACK, - ACTIONS(2090), 1, - anon_sym_LPAREN, - ACTIONS(2092), 1, - anon_sym_DOT, - ACTIONS(2106), 1, - anon_sym_STAR_STAR, - STATE(1171), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2068), 5, + ACTIONS(1416), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2066), 25, + ACTIONS(1418), 31, + sym__newline, + anon_sym_LBRACK, anon_sym_COLON, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -89966,6 +90216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -89976,16 +90227,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74390] = 3, + [74684] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 5, + ACTIONS(1416), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 31, + ACTIONS(1418), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -90017,169 +90268,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74434] = 12, + [74728] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2088), 1, + ACTIONS(2104), 1, anon_sym_LBRACK, - ACTIONS(2090), 1, + ACTIONS(2106), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2106), 1, + ACTIONS(2122), 1, anon_sym_STAR_STAR, - ACTIONS(2094), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2096), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2102), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1171), 2, + STATE(1246), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2023), 3, - anon_sym_EQ, + ACTIONS(2134), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2104), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 18, - anon_sym_COLON, + ACTIONS(2136), 25, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74496] = 13, + [74782] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2088), 1, - anon_sym_LBRACK, - ACTIONS(2090), 1, - anon_sym_LPAREN, - ACTIONS(2092), 1, - anon_sym_DOT, - ACTIONS(2106), 1, - anon_sym_STAR_STAR, - ACTIONS(2112), 1, - anon_sym_CARET, - ACTIONS(2094), 2, + ACTIONS(1441), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2096), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2102), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1171), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2104), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 17, + ACTIONS(1443), 31, + sym__newline, + anon_sym_LBRACK, anon_sym_COLON, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74560] = 14, + [74826] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2088), 1, + ACTIONS(2104), 1, anon_sym_LBRACK, - ACTIONS(2090), 1, + ACTIONS(2106), 1, anon_sym_LPAREN, - ACTIONS(2092), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2106), 1, + ACTIONS(2122), 1, anon_sym_STAR_STAR, - ACTIONS(2110), 1, - anon_sym_AMP, - ACTIONS(2112), 1, - anon_sym_CARET, - ACTIONS(2094), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2096), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2102), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1171), 2, + STATE(1246), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2023), 3, - anon_sym_EQ, + ACTIONS(2027), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2104), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 16, - anon_sym_COLON, + ACTIONS(2025), 25, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74626] = 3, + [74880] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1427), 5, + ACTIONS(1441), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1429), 31, + ACTIONS(1443), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -90211,7 +90442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74670] = 3, + [74924] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 5, @@ -90252,16 +90483,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74714] = 3, + [74968] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, + ACTIONS(1449), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 31, + ACTIONS(1451), 31, sym__newline, anon_sym_LBRACK, anon_sym_COLON, @@ -90293,21 +90524,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74758] = 3, + [75012] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2084), 5, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(2327), 1, + anon_sym_LBRACK, + STATE(1787), 1, + sym_type_parameter, + ACTIONS(1362), 6, anon_sym_EQ, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2086), 31, - sym_string_start, - anon_sym_LBRACK, - anon_sym_COLON, + ACTIONS(1357), 27, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -90333,35 +90568,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [74802] = 8, + [75062] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, - anon_sym_LBRACK, - ACTIONS(2027), 1, - anon_sym_LPAREN, - ACTIONS(2029), 1, - anon_sym_DOT, - ACTIONS(2043), 1, - anon_sym_STAR_STAR, - STATE(1245), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2074), 5, - anon_sym_as, + ACTIONS(2329), 1, + sym_string_start, + STATE(1002), 2, + sym_python_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1910), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2076), 25, - anon_sym_RPAREN, + ACTIONS(1912), 29, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -90370,6 +90600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -90380,34 +90611,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74856] = 8, + [75110] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2088), 1, - anon_sym_LBRACK, - ACTIONS(2090), 1, - anon_sym_LPAREN, - ACTIONS(2092), 1, - anon_sym_DOT, - ACTIONS(2106), 1, - anon_sym_STAR_STAR, - STATE(1171), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 5, - anon_sym_EQ, + ACTIONS(2309), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 25, + ACTIONS(2311), 30, + anon_sym_LBRACK, anon_sym_COLON, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -90416,6 +90640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -90426,44 +90651,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74910] = 10, + [75153] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2088), 1, - anon_sym_LBRACK, - ACTIONS(2090), 1, - anon_sym_LPAREN, - ACTIONS(2092), 1, - anon_sym_DOT, - ACTIONS(2106), 1, - anon_sym_STAR_STAR, - ACTIONS(2094), 2, + ACTIONS(2313), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - STATE(1171), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2104), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 22, + ACTIONS(2315), 30, + anon_sym_LBRACK, anon_sym_COLON, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -90474,34 +90691,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74968] = 8, + [75196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, - anon_sym_LBRACK, - ACTIONS(1927), 1, - anon_sym_LPAREN, - ACTIONS(1929), 1, - anon_sym_DOT, - ACTIONS(2171), 1, - anon_sym_STAR_STAR, - STATE(921), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 4, + ACTIONS(2289), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 26, - sym__newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2291), 30, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -90510,6 +90720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -90520,28 +90731,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75022] = 3, + [75239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, - anon_sym_EQ, + ACTIONS(2285), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 31, - sym__newline, + ACTIONS(2287), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_from, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -90561,23 +90771,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75066] = 3, + [75282] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1445), 5, + ACTIONS(2261), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1447), 31, - sym__newline, + ACTIONS(2263), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -90602,26 +90810,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75110] = 3, + sym_type_conversion, + [75325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1427), 5, - anon_sym_EQ, + ACTIONS(2281), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1429), 30, + ACTIONS(2283), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -90641,17 +90851,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [75153] = 3, + [75368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2301), 5, + ACTIONS(2277), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2303), 30, + ACTIONS(2279), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -90682,68 +90891,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75196] = 3, + [75411] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2297), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2299), 30, + ACTIONS(2185), 1, anon_sym_LBRACK, - anon_sym_COLON, + ACTIONS(2187), 1, anon_sym_LPAREN, - anon_sym_RBRACE, + ACTIONS(2189), 1, anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(2203), 1, + anon_sym_STAR_STAR, + ACTIONS(2023), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2191), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2193), 2, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_LT_LT, + ACTIONS(2199), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1342), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2201), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, + ACTIONS(2021), 18, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75239] = 4, + [75472] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, + ACTIONS(1348), 1, anon_sym_COLON_EQ, - ACTIONS(270), 5, + ACTIONS(1404), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(1411), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(1406), 27, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -90763,57 +90982,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75284] = 4, + [75519] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(1362), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1357), 29, + ACTIONS(2185), 1, anon_sym_LBRACK, + ACTIONS(2187), 1, anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(2189), 1, anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(2203), 1, + anon_sym_STAR_STAR, + ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2023), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2191), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2193), 2, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_LT_LT, + ACTIONS(2199), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1342), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2201), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, + ACTIONS(2021), 17, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PIPE, anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75329] = 3, + [75582] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1445), 5, + ACTIONS(2293), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1447), 30, + ACTIONS(2295), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -90844,27 +91072,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75372] = 3, + [75625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2122), 5, - anon_sym_as, + ACTIONS(2265), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2124), 30, - sym_string_start, + ACTIONS(2267), 30, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -90884,7 +91111,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75415] = 5, + sym_type_conversion, + [75668] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, @@ -90898,7 +91126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 27, + ACTIONS(495), 27, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -90926,26 +91154,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75462] = 5, + [75715] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(442), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(452), 5, - anon_sym_as, + ACTIONS(2313), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 27, + ACTIONS(2315), 30, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -90968,20 +91193,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75509] = 3, + sym_type_conversion, + [75758] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2293), 5, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(1362), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2295), 30, + ACTIONS(1357), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -91008,20 +91235,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75552] = 3, + [75803] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2289), 5, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2291), 30, + ACTIONS(265), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -91048,21 +91276,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75595] = 5, + [75848] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, + ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(1433), 2, + ACTIONS(442), 2, anon_sym_async, anon_sym_for, - ACTIONS(1440), 5, + ACTIONS(452), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1435), 27, + ACTIONS(495), 27, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -91090,27 +91318,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75642] = 3, + [75895] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 5, - anon_sym_as, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(2332), 1, + anon_sym_LBRACK, + STATE(1899), 1, + sym_type_parameter, + ACTIONS(1362), 5, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2287), 30, - anon_sym_LBRACK, - anon_sym_COLON, + ACTIONS(1357), 27, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -91130,61 +91361,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75685] = 3, + [75944] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2281), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2283), 30, + ACTIONS(2185), 1, anon_sym_LBRACK, - anon_sym_COLON, + ACTIONS(2187), 1, anon_sym_LPAREN, - anon_sym_RBRACE, + ACTIONS(2189), 1, anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(2203), 1, + anon_sym_STAR_STAR, + ACTIONS(2207), 1, + anon_sym_AMP, + ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2023), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2191), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2193), 2, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_LT_LT, + ACTIONS(2199), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1342), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2201), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, + ACTIONS(2021), 16, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75728] = 3, + [76009] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2251), 5, - anon_sym_EQ, + ACTIONS(2185), 1, + anon_sym_LBRACK, + ACTIONS(2187), 1, + anon_sym_LPAREN, + ACTIONS(2189), 1, + anon_sym_DOT, + ACTIONS(2203), 1, + anon_sym_STAR_STAR, + STATE(1342), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2253), 30, - anon_sym_LBRACK, + ACTIONS(2021), 25, + anon_sym_RBRACK, anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -91198,7 +91447,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -91209,37 +91457,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [75771] = 3, + [76062] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2277), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2279), 30, + ACTIONS(2185), 1, anon_sym_LBRACK, - anon_sym_COLON, + ACTIONS(2187), 1, anon_sym_LPAREN, - anon_sym_RBRACE, + ACTIONS(2189), 1, anon_sym_DOT, + ACTIONS(2203), 1, + anon_sym_STAR_STAR, + ACTIONS(2023), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2191), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1342), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2201), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 22, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -91250,16 +91504,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75814] = 3, + [76119] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2255), 5, + ACTIONS(2269), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2257), 30, + ACTIONS(2271), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -91290,20 +91544,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [75857] = 3, + [76162] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2259), 5, + ACTIONS(2168), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2261), 30, + ACTIONS(2170), 30, + sym_string_start, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -91329,21 +91584,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [75900] = 3, + [76205] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1427), 5, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1429), 30, + ACTIONS(265), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -91370,21 +91625,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75943] = 4, + [76250] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(270), 5, + ACTIONS(1449), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(1451), 30, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -91411,65 +91665,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75988] = 3, + [76293] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 5, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2265), 30, + ACTIONS(2219), 1, anon_sym_LBRACK, - anon_sym_COLON, + ACTIONS(2221), 1, anon_sym_LPAREN, - anon_sym_RBRACE, + ACTIONS(2223), 1, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, + ACTIONS(2237), 1, anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - sym_type_conversion, - [76031] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2332), 1, - anon_sym_COLON, - ACTIONS(2334), 1, - anon_sym_LPAREN, - STATE(2456), 1, - sym_override, - ACTIONS(270), 4, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2134), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 28, - sym__newline, - anon_sym_LBRACK, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(2136), 24, + anon_sym_COLON, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -91483,7 +91700,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -91494,25 +91710,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76080] = 6, + [76346] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(2337), 1, + ACTIONS(2219), 1, anon_sym_LBRACK, - STATE(1891), 1, - sym_type_parameter, - ACTIONS(1362), 5, - anon_sym_COLON, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2237), 1, + anon_sym_STAR_STAR, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2027), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 27, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(2025), 24, + anon_sym_COLON, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -91526,7 +91745,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -91537,26 +91755,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76129] = 3, + [76399] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2269), 5, - anon_sym_EQ, + ACTIONS(2297), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2271), 30, + ACTIONS(2299), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -91576,21 +91795,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [76172] = 3, + [76442] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2084), 5, + ACTIONS(2301), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2086), 30, - sym_string_start, + ACTIONS(2303), 30, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -91617,26 +91835,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76215] = 5, + [76485] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(442), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(452), 5, - anon_sym_as, + ACTIONS(2334), 1, + anon_sym_COLON, + ACTIONS(2336), 1, + anon_sym_LPAREN, + STATE(2456), 1, + sym_override, + ACTIONS(267), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 27, + ACTIONS(265), 28, + sym__newline, anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -91659,18 +91878,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76262] = 4, + [76534] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1396), 1, + ACTIONS(1422), 1, anon_sym_COMMA, - ACTIONS(1399), 5, + ACTIONS(1425), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1394), 29, + ACTIONS(1420), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -91700,29 +91919,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [76307] = 5, + [76579] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(442), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(452), 5, + ACTIONS(2168), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 27, + ACTIONS(2170), 30, + sym_string_start, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -91742,21 +91959,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76354] = 5, + [76622] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, + ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(1433), 2, + ACTIONS(442), 2, anon_sym_async, anon_sym_for, - ACTIONS(1440), 5, + ACTIONS(452), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1435), 27, + ACTIONS(495), 27, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, @@ -91784,27 +92001,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76401] = 8, + [76669] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, ACTIONS(2185), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2187), 1, + anon_sym_LPAREN, + ACTIONS(2189), 1, anon_sym_DOT, - ACTIONS(2201), 1, + ACTIONS(2203), 1, anon_sym_STAR_STAR, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 5, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(2023), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 24, + ACTIONS(2191), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2199), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1342), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2201), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 20, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_COMMA, anon_sym_as, @@ -91814,11 +92039,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -91829,27 +92049,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76454] = 4, + [76728] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1359), 1, - anon_sym_COMMA, - ACTIONS(1362), 5, - anon_sym_EQ, + ACTIONS(1445), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, + ACTIONS(1447), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_as, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -91869,64 +92089,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [76499] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(452), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(440), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(577), 14, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(442), 16, - anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [76546] = 5, + [76771] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(272), 2, + ACTIONS(269), 2, anon_sym_RBRACK, anon_sym_COMMA, - ACTIONS(270), 5, + ACTIONS(267), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 27, + ACTIONS(265), 27, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -91954,69 +92131,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76593] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2201), 1, - anon_sym_STAR_STAR, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2068), 5, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2066), 24, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [76646] = 5, + [76818] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(272), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(270), 5, + ACTIONS(2273), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 27, + ACTIONS(2275), 30, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -92041,21 +92171,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76693] = 5, + [76861] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, + ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(1359), 2, + ACTIONS(269), 2, anon_sym_RBRACK, anon_sym_COMMA, - ACTIONS(1362), 5, + ACTIONS(267), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 27, + ACTIONS(265), 27, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -92083,21 +92213,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76740] = 5, + [76908] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(452), 2, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(1359), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(1362), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(440), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 14, + ACTIONS(1357), 27, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -92108,44 +92249,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(442), 16, - anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76787] = 8, + [76955] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(2219), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, + ACTIONS(2223), 1, anon_sym_DOT, - ACTIONS(2201), 1, + ACTIONS(2237), 1, anon_sym_STAR_STAR, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2074), 5, + ACTIONS(2023), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2076), 24, + ACTIONS(2021), 24, anon_sym_COLON, anon_sym_COMMA, anon_sym_as, @@ -92170,21 +92300,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76840] = 3, + [77008] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2247), 5, - anon_sym_EQ, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2237), 1, + anon_sym_STAR_STAR, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2233), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 30, - anon_sym_LBRACK, + ACTIONS(2235), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 19, anon_sym_COLON, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [77067] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, anon_sym_LPAREN, - anon_sym_RBRACE, + ACTIONS(2223), 1, anon_sym_DOT, + ACTIONS(2237), 1, + anon_sym_STAR_STAR, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2235), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 21, + anon_sym_COLON, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -92195,10 +92385,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -92209,17 +92395,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [76883] = 3, + [77124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2084), 5, + ACTIONS(2168), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2086), 30, + ACTIONS(2170), 30, sym_string_start, anon_sym_LBRACK, anon_sym_LPAREN, @@ -92250,27 +92435,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76926] = 3, + [77167] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2307), 5, - anon_sym_as, + ACTIONS(1359), 1, + anon_sym_COMMA, + ACTIONS(1362), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2309), 30, + ACTIONS(1357), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -92290,27 +92475,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76969] = 3, + sym_type_conversion, + [77212] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1449), 5, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2237), 1, + anon_sym_STAR_STAR, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2021), 24, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [77265] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(442), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(452), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1451), 30, + ACTIONS(495), 27, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -92330,22 +92563,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77012] = 3, + [77312] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2084), 5, - anon_sym_EQ, + ACTIONS(2185), 1, + anon_sym_LBRACK, + ACTIONS(2187), 1, + anon_sym_LPAREN, + ACTIONS(2189), 1, + anon_sym_DOT, + ACTIONS(2203), 1, + anon_sym_STAR_STAR, + STATE(1342), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2086), 30, - sym_string_start, - anon_sym_LBRACK, + ACTIONS(2021), 25, + anon_sym_RBRACK, anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -92359,7 +92598,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -92370,16 +92608,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77055] = 3, + [77365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, + ACTIONS(2269), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 30, + ACTIONS(2271), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -92410,16 +92648,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77098] = 3, + [77408] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2273), 5, + ACTIONS(2265), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2275), 30, + ACTIONS(2267), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -92450,36 +92688,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77141] = 11, + [77451] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2201), 1, - anon_sym_STAR_STAR, - ACTIONS(2189), 2, + ACTIONS(452), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2197), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 3, + ACTIONS(440), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2199), 3, + ACTIONS(495), 14, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2021), 19, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(442), 16, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + sym_type_conversion, + [77498] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2273), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2275), 30, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -92488,6 +92753,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -92498,43 +92769,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77200] = 10, + sym_type_conversion, + [77541] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2201), 1, - anon_sym_STAR_STAR, - ACTIONS(2189), 2, + ACTIONS(452), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 3, - anon_sym_EQ, + ACTIONS(440), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2199), 3, + ACTIONS(495), 14, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2021), 21, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(442), 16, anon_sym_COLON, + anon_sym_RBRACE, anon_sym_COMMA, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [77588] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2257), 5, anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2259), 30, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -92545,33 +92852,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77257] = 8, + [77631] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(452), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(440), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(495), 14, anon_sym_LBRACK, - ACTIONS(2185), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, anon_sym_DOT, - ACTIONS(2201), 1, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 5, - anon_sym_EQ, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(442), 16, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [77678] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2253), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 24, + ACTIONS(2255), 30, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -92580,6 +92923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -92590,38 +92934,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77310] = 14, + [77721] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(2219), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, + ACTIONS(2223), 1, anon_sym_DOT, - ACTIONS(2201), 1, + ACTIONS(2237), 1, anon_sym_STAR_STAR, - ACTIONS(2205), 1, + ACTIONS(2241), 1, anon_sym_AMP, - ACTIONS(2207), 1, + ACTIONS(2243), 1, anon_sym_CARET, - ACTIONS(2189), 2, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 2, + ACTIONS(2227), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2197), 2, + ACTIONS(2233), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2023), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2199), 3, + ACTIONS(2235), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -92641,36 +92985,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77375] = 13, + [77786] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(2219), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, + ACTIONS(2223), 1, anon_sym_DOT, - ACTIONS(2201), 1, + ACTIONS(2237), 1, anon_sym_STAR_STAR, - ACTIONS(2207), 1, + ACTIONS(2243), 1, anon_sym_CARET, - ACTIONS(2189), 2, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 2, + ACTIONS(2227), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2197), 2, + ACTIONS(2233), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2023), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2199), 3, + ACTIONS(2235), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -92691,34 +93035,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77438] = 12, + [77849] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(2219), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, + ACTIONS(2223), 1, anon_sym_DOT, - ACTIONS(2201), 1, + ACTIONS(2237), 1, anon_sym_STAR_STAR, - ACTIONS(2189), 2, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 2, + ACTIONS(2227), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2197), 2, + ACTIONS(2233), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2023), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2199), 3, + ACTIONS(2235), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -92740,27 +93084,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77499] = 3, + [77910] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2269), 5, - anon_sym_as, + ACTIONS(2249), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2271), 30, + ACTIONS(2251), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -92780,16 +93123,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77542] = 3, + sym_type_conversion, + [77953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 5, + ACTIONS(2305), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 30, + ACTIONS(2307), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -92820,22 +93164,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77585] = 3, + [77996] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2259), 5, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(1359), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1362), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2261), 30, + ACTIONS(1357), 27, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, anon_sym_DOT, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -92860,22 +93206,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77628] = 3, + [78043] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2255), 5, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(269), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(267), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2257), 30, + ACTIONS(265), 27, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, anon_sym_DOT, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -92900,26 +93248,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77671] = 3, + [78090] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2273), 5, - anon_sym_EQ, + ACTIONS(2179), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2275), 30, + ACTIONS(2181), 30, + sym_string_start, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -92939,23 +93288,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [77714] = 3, + [78133] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2251), 5, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(269), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(267), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2253), 30, + ACTIONS(265), 27, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, anon_sym_DOT, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -92980,16 +93330,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77757] = 3, + [78180] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, + ACTIONS(2253), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 30, + ACTIONS(2255), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -93020,24 +93370,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [77800] = 5, + [78223] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(1359), 2, - anon_sym_RPAREN, + ACTIONS(1445), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1447), 30, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, - ACTIONS(1362), 5, anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + sym_type_conversion, + [78266] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(267), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 27, + ACTIONS(265), 30, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + sym_type_conversion, + [78309] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1453), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1455), 30, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -93062,20 +93490,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77847] = 3, + [78352] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, + ACTIONS(1445), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 30, + ACTIONS(1447), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -93102,17 +93530,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77890] = 5, + [78395] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1440), 2, + ACTIONS(1411), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1431), 3, + ACTIONS(1402), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1435), 14, + ACTIONS(1406), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -93127,7 +93555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1433), 16, + ACTIONS(1404), 16, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, @@ -93144,16 +93572,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [77937] = 3, + [78442] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2311), 5, + ACTIONS(1441), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2313), 30, + ACTIONS(1443), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -93184,24 +93612,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77980] = 5, + [78485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(272), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(270), 5, + ACTIONS(1441), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 27, + ACTIONS(1443), 30, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -93226,24 +93652,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78027] = 5, + [78528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(272), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(270), 5, + ACTIONS(2249), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 27, + ACTIONS(2251), 30, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -93268,20 +93692,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78074] = 3, + [78571] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2247), 5, + ACTIONS(2179), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 30, + ACTIONS(2181), 30, + sym_string_start, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -93308,20 +93732,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78117] = 3, + [78614] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1449), 5, + ACTIONS(2261), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1451), 30, + ACTIONS(2263), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -93348,7 +93772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78160] = 5, + [78657] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(452), 2, @@ -93358,7 +93782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 14, + ACTIONS(495), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -93390,16 +93814,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [78207] = 3, + [78704] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2315), 5, + ACTIONS(1416), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2317), 30, + ACTIONS(1418), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -93430,21 +93854,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78250] = 5, + [78747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(452), 2, + ACTIONS(2215), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(440), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 14, + ACTIONS(2217), 30, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -93455,33 +93887,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(442), 16, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + sym_type_conversion, + [78790] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 6, + anon_sym_EQ, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(265), 28, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [78297] = 3, + [78835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 5, + ACTIONS(1416), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 30, + ACTIONS(1418), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -93512,16 +93975,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78340] = 3, + [78878] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 5, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 6, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(265), 28, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_else, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [78923] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2319), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 30, + ACTIONS(2321), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -93552,27 +94056,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78383] = 3, + [78966] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 5, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(1362), 6, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 28, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_else, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [79011] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2179), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2326), 30, + ACTIONS(2181), 30, + sym_string_start, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -93592,16 +94137,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78426] = 3, + [79054] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 5, + ACTIONS(1400), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 30, + ACTIONS(1395), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -93632,16 +94177,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [78469] = 3, + [79097] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2328), 5, + ACTIONS(2323), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2330), 30, + ACTIONS(2325), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -93672,16 +94217,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78512] = 3, + [79140] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1414), 5, + ACTIONS(1389), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1409), 30, + ACTIONS(1384), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -93712,27 +94257,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [78555] = 3, + [79183] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2122), 5, - anon_sym_as, + ACTIONS(2301), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2124), 30, - sym_string_start, + ACTIONS(2303), 30, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -93752,16 +94296,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78598] = 3, + sym_type_conversion, + [79226] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 5, + ACTIONS(2297), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1420), 30, + ACTIONS(2299), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -93792,45 +94337,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [78641] = 19, + [79269] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2126), 1, + ACTIONS(1449), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1451), 30, anon_sym_LBRACK, - ACTIONS(2130), 1, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(2219), 1, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + sym_type_conversion, + [79312] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2053), 1, + anon_sym_LBRACK, + ACTIONS(2057), 1, + anon_sym_DOT, + ACTIONS(2187), 1, anon_sym_LPAREN, - ACTIONS(2229), 1, + ACTIONS(2197), 1, anon_sym_not, - ACTIONS(2235), 1, + ACTIONS(2203), 1, anon_sym_STAR_STAR, - ACTIONS(2237), 1, + ACTIONS(2205), 1, anon_sym_PIPE, - ACTIONS(2239), 1, + ACTIONS(2207), 1, anon_sym_AMP, - ACTIONS(2241), 1, + ACTIONS(2209), 1, anon_sym_CARET, - ACTIONS(2245), 1, + ACTIONS(2213), 1, anon_sym_is, - STATE(1403), 1, + STATE(1409), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2223), 2, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2225), 2, + ACTIONS(2193), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2231), 2, + ACTIONS(2199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2243), 2, + ACTIONS(2211), 2, anon_sym_LT, anon_sym_GT, - STATE(1339), 2, + STATE(1342), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2233), 3, + ACTIONS(2201), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -93841,23 +94426,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_and, anon_sym_or, - ACTIONS(2227), 6, + ACTIONS(2195), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [78716] = 3, + [79387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2122), 5, + ACTIONS(2179), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2124), 30, + ACTIONS(2181), 30, sym_string_start, anon_sym_LBRACK, anon_sym_COLON, @@ -93888,16 +94473,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78759] = 3, + [79430] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2084), 5, + ACTIONS(2168), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2086), 30, + ACTIONS(2170), 30, sym_string_start, anon_sym_LBRACK, anon_sym_COLON, @@ -93928,16 +94513,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78802] = 3, + [79473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1449), 5, + ACTIONS(1425), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1451), 30, + ACTIONS(1420), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -93968,68 +94553,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [78845] = 15, + [79516] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 1, - anon_sym_LBRACK, - ACTIONS(2219), 1, - anon_sym_LPAREN, - ACTIONS(2221), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_STAR_STAR, - ACTIONS(2237), 1, - anon_sym_PIPE, - ACTIONS(2239), 1, - anon_sym_AMP, - ACTIONS(2241), 1, - anon_sym_CARET, - ACTIONS(2072), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2223), 2, + ACTIONS(2305), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2225), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2231), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1339), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2233), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2070), 15, - anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2307), 30, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78912] = 3, + sym_type_conversion, + [79559] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1399), 5, + ACTIONS(1362), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1394), 30, + ACTIONS(1357), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -94060,16 +94633,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [78955] = 3, + [79602] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1362), 5, + ACTIONS(2257), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 30, + ACTIONS(2259), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -94100,26 +94673,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [78998] = 3, + [79645] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2307), 5, - anon_sym_EQ, + ACTIONS(2185), 1, + anon_sym_LBRACK, + ACTIONS(2187), 1, + anon_sym_LPAREN, + ACTIONS(2189), 1, + anon_sym_DOT, + ACTIONS(2203), 1, + anon_sym_STAR_STAR, + ACTIONS(2205), 1, + anon_sym_PIPE, + ACTIONS(2207), 1, + anon_sym_AMP, + ACTIONS(2209), 1, + anon_sym_CARET, + ACTIONS(2086), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2191), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2193), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2199), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1342), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2201), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2088), 15, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [79712] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(1362), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2309), 30, + ACTIONS(1357), 29, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -94139,27 +94766,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [79041] = 3, + [79757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2297), 5, - anon_sym_EQ, + ACTIONS(1449), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2299), 30, + ACTIONS(1451), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -94179,17 +94806,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [79084] = 3, + [79800] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, + ACTIONS(1453), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 30, + ACTIONS(1455), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -94220,16 +94846,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [79127] = 3, + [79843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2301), 5, + ACTIONS(1441), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2303), 30, + ACTIONS(1443), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -94260,16 +94886,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [79170] = 3, + [79886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, + ACTIONS(267), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 30, + ACTIONS(265), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -94300,130 +94926,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [79213] = 15, + [79929] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 1, - anon_sym_LBRACK, - ACTIONS(2219), 1, - anon_sym_LPAREN, - ACTIONS(2221), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_STAR_STAR, - ACTIONS(2237), 1, - anon_sym_PIPE, - ACTIONS(2239), 1, - anon_sym_AMP, - ACTIONS(2241), 1, - anon_sym_CARET, - ACTIONS(2057), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2223), 2, + ACTIONS(2323), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2225), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2231), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1339), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2233), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2055), 15, - anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2325), 30, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [79280] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2217), 1, - anon_sym_LBRACK, - ACTIONS(2219), 1, - anon_sym_LPAREN, - ACTIONS(2221), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_STAR_STAR, - ACTIONS(2237), 1, - anon_sym_PIPE, - ACTIONS(2239), 1, - anon_sym_AMP, - ACTIONS(2241), 1, - anon_sym_CARET, - ACTIONS(2061), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2223), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2225), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2231), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1339), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2233), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2059), 15, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79347] = 3, + sym_type_conversion, + [79972] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2328), 5, - anon_sym_EQ, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2330), 30, + ACTIONS(265), 29, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -94443,23 +95007,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [79390] = 19, + [80017] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1963), 1, + ACTIONS(1960), 1, anon_sym_LPAREN, - ACTIONS(1973), 1, + ACTIONS(1970), 1, anon_sym_not, - ACTIONS(1979), 1, + ACTIONS(1976), 1, anon_sym_STAR_STAR, - ACTIONS(1981), 1, + ACTIONS(1978), 1, anon_sym_PIPE, - ACTIONS(1983), 1, + ACTIONS(1980), 1, anon_sym_AMP, - ACTIONS(1985), 1, + ACTIONS(1982), 1, anon_sym_CARET, - ACTIONS(1989), 1, + ACTIONS(1986), 1, anon_sym_is, ACTIONS(1991), 1, anon_sym_LBRACK, @@ -94467,22 +95030,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, STATE(1405), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1967), 2, + ACTIONS(1964), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1969), 2, + ACTIONS(1966), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1975), 2, + ACTIONS(1972), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1987), 2, + ACTIONS(1984), 2, anon_sym_LT, anon_sym_GT, - STATE(1041), 2, + STATE(1061), 2, sym_argument_list, sym_generator_expression, - ACTIONS(1977), 3, + ACTIONS(1974), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, @@ -94493,27 +95056,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_and, anon_sym_or, - ACTIONS(1971), 6, + ACTIONS(1968), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79465] = 3, + [80092] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1445), 5, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2237), 1, + anon_sym_STAR_STAR, + ACTIONS(2239), 1, + anon_sym_PIPE, + ACTIONS(2241), 1, + anon_sym_AMP, + ACTIONS(2243), 1, + anon_sym_CARET, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2227), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2233), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2097), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2235), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2099), 14, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [80159] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1447), 30, + ACTIONS(265), 29, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -94540,51 +95156,167 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79508] = 3, + [80204] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 5, - anon_sym_EQ, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2237), 1, + anon_sym_STAR_STAR, + ACTIONS(2239), 1, + anon_sym_PIPE, + ACTIONS(2241), 1, + anon_sym_AMP, + ACTIONS(2243), 1, + anon_sym_CARET, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2227), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2233), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2090), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2326), 30, - anon_sym_LBRACK, + ACTIONS(2235), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2092), 14, anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [80271] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2237), 1, + anon_sym_STAR_STAR, + ACTIONS(2239), 1, + anon_sym_PIPE, + ACTIONS(2241), 1, + anon_sym_AMP, + ACTIONS(2243), 1, + anon_sym_CARET, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2227), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2233), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2086), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2235), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + ACTIONS(2088), 14, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [80338] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2185), 1, + anon_sym_LBRACK, + ACTIONS(2187), 1, + anon_sym_LPAREN, + ACTIONS(2189), 1, + anon_sym_DOT, + ACTIONS(2203), 1, anon_sym_STAR_STAR, + ACTIONS(2205), 1, anon_sym_PIPE, + ACTIONS(2207), 1, anon_sym_AMP, + ACTIONS(2209), 1, anon_sym_CARET, + ACTIONS(2090), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2191), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2193), 2, + anon_sym_GT_GT, anon_sym_LT_LT, + ACTIONS(2199), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1342), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2201), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2092), 15, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [79551] = 3, + [80405] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 5, - anon_sym_EQ, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, @@ -94593,13 +95325,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -94619,27 +95352,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [79594] = 3, + [80448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 5, - anon_sym_EQ, + ACTIONS(1441), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 30, + ACTIONS(1443), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -94659,27 +95392,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [79637] = 3, + [80491] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, - anon_sym_EQ, + ACTIONS(1441), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 30, + ACTIONS(1443), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -94699,29 +95432,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [79680] = 4, + [80534] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1348), 1, anon_sym_COLON_EQ, - ACTIONS(1362), 5, - anon_sym_as, + ACTIONS(1352), 1, + anon_sym_LBRACK, + STATE(1842), 1, + sym_type_parameter, + ACTIONS(1362), 6, + anon_sym_EQ, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1357), 26, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -94741,24 +95475,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79725] = 4, + [80583] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(270), 6, + ACTIONS(1386), 1, + anon_sym_COMMA, + ACTIONS(1389), 5, anon_sym_EQ, - anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 28, + ACTIONS(1384), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, @@ -94782,24 +95515,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79770] = 4, + sym_type_conversion, + [80628] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(270), 6, + ACTIONS(1397), 1, + anon_sym_COMMA, + ACTIONS(1400), 5, anon_sym_EQ, - anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 28, + ACTIONS(1395), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, @@ -94823,21 +95556,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79815] = 4, + sym_type_conversion, + [80673] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(270), 5, + ACTIONS(1416), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(1418), 30, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -94864,28 +95597,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79860] = 4, + [80716] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(1362), 6, - anon_sym_EQ, - anon_sym_COLON, + ACTIONS(1416), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 28, + ACTIONS(1418), 30, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -94905,84 +95637,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79905] = 19, + [80759] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(2277), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2279), 30, anon_sym_LBRACK, - ACTIONS(2029), 1, - anon_sym_DOT, - ACTIONS(2090), 1, + anon_sym_COLON, anon_sym_LPAREN, - ACTIONS(2100), 1, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, anon_sym_not, - ACTIONS(2106), 1, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, - ACTIONS(2108), 1, anon_sym_PIPE, - ACTIONS(2110), 1, anon_sym_AMP, - ACTIONS(2112), 1, anon_sym_CARET, - ACTIONS(2116), 1, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, anon_sym_is, - STATE(1398), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(2094), 2, + sym_type_conversion, + [80802] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2281), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2096), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2102), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2114), 2, anon_sym_LT, anon_sym_GT, - STATE(1171), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2104), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(1925), 6, - anon_sym_RPAREN, + ACTIONS(2283), 30, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, anon_sym_if, + anon_sym_not, anon_sym_and, anon_sym_or, - ACTIONS(2098), 6, - anon_sym_in, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [79980] = 4, + anon_sym_is, + sym_type_conversion, + [80845] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(270), 5, - anon_sym_as, + ACTIONS(2285), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(2287), 30, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -95002,148 +95756,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80025] = 15, + sym_type_conversion, + [80888] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2201), 1, - anon_sym_STAR_STAR, - ACTIONS(2203), 1, - anon_sym_PIPE, - ACTIONS(2205), 1, - anon_sym_AMP, - ACTIONS(2207), 1, - anon_sym_CARET, - ACTIONS(2189), 2, + ACTIONS(2289), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2197), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2061), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2199), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2059), 14, + ACTIONS(2291), 30, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80092] = 15, + sym_type_conversion, + [80931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2201), 1, - anon_sym_STAR_STAR, - ACTIONS(2203), 1, - anon_sym_PIPE, - ACTIONS(2205), 1, - anon_sym_AMP, - ACTIONS(2207), 1, - anon_sym_CARET, - ACTIONS(2189), 2, + ACTIONS(2293), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2197), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2057), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2199), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2055), 14, + ACTIONS(2295), 30, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80159] = 15, + sym_type_conversion, + [80974] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, ACTIONS(2185), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2187), 1, + anon_sym_LPAREN, + ACTIONS(2189), 1, anon_sym_DOT, - ACTIONS(2201), 1, - anon_sym_STAR_STAR, ACTIONS(2203), 1, - anon_sym_PIPE, + anon_sym_STAR_STAR, ACTIONS(2205), 1, - anon_sym_AMP, + anon_sym_PIPE, ACTIONS(2207), 1, + anon_sym_AMP, + ACTIONS(2209), 1, anon_sym_CARET, - ACTIONS(2189), 2, + ACTIONS(2097), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2191), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2191), 2, + ACTIONS(2193), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2197), 2, + ACTIONS(2199), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1342), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2072), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2199), 3, + ACTIONS(2201), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2070), 14, + ACTIONS(2099), 15, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_COMMA, anon_sym_as, @@ -95158,30 +95889,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80226] = 3, + [81041] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1427), 5, - anon_sym_as, + ACTIONS(1411), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1402), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1429), 30, + ACTIONS(1406), 14, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, - anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -95192,26 +95914,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(1404), 16, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80269] = 3, + [81088] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, + ACTIONS(267), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 30, + ACTIONS(265), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -95238,27 +95971,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80312] = 3, + [81131] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, - anon_sym_as, + ACTIONS(2319), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 30, + ACTIONS(2321), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -95278,33 +96010,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80355] = 8, + sym_type_conversion, + [81174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 1, - anon_sym_LBRACK, - ACTIONS(2219), 1, - anon_sym_LPAREN, - ACTIONS(2221), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_STAR_STAR, - STATE(1339), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2074), 4, + ACTIONS(1362), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2076), 25, - anon_sym_RBRACK, + ACTIONS(1357), 30, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -95313,6 +96040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -95323,24 +96051,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80408] = 6, + [81217] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(1352), 1, - anon_sym_LBRACK, - STATE(1868), 1, - sym_type_parameter, - ACTIONS(1362), 6, + ACTIONS(1416), 5, anon_sym_EQ, - anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 26, + ACTIONS(1418), 30, + anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -95366,27 +96090,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80457] = 3, + sym_type_conversion, + [81260] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 5, - anon_sym_as, + ACTIONS(1416), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 30, + ACTIONS(1418), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -95406,20 +96130,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80500] = 3, + sym_type_conversion, + [81303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 5, + ACTIONS(1425), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 30, + ACTIONS(1420), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -95446,23 +96171,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80543] = 4, + [81346] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1422), 1, - anon_sym_COMMA, - ACTIONS(1425), 5, + ACTIONS(1441), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1420), 29, + ACTIONS(1443), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_DOT, + anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, @@ -95487,24 +96211,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [80588] = 4, + [81389] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1411), 1, - anon_sym_COMMA, - ACTIONS(1414), 5, - anon_sym_EQ, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(1404), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(1411), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1409), 29, + ACTIONS(1406), 27, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, - anon_sym_as, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -95527,21 +96253,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80633] = 3, + [81436] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2277), 5, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 6, anon_sym_EQ, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2279), 30, + ACTIONS(265), 28, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -95567,21 +96294,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80676] = 3, + [81481] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2281), 5, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 6, anon_sym_EQ, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2283), 30, + ACTIONS(265), 28, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -95607,27 +96335,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80719] = 3, + [81526] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 5, - anon_sym_EQ, + ACTIONS(1389), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2287), 30, + ACTIONS(1384), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -95647,21 +96375,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80762] = 3, + [81569] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2289), 5, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(1362), 6, anon_sym_EQ, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2291), 30, + ACTIONS(1357), 28, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -95687,27 +96416,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80805] = 3, + [81614] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2293), 5, - anon_sym_EQ, + ACTIONS(1400), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2295), 30, + ACTIONS(1395), 30, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -95727,34 +96456,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80848] = 8, + [81657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 1, - anon_sym_LBRACK, - ACTIONS(2219), 1, - anon_sym_LPAREN, - ACTIONS(2221), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_STAR_STAR, - STATE(1339), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2068), 4, + ACTIONS(2215), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2066), 25, - anon_sym_RBRACK, + ACTIONS(2217), 30, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -95763,6 +96485,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -95773,63 +96496,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80901] = 3, + [81700] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(268), 30, + ACTIONS(2104), 1, anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_RBRACE, + ACTIONS(2108), 1, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, + ACTIONS(2140), 1, + anon_sym_LPAREN, + ACTIONS(2150), 1, anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, + ACTIONS(2156), 1, anon_sym_STAR_STAR, + ACTIONS(2158), 1, anon_sym_PIPE, + ACTIONS(2160), 1, anon_sym_AMP, + ACTIONS(2162), 1, anon_sym_CARET, + ACTIONS(2166), 1, + anon_sym_is, + STATE(1398), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(2144), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2146), 2, + anon_sym_GT_GT, anon_sym_LT_LT, + ACTIONS(2152), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2164), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1157), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2154), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1925), 6, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_and, + anon_sym_or, + ACTIONS(2148), 6, + anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_is, - [80944] = 3, + [81775] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2311), 5, - anon_sym_EQ, + ACTIONS(1404), 3, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + ACTIONS(1411), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2313), 30, + ACTIONS(1406), 27, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -95852,28 +96593,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80987] = 3, + [81820] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1362), 5, - anon_sym_as, + ACTIONS(2185), 1, + anon_sym_LBRACK, + ACTIONS(2187), 1, + anon_sym_LPAREN, + ACTIONS(2189), 1, + anon_sym_DOT, + ACTIONS(2203), 1, + anon_sym_STAR_STAR, + STATE(1342), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2027), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 30, - anon_sym_LBRACK, + ACTIONS(2025), 25, + anon_sym_RBRACK, anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -95882,7 +96628,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -95893,21 +96638,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81030] = 5, + [81873] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1440), 2, + ACTIONS(267), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1431), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1435), 14, + ACTIONS(265), 30, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -95918,43 +96672,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1433), 16, - anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81077] = 8, + [81916] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 1, + ACTIONS(2185), 1, anon_sym_LBRACK, - ACTIONS(2219), 1, + ACTIONS(2187), 1, anon_sym_LPAREN, - ACTIONS(2221), 1, + ACTIONS(2189), 1, anon_sym_DOT, - ACTIONS(2235), 1, + ACTIONS(2203), 1, anon_sym_STAR_STAR, - STATE(1339), 2, + STATE(1342), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2023), 4, + ACTIONS(2134), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 25, + ACTIONS(2136), 25, anon_sym_RBRACK, anon_sym_COLON, anon_sym_COMMA, @@ -95980,36 +96723,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81130] = 11, + [81969] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 1, - anon_sym_LBRACK, - ACTIONS(2219), 1, - anon_sym_LPAREN, - ACTIONS(2221), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_STAR_STAR, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2223), 2, + ACTIONS(2309), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2231), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1339), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2233), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 20, - anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2311), 30, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -96018,6 +96746,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -96028,27 +96762,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81189] = 3, + sym_type_conversion, + [82012] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1399), 5, - anon_sym_as, + ACTIONS(2293), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1394), 30, + ACTIONS(2295), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -96068,26 +96802,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81232] = 3, + [82054] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1445), 5, + ACTIONS(2269), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1447), 30, + ACTIONS(2271), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -96107,21 +96841,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [81275] = 3, + [82096] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2315), 5, + ACTIONS(2269), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2317), 30, + ACTIONS(2271), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -96147,28 +96880,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [81318] = 3, + [82138] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 5, - anon_sym_as, + ACTIONS(2265), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1420), 30, + ACTIONS(2267), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -96188,20 +96919,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81361] = 3, + [82180] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1414), 5, + ACTIONS(2297), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1409), 30, + ACTIONS(2299), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -96228,27 +96958,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81404] = 3, + [82222] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 5, - anon_sym_as, + ACTIONS(2261), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 30, + ACTIONS(2263), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -96268,25 +96997,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81447] = 4, + [82264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1433), 3, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - ACTIONS(1440), 5, - anon_sym_as, + ACTIONS(2257), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1435), 27, + ACTIONS(2259), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -96309,33 +97036,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81492] = 10, + [82306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 1, - anon_sym_LBRACK, - ACTIONS(2219), 1, - anon_sym_LPAREN, - ACTIONS(2221), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_STAR_STAR, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2223), 2, + ACTIONS(2253), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, - STATE(1339), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2233), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 22, - anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2255), 29, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -96346,6 +97061,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_PLUS, anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -96356,27 +97075,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81549] = 3, + [82348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, - anon_sym_as, + ACTIONS(2249), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 30, + ACTIONS(2251), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -96396,33 +97114,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81592] = 8, + [82390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 1, - anon_sym_LBRACK, - ACTIONS(2219), 1, - anon_sym_LPAREN, - ACTIONS(2221), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_STAR_STAR, - STATE(1339), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 4, + ACTIONS(2301), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 25, - anon_sym_RBRACK, - anon_sym_COLON, + ACTIONS(2303), 29, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -96431,6 +97142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -96441,170 +97153,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81645] = 14, + [82432] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 1, - anon_sym_LBRACK, - ACTIONS(2219), 1, - anon_sym_LPAREN, - ACTIONS(2221), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_STAR_STAR, - ACTIONS(2239), 1, - anon_sym_AMP, - ACTIONS(2241), 1, - anon_sym_CARET, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2223), 2, + ACTIONS(267), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2225), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2231), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1339), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2233), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 16, + anon_sym_LT, + anon_sym_GT, + ACTIONS(265), 29, + anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PIPE, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [81710] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2217), 1, - anon_sym_LBRACK, - ACTIONS(2219), 1, - anon_sym_LPAREN, - ACTIONS(2221), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_STAR_STAR, - ACTIONS(2241), 1, - anon_sym_CARET, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2223), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2225), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2231), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1339), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2233), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2021), 17, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81773] = 12, + [82474] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 1, - anon_sym_LBRACK, - ACTIONS(2219), 1, - anon_sym_LPAREN, - ACTIONS(2221), 1, - anon_sym_DOT, - ACTIONS(2235), 1, - anon_sym_STAR_STAR, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2223), 2, + ACTIONS(2273), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2225), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2231), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1339), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2233), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 18, - anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2275), 29, + anon_sym_LBRACK, anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81834] = 4, + [82516] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(270), 6, + ACTIONS(1445), 5, anon_sym_EQ, - anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 28, + ACTIONS(1447), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, @@ -96632,28 +97270,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81879] = 4, + [82558] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(270), 6, + ACTIONS(267), 5, anon_sym_EQ, - anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 28, + ACTIONS(265), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -96673,31 +97309,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81924] = 4, + [82600] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(1362), 6, - anon_sym_EQ, - anon_sym_COLON, + ACTIONS(452), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(440), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 28, + ACTIONS(495), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(442), 15, + anon_sym_COLON, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [82646] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(452), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(440), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(495), 14, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -96708,23 +97375,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(442), 15, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81969] = 3, + [82692] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2122), 5, + ACTIONS(2215), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2124), 30, - sym_string_start, + ACTIONS(2217), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -96754,26 +97430,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82012] = 3, + [82734] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2297), 5, + ACTIONS(1400), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2299), 29, + ACTIONS(1395), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -96793,26 +97469,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82054] = 3, + [82776] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2277), 5, - anon_sym_as, + ACTIONS(1389), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2279), 29, + ACTIONS(1384), 29, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -96832,26 +97508,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82096] = 3, + [82818] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1449), 5, - anon_sym_EQ, + ACTIONS(2285), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1451), 29, + ACTIONS(2287), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -96871,16 +97547,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82138] = 3, + [82860] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1362), 5, + ACTIONS(2273), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, + ACTIONS(2275), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -96910,26 +97586,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82180] = 3, + [82902] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2273), 5, - anon_sym_EQ, + ACTIONS(2289), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2275), 29, + ACTIONS(2291), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -96949,55 +97625,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82222] = 3, + [82944] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2269), 5, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2271), 29, + ACTIONS(2219), 1, anon_sym_LBRACK, - anon_sym_COLON, + ACTIONS(2221), 1, anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(2223), 1, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, + ACTIONS(2345), 1, anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, + ACTIONS(2351), 1, anon_sym_STAR_STAR, + ACTIONS(2353), 1, anon_sym_PIPE, + ACTIONS(2355), 1, anon_sym_AMP, + ACTIONS(2357), 1, anon_sym_CARET, + ACTIONS(2361), 1, + anon_sym_is, + STATE(1497), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(2339), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2341), 2, + anon_sym_GT_GT, anon_sym_LT_LT, + ACTIONS(2347), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2359), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2349), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(1925), 5, + anon_sym_as, + anon_sym_if, + anon_sym_else, + anon_sym_and, + anon_sym_or, + ACTIONS(2343), 6, + anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - anon_sym_is, - [82264] = 3, + [83018] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 5, + ACTIONS(1425), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 29, + ACTIONS(1420), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -97027,26 +97719,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82306] = 3, + [83060] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2259), 5, - anon_sym_EQ, + ACTIONS(2305), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2261), 29, + ACTIONS(2307), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -97066,32 +97758,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82348] = 3, + [83102] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2255), 5, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2257), 29, + ACTIONS(1395), 3, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(1400), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -97099,32 +97779,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [82390] = 3, + ACTIONS(1393), 18, + sym__newline, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [83146] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2297), 5, - anon_sym_as, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(498), 1, + anon_sym_EQ, + ACTIONS(267), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2299), 29, + ACTIONS(265), 28, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -97144,26 +97839,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82432] = 3, + [83192] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2301), 5, - anon_sym_as, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(498), 1, + anon_sym_EQ, + ACTIONS(267), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2303), 29, + ACTIONS(265), 28, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -97183,32 +97880,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82474] = 3, + [83238] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2251), 5, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2253), 29, + ACTIONS(1384), 3, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(1389), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -97216,25 +97901,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [82516] = 3, + ACTIONS(1382), 18, + sym__newline, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [83282] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2301), 5, + ACTIONS(2293), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2303), 29, + ACTIONS(2295), 29, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -97261,26 +97959,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82558] = 3, + [83324] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2307), 5, + ACTIONS(2277), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2309), 29, + ACTIONS(2279), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -97300,19 +97998,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82600] = 3, + [83366] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, + ACTIONS(2277), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(2279), 29, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -97339,26 +98037,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82642] = 3, + [83408] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2311), 5, - anon_sym_EQ, + ACTIONS(2309), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2313), 29, + ACTIONS(2311), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -97378,59 +98076,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82684] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1443), 1, - anon_sym_EQ, - ACTIONS(1431), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1440), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1438), 5, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_PIPE, - ACTIONS(1433), 12, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - ACTIONS(1435), 12, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [82734] = 3, + [83450] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2277), 5, + ACTIONS(2313), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2279), 29, + ACTIONS(2315), 29, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, @@ -97460,26 +98115,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82776] = 3, + [83492] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2315), 5, + ACTIONS(1362), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2317), 29, + ACTIONS(1357), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -97499,26 +98154,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82818] = 3, + [83534] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2301), 5, + ACTIONS(2281), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2303), 29, + ACTIONS(2283), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -97538,26 +98193,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82860] = 3, + [83576] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2269), 5, - anon_sym_as, + ACTIONS(2285), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2271), 29, + ACTIONS(2287), 29, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -97577,26 +98232,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82902] = 3, + [83618] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2307), 5, - anon_sym_as, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(2317), 1, + anon_sym_EQ, + ACTIONS(1362), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2309), 29, + ACTIONS(1357), 28, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -97616,16 +98273,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82944] = 3, + [83664] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2247), 5, + ACTIONS(267), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 29, + ACTIONS(265), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -97655,104 +98312,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82986] = 3, + [83706] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2297), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(1414), 1, + anon_sym_EQ, + ACTIONS(1402), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2299), 29, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, + ACTIONS(1411), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1409), 5, + sym__newline, + anon_sym_COLON, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_PIPE, + ACTIONS(1404), 12, + anon_sym_as, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83028] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2281), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2283), 29, + ACTIONS(1406), 12, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, - anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [83070] = 3, + [83756] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2293), 5, + ACTIONS(2289), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2295), 29, + ACTIONS(2291), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -97772,26 +98394,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83112] = 3, + [83798] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 5, - anon_sym_as, + ACTIONS(1416), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2287), 29, + ACTIONS(1418), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -97811,26 +98433,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83154] = 3, + [83840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2289), 5, - anon_sym_as, + ACTIONS(1416), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2291), 29, + ACTIONS(1418), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -97850,26 +98472,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83196] = 3, + [83882] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2289), 5, + ACTIONS(2293), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2291), 29, + ACTIONS(2295), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -97889,19 +98511,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83238] = 3, + [83924] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2311), 5, + ACTIONS(1362), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2313), 29, + ACTIONS(1357), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -97928,16 +98550,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83280] = 3, + [83966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2315), 5, + ACTIONS(2281), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2317), 29, + ACTIONS(2283), 29, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, @@ -97967,14 +98589,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83322] = 4, + [84008] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1409), 3, + ACTIONS(1420), 3, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, - ACTIONS(1414), 13, + ACTIONS(1425), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -97988,7 +98610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1407), 18, + ACTIONS(1350), 18, sym__newline, anon_sym_EQ, anon_sym_PLUS_EQ, @@ -98007,69 +98629,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [83366] = 7, + [84052] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1443), 1, - anon_sym_EQ, - ACTIONS(1431), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1440), 2, + ACTIONS(2319), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1438), 5, - sym__newline, - anon_sym_COLON, - anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2321), 29, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, - anon_sym_PIPE, - ACTIONS(1433), 12, - anon_sym_as, + anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - ACTIONS(1435), 12, + [84094] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1357), 3, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_DOT, + ACTIONS(1362), 13, + anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, + anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [83416] = 3, + ACTIONS(1350), 18, + sym__newline, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [84138] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 5, - anon_sym_EQ, + ACTIONS(1425), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2287), 29, + ACTIONS(1420), 29, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -98089,16 +98747,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83458] = 3, + [84180] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2281), 5, + ACTIONS(1449), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2283), 29, + ACTIONS(1451), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -98128,66 +98786,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83500] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1420), 3, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - ACTIONS(1425), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1418), 18, - sym__newline, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [83544] = 3, + [84222] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2277), 5, + ACTIONS(1441), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2279), 29, + ACTIONS(1443), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -98207,16 +98825,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83586] = 3, + [84264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2277), 5, + ACTIONS(1441), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2279), 29, + ACTIONS(1443), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -98246,29 +98864,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83628] = 3, + [84306] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 5, - anon_sym_EQ, + ACTIONS(1411), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1402), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2326), 29, + ACTIONS(1406), 14, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_else, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -98279,32 +98889,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(1404), 15, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83670] = 3, + [84352] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 5, - anon_sym_as, + ACTIONS(1453), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 29, + ACTIONS(1455), 29, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -98324,16 +98944,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83712] = 3, + [84394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2281), 5, + ACTIONS(2297), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2283), 29, + ACTIONS(2299), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -98363,16 +98983,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83754] = 3, + [84436] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 5, + ACTIONS(2301), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2287), 29, + ACTIONS(2303), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -98402,19 +99022,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83796] = 3, + [84478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2293), 5, + ACTIONS(1445), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2295), 29, + ACTIONS(1447), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -98441,26 +99061,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83838] = 3, + [84520] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1399), 5, - anon_sym_as, + ACTIONS(1449), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1394), 29, + ACTIONS(1451), 29, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -98480,27 +99100,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83880] = 4, + [84562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1411), 2, + ACTIONS(2305), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2307), 29, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_DOT, anon_sym_COMMA, - ACTIONS(1414), 5, anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [84604] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1453), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1409), 27, + ACTIONS(1455), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -98520,16 +99178,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83924] = 3, + [84646] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 5, + ACTIONS(2273), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2326), 29, + ACTIONS(2275), 29, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, @@ -98559,26 +99217,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83966] = 3, + [84688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2328), 5, - anon_sym_as, + ACTIONS(1445), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2330), 29, + ACTIONS(1447), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -98598,26 +99256,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84008] = 3, + [84730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, + ACTIONS(1441), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(1443), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -98637,14 +99295,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84050] = 4, + [84772] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1394), 3, + ACTIONS(265), 3, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, - ACTIONS(1399), 13, + ACTIONS(267), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -98658,7 +99316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1350), 18, + ACTIONS(255), 18, sym__newline, anon_sym_EQ, anon_sym_PLUS_EQ, @@ -98677,14 +99335,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [84094] = 4, + [84816] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1357), 3, + ACTIONS(1441), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1443), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, - ACTIONS(1362), 13, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_else, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [84858] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(265), 3, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + ACTIONS(267), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, @@ -98698,7 +99395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1350), 18, + ACTIONS(255), 18, sym__newline, anon_sym_EQ, anon_sym_PLUS_EQ, @@ -98717,21 +99414,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [84138] = 5, + [84902] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(452), 2, + ACTIONS(2309), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(440), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 14, + ACTIONS(2311), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -98742,36 +99447,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(442), 15, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84184] = 3, + [84944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2289), 5, - anon_sym_EQ, + ACTIONS(2168), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2291), 29, + ACTIONS(2170), 30, + sym_string_start, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -98797,21 +99492,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84226] = 5, + [84986] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(452), 2, + ACTIONS(1359), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(1362), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(440), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 14, + ACTIONS(1357), 27, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -98822,32 +99526,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(442), 15, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84272] = 3, + [85030] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 5, + ACTIONS(2313), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 29, + ACTIONS(2315), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -98877,34 +99571,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84314] = 5, + [85072] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1440), 2, + ACTIONS(1422), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(1425), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1431), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1435), 14, + ACTIONS(1420), 27, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1433), 15, - anon_sym_RPAREN, - anon_sym_COMMA, anon_sym_in, anon_sym_if, anon_sym_async, @@ -98912,35 +99595,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [84360] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1414), 5, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1409), 29, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -98957,26 +99611,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84402] = 3, + [85116] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 5, - anon_sym_EQ, + ACTIONS(1389), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1420), 29, + ACTIONS(1384), 29, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -98996,26 +99650,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84444] = 3, + [85158] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 5, - anon_sym_as, + ACTIONS(1416), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1420), 29, + ACTIONS(1418), 29, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -99035,27 +99689,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84486] = 4, + [85200] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1422), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1425), 5, - anon_sym_as, + ACTIONS(1416), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1420), 27, + ACTIONS(1418), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -99075,26 +99728,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84530] = 3, + [85242] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2328), 5, + ACTIONS(2319), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2330), 29, + ACTIONS(2321), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -99114,26 +99767,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84572] = 3, + [85284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2259), 5, - anon_sym_as, + ACTIONS(2323), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2261), 29, + ACTIONS(2325), 29, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -99153,16 +99806,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84614] = 3, + [85326] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2273), 5, + ACTIONS(2269), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2275), 29, + ACTIONS(2271), 29, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, @@ -99192,19 +99845,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84656] = 3, + [85368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1445), 5, + ACTIONS(2265), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1447), 29, + ACTIONS(2267), 29, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -99231,19 +99884,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84698] = 3, + [85410] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2273), 5, + ACTIONS(2261), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2275), 29, + ACTIONS(2263), 29, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -99270,77 +99923,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84740] = 19, + [85452] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(2257), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2259), 29, anon_sym_LBRACK, - ACTIONS(2185), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, + anon_sym_RPAREN, anon_sym_DOT, - ACTIONS(2345), 1, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, - ACTIONS(2351), 1, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, - ACTIONS(2353), 1, anon_sym_PIPE, - ACTIONS(2355), 1, anon_sym_AMP, - ACTIONS(2357), 1, anon_sym_CARET, - ACTIONS(2361), 1, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, anon_sym_is, - STATE(1494), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(2339), 2, + [85494] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2253), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2341), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2255), 29, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2347), 2, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2359), 2, - anon_sym_LT, - anon_sym_GT, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2349), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(1925), 5, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [85536] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2277), 5, anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2279), 29, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_in, anon_sym_if, - anon_sym_else, + anon_sym_async, + anon_sym_for, + anon_sym_not, anon_sym_and, anon_sym_or, - ACTIONS(2343), 6, - anon_sym_in, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [84814] = 4, + anon_sym_is, + [85578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1359), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(1362), 5, + ACTIONS(2285), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 27, + ACTIONS(2287), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -99365,7 +100079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84858] = 5, + [85620] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(452), 2, @@ -99375,7 +100089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 14, + ACTIONS(495), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -99391,7 +100105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT_LT, ACTIONS(442), 15, - anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_COMMA, anon_sym_in, anon_sym_if, @@ -99406,22 +100120,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84904] = 4, + [85666] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1396), 2, + ACTIONS(2289), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2291), 29, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_COMMA, - ACTIONS(1399), 5, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [85708] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1400), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1394), 27, + ACTIONS(1395), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -99446,7 +100198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84948] = 5, + [85750] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(452), 2, @@ -99456,7 +100208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 14, + ACTIONS(495), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -99472,7 +100224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT_LT, ACTIONS(442), 15, - anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_COMMA, anon_sym_in, anon_sym_if, @@ -99487,26 +100239,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84994] = 3, + [85796] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2122), 4, + ACTIONS(2215), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2124), 30, - sym_string_start, + ACTIONS(2217), 29, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -99526,17 +100278,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85036] = 3, + [85838] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2273), 5, - anon_sym_EQ, + ACTIONS(2179), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2275), 29, + ACTIONS(2181), 30, + sym_string_start, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, @@ -99545,7 +100298,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -99565,16 +100317,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85078] = 3, + [85880] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2307), 5, + ACTIONS(2293), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2309), 29, + ACTIONS(2295), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -99604,26 +100356,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85120] = 3, + [85922] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2255), 5, + ACTIONS(2323), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2325), 29, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_else, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [85964] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2319), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2257), 29, + ACTIONS(2321), 29, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -99643,17 +100434,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85162] = 5, + [86006] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(452), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(440), 3, - anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 14, + ACTIONS(495), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -99669,12 +100460,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT_LT, ACTIONS(442), 15, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_COMMA, + anon_sym_as, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -99684,29 +100475,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85208] = 3, + [86052] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1399), 5, - anon_sym_EQ, + ACTIONS(452), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(440), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1394), 29, + ACTIONS(495), 14, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -99717,22 +100500,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(442), 15, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_else, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85250] = 3, + [86098] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1414), 5, + ACTIONS(1449), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1409), 29, + ACTIONS(1451), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -99762,7 +100555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85292] = 5, + [86140] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(452), 2, @@ -99772,7 +100565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 14, + ACTIONS(495), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -99788,7 +100581,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT_LT, ACTIONS(442), 15, - anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_in, anon_sym_if, @@ -99803,16 +100596,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85338] = 3, + [86186] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2269), 5, + ACTIONS(2249), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2271), 29, + ACTIONS(2251), 29, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, @@ -99842,26 +100635,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85380] = 3, + [86228] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 5, + ACTIONS(1404), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(1411), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 29, + ACTIONS(1406), 27, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -99881,29 +100675,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85422] = 3, + [86272] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2259), 5, - anon_sym_as, + ACTIONS(1411), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1402), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2261), 29, + ACTIONS(1406), 14, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, - anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -99914,34 +100700,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(1404), 15, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85464] = 5, + [86318] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(495), 1, + ACTIONS(2313), 5, anon_sym_EQ, - ACTIONS(270), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 28, + ACTIONS(2315), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -99961,26 +100755,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85510] = 3, + [86360] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2269), 5, - anon_sym_EQ, + ACTIONS(267), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2271), 29, + ACTIONS(265), 29, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100000,26 +100794,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85552] = 3, + [86402] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2255), 5, - anon_sym_as, + ACTIONS(2309), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2257), 29, + ACTIONS(2311), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100039,26 +100833,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85594] = 3, + [86444] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 5, - anon_sym_EQ, + ACTIONS(2269), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 29, + ACTIONS(2271), 29, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100078,28 +100872,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85636] = 5, + [86486] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(495), 1, - anon_sym_EQ, - ACTIONS(270), 4, + ACTIONS(2297), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 28, + ACTIONS(2299), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100119,26 +100911,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85682] = 3, + [86528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2251), 5, - anon_sym_as, + ACTIONS(2305), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2253), 29, + ACTIONS(2307), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100158,29 +100950,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85724] = 3, + [86570] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2293), 5, - anon_sym_EQ, + ACTIONS(452), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(440), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2295), 29, + ACTIONS(495), 14, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -100191,22 +100975,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(442), 15, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85766] = 3, + [86616] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 5, + ACTIONS(2301), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 29, + ACTIONS(2303), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -100236,26 +101030,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85808] = 3, + [86658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1362), 5, - anon_sym_EQ, + ACTIONS(2249), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, + ACTIONS(2251), 29, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100275,16 +101069,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85850] = 3, + [86700] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1445), 5, + ACTIONS(2301), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1447), 29, + ACTIONS(2303), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -100314,26 +101108,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85892] = 3, + [86742] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2297), 5, - anon_sym_EQ, + ACTIONS(1386), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(1389), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2299), 29, + ACTIONS(1384), 27, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100353,21 +101148,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85934] = 5, + [86786] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(452), 2, + ACTIONS(1397), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(1400), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(440), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 14, + ACTIONS(1395), 27, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -100378,37 +101182,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(442), 15, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_else, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85980] = 5, + [86830] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(452), 2, + ACTIONS(267), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(440), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 14, + ACTIONS(265), 29, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -100419,38 +101221,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(442), 15, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_else, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86026] = 4, + [86872] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1433), 2, + ACTIONS(1404), 2, anon_sym_async, anon_sym_for, - ACTIONS(1440), 5, + ACTIONS(1411), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1435), 27, + ACTIONS(1406), 27, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -100475,28 +101267,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86070] = 5, + [86916] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(2319), 1, + ACTIONS(2297), 5, anon_sym_EQ, - ACTIONS(1362), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 28, + ACTIONS(2299), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100516,65 +101306,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86116] = 3, + [86958] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, + ACTIONS(1414), 1, anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(1402), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, - anon_sym_LBRACK, + ACTIONS(1411), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1409), 5, anon_sym_COLON, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_PIPE, + ACTIONS(1404), 12, anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + ACTIONS(1406), 12, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, - anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [86158] = 3, + [87008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2247), 5, - anon_sym_as, + ACTIONS(2289), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 29, + ACTIONS(2291), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100594,26 +101388,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86200] = 3, + [87050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2259), 5, - anon_sym_EQ, + ACTIONS(2215), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2261), 29, + ACTIONS(2217), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100633,19 +101427,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86242] = 3, + [87092] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, + ACTIONS(1400), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(1395), 29, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -100672,26 +101466,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86284] = 3, + [87134] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2301), 5, + ACTIONS(2285), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2303), 29, + ACTIONS(2287), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100711,26 +101505,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86326] = 3, + [87176] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2255), 5, - anon_sym_EQ, + ACTIONS(1389), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2257), 29, + ACTIONS(1384), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100750,26 +101544,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86368] = 3, + [87218] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2251), 5, - anon_sym_EQ, + ACTIONS(1425), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2253), 29, + ACTIONS(1420), 29, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100789,19 +101583,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86410] = 3, + [87260] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2293), 5, + ACTIONS(1362), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2295), 29, + ACTIONS(1357), 29, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -100828,26 +101622,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86452] = 3, + [87302] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 5, + ACTIONS(2281), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 29, + ACTIONS(2283), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100867,26 +101661,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86494] = 3, + [87344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 5, + ACTIONS(2277), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 29, + ACTIONS(2279), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -100906,21 +101700,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86536] = 5, + [87386] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1440), 2, + ACTIONS(267), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1431), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1435), 14, + ACTIONS(265), 29, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -100931,38 +101733,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1433), 15, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86582] = 4, + [87428] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1422), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(1425), 5, + ACTIONS(2265), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1420), 27, + ACTIONS(2267), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -100987,19 +101778,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86626] = 4, + [87470] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1411), 2, - anon_sym_RBRACK, + ACTIONS(1397), 2, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(1414), 5, + ACTIONS(1400), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1409), 27, + ACTIONS(1395), 27, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -101027,19 +101818,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86670] = 4, + [87514] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1396), 2, + ACTIONS(1386), 2, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(1399), 5, + ACTIONS(1389), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1394), 27, + ACTIONS(1384), 27, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -101067,16 +101858,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86714] = 3, + [87558] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2289), 5, + ACTIONS(2261), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2291), 29, + ACTIONS(2263), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -101106,16 +101897,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86756] = 3, + [87600] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2247), 5, + ACTIONS(2257), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 29, + ACTIONS(2259), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -101145,27 +101936,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86798] = 4, + [87642] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1359), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1362), 5, - anon_sym_as, + ACTIONS(2273), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 27, + ACTIONS(2275), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -101185,19 +101975,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86842] = 3, + [87684] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1427), 5, + ACTIONS(2323), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1429), 29, + ACTIONS(2325), 29, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -101224,22 +102014,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86884] = 3, + [87726] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, - anon_sym_as, + ACTIONS(1411), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1402), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(1406), 14, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, - anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(1404), 15, + anon_sym_RBRACK, + anon_sym_COMMA, anon_sym_in, anon_sym_if, anon_sym_async, @@ -101247,6 +102049,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [87772] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2265), 5, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2267), 29, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_else, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -101263,27 +102094,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86926] = 4, + [87814] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1433), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(1440), 5, - anon_sym_as, + ACTIONS(2261), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1435), 27, + ACTIONS(2263), 29, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -101303,26 +102133,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86970] = 3, + [87856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, + ACTIONS(2257), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 29, + ACTIONS(2259), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -101342,26 +102172,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87012] = 3, + [87898] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, + ACTIONS(2253), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 29, + ACTIONS(2255), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -101381,21 +102211,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87054] = 3, + [87940] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 5, + ACTIONS(1422), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1425), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 29, + ACTIONS(1420), 27, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [87984] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1359), 2, + anon_sym_RPAREN, anon_sym_COMMA, + ACTIONS(1362), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1357), 27, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_GT_GT, anon_sym_in, anon_sym_if, @@ -101420,19 +102291,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87096] = 3, + [88028] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1414), 5, + ACTIONS(2305), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1409), 29, + ACTIONS(2307), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -101459,19 +102330,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87138] = 3, + [88070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 5, + ACTIONS(2253), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1420), 29, + ACTIONS(2255), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -101498,26 +102369,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87180] = 3, + [88112] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1427), 5, + ACTIONS(2249), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1429), 29, + ACTIONS(2251), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -101537,19 +102408,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87222] = 3, + [88154] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1399), 5, + ACTIONS(1453), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1394), 29, + ACTIONS(1455), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -101576,16 +102447,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87264] = 3, + [88196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 5, + ACTIONS(1441), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2287), 29, + ACTIONS(1443), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -101615,19 +102486,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87306] = 3, + [88238] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1362), 5, + ACTIONS(1441), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, + ACTIONS(1443), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -101654,26 +102525,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87348] = 3, + [88280] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2307), 5, - anon_sym_EQ, + ACTIONS(2281), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2309), 29, + ACTIONS(2283), 29, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -101693,26 +102564,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87390] = 3, + [88322] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1427), 5, - anon_sym_EQ, + ACTIONS(2323), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1429), 29, + ACTIONS(2325), 29, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [88364] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2319), 5, anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2321), 29, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -101732,19 +102642,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87432] = 3, + [88406] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, + ACTIONS(1416), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(1418), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_GT_GT, @@ -101771,16 +102681,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87474] = 3, + [88448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2281), 5, + ACTIONS(1416), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2283), 29, + ACTIONS(1418), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -101810,16 +102720,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87516] = 3, + [88490] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, + ACTIONS(267), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 29, + ACTIONS(265), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -101849,29 +102759,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87558] = 3, + [88532] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1449), 5, - anon_sym_as, + ACTIONS(1411), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1402), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1451), 29, + ACTIONS(1406), 14, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOT, - anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -101882,32 +102784,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(1404), 15, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_else, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87600] = 3, + [88578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, - anon_sym_as, + ACTIONS(2215), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 29, + ACTIONS(2217), 29, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -101927,16 +102839,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87642] = 3, + [88620] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2247), 5, + ACTIONS(1400), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 29, + ACTIONS(1395), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -101966,26 +102878,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87684] = 3, + [88662] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1445), 5, + ACTIONS(1389), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1447), 29, + ACTIONS(1384), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -102005,26 +102917,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87726] = 3, + [88704] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2328), 5, - anon_sym_EQ, + ACTIONS(2309), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2330), 29, + ACTIONS(2311), 29, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -102044,21 +102956,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87768] = 5, + [88746] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1440), 2, + ACTIONS(2313), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1431), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1435), 14, + ACTIONS(2315), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOT, + anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -102069,32 +102989,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1433), 15, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87814] = 3, + [88788] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, + ACTIONS(1425), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 29, + ACTIONS(1420), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -102124,20 +103034,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87856] = 3, + [88830] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 5, - anon_sym_EQ, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(1362), 5, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2326), 29, + ACTIONS(1357), 28, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -102163,26 +103074,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87898] = 3, + [88874] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, - anon_sym_as, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 5, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 29, + ACTIONS(265), 28, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -102202,18 +103114,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87940] = 3, + [88918] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2084), 4, + ACTIONS(1362), 5, + anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2086), 30, - sym_string_start, + ACTIONS(1357), 29, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, @@ -102222,6 +103133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -102241,16 +103153,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87982] = 3, + [88960] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, + ACTIONS(267), 5, anon_sym_EQ, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(265), 29, anon_sym_LBRACK, anon_sym_COLON, anon_sym_LPAREN, @@ -102280,26 +103192,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88024] = 3, + [89002] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2315), 5, - anon_sym_as, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(267), 5, + anon_sym_COLON, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2317), 29, + ACTIONS(265), 28, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -102319,21 +103232,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88066] = 5, + [89046] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1440), 2, + ACTIONS(2289), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1431), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1435), 14, + ACTIONS(2291), 29, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -102344,42 +103264,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1433), 15, - anon_sym_COLON, - anon_sym_COMMA, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [89087] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2351), 1, + anon_sym_STAR_STAR, + ACTIONS(2023), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2339), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2349), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 20, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88112] = 3, + [89142] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2311), 5, + ACTIONS(267), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(265), 29, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [89183] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1362), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2313), 29, + ACTIONS(1357), 29, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -102399,20 +103391,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88154] = 3, + [89224] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2311), 5, - anon_sym_EQ, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2351), 1, + anon_sym_STAR_STAR, + ACTIONS(2353), 1, + anon_sym_PIPE, + ACTIONS(2355), 1, + anon_sym_AMP, + ACTIONS(2357), 1, + anon_sym_CARET, + ACTIONS(2086), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2339), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2341), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2347), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2349), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2088), 13, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_else, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [89289] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1441), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2313), 29, + ACTIONS(1443), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -102438,17 +103479,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88196] = 3, + [89330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 5, - anon_sym_EQ, + ACTIONS(1441), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2215), 29, + ACTIONS(1443), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, @@ -102457,7 +103498,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -102477,20 +103517,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88238] = 3, + [89371] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2315), 5, - anon_sym_EQ, + ACTIONS(1453), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2317), 29, + ACTIONS(1455), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -102516,26 +103555,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88280] = 3, + [89412] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2328), 5, - anon_sym_as, + ACTIONS(1425), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2330), 29, + ACTIONS(1420), 29, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -102555,29 +103593,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88322] = 3, + [89453] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(1402), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2326), 29, + ACTIONS(1411), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1406), 14, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOT, - anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -102588,71 +103617,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [88364] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1414), 5, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1409), 29, - anon_sym_LBRACK, + ACTIONS(1404), 15, + anon_sym_RBRACK, anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88406] = 3, + [89498] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 5, - anon_sym_as, + ACTIONS(1416), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 29, + ACTIONS(1418), 29, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -102672,26 +103671,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88448] = 3, + [89539] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 5, - anon_sym_as, + ACTIONS(1416), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 29, + ACTIONS(1418), 29, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -102711,20 +103709,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88490] = 3, + [89580] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1449), 5, - anon_sym_EQ, + ACTIONS(1389), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1451), 29, + ACTIONS(1384), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -102750,17 +103747,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88532] = 3, + [89621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 5, - anon_sym_EQ, + ACTIONS(1400), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1420), 29, + ACTIONS(1395), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, @@ -102769,7 +103766,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -102789,20 +103785,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88574] = 4, + [89662] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(268), 3, + ACTIONS(440), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(452), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(495), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, - ACTIONS(270), 13, - anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, - anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -102810,36 +103809,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(255), 18, - sym__newline, - anon_sym_EQ, - anon_sym_PLUS_EQ, + ACTIONS(442), 15, + anon_sym_RBRACK, anon_sym_COLON, - anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [88618] = 3, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [89707] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 5, - anon_sym_EQ, + ACTIONS(2215), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 29, + ACTIONS(2217), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, @@ -102848,7 +103844,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -102868,20 +103863,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88660] = 4, + [89748] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(268), 3, + ACTIONS(440), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(452), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(495), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, - ACTIONS(270), 13, - anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, - anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -102889,36 +103887,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(255), 18, - sym__newline, - anon_sym_EQ, - anon_sym_PLUS_EQ, + ACTIONS(442), 15, + anon_sym_RBRACK, anon_sym_COLON, - anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [88704] = 3, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [89793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 5, - anon_sym_EQ, + ACTIONS(1449), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 29, + ACTIONS(1451), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, @@ -102927,7 +103922,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -102947,56 +103941,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88746] = 3, + [89834] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1399), 5, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1394), 29, + ACTIONS(2219), 1, anon_sym_LBRACK, - anon_sym_COLON, + ACTIONS(2221), 1, anon_sym_LPAREN, + ACTIONS(2223), 1, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(2351), 1, + anon_sym_STAR_STAR, + ACTIONS(2023), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2339), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2341), 2, anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2347), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2349), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 16, + anon_sym_as, anon_sym_in, anon_sym_if, anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88788] = 3, + [89893] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 5, - anon_sym_EQ, + ACTIONS(267), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(265), 29, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, @@ -103005,7 +104007,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -103025,58 +104026,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88830] = 4, + [89934] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(270), 5, - anon_sym_COLON, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(268), 28, + ACTIONS(2219), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(2221), 1, anon_sym_LPAREN, + ACTIONS(2223), 1, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(2351), 1, + anon_sym_STAR_STAR, + ACTIONS(2357), 1, + anon_sym_CARET, + ACTIONS(2023), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2339), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2341), 2, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_LT_LT, + ACTIONS(2347), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2349), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, + ACTIONS(2021), 15, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_else, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PIPE, anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88874] = 4, + [89995] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1348), 1, anon_sym_COLON_EQ, - ACTIONS(1362), 5, - anon_sym_COLON, + ACTIONS(1411), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 28, + ACTIONS(1406), 28, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -103105,18 +104113,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88918] = 4, + [90038] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2351), 1, + anon_sym_STAR_STAR, + ACTIONS(2355), 1, + anon_sym_AMP, + ACTIONS(2357), 1, + anon_sym_CARET, + ACTIONS(2023), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2339), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2341), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2347), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2349), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2021), 14, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_else, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PIPE, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [90101] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, anon_sym_COLON_EQ, - ACTIONS(270), 5, - anon_sym_COLON, + ACTIONS(452), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(268), 28, + ACTIONS(495), 28, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -103145,21 +104201,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88962] = 3, + [90144] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1362), 5, - anon_sym_EQ, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2351), 1, + anon_sym_STAR_STAR, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(2021), 23, anon_sym_as, anon_sym_GT_GT, anon_sym_in, @@ -103173,7 +104234,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -103184,26 +104244,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89004] = 3, + [90195] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2251), 5, - anon_sym_as, + ACTIONS(2293), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2253), 29, + ACTIONS(2295), 29, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_not, anon_sym_and, anon_sym_or, @@ -103223,31 +104282,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89046] = 8, + [90236] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2351), 1, - anon_sym_STAR_STAR, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 4, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(452), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2021), 23, + ACTIONS(495), 28, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -103256,6 +104310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -103266,75 +104321,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89097] = 15, + [90279] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(2219), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, + ACTIONS(2223), 1, anon_sym_DOT, ACTIONS(2351), 1, anon_sym_STAR_STAR, - ACTIONS(2353), 1, - anon_sym_PIPE, - ACTIONS(2355), 1, - anon_sym_AMP, - ACTIONS(2357), 1, - anon_sym_CARET, - ACTIONS(2061), 2, + ACTIONS(2023), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2339), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2341), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, ACTIONS(2347), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2349), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2059), 13, + ACTIONS(2021), 18, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89162] = 3, + [90336] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2251), 4, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2351), 1, + anon_sym_STAR_STAR, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2023), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2253), 29, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(2021), 23, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -103343,7 +104400,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -103354,15 +104410,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89203] = 3, + [90387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 4, + ACTIONS(2249), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2265), 29, + ACTIONS(2251), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -103392,26 +104448,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89244] = 4, + [90428] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(1440), 4, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2351), 1, + anon_sym_STAR_STAR, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2134), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1435), 28, + ACTIONS(2136), 23, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_else, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [90479] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2219), 1, anon_sym_LBRACK, + ACTIONS(2221), 1, anon_sym_LPAREN, - anon_sym_RBRACE, + ACTIONS(2223), 1, anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(2351), 1, + anon_sym_STAR_STAR, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2027), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2025), 23, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, + anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -103420,7 +104524,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -103431,7 +104534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89287] = 4, + [90530] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(253), 1, @@ -103441,7 +104544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 28, + ACTIONS(495), 28, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RBRACE, @@ -103470,19 +104573,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89330] = 3, + [90573] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2269), 4, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(452), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2271), 29, + ACTIONS(495), 28, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -103508,15 +104612,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89371] = 3, + [90616] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2273), 4, + ACTIONS(2323), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2275), 29, + ACTIONS(2325), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -103546,15 +104650,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89412] = 3, + [90657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 4, + ACTIONS(2319), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 29, + ACTIONS(2321), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -103584,19 +104688,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89453] = 3, + [90698] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1427), 4, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(1411), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1429), 29, + ACTIONS(1406), 28, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -103622,20 +104727,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89494] = 5, + [90741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(440), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(452), 2, + ACTIONS(2313), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(577), 14, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2315), 29, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -103646,36 +104759,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(442), 15, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89539] = 4, + [90782] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(452), 4, + ACTIONS(2253), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 28, + ACTIONS(2255), 29, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -103701,20 +104803,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89582] = 5, + [90823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(440), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(452), 2, + ACTIONS(2309), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(577), 14, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2311), 29, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_in, + anon_sym_if, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, @@ -103725,31 +104835,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(442), 15, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [90864] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2257), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2259), 29, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89627] = 3, + [90905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2277), 4, + ACTIONS(2305), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2279), 29, + ACTIONS(2307), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -103779,15 +104917,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89668] = 3, + [90946] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2281), 4, + ACTIONS(2261), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2283), 29, + ACTIONS(2263), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -103817,15 +104955,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89709] = 3, + [90987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 4, + ACTIONS(2265), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2287), 29, + ACTIONS(2267), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -103855,15 +104993,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89750] = 3, + [91028] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1445), 4, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2351), 1, + anon_sym_STAR_STAR, + ACTIONS(2353), 1, + anon_sym_PIPE, + ACTIONS(2355), 1, + anon_sym_AMP, + ACTIONS(2357), 1, + anon_sym_CARET, + ACTIONS(2090), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2339), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2341), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2347), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2349), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2092), 13, + anon_sym_as, + anon_sym_in, + anon_sym_if, + anon_sym_else, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [91093] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2269), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1447), 29, + ACTIONS(2271), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -103893,15 +105081,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89791] = 3, + [91134] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 4, + ACTIONS(2273), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 29, + ACTIONS(2275), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -103931,19 +105119,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89832] = 3, + [91175] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1453), 4, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(452), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1455), 29, + ACTIONS(495), 28, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -103969,14 +105158,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89873] = 15, + [91218] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(2219), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, + ACTIONS(2223), 1, anon_sym_DOT, ACTIONS(2351), 1, anon_sym_STAR_STAR, @@ -103986,7 +105175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(2357), 1, anon_sym_CARET, - ACTIONS(2072), 2, + ACTIONS(2097), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2339), 2, @@ -103998,14 +105187,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2347), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2349), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2070), 13, + ACTIONS(2099), 13, anon_sym_as, anon_sym_in, anon_sym_if, @@ -104019,31 +105208,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89938] = 8, + [91283] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2351), 1, - anon_sym_STAR_STAR, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2068), 4, + ACTIONS(253), 1, + anon_sym_COLON_EQ, + ACTIONS(452), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2066), 23, + ACTIONS(495), 28, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -104052,185 +105236,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [89989] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2351), 1, anon_sym_STAR_STAR, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2339), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2341), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2347), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2349), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 16, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_else, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90048] = 13, + [91326] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2351), 1, - anon_sym_STAR_STAR, - ACTIONS(2357), 1, - anon_sym_CARET, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2339), 2, + ACTIONS(1348), 1, + anon_sym_COLON_EQ, + ACTIONS(1411), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2341), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2347), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2349), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 15, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_else, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [90109] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2351), 1, - anon_sym_STAR_STAR, - ACTIONS(2355), 1, - anon_sym_AMP, - ACTIONS(2357), 1, - anon_sym_CARET, - ACTIONS(2023), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2339), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2341), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2347), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2349), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 14, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_else, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PIPE, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [90172] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2183), 1, + ACTIONS(1406), 28, anon_sym_LBRACK, - ACTIONS(2185), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, + anon_sym_RPAREN, anon_sym_DOT, - ACTIONS(2351), 1, - anon_sym_STAR_STAR, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2023), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2021), 23, + anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_in, anon_sym_if, - anon_sym_else, anon_sym_not, anon_sym_and, anon_sym_or, @@ -104239,51 +105275,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [90223] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2351), 1, anon_sym_STAR_STAR, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2339), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2349), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 20, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_else, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, @@ -104294,15 +105286,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90278] = 3, + [91369] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2247), 4, + ACTIONS(2297), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2249), 29, + ACTIONS(2299), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -104332,61 +105324,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90319] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2351), 1, - anon_sym_STAR_STAR, - ACTIONS(2023), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2339), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2347), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2349), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2021), 18, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_else, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [90376] = 3, + [91410] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2259), 4, + ACTIONS(1445), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2261), 29, + ACTIONS(1447), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -104416,59 +105362,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90417] = 4, + [91451] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(452), 4, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(1414), 1, + anon_sym_EQ, + ACTIONS(1402), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 28, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, + ACTIONS(1411), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1409), 4, + anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, + anon_sym_PIPE, + ACTIONS(1404), 12, anon_sym_as, - anon_sym_GT_GT, anon_sym_in, anon_sym_if, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + ACTIONS(1406), 12, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, - anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [90460] = 4, + [91500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(452), 4, + ACTIONS(2301), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(577), 28, + ACTIONS(2303), 29, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -104494,23 +105442,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90503] = 7, + [91541] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1443), 1, - anon_sym_EQ, - ACTIONS(1431), 2, + ACTIONS(1402), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1440), 2, + ACTIONS(1411), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1438), 4, + ACTIONS(1409), 5, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, anon_sym_PIPE, - ACTIONS(1433), 12, + ACTIONS(1404), 12, anon_sym_as, anon_sym_in, anon_sym_if, @@ -104523,7 +105470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - ACTIONS(1435), 12, + ACTIONS(1406), 12, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_GT_GT, @@ -104536,15 +105483,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [90552] = 3, + [91588] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 4, + ACTIONS(2277), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1403), 29, + ACTIONS(2279), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -104574,15 +105521,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90593] = 3, + [91629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2297), 4, + ACTIONS(2285), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2299), 29, + ACTIONS(2287), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -104612,58 +105559,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90634] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2351), 1, - anon_sym_STAR_STAR, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2074), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2076), 23, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_else, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [90685] = 3, + [91670] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2301), 4, + ACTIONS(2281), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2303), 29, + ACTIONS(2283), 29, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -104693,72 +105597,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90726] = 6, + [91711] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1431), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1440), 2, + ACTIONS(1441), 13, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1438), 5, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_PIPE, - ACTIONS(1433), 12, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - ACTIONS(1435), 12, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, + anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [90773] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2307), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2309), 29, + ACTIONS(1443), 19, + anon_sym_EQ, + anon_sym_PLUS_EQ, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [91751] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(495), 3, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + ACTIONS(452), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -104766,37 +105655,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [90814] = 3, + ACTIONS(442), 16, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [91793] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2311), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2313), 29, + ACTIONS(1395), 3, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(1400), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -104804,37 +105693,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [90855] = 3, + ACTIONS(1393), 16, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [91835] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2315), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2317), 29, + ACTIONS(1384), 3, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(1389), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -104842,37 +105731,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [90896] = 3, + ACTIONS(1382), 16, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [91877] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2289), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2291), 29, + ACTIONS(495), 3, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(452), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -104880,87 +105769,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [90937] = 15, + ACTIONS(442), 16, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [91919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2351), 1, - anon_sym_STAR_STAR, - ACTIONS(2353), 1, - anon_sym_PIPE, - ACTIONS(2355), 1, - anon_sym_AMP, - ACTIONS(2357), 1, - anon_sym_CARET, - ACTIONS(2057), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2339), 2, + ACTIONS(1441), 13, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2341), 2, anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2347), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2349), 3, anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2055), 13, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_else, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91002] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2324), 4, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2326), 29, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -104968,37 +105803,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91043] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2293), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2295), 29, + ACTIONS(1443), 19, + anon_sym_EQ, + anon_sym_PLUS_EQ, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [91959] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1406), 3, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + ACTIONS(1411), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -105006,37 +105844,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91084] = 3, + ACTIONS(1404), 16, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [92001] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 4, + ACTIONS(1416), 13, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(268), 29, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -105044,38 +105878,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91125] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(452), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(577), 28, + ACTIONS(1418), 19, + anon_sym_EQ, + anon_sym_PLUS_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [92041] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1445), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -105083,38 +105915,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91168] = 4, + ACTIONS(1447), 19, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [92081] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(1440), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1435), 28, + ACTIONS(265), 3, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(267), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -105122,29 +105956,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91211] = 5, + ACTIONS(255), 16, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [92123] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1431), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1440), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1435), 14, + ACTIONS(265), 3, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, + ACTIONS(267), 13, + anon_sym_STAR, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -105152,35 +105994,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1433), 15, - anon_sym_RBRACK, + ACTIONS(255), 16, + anon_sym_EQ, + anon_sym_PLUS_EQ, anon_sym_COLON, anon_sym_COMMA, - anon_sym_as, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91256] = 3, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [92165] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2328), 4, + ACTIONS(1411), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2330), 29, + ACTIONS(1406), 28, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -105206,31 +106048,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91297] = 3, + [92205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2255), 4, + ACTIONS(1453), 13, anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2257), 29, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(1455), 19, + anon_sym_EQ, + anon_sym_PLUS_EQ, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [92245] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1449), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -105238,37 +106102,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91338] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(270), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(268), 29, + ACTIONS(1451), 19, + anon_sym_EQ, + anon_sym_PLUS_EQ, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [92285] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1416), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -105276,25 +106139,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91379] = 3, + ACTIONS(1418), 19, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [92325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1362), 4, + ACTIONS(1411), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1357), 29, + ACTIONS(1406), 28, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -105320,18 +106196,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91420] = 3, + [92365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1399), 4, + ACTIONS(1411), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1394), 29, + ACTIONS(1406), 28, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, anon_sym_COMMA, @@ -105358,31 +106233,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91461] = 3, + [92405] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2215), 29, + ACTIONS(1357), 3, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(1362), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -105390,367 +106254,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91502] = 3, + ACTIONS(1350), 16, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [92447] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1414), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1409), 29, + ACTIONS(1420), 3, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_LPAREN, anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(1425), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91543] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1348), 1, - anon_sym_COLON_EQ, - ACTIONS(1440), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1435), 28, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91586] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(253), 1, - anon_sym_COLON_EQ, - ACTIONS(452), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(577), 28, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91629] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1425), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1420), 29, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91670] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1449), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1451), 29, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91711] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1449), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1451), 19, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [91751] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(577), 3, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - ACTIONS(452), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(442), 16, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [91793] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1427), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1429), 19, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [91833] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1445), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1447), 19, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [91873] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1394), 3, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - ACTIONS(1399), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, @@ -105775,565 +106309,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [91915] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1440), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1435), 28, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91955] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1440), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1435), 28, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, - [91995] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1401), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1403), 19, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [92035] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1401), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1403), 19, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [92075] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(268), 3, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - ACTIONS(270), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(255), 16, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [92117] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(268), 3, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - ACTIONS(270), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(255), 16, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [92159] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1453), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1455), 19, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [92199] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1420), 3, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - ACTIONS(1425), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1418), 16, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [92241] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1453), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1455), 19, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [92281] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1409), 3, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - ACTIONS(1414), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1407), 16, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [92323] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(577), 3, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - ACTIONS(452), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(442), 16, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [92365] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1435), 3, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - ACTIONS(1440), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1433), 16, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [92407] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1357), 3, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - ACTIONS(1362), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1350), 16, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [92449] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1440), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1435), 28, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_in, - anon_sym_if, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - anon_sym_is, [92489] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(7), 1, + ACTIONS(2363), 1, + ts_builtin_sym_end, + ACTIONS(2365), 1, anon_sym_unset, - ACTIONS(9), 1, + ACTIONS(2368), 1, anon_sym_inherit, - ACTIONS(11), 1, + ACTIONS(2371), 1, anon_sym_include, - ACTIONS(13), 1, + ACTIONS(2374), 1, anon_sym_require, - ACTIONS(15), 1, + ACTIONS(2377), 1, anon_sym_export, - ACTIONS(17), 1, + ACTIONS(2380), 1, anon_sym_OVERRIDES, - ACTIONS(19), 1, + ACTIONS(2383), 1, anon_sym_EXPORT_FUNCTIONS, - ACTIONS(21), 1, + ACTIONS(2386), 1, anon_sym_addtask, - ACTIONS(23), 1, + ACTIONS(2389), 1, anon_sym_deltask, - ACTIONS(25), 1, + ACTIONS(2392), 1, anon_sym_addhandler, - ACTIONS(27), 1, + ACTIONS(2395), 1, anon_sym_python, - ACTIONS(29), 1, + ACTIONS(2398), 1, sym_identifier, - ACTIONS(31), 1, + ACTIONS(2401), 1, anon_sym_def, - ACTIONS(2363), 1, - ts_builtin_sym_end, - STATE(1392), 1, + STATE(1391), 1, aux_sym_recipe_repeat1, - STATE(2170), 14, + STATE(2174), 14, sym_variable_assignment, sym_unset_statement, sym_inherit_directive, @@ -106351,37 +106360,37 @@ static const uint16_t ts_small_parse_table[] = { [92554] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2365), 1, - ts_builtin_sym_end, - ACTIONS(2367), 1, + ACTIONS(7), 1, anon_sym_unset, - ACTIONS(2370), 1, + ACTIONS(9), 1, anon_sym_inherit, - ACTIONS(2373), 1, + ACTIONS(11), 1, anon_sym_include, - ACTIONS(2376), 1, + ACTIONS(13), 1, anon_sym_require, - ACTIONS(2379), 1, + ACTIONS(15), 1, anon_sym_export, - ACTIONS(2382), 1, + ACTIONS(17), 1, anon_sym_OVERRIDES, - ACTIONS(2385), 1, + ACTIONS(19), 1, anon_sym_EXPORT_FUNCTIONS, - ACTIONS(2388), 1, + ACTIONS(21), 1, anon_sym_addtask, - ACTIONS(2391), 1, + ACTIONS(23), 1, anon_sym_deltask, - ACTIONS(2394), 1, + ACTIONS(25), 1, anon_sym_addhandler, - ACTIONS(2397), 1, + ACTIONS(27), 1, anon_sym_python, - ACTIONS(2400), 1, + ACTIONS(29), 1, sym_identifier, - ACTIONS(2403), 1, + ACTIONS(31), 1, anon_sym_def, - STATE(1392), 1, + ACTIONS(2404), 1, + ts_builtin_sym_end, + STATE(1391), 1, aux_sym_recipe_repeat1, - STATE(2170), 14, + STATE(2174), 14, sym_variable_assignment, sym_unset_statement, sym_inherit_directive, @@ -106399,18 +106408,18 @@ static const uint16_t ts_small_parse_table[] = { [92619] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2406), 1, - anon_sym_EQ, - ACTIONS(2413), 1, + ACTIONS(1937), 1, anon_sym_not, - ACTIONS(2419), 1, + ACTIONS(1953), 1, anon_sym_is, - STATE(1393), 1, + ACTIONS(2406), 1, + anon_sym_EQ, + STATE(1394), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2416), 2, + ACTIONS(1951), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2410), 6, + ACTIONS(1935), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -106431,25 +106440,25 @@ static const uint16_t ts_small_parse_table[] = { [92659] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1937), 1, + ACTIONS(2410), 1, + anon_sym_EQ, + ACTIONS(2417), 1, anon_sym_not, - ACTIONS(1953), 1, + ACTIONS(2423), 1, anon_sym_is, - ACTIONS(2422), 1, - anon_sym_EQ, - STATE(1393), 1, + STATE(1394), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1951), 2, + ACTIONS(2420), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1935), 6, + ACTIONS(2414), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2424), 10, + ACTIONS(2412), 10, sym__newline, anon_sym_COLON, anon_sym_SEMI, @@ -106463,16 +106472,16 @@ static const uint16_t ts_small_parse_table[] = { [92699] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1414), 2, + ACTIONS(1425), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1407), 5, + ACTIONS(1350), 5, anon_sym_EQ, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, sym_type_conversion, - ACTIONS(1409), 14, + ACTIONS(1420), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -106490,16 +106499,16 @@ static const uint16_t ts_small_parse_table[] = { [92730] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 2, + ACTIONS(1400), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1418), 5, + ACTIONS(1393), 5, anon_sym_EQ, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, sym_type_conversion, - ACTIONS(1420), 14, + ACTIONS(1395), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -106517,7 +106526,7 @@ static const uint16_t ts_small_parse_table[] = { [92761] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 2, + ACTIONS(267), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(255), 5, @@ -106526,7 +106535,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COMMA, sym_type_conversion, - ACTIONS(268), 14, + ACTIONS(265), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -106544,25 +106553,25 @@ static const uint16_t ts_small_parse_table[] = { [92792] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2100), 1, + ACTIONS(2150), 1, anon_sym_not, - ACTIONS(2116), 1, + ACTIONS(2166), 1, anon_sym_is, - ACTIONS(2422), 1, + ACTIONS(2406), 1, anon_sym_EQ, STATE(1400), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2114), 2, + ACTIONS(2164), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2098), 6, + ACTIONS(2148), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2424), 9, + ACTIONS(2408), 9, anon_sym_COLON, anon_sym_RPAREN, anon_sym_DOT, @@ -106575,7 +106584,7 @@ static const uint16_t ts_small_parse_table[] = { [92831] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1399), 2, + ACTIONS(1362), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1350), 5, @@ -106584,7 +106593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COMMA, sym_type_conversion, - ACTIONS(1394), 14, + ACTIONS(1357), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -106602,7 +106611,7 @@ static const uint16_t ts_small_parse_table[] = { [92862] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2406), 1, + ACTIONS(2410), 1, anon_sym_EQ, ACTIONS(2429), 1, anon_sym_not, @@ -106620,7 +106629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2408), 9, + ACTIONS(2412), 9, anon_sym_COLON, anon_sym_RPAREN, anon_sym_DOT, @@ -106633,16 +106642,16 @@ static const uint16_t ts_small_parse_table[] = { [92901] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1362), 2, + ACTIONS(1389), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1350), 5, + ACTIONS(1382), 5, anon_sym_EQ, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, sym_type_conversion, - ACTIONS(1357), 14, + ACTIONS(1384), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -106660,7 +106669,7 @@ static const uint16_t ts_small_parse_table[] = { [92932] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 2, + ACTIONS(267), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(255), 5, @@ -106669,7 +106678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COMMA, sym_type_conversion, - ACTIONS(268), 14, + ACTIONS(265), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -106684,27 +106693,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [92963] = 7, + [92963] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2229), 1, + ACTIONS(2410), 1, + anon_sym_EQ, + ACTIONS(2441), 1, anon_sym_not, - ACTIONS(2245), 1, + ACTIONS(2447), 1, anon_sym_is, - STATE(1407), 1, + STATE(1403), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2243), 2, + ACTIONS(2444), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2227), 6, + ACTIONS(2438), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2424), 9, - anon_sym_RBRACK, + ACTIONS(2412), 8, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, @@ -106713,28 +106723,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_PIPE, - [92999] = 8, + [93001] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2195), 1, + ACTIONS(2453), 1, anon_sym_not, - ACTIONS(2211), 1, + ACTIONS(2459), 1, anon_sym_is, - ACTIONS(2422), 1, - anon_sym_EQ, - STATE(1406), 1, + STATE(1404), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2209), 2, + ACTIONS(2456), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 6, + ACTIONS(2450), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2424), 8, + ACTIONS(2412), 9, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, @@ -106746,25 +106755,25 @@ static const uint16_t ts_small_parse_table[] = { [93037] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1973), 1, + ACTIONS(1970), 1, anon_sym_not, - ACTIONS(1989), 1, + ACTIONS(1986), 1, anon_sym_is, - ACTIONS(2422), 1, + ACTIONS(2406), 1, anon_sym_EQ, - STATE(1409), 1, + STATE(1410), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(1987), 2, + ACTIONS(1984), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1971), 6, + ACTIONS(1968), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2424), 8, + ACTIONS(2408), 8, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, @@ -106776,18 +106785,18 @@ static const uint16_t ts_small_parse_table[] = { [93075] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2406), 1, - anon_sym_EQ, - ACTIONS(2441), 1, + ACTIONS(2231), 1, anon_sym_not, - ACTIONS(2447), 1, + ACTIONS(2247), 1, anon_sym_is, - STATE(1406), 1, + ACTIONS(2406), 1, + anon_sym_EQ, + STATE(1403), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2444), 2, + ACTIONS(2245), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2438), 6, + ACTIONS(2229), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -106803,50 +106812,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_PIPE, - [93113] = 7, + [93113] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2453), 1, + ACTIONS(2410), 1, + anon_sym_as, + ACTIONS(2465), 1, anon_sym_not, - ACTIONS(2459), 1, + ACTIONS(2471), 1, anon_sym_is, STATE(1407), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2456), 2, + ACTIONS(2468), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2450), 6, + ACTIONS(2462), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2408), 9, - anon_sym_RBRACK, + ACTIONS(2412), 8, anon_sym_COLON, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_as, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_and, anon_sym_or, - anon_sym_PIPE, - [93149] = 8, + [93151] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2406), 1, - anon_sym_as, - ACTIONS(2465), 1, + ACTIONS(2003), 1, anon_sym_not, - ACTIONS(2471), 1, + ACTIONS(2019), 1, anon_sym_is, - STATE(1408), 1, + ACTIONS(2406), 1, + anon_sym_as, + STATE(1407), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2468), 2, + ACTIONS(2017), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2462), 6, + ACTIONS(2001), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -106862,106 +106872,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_and, anon_sym_or, - [93187] = 8, + [93189] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2406), 1, - anon_sym_EQ, - ACTIONS(2477), 1, + ACTIONS(2197), 1, anon_sym_not, - ACTIONS(2483), 1, + ACTIONS(2213), 1, anon_sym_is, - STATE(1409), 1, + STATE(1404), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2480), 2, + ACTIONS(2211), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2474), 6, + ACTIONS(2195), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2408), 8, + ACTIONS(2408), 9, + anon_sym_RBRACK, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_and, anon_sym_or, - sym_type_conversion, + anon_sym_PIPE, [93225] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2003), 1, + ACTIONS(2410), 1, + anon_sym_EQ, + ACTIONS(2477), 1, anon_sym_not, - ACTIONS(2019), 1, + ACTIONS(2483), 1, anon_sym_is, - ACTIONS(2422), 1, - anon_sym_as, - STATE(1408), 1, + STATE(1410), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2017), 2, + ACTIONS(2480), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2001), 6, + ACTIONS(2474), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2424), 8, + ACTIONS(2412), 8, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_and, anon_sym_or, - [93263] = 8, + sym_type_conversion, + [93263] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2138), 1, + ACTIONS(2488), 1, + anon_sym_COMMA, + STATE(1411), 1, + aux_sym_pattern_list_repeat1, + ACTIONS(2486), 17, + sym__newline, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [93292] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2494), 1, anon_sym_not, - ACTIONS(2154), 1, + ACTIONS(2500), 1, anon_sym_is, - ACTIONS(2422), 1, - anon_sym_as, - STATE(1413), 1, + STATE(1412), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2152), 2, + ACTIONS(2497), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2136), 6, + ACTIONS(2491), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2424), 7, - anon_sym_RBRACK, + ACTIONS(2412), 8, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_and, anon_sym_or, - [93300] = 4, + [93327] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 2, + ACTIONS(1362), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1212), 3, + ACTIONS(1404), 3, anon_sym_COLON, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(268), 14, + ACTIONS(1357), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -106976,111 +107009,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93329] = 8, + [93356] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2406), 1, - anon_sym_as, - ACTIONS(2489), 1, - anon_sym_not, - ACTIONS(2495), 1, - anon_sym_is, - STATE(1413), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(2492), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2486), 6, - anon_sym_in, - anon_sym_LT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_GT, - ACTIONS(2408), 7, - anon_sym_RBRACK, + ACTIONS(267), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(442), 3, + anon_sym_COLON, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_and, - anon_sym_or, - [93366] = 8, + ACTIONS(265), 14, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [93385] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2037), 1, + ACTIONS(2065), 1, anon_sym_not, - ACTIONS(2053), 1, + ACTIONS(2081), 1, anon_sym_is, - ACTIONS(2422), 1, + ACTIONS(2406), 1, anon_sym_as, - STATE(1416), 1, + STATE(1423), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2051), 2, + ACTIONS(2079), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2035), 6, + ACTIONS(2063), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2424), 7, - anon_sym_RPAREN, + ACTIONS(2408), 7, + anon_sym_RBRACK, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_and, anon_sym_or, - [93403] = 4, + [93422] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2498), 1, - anon_sym_COMMA, - STATE(1417), 1, - aux_sym_pattern_list_repeat1, - ACTIONS(796), 17, - sym__newline, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [93432] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2406), 1, + ACTIONS(2410), 1, anon_sym_as, - ACTIONS(2503), 1, + ACTIONS(2506), 1, anon_sym_not, - ACTIONS(2509), 1, + ACTIONS(2512), 1, anon_sym_is, STATE(1416), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2506), 2, + ACTIONS(2509), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2500), 6, + ACTIONS(2503), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2408), 7, + ACTIONS(2412), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, @@ -107088,38 +107092,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_and, anon_sym_or, - [93469] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2514), 1, - anon_sym_COMMA, - STATE(1417), 1, - aux_sym_pattern_list_repeat1, - ACTIONS(2512), 17, - sym__newline, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [93498] = 4, + [93459] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1362), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1433), 3, + ACTIONS(2515), 3, anon_sym_COLON, anon_sym_RPAREN, anon_sym_COMMA, @@ -107138,17 +107117,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93527] = 4, + [93488] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 2, + ACTIONS(267), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(442), 3, anon_sym_COLON, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(268), 14, + ACTIONS(265), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107163,19 +107142,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93556] = 7, + [93517] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2520), 1, + ACTIONS(2035), 1, anon_sym_not, - ACTIONS(2526), 1, + ACTIONS(2051), 1, anon_sym_is, - STATE(1420), 1, + STATE(1412), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2523), 2, + ACTIONS(2049), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2517), 6, + ACTIONS(2033), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -107191,17 +107170,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_and, anon_sym_or, - [93591] = 4, + [93552] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1362), 2, + ACTIONS(267), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2529), 3, + ACTIONS(1196), 3, anon_sym_COLON, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(1357), 14, + ACTIONS(265), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107216,17 +107195,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93620] = 4, + [93581] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2116), 1, + anon_sym_not, + ACTIONS(2132), 1, + anon_sym_is, + ACTIONS(2406), 1, + anon_sym_as, + STATE(1416), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(2130), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2114), 6, + anon_sym_in, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + ACTIONS(2408), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_and, + anon_sym_or, + [93618] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 2, + ACTIONS(267), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1212), 3, + ACTIONS(1196), 3, anon_sym_COLON, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(268), 14, + ACTIONS(265), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107241,45 +107249,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93649] = 7, + [93647] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2165), 1, + ACTIONS(2410), 1, + anon_sym_as, + ACTIONS(2520), 1, anon_sym_not, - ACTIONS(2181), 1, + ACTIONS(2526), 1, anon_sym_is, - STATE(1420), 1, + STATE(1423), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2179), 2, + ACTIONS(2523), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2163), 6, + ACTIONS(2517), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(2424), 8, - sym__newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2412), 7, + anon_sym_RBRACK, anon_sym_COMMA, - anon_sym_as, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_and, anon_sym_or, [93684] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 2, + ACTIONS(2529), 1, + anon_sym_COMMA, + STATE(1411), 1, + aux_sym_pattern_list_repeat1, + ACTIONS(780), 17, + sym__newline, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [93713] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1362), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(442), 3, + ACTIONS(1404), 2, anon_sym_COLON, - anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(268), 14, + ACTIONS(1357), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107294,16 +107327,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93713] = 4, + [93741] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 2, + ACTIONS(1393), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1400), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1212), 2, - anon_sym_COLON, - anon_sym_COMMA, - ACTIONS(268), 14, + ACTIONS(1395), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107318,40 +107351,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93741] = 4, + [93769] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(255), 2, - anon_sym_RPAREN, + ACTIONS(2486), 18, + sym__newline, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(270), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(268), 14, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [93793] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1923), 1, anon_sym_LBRACK, - anon_sym_LPAREN, + ACTIONS(1929), 1, anon_sym_DOT, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2539), 1, + anon_sym_STAR_STAR, + ACTIONS(2541), 1, + anon_sym_PIPE, + ACTIONS(2543), 1, + anon_sym_AMP, + ACTIONS(2545), 1, + anon_sym_CARET, + ACTIONS(2531), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2533), 2, anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2535), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [93769] = 4, + [93839] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(255), 2, anon_sym_COMMA, anon_sym_in, - ACTIONS(270), 2, + ACTIONS(267), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(268), 14, + ACTIONS(265), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107366,16 +107430,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93797] = 4, + [93867] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(255), 2, anon_sym_COMMA, anon_sym_in, - ACTIONS(270), 2, + ACTIONS(267), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(268), 14, + ACTIONS(265), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107390,49 +107454,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93825] = 13, + [93895] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1961), 1, - anon_sym_LBRACK, - ACTIONS(1965), 1, - anon_sym_DOT, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2539), 1, - anon_sym_STAR_STAR, - ACTIONS(2541), 1, - anon_sym_PIPE, - ACTIONS(2543), 1, - anon_sym_AMP, - ACTIONS(2545), 1, - anon_sym_CARET, - ACTIONS(2531), 2, + ACTIONS(255), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(267), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2533), 2, + ACTIONS(265), 14, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2535), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [93871] = 4, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [93923] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1407), 2, + ACTIONS(255), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_in, - ACTIONS(1414), 2, + ACTIONS(267), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1409), 14, + ACTIONS(265), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107447,38 +107502,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93899] = 2, + [93951] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2547), 18, - sym__newline, - anon_sym_EQ, - anon_sym_PLUS_EQ, + ACTIONS(267), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1196), 2, anon_sym_COLON, - anon_sym_SEMI, anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [93923] = 4, + ACTIONS(265), 14, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [93979] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1418), 2, + ACTIONS(1350), 2, + anon_sym_RBRACK, anon_sym_COMMA, - anon_sym_in, - ACTIONS(1425), 2, + ACTIONS(1362), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1420), 14, + ACTIONS(1357), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107493,16 +107550,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93951] = 4, + [94007] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1350), 2, - anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_COMMA, - ACTIONS(1399), 2, + ACTIONS(1425), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1394), 14, + ACTIONS(1420), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107517,17 +107574,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [93979] = 11, + [94035] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(2172), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, + ACTIONS(2174), 1, anon_sym_DOT, + ACTIONS(2221), 1, + anon_sym_LPAREN, ACTIONS(2539), 1, anon_sym_STAR_STAR, + ACTIONS(2541), 1, + anon_sym_PIPE, + ACTIONS(2543), 1, + anon_sym_AMP, + ACTIONS(2545), 1, + anon_sym_CARET, ACTIONS(2531), 2, anon_sym_STAR, anon_sym_SLASH, @@ -107537,33 +107600,30 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2535), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2021), 3, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [94021] = 12, + [94081] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(1991), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, + ACTIONS(1995), 1, anon_sym_DOT, + ACTIONS(2221), 1, + anon_sym_LPAREN, ACTIONS(2539), 1, anon_sym_STAR_STAR, - ACTIONS(2545), 1, - anon_sym_CARET, - ACTIONS(2021), 2, + ACTIONS(2541), 1, anon_sym_PIPE, + ACTIONS(2543), 1, anon_sym_AMP, + ACTIONS(2545), 1, + anon_sym_CARET, ACTIONS(2531), 2, anon_sym_STAR, anon_sym_SLASH, @@ -107573,26 +107633,82 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2535), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [94065] = 13, + [94127] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2021), 1, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2539), 1, + anon_sym_STAR_STAR, + ACTIONS(2027), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2025), 10, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_PIPE, - ACTIONS(2183), 1, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [94163] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2219), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2539), 1, + anon_sym_STAR_STAR, + ACTIONS(2134), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2136), 10, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [94199] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1958), 1, + anon_sym_LBRACK, + ACTIONS(1962), 1, anon_sym_DOT, + ACTIONS(2221), 1, + anon_sym_LPAREN, ACTIONS(2539), 1, anon_sym_STAR_STAR, + ACTIONS(2541), 1, + anon_sym_PIPE, ACTIONS(2543), 1, anon_sym_AMP, ACTIONS(2545), 1, @@ -107606,21 +107722,43 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2535), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [94111] = 13, + [94245] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2547), 18, + sym__newline, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [94269] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2088), 1, + ACTIONS(2104), 1, anon_sym_LBRACK, - ACTIONS(2092), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, ACTIONS(2539), 1, anon_sym_STAR_STAR, @@ -107639,80 +107777,150 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2535), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [94157] = 8, + [94315] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(1350), 18, + sym__newline, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [94339] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(267), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1196), 2, + anon_sym_COLON, + anon_sym_COMMA, + ACTIONS(265), 14, anon_sym_LBRACK, - ACTIONS(2185), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, anon_sym_DOT, - ACTIONS(2539), 1, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_STAR_STAR, - ACTIONS(2023), 2, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [94367] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(255), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(267), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2021), 10, + ACTIONS(265), 14, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [94193] = 9, + [94395] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(2219), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, + ACTIONS(2223), 1, anon_sym_DOT, ACTIONS(2539), 1, anon_sym_STAR_STAR, + ACTIONS(2541), 1, + anon_sym_PIPE, + ACTIONS(2543), 1, + anon_sym_AMP, + ACTIONS(2545), 1, + anon_sym_CARET, ACTIONS(2531), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1280), 2, + ACTIONS(2533), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2535), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2021), 7, + [94441] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(255), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(267), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(265), 14, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOT, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [94231] = 4, + [94469] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1418), 2, - anon_sym_RPAREN, + ACTIONS(1393), 2, anon_sym_COMMA, - ACTIONS(1425), 2, + anon_sym_in, + ACTIONS(1400), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1420), 14, + ACTIONS(1395), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107727,16 +107935,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [94259] = 4, + [94497] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1407), 2, - anon_sym_RPAREN, + ACTIONS(1382), 2, anon_sym_COMMA, - ACTIONS(1414), 2, + anon_sym_in, + ACTIONS(1389), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1409), 14, + ACTIONS(1384), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107751,15 +107959,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [94287] = 4, + [94525] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1350), 2, - anon_sym_RPAREN, - anon_sym_COMMA, ACTIONS(1362), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2515), 2, + anon_sym_COLON, + anon_sym_COMMA, ACTIONS(1357), 14, anon_sym_LBRACK, anon_sym_LPAREN, @@ -107775,14 +107983,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [94315] = 13, + [94553] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 1, + ACTIONS(2138), 1, anon_sym_LBRACK, - ACTIONS(1929), 1, + ACTIONS(2142), 1, anon_sym_DOT, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, ACTIONS(2539), 1, anon_sym_STAR_STAR, @@ -107801,58 +108009,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2535), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2537), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - [94361] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2539), 1, - anon_sym_STAR_STAR, - ACTIONS(2531), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2535), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2021), 5, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [94401] = 8, + [94599] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(2219), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, + ACTIONS(2223), 1, anon_sym_DOT, ACTIONS(2539), 1, anon_sym_STAR_STAR, ACTIONS(2023), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2021), 10, @@ -107866,16 +108044,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [94437] = 4, + [94635] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 2, + ACTIONS(267), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(442), 2, anon_sym_COLON, anon_sym_COMMA, - ACTIONS(268), 14, + ACTIONS(265), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107890,40 +108068,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [94465] = 4, + [94663] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(255), 2, + ACTIONS(1393), 2, anon_sym_RBRACK, anon_sym_COMMA, - ACTIONS(270), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(268), 14, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [94493] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(270), 2, + ACTIONS(1400), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(442), 2, - anon_sym_COLON, - anon_sym_COMMA, - ACTIONS(268), 14, + ACTIONS(1395), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107938,16 +108092,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [94521] = 4, + [94691] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(255), 2, - anon_sym_RBRACK, + ACTIONS(1350), 2, anon_sym_COMMA, - ACTIONS(270), 2, + anon_sym_in, + ACTIONS(1362), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(268), 14, + ACTIONS(1357), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107962,16 +108116,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [94549] = 4, + [94719] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1362), 2, + ACTIONS(1350), 2, + anon_sym_COMMA, + anon_sym_in, + ACTIONS(1425), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1433), 2, - anon_sym_COLON, - anon_sym_COMMA, - ACTIONS(1357), 14, + ACTIONS(1420), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -107986,14 +108140,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [94577] = 13, + [94747] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, - anon_sym_LBRACK, - ACTIONS(2029), 1, - anon_sym_DOT, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, ACTIONS(2539), 1, anon_sym_STAR_STAR, @@ -108003,6 +108153,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(2545), 1, anon_sym_CARET, + ACTIONS(2549), 1, + anon_sym_LBRACK, + ACTIONS(2551), 1, + anon_sym_DOT, ACTIONS(2531), 2, anon_sym_STAR, anon_sym_SLASH, @@ -108012,18 +108166,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2535), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [94623] = 4, + [94793] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1350), 2, - anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_COMMA, ACTIONS(1362), 2, anon_sym_STAR, @@ -108043,144 +108197,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [94651] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1350), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(1399), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1394), 14, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [94679] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2549), 18, - sym__newline, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [94703] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1350), 18, - sym__newline, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [94727] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(255), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(270), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(268), 14, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [94755] = 13, + [94821] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, + ACTIONS(2219), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, + ACTIONS(2223), 1, anon_sym_DOT, ACTIONS(2539), 1, anon_sym_STAR_STAR, - ACTIONS(2541), 1, - anon_sym_PIPE, - ACTIONS(2543), 1, - anon_sym_AMP, - ACTIONS(2545), 1, - anon_sym_CARET, ACTIONS(2531), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2533), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2535), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [94801] = 13, + ACTIONS(2021), 7, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [94859] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2118), 1, + ACTIONS(2021), 1, + anon_sym_PIPE, + ACTIONS(2219), 1, anon_sym_LBRACK, - ACTIONS(2120), 1, - anon_sym_DOT, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, ACTIONS(2539), 1, anon_sym_STAR_STAR, - ACTIONS(2541), 1, - anon_sym_PIPE, ACTIONS(2543), 1, anon_sym_AMP, ACTIONS(2545), 1, @@ -108194,23 +108252,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2535), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [94847] = 4, + [94905] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(270), 2, + ACTIONS(1350), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1425), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1212), 2, - anon_sym_COLON, - anon_sym_COMMA, - ACTIONS(268), 14, + ACTIONS(1420), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -108225,34 +108283,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [94875] = 4, + [94933] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2529), 2, - anon_sym_COLON, - anon_sym_COMMA, - ACTIONS(1357), 14, + ACTIONS(2219), 1, anon_sym_LBRACK, + ACTIONS(2221), 1, anon_sym_LPAREN, + ACTIONS(2223), 1, anon_sym_DOT, + ACTIONS(2539), 1, + anon_sym_STAR_STAR, + ACTIONS(2023), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2021), 10, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [94903] = 13, + [94969] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(2185), 1, + anon_sym_LBRACK, + ACTIONS(2189), 1, + anon_sym_DOT, + ACTIONS(2221), 1, anon_sym_LPAREN, ACTIONS(2539), 1, anon_sym_STAR_STAR, @@ -108262,10 +108328,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(2545), 1, anon_sym_CARET, - ACTIONS(2551), 1, - anon_sym_LBRACK, - ACTIONS(2553), 1, - anon_sym_DOT, ACTIONS(2531), 2, anon_sym_STAR, anon_sym_SLASH, @@ -108275,102 +108337,51 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2535), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [94949] = 13, + [95015] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2217), 1, + ACTIONS(2219), 1, anon_sym_LBRACK, ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, anon_sym_DOT, ACTIONS(2539), 1, anon_sym_STAR_STAR, - ACTIONS(2541), 1, - anon_sym_PIPE, - ACTIONS(2543), 1, - anon_sym_AMP, - ACTIONS(2545), 1, - anon_sym_CARET, ACTIONS(2531), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2533), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, ACTIONS(2535), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2537), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - [94995] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1418), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(1425), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1420), 14, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [95023] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1407), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(1414), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1409), 14, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, + ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_STAR_STAR, + ACTIONS(2021), 5, + anon_sym_GT_GT, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [95051] = 13, + [95055] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 1, + ACTIONS(2053), 1, anon_sym_LBRACK, - ACTIONS(1995), 1, + ACTIONS(2057), 1, anon_sym_DOT, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, ACTIONS(2539), 1, anon_sym_STAR_STAR, @@ -108389,17 +108400,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2535), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [95097] = 2, + [95101] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2512), 18, + ACTIONS(2553), 18, sym__newline, anon_sym_EQ, anon_sym_PLUS_EQ, @@ -108418,79 +108429,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [95121] = 8, + [95125] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_LPAREN, - ACTIONS(2187), 1, - anon_sym_DOT, - ACTIONS(2539), 1, - anon_sym_STAR_STAR, - ACTIONS(2074), 2, + ACTIONS(1382), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1389), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2076), 10, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [95157] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2183), 1, + ACTIONS(1384), 14, anon_sym_LBRACK, - ACTIONS(2185), 1, anon_sym_LPAREN, - ACTIONS(2187), 1, anon_sym_DOT, - ACTIONS(2539), 1, - anon_sym_STAR_STAR, - ACTIONS(2068), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1280), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2066), 10, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + anon_sym_STAR_STAR, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [95193] = 13, + [95153] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2126), 1, + ACTIONS(2219), 1, anon_sym_LBRACK, - ACTIONS(2130), 1, - anon_sym_DOT, - ACTIONS(2185), 1, + ACTIONS(2221), 1, anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, ACTIONS(2539), 1, anon_sym_STAR_STAR, - ACTIONS(2541), 1, - anon_sym_PIPE, - ACTIONS(2543), 1, - anon_sym_AMP, - ACTIONS(2545), 1, - anon_sym_CARET, ACTIONS(2531), 2, anon_sym_STAR, anon_sym_SLASH, @@ -108500,23 +108473,27 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2535), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1280), 2, + STATE(1291), 2, sym_argument_list, sym_generator_expression, + ACTIONS(2021), 3, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, ACTIONS(2537), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [95239] = 4, + [95195] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1350), 2, - anon_sym_COMMA, - anon_sym_in, - ACTIONS(1362), 2, + ACTIONS(267), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1357), 14, + ACTIONS(442), 2, + anon_sym_COLON, + anon_sym_COMMA, + ACTIONS(265), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -108531,16 +108508,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [95267] = 4, + [95223] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1350), 2, + ACTIONS(1382), 2, + anon_sym_RBRACK, anon_sym_COMMA, - anon_sym_in, - ACTIONS(1399), 2, + ACTIONS(1389), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1394), 14, + ACTIONS(1384), 14, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOT, @@ -108555,189 +108532,200 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [95295] = 13, + [95251] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2219), 1, + anon_sym_LBRACK, + ACTIONS(2221), 1, + anon_sym_LPAREN, + ACTIONS(2223), 1, + anon_sym_DOT, + ACTIONS(2539), 1, + anon_sym_STAR_STAR, + ACTIONS(2545), 1, + anon_sym_CARET, + ACTIONS(2021), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(2531), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2533), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2535), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1291), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2537), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + [95295] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2555), 1, + anon_sym_EQ, + ACTIONS(2559), 1, + anon_sym_COLON, + ACTIONS(2561), 1, + anon_sym_COMMA, + STATE(1487), 1, + aux_sym_pattern_list_repeat1, + ACTIONS(2557), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [95326] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2563), 1, anon_sym_COLON, - ACTIONS(2557), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2573), 1, sym_python_identifier, - STATE(2098), 1, + STATE(2101), 1, sym_parameter, - STATE(2118), 1, + STATE(2115), 1, sym_tuple_pattern, - STATE(2374), 1, + STATE(2311), 1, sym__parameters, - STATE(2381), 1, + STATE(2413), 1, sym_lambda_parameters, - STATE(2226), 2, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [95340] = 13, + [95371] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2573), 1, sym_python_identifier, - ACTIONS(2567), 1, + ACTIONS(2575), 1, anon_sym_COLON, - STATE(2098), 1, + STATE(2101), 1, sym_parameter, - STATE(2118), 1, + STATE(2115), 1, sym_tuple_pattern, - STATE(2366), 1, - sym_lambda_parameters, - STATE(2374), 1, + STATE(2311), 1, sym__parameters, - STATE(2226), 2, + STATE(2387), 1, + sym_lambda_parameters, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [95385] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2512), 17, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_in, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [95408] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2547), 17, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_in, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [95431] = 13, + [95416] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2573), 1, sym_python_identifier, - ACTIONS(2569), 1, + ACTIONS(2577), 1, anon_sym_COLON, - STATE(2098), 1, + STATE(2101), 1, sym_parameter, - STATE(2118), 1, + STATE(2115), 1, sym_tuple_pattern, - STATE(2325), 1, - sym_lambda_parameters, - STATE(2374), 1, + STATE(2311), 1, sym__parameters, - STATE(2226), 2, + STATE(2373), 1, + sym_lambda_parameters, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [95476] = 13, + [95461] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2573), 1, sym_python_identifier, - ACTIONS(2571), 1, + ACTIONS(2579), 1, anon_sym_COLON, - STATE(2098), 1, + STATE(2101), 1, sym_parameter, - STATE(2118), 1, + STATE(2115), 1, sym_tuple_pattern, - STATE(2374), 1, + STATE(2311), 1, sym__parameters, - STATE(2406), 1, + STATE(2453), 1, sym_lambda_parameters, - STATE(2226), 2, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [95521] = 6, + [95506] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 1, + ACTIONS(2486), 17, anon_sym_EQ, - ACTIONS(2577), 1, + anon_sym_PLUS_EQ, anon_sym_COLON, - ACTIONS(2579), 1, anon_sym_COMMA, - STATE(1489), 1, - aux_sym_pattern_list_repeat1, - ACTIONS(2575), 13, - anon_sym_PLUS_EQ, + anon_sym_in, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -108750,46 +108738,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [95552] = 13, + [95529] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, - anon_sym_LPAREN, - ACTIONS(2559), 1, - anon_sym_STAR, - ACTIONS(2561), 1, - anon_sym_SLASH, - ACTIONS(2563), 1, - anon_sym_STAR_STAR, - ACTIONS(2565), 1, - sym_python_identifier, ACTIONS(2581), 1, - anon_sym_COLON, - STATE(2098), 1, - sym_parameter, - STATE(2118), 1, - sym_tuple_pattern, - STATE(2374), 1, - sym__parameters, - STATE(2426), 1, - sym_lambda_parameters, - STATE(2226), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(2229), 5, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [95597] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2583), 1, anon_sym_COMMA, - STATE(1480), 1, + STATE(1478), 1, aux_sym_pattern_list_repeat1, - ACTIONS(2512), 15, + ACTIONS(2486), 15, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_COLON, @@ -108805,47 +108761,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [95624] = 13, + [95556] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2573), 1, sym_python_identifier, - ACTIONS(2586), 1, + ACTIONS(2584), 1, anon_sym_COLON, - STATE(2098), 1, + STATE(2101), 1, sym_parameter, - STATE(2118), 1, + STATE(2115), 1, sym_tuple_pattern, - STATE(2374), 1, + STATE(2311), 1, sym__parameters, - STATE(2453), 1, + STATE(2315), 1, sym_lambda_parameters, - STATE(2226), 2, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [95669] = 2, + [95601] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1350), 17, + ACTIONS(2555), 1, anon_sym_EQ, - anon_sym_PLUS_EQ, + ACTIONS(2559), 1, anon_sym_COLON, + ACTIONS(2586), 1, anon_sym_COMMA, - anon_sym_in, + STATE(1424), 1, + aux_sym_pattern_list_repeat1, + ACTIONS(2557), 13, + anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -108858,138 +108818,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [95692] = 13, + [95632] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2573), 1, sym_python_identifier, ACTIONS(2588), 1, anon_sym_COLON, - STATE(2098), 1, + STATE(2101), 1, sym_parameter, - STATE(2118), 1, + STATE(2115), 1, sym_tuple_pattern, - STATE(2344), 1, - sym_lambda_parameters, - STATE(2374), 1, + STATE(2311), 1, sym__parameters, - STATE(2226), 2, + STATE(2353), 1, + sym_lambda_parameters, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [95737] = 13, + [95677] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2573), 1, sym_python_identifier, ACTIONS(2590), 1, anon_sym_COLON, - STATE(2098), 1, + STATE(2101), 1, sym_parameter, - STATE(2118), 1, + STATE(2115), 1, sym_tuple_pattern, - STATE(2305), 1, - sym_lambda_parameters, - STATE(2374), 1, + STATE(2311), 1, sym__parameters, - STATE(2226), 2, + STATE(2332), 1, + sym_lambda_parameters, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [95782] = 13, + [95722] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2573), 1, sym_python_identifier, ACTIONS(2592), 1, anon_sym_COLON, - STATE(2098), 1, + STATE(2101), 1, sym_parameter, - STATE(2118), 1, + STATE(2115), 1, sym_tuple_pattern, - STATE(2258), 1, - sym_lambda_parameters, - STATE(2374), 1, + STATE(2311), 1, sym__parameters, - STATE(2226), 2, + STATE(2314), 1, + sym_lambda_parameters, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [95827] = 13, + [95767] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, - anon_sym_LPAREN, + ACTIONS(2555), 1, + anon_sym_EQ, ACTIONS(2559), 1, - anon_sym_STAR, - ACTIONS(2561), 1, - anon_sym_SLASH, - ACTIONS(2563), 1, - anon_sym_STAR_STAR, - ACTIONS(2565), 1, - sym_python_identifier, - ACTIONS(2594), 1, anon_sym_COLON, - STATE(2098), 1, - sym_parameter, - STATE(2118), 1, - sym_tuple_pattern, - STATE(2301), 1, - sym_lambda_parameters, - STATE(2374), 1, - sym__parameters, - STATE(2226), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(2229), 5, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [95872] = 2, + ACTIONS(2594), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(2557), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [95796] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2549), 17, + ACTIONS(2553), 17, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_COLON, @@ -109007,46 +108959,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [95895] = 13, + [95819] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2573), 1, sym_python_identifier, ACTIONS(2596), 1, anon_sym_COLON, - STATE(2098), 1, + STATE(2101), 1, sym_parameter, - STATE(2118), 1, + STATE(2115), 1, sym_tuple_pattern, - STATE(2374), 1, + STATE(2311), 1, sym__parameters, - STATE(2387), 1, + STATE(2432), 1, sym_lambda_parameters, - STATE(2226), 2, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [95940] = 4, + [95864] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2598), 1, anon_sym_COMMA, - STATE(1480), 1, + STATE(1478), 1, aux_sym_pattern_list_repeat1, - ACTIONS(796), 15, + ACTIONS(780), 15, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_COLON, @@ -109062,138 +109014,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [95967] = 5, + [95891] = 13, ACTIONS(3), 1, sym_comment, + ACTIONS(2565), 1, + anon_sym_LPAREN, + ACTIONS(2567), 1, + anon_sym_STAR, + ACTIONS(2569), 1, + anon_sym_SLASH, + ACTIONS(2571), 1, + anon_sym_STAR_STAR, ACTIONS(2573), 1, - anon_sym_EQ, - ACTIONS(2577), 1, + sym_python_identifier, + ACTIONS(2600), 1, anon_sym_COLON, - ACTIONS(2600), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(2575), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [95996] = 6, + STATE(2101), 1, + sym_parameter, + STATE(2115), 1, + sym_tuple_pattern, + STATE(2311), 1, + sym__parameters, + STATE(2460), 1, + sym_lambda_parameters, + STATE(2232), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(2233), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [95936] = 13, ACTIONS(3), 1, sym_comment, + ACTIONS(2565), 1, + anon_sym_LPAREN, + ACTIONS(2567), 1, + anon_sym_STAR, + ACTIONS(2569), 1, + anon_sym_SLASH, + ACTIONS(2571), 1, + anon_sym_STAR_STAR, ACTIONS(2573), 1, - anon_sym_EQ, - ACTIONS(2577), 1, - anon_sym_COLON, + sym_python_identifier, ACTIONS(2602), 1, - anon_sym_COMMA, - STATE(1415), 1, - aux_sym_pattern_list_repeat1, - ACTIONS(2575), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [96027] = 13, + anon_sym_COLON, + STATE(2101), 1, + sym_parameter, + STATE(2115), 1, + sym_tuple_pattern, + STATE(2311), 1, + sym__parameters, + STATE(2380), 1, + sym_lambda_parameters, + STATE(2232), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(2233), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [95981] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2573), 1, sym_python_identifier, ACTIONS(2604), 1, anon_sym_COLON, - STATE(2098), 1, + STATE(2101), 1, sym_parameter, - STATE(2118), 1, + STATE(2115), 1, sym_tuple_pattern, - STATE(2275), 1, + STATE(2282), 1, sym_lambda_parameters, - STATE(2374), 1, + STATE(2311), 1, sym__parameters, - STATE(2226), 2, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [96072] = 13, + [96026] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1350), 17, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_in, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [96049] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2573), 1, sym_python_identifier, ACTIONS(2606), 1, anon_sym_COLON, - STATE(2098), 1, + STATE(2101), 1, sym_parameter, - STATE(2118), 1, + STATE(2115), 1, sym_tuple_pattern, - STATE(2374), 1, + STATE(2311), 1, sym__parameters, - STATE(2448), 1, + STATE(2394), 1, sym_lambda_parameters, - STATE(2226), 2, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, + [96094] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2547), 17, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_in, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, [96117] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2345), 1, + ACTIONS(2611), 1, anon_sym_not, - ACTIONS(2361), 1, + ACTIONS(2617), 1, anon_sym_is, - STATE(1496), 1, + STATE(1494), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2359), 2, + ACTIONS(2614), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2424), 5, + ACTIONS(2412), 5, anon_sym_as, anon_sym_if, anon_sym_else, anon_sym_and, anon_sym_or, - ACTIONS(2343), 6, + ACTIONS(2608), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, @@ -109201,23 +109210,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, [96149] = 8, - ACTIONS(2608), 1, + ACTIONS(2620), 1, aux_sym_recipe_token1, - ACTIONS(2610), 1, + ACTIONS(2622), 1, anon_sym_NULL, - ACTIONS(2614), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2616), 1, + ACTIONS(2628), 1, anon_sym_COLON, - ACTIONS(2618), 1, + ACTIONS(2630), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2620), 1, + ACTIONS(2632), 1, sym_comment, - STATE(1644), 3, + STATE(1653), 3, sym_variable_flag, sym_override, sym_variable_expansion, - ACTIONS(2612), 8, + ACTIONS(2624), 8, anon_sym_EQ, anon_sym_QMARK_EQ, anon_sym_QMARK_QMARK_EQ, @@ -109226,16 +109235,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_PLUS, anon_sym_DOT_EQ, anon_sym_EQ_DOT, - [96183] = 7, + [96183] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2634), 1, + anon_sym_LPAREN, + ACTIONS(2636), 1, + anon_sym_RPAREN, + ACTIONS(2638), 1, + anon_sym_STAR, + ACTIONS(2640), 1, + anon_sym_SLASH, + ACTIONS(2642), 1, + anon_sym_STAR_STAR, + ACTIONS(2644), 1, + sym_python_identifier, + STATE(2082), 1, + sym_parameter, + STATE(2085), 1, + sym_tuple_pattern, + STATE(2459), 1, + sym__parameters, + STATE(2090), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(2260), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [96225] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2625), 1, + ACTIONS(2345), 1, anon_sym_not, - ACTIONS(2631), 1, + ACTIONS(2361), 1, anon_sym_is, - STATE(1496), 1, + STATE(1494), 1, aux_sym_comparison_operator_repeat1, - ACTIONS(2628), 2, + ACTIONS(2359), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2408), 5, @@ -109244,121 +109283,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_and, anon_sym_or, - ACTIONS(2622), 6, + ACTIONS(2343), 6, anon_sym_in, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - [96215] = 12, + [96257] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2634), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2636), 1, - anon_sym_RPAREN, - ACTIONS(2638), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2640), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2642), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2644), 1, + ACTIONS(2573), 1, sym_python_identifier, - STATE(2083), 1, - sym_parameter, - STATE(2086), 1, + ACTIONS(2646), 1, + anon_sym_COLON, + STATE(2115), 1, sym_tuple_pattern, - STATE(2440), 1, - sym__parameters, - STATE(2092), 2, + STATE(2258), 1, + sym_parameter, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2254), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [96257] = 11, + [96296] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2573), 1, sym_python_identifier, - ACTIONS(2646), 1, + ACTIONS(2648), 1, anon_sym_COLON, - STATE(2118), 1, + STATE(2115), 1, sym_tuple_pattern, - STATE(2247), 1, + STATE(2258), 1, sym_parameter, - STATE(2226), 2, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [96296] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2573), 1, - anon_sym_EQ, - ACTIONS(2577), 1, - anon_sym_COLON, - ACTIONS(2575), 13, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_AT_EQ, - anon_sym_SLASH_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [96321] = 11, + [96335] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, + ACTIONS(2634), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2638), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2640), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2642), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2644), 1, sym_python_identifier, - ACTIONS(2648), 1, - anon_sym_COLON, - STATE(2118), 1, + ACTIONS(2646), 1, + anon_sym_RPAREN, + STATE(2085), 1, sym_tuple_pattern, - STATE(2247), 1, + STATE(2190), 1, sym_parameter, - STATE(2226), 2, + STATE(2090), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2260), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [96360] = 11, + [96374] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2634), 1, @@ -109373,25 +109389,46 @@ static const uint16_t ts_small_parse_table[] = { sym_python_identifier, ACTIONS(2648), 1, anon_sym_RPAREN, - STATE(2086), 1, + STATE(2085), 1, sym_tuple_pattern, - STATE(2182), 1, + STATE(2190), 1, sym_parameter, - STATE(2092), 2, + STATE(2090), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2254), 5, + STATE(2260), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [96399] = 9, + [96413] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2555), 1, + anon_sym_EQ, + ACTIONS(2559), 1, + anon_sym_COLON, + ACTIONS(2557), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_AT_EQ, + anon_sym_SLASH_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [96438] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2612), 1, + ACTIONS(2624), 1, anon_sym_EQ, - ACTIONS(2616), 1, + ACTIONS(2628), 1, anon_sym_COLON, ACTIONS(2652), 1, anon_sym_LBRACK, @@ -109399,9 +109436,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2656), 1, anon_sym_DOLLAR_LBRACE, - STATE(1590), 1, + STATE(1627), 1, sym_override, - STATE(1644), 2, + STATE(1653), 2, sym_variable_flag, sym_variable_expansion, ACTIONS(2650), 7, @@ -109412,55 +109449,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_PLUS, anon_sym_DOT_EQ, anon_sym_EQ_DOT, - [96434] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2634), 1, - anon_sym_LPAREN, - ACTIONS(2638), 1, - anon_sym_STAR, - ACTIONS(2640), 1, - anon_sym_SLASH, - ACTIONS(2642), 1, - anon_sym_STAR_STAR, - ACTIONS(2644), 1, - sym_python_identifier, - ACTIONS(2646), 1, - anon_sym_RPAREN, - STATE(2086), 1, - sym_tuple_pattern, - STATE(2182), 1, - sym_parameter, - STATE(2092), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(2254), 5, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, [96473] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, + ACTIONS(2565), 1, anon_sym_LPAREN, - ACTIONS(2559), 1, + ACTIONS(2567), 1, anon_sym_STAR, - ACTIONS(2561), 1, + ACTIONS(2569), 1, anon_sym_SLASH, - ACTIONS(2563), 1, + ACTIONS(2571), 1, anon_sym_STAR_STAR, - ACTIONS(2565), 1, + ACTIONS(2573), 1, sym_python_identifier, - STATE(2118), 1, + STATE(2115), 1, sym_tuple_pattern, - STATE(2247), 1, + STATE(2258), 1, sym_parameter, - STATE(2226), 2, + STATE(2232), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2229), 5, + STATE(2233), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, @@ -109479,14 +109488,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, ACTIONS(2644), 1, sym_python_identifier, - STATE(2086), 1, + STATE(2085), 1, sym_tuple_pattern, - STATE(2182), 1, + STATE(2190), 1, sym_parameter, - STATE(2092), 2, + STATE(2090), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2254), 5, + STATE(2260), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, @@ -109495,7 +109504,7 @@ static const uint16_t ts_small_parse_table[] = { [96545] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2365), 1, + ACTIONS(2363), 1, ts_builtin_sym_end, ACTIONS(2658), 13, anon_sym_unset, @@ -109514,7 +109523,7 @@ static const uint16_t ts_small_parse_table[] = { [96567] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1925), 12, + ACTIONS(2660), 12, sym__newline, anon_sym_EQ, anon_sym_COLON, @@ -109530,88 +109539,88 @@ static const uint16_t ts_small_parse_table[] = { [96585] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2660), 1, - anon_sym_COLON, ACTIONS(2662), 1, - anon_sym_RBRACE, + anon_sym_COLON, ACTIONS(2664), 1, - anon_sym_COMMA, + anon_sym_RBRACE, ACTIONS(2666), 1, - anon_sym_as, + anon_sym_COMMA, ACTIONS(2668), 1, - anon_sym_if, + anon_sym_as, ACTIONS(2670), 1, - anon_sym_async, + anon_sym_if, ACTIONS(2672), 1, - anon_sym_for, + anon_sym_async, ACTIONS(2674), 1, - anon_sym_and, + anon_sym_for, ACTIONS(2676), 1, + anon_sym_and, + ACTIONS(2678), 1, anon_sym_or, - STATE(1728), 1, + STATE(1714), 1, sym_for_in_clause, - STATE(2068), 1, + STATE(2056), 1, aux_sym__collection_elements_repeat1, - STATE(2266), 1, + STATE(2342), 1, sym__comprehension_clauses, [96625] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2660), 1, - anon_sym_COLON, ACTIONS(2662), 1, - anon_sym_RBRACE, + anon_sym_COLON, ACTIONS(2664), 1, - anon_sym_COMMA, + anon_sym_RBRACE, ACTIONS(2666), 1, - anon_sym_as, + anon_sym_COMMA, ACTIONS(2668), 1, - anon_sym_if, + anon_sym_as, ACTIONS(2670), 1, - anon_sym_async, + anon_sym_if, ACTIONS(2672), 1, - anon_sym_for, + anon_sym_async, ACTIONS(2674), 1, - anon_sym_and, + anon_sym_for, ACTIONS(2676), 1, + anon_sym_and, + ACTIONS(2678), 1, anon_sym_or, - STATE(1728), 1, + STATE(1714), 1, sym_for_in_clause, - STATE(2068), 1, + STATE(2056), 1, aux_sym__collection_elements_repeat1, - STATE(2373), 1, + STATE(2356), 1, sym__comprehension_clauses, [96665] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2660), 1, - anon_sym_COLON, ACTIONS(2662), 1, - anon_sym_RBRACE, + anon_sym_COLON, ACTIONS(2664), 1, - anon_sym_COMMA, + anon_sym_RBRACE, ACTIONS(2666), 1, - anon_sym_as, + anon_sym_COMMA, ACTIONS(2668), 1, - anon_sym_if, + anon_sym_as, ACTIONS(2670), 1, - anon_sym_async, + anon_sym_if, ACTIONS(2672), 1, - anon_sym_for, + anon_sym_async, ACTIONS(2674), 1, - anon_sym_and, + anon_sym_for, ACTIONS(2676), 1, + anon_sym_and, + ACTIONS(2678), 1, anon_sym_or, - STATE(1728), 1, + STATE(1714), 1, sym_for_in_clause, - STATE(2068), 1, + STATE(2056), 1, aux_sym__collection_elements_repeat1, - STATE(2283), 1, + STATE(2445), 1, sym__comprehension_clauses, [96705] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2678), 12, + ACTIONS(2680), 12, sym__newline, anon_sym_EQ, anon_sym_COLON, @@ -109627,88 +109636,34 @@ static const uint16_t ts_small_parse_table[] = { [96723] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2660), 1, - anon_sym_COLON, ACTIONS(2662), 1, - anon_sym_RBRACE, - ACTIONS(2664), 1, - anon_sym_COMMA, - ACTIONS(2666), 1, - anon_sym_as, - ACTIONS(2668), 1, - anon_sym_if, - ACTIONS(2670), 1, - anon_sym_async, - ACTIONS(2672), 1, - anon_sym_for, - ACTIONS(2674), 1, - anon_sym_and, - ACTIONS(2676), 1, - anon_sym_or, - STATE(1728), 1, - sym_for_in_clause, - STATE(2068), 1, - aux_sym__collection_elements_repeat1, - STATE(2318), 1, - sym__comprehension_clauses, - [96763] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2660), 1, anon_sym_COLON, - ACTIONS(2662), 1, - anon_sym_RBRACE, ACTIONS(2664), 1, - anon_sym_COMMA, - ACTIONS(2666), 1, - anon_sym_as, - ACTIONS(2668), 1, - anon_sym_if, - ACTIONS(2670), 1, - anon_sym_async, - ACTIONS(2672), 1, - anon_sym_for, - ACTIONS(2674), 1, - anon_sym_and, - ACTIONS(2676), 1, - anon_sym_or, - STATE(1728), 1, - sym_for_in_clause, - STATE(2068), 1, - aux_sym__collection_elements_repeat1, - STATE(2335), 1, - sym__comprehension_clauses, - [96803] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2660), 1, - anon_sym_COLON, - ACTIONS(2662), 1, anon_sym_RBRACE, - ACTIONS(2664), 1, - anon_sym_COMMA, ACTIONS(2666), 1, - anon_sym_as, + anon_sym_COMMA, ACTIONS(2668), 1, - anon_sym_if, + anon_sym_as, ACTIONS(2670), 1, - anon_sym_async, + anon_sym_if, ACTIONS(2672), 1, - anon_sym_for, + anon_sym_async, ACTIONS(2674), 1, - anon_sym_and, + anon_sym_for, ACTIONS(2676), 1, + anon_sym_and, + ACTIONS(2678), 1, anon_sym_or, - STATE(1728), 1, + STATE(1714), 1, sym_for_in_clause, - STATE(2068), 1, + STATE(2056), 1, aux_sym__collection_elements_repeat1, - STATE(2432), 1, + STATE(2398), 1, sym__comprehension_clauses, - [96843] = 2, + [96763] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2680), 12, + ACTIONS(1925), 12, sym__newline, anon_sym_EQ, anon_sym_COLON, @@ -109721,275 +109676,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_PIPE, - [96861] = 13, + [96781] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2660), 1, - anon_sym_COLON, ACTIONS(2662), 1, - anon_sym_RBRACE, + anon_sym_COLON, ACTIONS(2664), 1, - anon_sym_COMMA, + anon_sym_RBRACE, ACTIONS(2666), 1, - anon_sym_as, + anon_sym_COMMA, ACTIONS(2668), 1, - anon_sym_if, + anon_sym_as, ACTIONS(2670), 1, - anon_sym_async, + anon_sym_if, ACTIONS(2672), 1, - anon_sym_for, + anon_sym_async, ACTIONS(2674), 1, - anon_sym_and, + anon_sym_for, ACTIONS(2676), 1, + anon_sym_and, + ACTIONS(2678), 1, anon_sym_or, - STATE(1728), 1, + STATE(1714), 1, sym_for_in_clause, - STATE(2068), 1, + STATE(2056), 1, aux_sym__collection_elements_repeat1, - STATE(2351), 1, + STATE(2290), 1, sym__comprehension_clauses, - [96901] = 13, + [96821] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2660), 1, - anon_sym_COLON, ACTIONS(2662), 1, - anon_sym_RBRACE, + anon_sym_COLON, ACTIONS(2664), 1, - anon_sym_COMMA, + anon_sym_RBRACE, ACTIONS(2666), 1, - anon_sym_as, - ACTIONS(2668), 1, - anon_sym_if, - ACTIONS(2670), 1, - anon_sym_async, - ACTIONS(2672), 1, - anon_sym_for, - ACTIONS(2674), 1, - anon_sym_and, - ACTIONS(2676), 1, - anon_sym_or, - STATE(1728), 1, - sym_for_in_clause, - STATE(2068), 1, - aux_sym__collection_elements_repeat1, - STATE(2350), 1, - sym__comprehension_clauses, - [96941] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2662), 1, - anon_sym_RBRACK, - ACTIONS(2682), 1, - anon_sym_COMMA, - ACTIONS(2684), 1, - anon_sym_as, - ACTIONS(2686), 1, - anon_sym_if, - ACTIONS(2688), 1, - anon_sym_async, - ACTIONS(2690), 1, - anon_sym_for, - ACTIONS(2692), 1, - anon_sym_and, - ACTIONS(2694), 1, - anon_sym_or, - STATE(1712), 1, - sym_for_in_clause, - STATE(2125), 1, - aux_sym__collection_elements_repeat1, - STATE(2342), 1, - sym__comprehension_clauses, - [96978] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2696), 1, - anon_sym_RPAREN, - ACTIONS(2698), 1, anon_sym_COMMA, - ACTIONS(2700), 1, + ACTIONS(2668), 1, anon_sym_as, - ACTIONS(2702), 1, + ACTIONS(2670), 1, anon_sym_if, - ACTIONS(2704), 1, + ACTIONS(2672), 1, anon_sym_async, - ACTIONS(2706), 1, + ACTIONS(2674), 1, anon_sym_for, - ACTIONS(2708), 1, + ACTIONS(2676), 1, anon_sym_and, - ACTIONS(2710), 1, + ACTIONS(2678), 1, anon_sym_or, - STATE(1727), 1, + STATE(1714), 1, sym_for_in_clause, - STATE(2034), 1, + STATE(2056), 1, aux_sym__collection_elements_repeat1, - STATE(2334), 1, - sym__comprehension_clauses, - [97015] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2714), 1, - anon_sym_as, - ACTIONS(2716), 1, - anon_sym_if, - ACTIONS(2718), 1, - anon_sym_and, - ACTIONS(2720), 1, - anon_sym_or, - ACTIONS(2712), 7, - sym__newline, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_PIPE, - [97040] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2700), 1, - anon_sym_as, - ACTIONS(2702), 1, - anon_sym_if, - ACTIONS(2704), 1, - anon_sym_async, - ACTIONS(2706), 1, - anon_sym_for, - ACTIONS(2708), 1, - anon_sym_and, - ACTIONS(2710), 1, - anon_sym_or, - ACTIONS(2722), 1, - anon_sym_RPAREN, - ACTIONS(2724), 1, - anon_sym_COMMA, - STATE(1727), 1, - sym_for_in_clause, - STATE(1947), 1, - aux_sym_argument_list_repeat1, - STATE(2362), 1, + STATE(2381), 1, sym__comprehension_clauses, - [97077] = 12, + [96861] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(2662), 1, - anon_sym_RBRACK, - ACTIONS(2682), 1, - anon_sym_COMMA, - ACTIONS(2684), 1, - anon_sym_as, - ACTIONS(2686), 1, - anon_sym_if, - ACTIONS(2688), 1, - anon_sym_async, - ACTIONS(2690), 1, - anon_sym_for, - ACTIONS(2692), 1, - anon_sym_and, - ACTIONS(2694), 1, - anon_sym_or, - STATE(1712), 1, - sym_for_in_clause, - STATE(2125), 1, - aux_sym__collection_elements_repeat1, - STATE(2280), 1, - sym__comprehension_clauses, - [97114] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2718), 1, - anon_sym_and, - ACTIONS(2720), 1, - anon_sym_or, - ACTIONS(2728), 1, - anon_sym_as, - ACTIONS(2726), 8, - sym__newline, - anon_sym_EQ, anon_sym_COLON, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_if, - anon_sym_PIPE, - [97137] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2662), 1, - anon_sym_RBRACK, - ACTIONS(2682), 1, + ACTIONS(2664), 1, + anon_sym_RBRACE, + ACTIONS(2666), 1, anon_sym_COMMA, - ACTIONS(2684), 1, + ACTIONS(2668), 1, anon_sym_as, - ACTIONS(2686), 1, + ACTIONS(2670), 1, anon_sym_if, - ACTIONS(2688), 1, + ACTIONS(2672), 1, anon_sym_async, - ACTIONS(2690), 1, + ACTIONS(2674), 1, anon_sym_for, - ACTIONS(2692), 1, + ACTIONS(2676), 1, anon_sym_and, - ACTIONS(2694), 1, + ACTIONS(2678), 1, anon_sym_or, - STATE(1712), 1, + STATE(1714), 1, sym_for_in_clause, - STATE(2125), 1, + STATE(2056), 1, aux_sym__collection_elements_repeat1, - STATE(2361), 1, + STATE(2345), 1, sym__comprehension_clauses, - [97174] = 12, + [96901] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(2662), 1, + anon_sym_COLON, + ACTIONS(2664), 1, + anon_sym_RBRACE, + ACTIONS(2666), 1, anon_sym_COMMA, - ACTIONS(2700), 1, + ACTIONS(2668), 1, anon_sym_as, - ACTIONS(2702), 1, + ACTIONS(2670), 1, anon_sym_if, - ACTIONS(2704), 1, + ACTIONS(2672), 1, anon_sym_async, - ACTIONS(2706), 1, + ACTIONS(2674), 1, anon_sym_for, - ACTIONS(2708), 1, + ACTIONS(2676), 1, anon_sym_and, - ACTIONS(2710), 1, + ACTIONS(2678), 1, anon_sym_or, - ACTIONS(2731), 1, - anon_sym_RPAREN, - STATE(1727), 1, + STATE(1714), 1, sym_for_in_clause, - STATE(2034), 1, + STATE(2056), 1, aux_sym__collection_elements_repeat1, - STATE(2362), 1, + STATE(2275), 1, sym__comprehension_clauses, - [97211] = 12, + [96941] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 1, - anon_sym_RBRACK, ACTIONS(2682), 1, - anon_sym_COMMA, + anon_sym_RPAREN, ACTIONS(2684), 1, - anon_sym_as, + anon_sym_COMMA, ACTIONS(2686), 1, - anon_sym_if, + anon_sym_as, ACTIONS(2688), 1, - anon_sym_async, + anon_sym_if, ACTIONS(2690), 1, - anon_sym_for, + anon_sym_async, ACTIONS(2692), 1, - anon_sym_and, + anon_sym_for, ACTIONS(2694), 1, + anon_sym_and, + ACTIONS(2696), 1, anon_sym_or, - STATE(1712), 1, + STATE(1703), 1, sym_for_in_clause, - STATE(2125), 1, + STATE(2024), 1, aux_sym__collection_elements_repeat1, - STATE(2337), 1, + STATE(2365), 1, sym__comprehension_clauses, - [97248] = 12, + [96978] = 12, ACTIONS(3), 1, sym_comment, + ACTIONS(2664), 1, + anon_sym_RBRACK, + ACTIONS(2698), 1, + anon_sym_COMMA, ACTIONS(2700), 1, anon_sym_as, ACTIONS(2702), 1, @@ -110002,126 +109828,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, ACTIONS(2710), 1, anon_sym_or, - ACTIONS(2733), 1, - anon_sym_RPAREN, - ACTIONS(2735), 1, - anon_sym_COMMA, - STATE(1727), 1, + STATE(1698), 1, sym_for_in_clause, - STATE(2034), 1, + STATE(2129), 1, aux_sym__collection_elements_repeat1, - STATE(2438), 1, + STATE(2367), 1, sym__comprehension_clauses, - [97285] = 12, + [97015] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 1, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2702), 1, + ACTIONS(2688), 1, anon_sym_if, - ACTIONS(2704), 1, + ACTIONS(2690), 1, anon_sym_async, - ACTIONS(2706), 1, + ACTIONS(2692), 1, anon_sym_for, - ACTIONS(2708), 1, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2710), 1, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(2738), 1, + ACTIONS(2712), 1, anon_sym_RPAREN, - ACTIONS(2740), 1, + ACTIONS(2714), 1, anon_sym_COMMA, - STATE(1727), 1, + STATE(1703), 1, sym_for_in_clause, - STATE(2008), 1, + STATE(1949), 1, aux_sym_argument_list_repeat1, - STATE(2332), 1, + STATE(2372), 1, sym__comprehension_clauses, - [97322] = 12, + [97052] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 1, + ACTIONS(2664), 1, anon_sym_RBRACK, - ACTIONS(2682), 1, + ACTIONS(2698), 1, anon_sym_COMMA, - ACTIONS(2684), 1, + ACTIONS(2700), 1, anon_sym_as, - ACTIONS(2686), 1, + ACTIONS(2702), 1, anon_sym_if, - ACTIONS(2688), 1, + ACTIONS(2704), 1, anon_sym_async, - ACTIONS(2690), 1, + ACTIONS(2706), 1, anon_sym_for, - ACTIONS(2692), 1, + ACTIONS(2708), 1, anon_sym_and, - ACTIONS(2694), 1, + ACTIONS(2710), 1, anon_sym_or, - STATE(1712), 1, + STATE(1698), 1, sym_for_in_clause, - STATE(2125), 1, + STATE(2129), 1, aux_sym__collection_elements_repeat1, - STATE(2358), 1, + STATE(2423), 1, sym__comprehension_clauses, - [97359] = 12, + [97089] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 1, + ACTIONS(2684), 1, + anon_sym_COMMA, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2702), 1, + ACTIONS(2688), 1, anon_sym_if, - ACTIONS(2704), 1, + ACTIONS(2690), 1, anon_sym_async, - ACTIONS(2706), 1, + ACTIONS(2692), 1, anon_sym_for, - ACTIONS(2708), 1, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2710), 1, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(2742), 1, + ACTIONS(2716), 1, anon_sym_RPAREN, - ACTIONS(2744), 1, - anon_sym_COMMA, - STATE(1727), 1, + STATE(1703), 1, sym_for_in_clause, - STATE(2128), 1, - aux_sym_argument_list_repeat1, - STATE(2345), 1, + STATE(2024), 1, + aux_sym__collection_elements_repeat1, + STATE(2448), 1, sym__comprehension_clauses, - [97396] = 12, + [97126] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, - anon_sym_COMMA, - ACTIONS(2700), 1, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2702), 1, + ACTIONS(2688), 1, anon_sym_if, - ACTIONS(2704), 1, + ACTIONS(2690), 1, anon_sym_async, - ACTIONS(2706), 1, + ACTIONS(2692), 1, anon_sym_for, - ACTIONS(2708), 1, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2710), 1, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(2746), 1, + ACTIONS(2718), 1, anon_sym_RPAREN, - STATE(1727), 1, + ACTIONS(2720), 1, + anon_sym_COMMA, + STATE(1703), 1, sym_for_in_clause, - STATE(2034), 1, - aux_sym__collection_elements_repeat1, - STATE(2345), 1, + STATE(2128), 1, + aux_sym_argument_list_repeat1, + STATE(2448), 1, sym__comprehension_clauses, - [97433] = 5, + [97163] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2748), 1, + ACTIONS(2722), 1, anon_sym_EQ, - ACTIONS(2752), 1, + ACTIONS(2726), 1, anon_sym_COLON, - STATE(1537), 1, + STATE(1542), 1, aux_sym_override_repeat1, - ACTIONS(2750), 8, + ACTIONS(2724), 8, anon_sym_QMARK_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_COLON_EQ, @@ -110130,50 +109952,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_EQ, anon_sym_EQ_DOT, anon_sym_LPAREN, - [97456] = 6, + [97186] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2716), 1, + ACTIONS(2688), 1, anon_sym_if, - ACTIONS(2718), 1, + ACTIONS(2690), 1, + anon_sym_async, + ACTIONS(2692), 1, + anon_sym_for, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2720), 1, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(2754), 7, - sym__newline, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(2716), 1, + anon_sym_RPAREN, + ACTIONS(2728), 1, anon_sym_COMMA, - anon_sym_PIPE, - [97481] = 9, + STATE(1703), 1, + sym_for_in_clause, + STATE(2024), 1, + aux_sym__collection_elements_repeat1, + STATE(2448), 1, + sym__comprehension_clauses, + [97223] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2716), 1, + ACTIONS(2688), 1, anon_sym_if, - ACTIONS(2718), 1, + ACTIONS(2690), 1, + anon_sym_async, + ACTIONS(2692), 1, + anon_sym_for, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2720), 1, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(2760), 1, + ACTIONS(2731), 1, + anon_sym_RPAREN, + ACTIONS(2733), 1, + anon_sym_COMMA, + STATE(1703), 1, + sym_for_in_clause, + STATE(2014), 1, + aux_sym_argument_list_repeat1, + STATE(2339), 1, + sym__comprehension_clauses, + [97260] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2739), 1, anon_sym_COMMA, - STATE(1921), 1, + ACTIONS(2741), 1, + anon_sym_as, + ACTIONS(2743), 1, + anon_sym_if, + ACTIONS(2745), 1, + anon_sym_and, + ACTIONS(2747), 1, + anon_sym_or, + STATE(1924), 1, aux_sym_assert_statement_repeat1, - ACTIONS(2758), 2, + ACTIONS(2737), 2, sym__newline, anon_sym_SEMI, - ACTIONS(2756), 3, + ACTIONS(2735), 3, anon_sym_COLON, anon_sym_DOT, anon_sym_PIPE, - [97512] = 12, + [97291] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2684), 1, + anon_sym_COMMA, + ACTIONS(2686), 1, + anon_sym_as, + ACTIONS(2688), 1, + anon_sym_if, + ACTIONS(2690), 1, + anon_sym_async, + ACTIONS(2692), 1, + anon_sym_for, + ACTIONS(2694), 1, + anon_sym_and, + ACTIONS(2696), 1, + anon_sym_or, + ACTIONS(2749), 1, + anon_sym_RPAREN, + STATE(1703), 1, + sym_for_in_clause, + STATE(2024), 1, + aux_sym__collection_elements_repeat1, + STATE(2348), 1, + sym__comprehension_clauses, + [97328] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2684), 1, + anon_sym_COMMA, + ACTIONS(2686), 1, + anon_sym_as, + ACTIONS(2688), 1, + anon_sym_if, + ACTIONS(2690), 1, + anon_sym_async, + ACTIONS(2692), 1, + anon_sym_for, + ACTIONS(2694), 1, + anon_sym_and, + ACTIONS(2696), 1, + anon_sym_or, + ACTIONS(2751), 1, + anon_sym_RPAREN, + STATE(1703), 1, + sym_for_in_clause, + STATE(2024), 1, + aux_sym__collection_elements_repeat1, + STATE(2372), 1, + sym__comprehension_clauses, + [97365] = 12, ACTIONS(3), 1, sym_comment, + ACTIONS(2664), 1, + anon_sym_RBRACK, + ACTIONS(2698), 1, + anon_sym_COMMA, ACTIONS(2700), 1, anon_sym_as, ACTIONS(2702), 1, @@ -110186,51 +110093,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, ACTIONS(2710), 1, anon_sym_or, - ACTIONS(2762), 1, - anon_sym_RPAREN, - ACTIONS(2764), 1, - anon_sym_COMMA, - STATE(1727), 1, + STATE(1698), 1, sym_for_in_clause, - STATE(2093), 1, - aux_sym_argument_list_repeat1, - STATE(2299), 1, + STATE(2129), 1, + aux_sym__collection_elements_repeat1, + STATE(2449), 1, sym__comprehension_clauses, - [97549] = 12, + [97402] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 1, - anon_sym_RBRACK, - ACTIONS(2682), 1, - anon_sym_COMMA, - ACTIONS(2684), 1, - anon_sym_as, ACTIONS(2686), 1, - anon_sym_if, + anon_sym_as, ACTIONS(2688), 1, - anon_sym_async, + anon_sym_if, ACTIONS(2690), 1, - anon_sym_for, + anon_sym_async, ACTIONS(2692), 1, - anon_sym_and, + anon_sym_for, ACTIONS(2694), 1, + anon_sym_and, + ACTIONS(2696), 1, anon_sym_or, - STATE(1712), 1, + ACTIONS(2753), 1, + anon_sym_RPAREN, + ACTIONS(2755), 1, + anon_sym_COMMA, + STATE(1703), 1, sym_for_in_clause, - STATE(2125), 1, - aux_sym__collection_elements_repeat1, - STATE(2439), 1, + STATE(2135), 1, + aux_sym_argument_list_repeat1, + STATE(2383), 1, sym__comprehension_clauses, - [97586] = 5, + [97439] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2752), 1, + ACTIONS(2726), 1, anon_sym_COLON, - ACTIONS(2766), 1, + ACTIONS(2757), 1, anon_sym_EQ, - STATE(1545), 1, + STATE(1524), 1, aux_sym_override_repeat1, - ACTIONS(2768), 8, + ACTIONS(2759), 8, anon_sym_QMARK_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_COLON_EQ, @@ -110239,34 +110142,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_EQ, anon_sym_EQ_DOT, anon_sym_LPAREN, - [97609] = 12, + [97462] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 1, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2702), 1, + ACTIONS(2688), 1, anon_sym_if, - ACTIONS(2704), 1, + ACTIONS(2690), 1, anon_sym_async, - ACTIONS(2706), 1, + ACTIONS(2692), 1, anon_sym_for, - ACTIONS(2708), 1, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2710), 1, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(2770), 1, + ACTIONS(2761), 1, anon_sym_RPAREN, - ACTIONS(2772), 1, + ACTIONS(2763), 1, anon_sym_COMMA, - STATE(1727), 1, + STATE(1703), 1, sym_for_in_clause, - STATE(2147), 1, + STATE(2057), 1, aux_sym_argument_list_repeat1, - STATE(2438), 1, + STATE(2348), 1, sym__comprehension_clauses, - [97646] = 12, + [97499] = 12, ACTIONS(3), 1, sym_comment, + ACTIONS(2664), 1, + anon_sym_RBRACK, ACTIONS(2698), 1, anon_sym_COMMA, ACTIONS(2700), 1, @@ -110281,17 +110186,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, ACTIONS(2710), 1, anon_sym_or, - ACTIONS(2774), 1, - anon_sym_RPAREN, - STATE(1727), 1, + STATE(1698), 1, sym_for_in_clause, - STATE(2034), 1, + STATE(2129), 1, aux_sym__collection_elements_repeat1, - STATE(2281), 1, + STATE(2388), 1, sym__comprehension_clauses, - [97683] = 12, + [97536] = 12, ACTIONS(3), 1, sym_comment, + ACTIONS(2664), 1, + anon_sym_RBRACK, + ACTIONS(2698), 1, + anon_sym_COMMA, ACTIONS(2700), 1, anon_sym_as, ACTIONS(2702), 1, @@ -110304,118 +110211,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, ACTIONS(2710), 1, anon_sym_or, - ACTIONS(2776), 1, + STATE(1698), 1, + sym_for_in_clause, + STATE(2129), 1, + aux_sym__collection_elements_repeat1, + STATE(2293), 1, + sym__comprehension_clauses, + [97573] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2686), 1, + anon_sym_as, + ACTIONS(2688), 1, + anon_sym_if, + ACTIONS(2690), 1, + anon_sym_async, + ACTIONS(2692), 1, + anon_sym_for, + ACTIONS(2694), 1, + anon_sym_and, + ACTIONS(2696), 1, + anon_sym_or, + ACTIONS(2765), 1, anon_sym_RPAREN, - ACTIONS(2778), 1, + ACTIONS(2767), 1, anon_sym_COMMA, - STATE(1727), 1, + STATE(1703), 1, sym_for_in_clause, - STATE(2044), 1, + STATE(2054), 1, aux_sym_argument_list_repeat1, - STATE(2281), 1, + STATE(2288), 1, sym__comprehension_clauses, - [97720] = 12, + [97610] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(2684), 1, anon_sym_COMMA, - ACTIONS(2700), 1, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2702), 1, + ACTIONS(2688), 1, anon_sym_if, - ACTIONS(2704), 1, + ACTIONS(2690), 1, anon_sym_async, - ACTIONS(2706), 1, + ACTIONS(2692), 1, anon_sym_for, - ACTIONS(2708), 1, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2710), 1, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(2780), 1, + ACTIONS(2769), 1, anon_sym_RPAREN, - STATE(1727), 1, + STATE(1703), 1, sym_for_in_clause, - STATE(2034), 1, + STATE(2024), 1, aux_sym__collection_elements_repeat1, - STATE(2308), 1, + STATE(2267), 1, sym__comprehension_clauses, - [97757] = 4, + [97647] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2718), 1, + ACTIONS(2684), 1, + anon_sym_COMMA, + ACTIONS(2686), 1, + anon_sym_as, + ACTIONS(2688), 1, + anon_sym_if, + ACTIONS(2690), 1, + anon_sym_async, + ACTIONS(2692), 1, + anon_sym_for, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2720), 1, + ACTIONS(2696), 1, + anon_sym_or, + ACTIONS(2771), 1, + anon_sym_RPAREN, + STATE(1703), 1, + sym_for_in_clause, + STATE(2024), 1, + aux_sym__collection_elements_repeat1, + STATE(2339), 1, + sym__comprehension_clauses, + [97684] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2741), 1, + anon_sym_as, + ACTIONS(2743), 1, + anon_sym_if, + ACTIONS(2745), 1, + anon_sym_and, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(2782), 9, + ACTIONS(2773), 7, sym__newline, anon_sym_EQ, anon_sym_COLON, anon_sym_SEMI, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_PIPE, - [97778] = 12, + [97709] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 1, - anon_sym_RBRACK, - ACTIONS(2682), 1, - anon_sym_COMMA, - ACTIONS(2684), 1, + ACTIONS(2741), 1, anon_sym_as, - ACTIONS(2686), 1, + ACTIONS(2743), 1, anon_sym_if, - ACTIONS(2688), 1, - anon_sym_async, - ACTIONS(2690), 1, - anon_sym_for, - ACTIONS(2692), 1, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2694), 1, + ACTIONS(2747), 1, anon_sym_or, - STATE(1712), 1, - sym_for_in_clause, - STATE(2125), 1, - aux_sym__collection_elements_repeat1, - STATE(2331), 1, - sym__comprehension_clauses, - [97815] = 12, + ACTIONS(2775), 7, + sym__newline, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_PIPE, + [97734] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 1, - anon_sym_RBRACK, - ACTIONS(2682), 1, - anon_sym_COMMA, - ACTIONS(2684), 1, - anon_sym_as, - ACTIONS(2686), 1, - anon_sym_if, - ACTIONS(2688), 1, - anon_sym_async, - ACTIONS(2690), 1, - anon_sym_for, - ACTIONS(2692), 1, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2694), 1, + ACTIONS(2747), 1, anon_sym_or, - STATE(1712), 1, - sym_for_in_clause, - STATE(2125), 1, - aux_sym__collection_elements_repeat1, - STATE(2395), 1, - sym__comprehension_clauses, - [97852] = 5, + ACTIONS(2779), 1, + anon_sym_as, + ACTIONS(2777), 8, + sym__newline, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_if, + anon_sym_PIPE, + [97757] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2784), 1, + ACTIONS(2782), 1, anon_sym_EQ, - ACTIONS(2788), 1, + ACTIONS(2786), 1, anon_sym_COLON, - STATE(1545), 1, + STATE(1542), 1, aux_sym_override_repeat1, - ACTIONS(2786), 8, + ACTIONS(2784), 8, anon_sym_QMARK_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_COLON_EQ, @@ -110424,28 +110366,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_EQ, anon_sym_EQ_DOT, anon_sym_LPAREN, - [97875] = 6, + [97780] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(2664), 1, + anon_sym_RBRACK, + ACTIONS(2698), 1, + anon_sym_COMMA, + ACTIONS(2700), 1, anon_sym_as, - ACTIONS(2716), 1, + ACTIONS(2702), 1, anon_sym_if, - ACTIONS(2718), 1, + ACTIONS(2704), 1, + anon_sym_async, + ACTIONS(2706), 1, + anon_sym_for, + ACTIONS(2708), 1, anon_sym_and, - ACTIONS(2720), 1, + ACTIONS(2710), 1, + anon_sym_or, + STATE(1698), 1, + sym_for_in_clause, + STATE(2129), 1, + aux_sym__collection_elements_repeat1, + STATE(2338), 1, + sym__comprehension_clauses, + [97817] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2745), 1, + anon_sym_and, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(2791), 7, + ACTIONS(2789), 9, sym__newline, anon_sym_EQ, anon_sym_COLON, anon_sym_SEMI, anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_PIPE, - [97900] = 12, + [97838] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2686), 1, + anon_sym_as, + ACTIONS(2688), 1, + anon_sym_if, + ACTIONS(2690), 1, + anon_sym_async, + ACTIONS(2692), 1, + anon_sym_for, + ACTIONS(2694), 1, + anon_sym_and, + ACTIONS(2696), 1, + anon_sym_or, + ACTIONS(2791), 1, + anon_sym_RPAREN, + ACTIONS(2793), 1, + anon_sym_COMMA, + STATE(1703), 1, + sym_for_in_clause, + STATE(2141), 1, + aux_sym_argument_list_repeat1, + STATE(2267), 1, + sym__comprehension_clauses, + [97875] = 12, ACTIONS(3), 1, sym_comment, + ACTIONS(2664), 1, + anon_sym_RBRACK, ACTIONS(2698), 1, anon_sym_COMMA, ACTIONS(2700), 1, @@ -110460,43 +110452,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, ACTIONS(2710), 1, anon_sym_or, - ACTIONS(2733), 1, + STATE(1698), 1, + sym_for_in_clause, + STATE(2129), 1, + aux_sym__collection_elements_repeat1, + STATE(2287), 1, + sym__comprehension_clauses, + [97912] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2684), 1, + anon_sym_COMMA, + ACTIONS(2686), 1, + anon_sym_as, + ACTIONS(2688), 1, + anon_sym_if, + ACTIONS(2690), 1, + anon_sym_async, + ACTIONS(2692), 1, + anon_sym_for, + ACTIONS(2694), 1, + anon_sym_and, + ACTIONS(2696), 1, + anon_sym_or, + ACTIONS(2795), 1, anon_sym_RPAREN, - STATE(1727), 1, + STATE(1703), 1, sym_for_in_clause, - STATE(2034), 1, + STATE(2024), 1, aux_sym__collection_elements_repeat1, - STATE(2438), 1, + STATE(2383), 1, sym__comprehension_clauses, - [97937] = 12, + [97949] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 1, + ACTIONS(2684), 1, + anon_sym_COMMA, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2702), 1, + ACTIONS(2688), 1, anon_sym_if, - ACTIONS(2704), 1, + ACTIONS(2690), 1, anon_sym_async, - ACTIONS(2706), 1, + ACTIONS(2692), 1, anon_sym_for, - ACTIONS(2708), 1, + ACTIONS(2694), 1, + anon_sym_and, + ACTIONS(2696), 1, + anon_sym_or, + ACTIONS(2797), 1, + anon_sym_RPAREN, + STATE(1703), 1, + sym_for_in_clause, + STATE(2024), 1, + aux_sym__collection_elements_repeat1, + STATE(2288), 1, + sym__comprehension_clauses, + [97986] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2741), 1, + anon_sym_as, + ACTIONS(2743), 1, + anon_sym_if, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2710), 1, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(2793), 1, - anon_sym_RPAREN, - ACTIONS(2795), 1, + ACTIONS(2799), 7, + sym__newline, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_COMMA, - STATE(1727), 1, - sym_for_in_clause, - STATE(2051), 1, - aux_sym_argument_list_repeat1, - STATE(2334), 1, - sym__comprehension_clauses, - [97974] = 3, + anon_sym_PIPE, + [98011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2718), 1, + ACTIONS(2745), 1, anon_sym_and, ACTIONS(2680), 10, sym__newline, @@ -110509,34 +110543,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_or, anon_sym_PIPE, - [97993] = 12, + [98030] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 1, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2702), 1, + ACTIONS(2688), 1, anon_sym_if, - ACTIONS(2704), 1, + ACTIONS(2690), 1, anon_sym_async, - ACTIONS(2706), 1, + ACTIONS(2692), 1, anon_sym_for, - ACTIONS(2708), 1, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2710), 1, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(2797), 1, + ACTIONS(2801), 1, anon_sym_RPAREN, - ACTIONS(2799), 1, + ACTIONS(2803), 1, anon_sym_COMMA, - STATE(1727), 1, + STATE(1703), 1, sym_for_in_clause, - STATE(2139), 1, + STATE(2095), 1, aux_sym_argument_list_repeat1, - STATE(2308), 1, + STATE(2365), 1, sym__comprehension_clauses, - [98030] = 12, + [98067] = 12, ACTIONS(3), 1, sym_comment, + ACTIONS(2664), 1, + anon_sym_RBRACK, ACTIONS(2698), 1, anon_sym_COMMA, ACTIONS(2700), 1, @@ -110551,43 +110587,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, ACTIONS(2710), 1, anon_sym_or, - ACTIONS(2801), 1, - anon_sym_RPAREN, - STATE(1727), 1, + STATE(1698), 1, sym_for_in_clause, - STATE(2034), 1, + STATE(2129), 1, aux_sym__collection_elements_repeat1, - STATE(2299), 1, + STATE(2349), 1, sym__comprehension_clauses, - [98067] = 12, + [98104] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(1925), 10, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_DOT, anon_sym_COMMA, - ACTIONS(2700), 1, anon_sym_as, - ACTIONS(2702), 1, anon_sym_if, - ACTIONS(2704), 1, - anon_sym_async, - ACTIONS(2706), 1, - anon_sym_for, - ACTIONS(2708), 1, anon_sym_and, - ACTIONS(2710), 1, anon_sym_or, - ACTIONS(2803), 1, - anon_sym_RPAREN, - STATE(1727), 1, - sym_for_in_clause, - STATE(2034), 1, - aux_sym__collection_elements_repeat1, - STATE(2332), 1, - sym__comprehension_clauses, - [98104] = 2, + anon_sym_PIPE, + [98120] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2680), 10, + ACTIONS(2782), 2, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(2784), 8, + anon_sym_QMARK_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_COLON_EQ, + anon_sym_PLUS_EQ, + anon_sym_EQ_PLUS, + anon_sym_DOT_EQ, + anon_sym_EQ_DOT, + anon_sym_LPAREN, + [98138] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2680), 9, anon_sym_EQ, anon_sym_COLON, anon_sym_RPAREN, @@ -110595,156 +110635,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_as, anon_sym_if, - anon_sym_and, anon_sym_or, anon_sym_PIPE, - [98120] = 7, + [98156] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2805), 1, - anon_sym_LBRACE, + anon_sym_and, + ACTIONS(2807), 1, + anon_sym_as, ACTIONS(2809), 1, - sym__not_escape_sequence, + anon_sym_if, ACTIONS(2811), 1, - sym_string_end, - STATE(1705), 1, - aux_sym_string_content_repeat1, - ACTIONS(2807), 3, - sym__string_content, - sym_escape_interpolation, - sym_escape_sequence, - STATE(1572), 3, - sym_string_content, - sym_interpolation, - aux_sym_python_string_repeat1, - [98146] = 7, + anon_sym_or, + ACTIONS(2735), 6, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_PIPE, + [98180] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, - anon_sym_LBRACE, - ACTIONS(2809), 1, - sym__not_escape_sequence, ACTIONS(2813), 1, - sym_string_end, - STATE(1705), 1, - aux_sym_string_content_repeat1, - ACTIONS(2807), 3, - sym__string_content, - sym_escape_interpolation, - sym_escape_sequence, - STATE(1571), 3, - sym_string_content, - sym_interpolation, - aux_sym_python_string_repeat1, - [98172] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2805), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, + ACTIONS(2817), 1, sym__not_escape_sequence, - ACTIONS(2815), 1, + ACTIONS(2819), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1575), 3, + STATE(1562), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98198] = 2, + [98206] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2678), 10, + ACTIONS(2680), 10, anon_sym_EQ, anon_sym_COLON, + anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_if, - anon_sym_else, anon_sym_and, anon_sym_or, anon_sym_PIPE, - [98214] = 6, + [98222] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, - anon_sym_as, - ACTIONS(2716), 1, - anon_sym_if, - ACTIONS(2718), 1, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2720), 1, + ACTIONS(2811), 1, anon_sym_or, - ACTIONS(2756), 6, - sym__newline, + ACTIONS(2789), 8, anon_sym_EQ, anon_sym_COLON, - anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_PIPE, - [98238] = 7, + [98242] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, - sym__not_escape_sequence, ACTIONS(2817), 1, + sym__not_escape_sequence, + ACTIONS(2821), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1586), 3, + STATE(1566), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98264] = 7, + [98268] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, - anon_sym_LBRACE, - ACTIONS(2809), 1, - sym__not_escape_sequence, - ACTIONS(2819), 1, - sym_string_end, - STATE(1705), 1, - aux_sym_string_content_repeat1, - ACTIONS(2807), 3, - sym__string_content, - sym_escape_interpolation, - sym_escape_sequence, - STATE(1570), 3, - sym_string_content, - sym_interpolation, - aux_sym_python_string_repeat1, - [98290] = 7, + ACTIONS(2660), 10, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_else, + anon_sym_and, + anon_sym_or, + anon_sym_PIPE, + [98284] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, + ACTIONS(2817), 1, sym__not_escape_sequence, - ACTIONS(2821), 1, + ACTIONS(2823), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1575), 3, + STATE(1576), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98316] = 2, + [98310] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1925), 10, @@ -110758,216 +110770,227 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_PIPE, - [98332] = 3, + [98326] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2784), 2, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2811), 1, + anon_sym_or, + ACTIONS(2825), 1, + anon_sym_as, + ACTIONS(2777), 7, anon_sym_EQ, anon_sym_COLON, - ACTIONS(2786), 8, - anon_sym_QMARK_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_COLON_EQ, - anon_sym_PLUS_EQ, - anon_sym_EQ_PLUS, - anon_sym_DOT_EQ, - anon_sym_EQ_DOT, - anon_sym_LPAREN, - [98350] = 6, + anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_if, + anon_sym_PIPE, + [98348] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, + ACTIONS(2660), 10, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_as, - ACTIONS(2825), 1, anon_sym_if, - ACTIONS(2827), 1, anon_sym_and, - ACTIONS(2829), 1, anon_sym_or, - ACTIONS(2754), 6, + anon_sym_PIPE, + [98364] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, + sym__not_escape_sequence, + ACTIONS(2828), 1, + sym_string_end, + STATE(1724), 1, + aux_sym_string_content_repeat1, + ACTIONS(2815), 3, + sym__string_content, + sym_escape_interpolation, + sym_escape_sequence, + STATE(1576), 3, + sym_string_content, + sym_interpolation, + aux_sym_python_string_repeat1, + [98390] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, + anon_sym_as, + ACTIONS(2809), 1, + anon_sym_if, + ACTIONS(2811), 1, + anon_sym_or, + ACTIONS(2775), 6, anon_sym_EQ, anon_sym_COLON, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_PIPE, - [98374] = 8, + [98414] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, + sym__not_escape_sequence, + ACTIONS(2830), 1, + sym_string_end, + STATE(1724), 1, + aux_sym_string_content_repeat1, + ACTIONS(2815), 3, + sym__string_content, + sym_escape_interpolation, + sym_escape_sequence, + STATE(1588), 3, + sym_string_content, + sym_interpolation, + aux_sym_python_string_repeat1, + [98440] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 1, + ACTIONS(2834), 1, anon_sym_COMMA, - ACTIONS(2835), 1, + ACTIONS(2836), 1, anon_sym_as, - ACTIONS(2837), 1, + ACTIONS(2838), 1, anon_sym_if, - ACTIONS(2839), 1, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2841), 1, + ACTIONS(2842), 1, anon_sym_or, - STATE(1735), 1, + STATE(1743), 1, aux_sym_assert_statement_repeat1, - ACTIONS(2831), 4, + ACTIONS(2832), 4, anon_sym_EQ, anon_sym_COLON, anon_sym_RBRACE, sym_type_conversion, - [98402] = 5, + [98468] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2827), 1, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2829), 1, - anon_sym_or, - ACTIONS(2843), 1, + ACTIONS(2807), 1, anon_sym_as, - ACTIONS(2726), 7, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(2809), 1, anon_sym_if, - anon_sym_PIPE, - [98424] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2827), 1, - anon_sym_and, - ACTIONS(2829), 1, + ACTIONS(2811), 1, anon_sym_or, - ACTIONS(2782), 8, + ACTIONS(2799), 6, anon_sym_EQ, anon_sym_COLON, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_PIPE, - [98444] = 7, + [98492] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, + ACTIONS(2817), 1, sym__not_escape_sequence, - ACTIONS(2846), 1, + ACTIONS(2844), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1575), 3, + STATE(1576), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98470] = 3, + [98518] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2827), 1, - anon_sym_and, - ACTIONS(2680), 9, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_or, - anon_sym_PIPE, - [98488] = 7, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, + sym__not_escape_sequence, + ACTIONS(2846), 1, + sym_string_end, + STATE(1724), 1, + aux_sym_string_content_repeat1, + ACTIONS(2815), 3, + sym__string_content, + sym_escape_interpolation, + sym_escape_sequence, + STATE(1574), 3, + sym_string_content, + sym_interpolation, + aux_sym_python_string_repeat1, + [98544] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, + ACTIONS(2817), 1, sym__not_escape_sequence, ACTIONS(2848), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1575), 3, + STATE(1576), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98514] = 7, + [98570] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, + ACTIONS(2817), 1, sym__not_escape_sequence, ACTIONS(2850), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1575), 3, + STATE(1576), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98540] = 7, + [98596] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, + ACTIONS(2817), 1, sym__not_escape_sequence, ACTIONS(2852), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1575), 3, + STATE(1581), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98566] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2678), 10, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_and, - anon_sym_or, - anon_sym_PIPE, - [98582] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2823), 1, - anon_sym_as, - ACTIONS(2825), 1, - anon_sym_if, - ACTIONS(2827), 1, - anon_sym_and, - ACTIONS(2829), 1, - anon_sym_or, - ACTIONS(2791), 6, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_PIPE, - [98606] = 7, + [98622] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2854), 1, @@ -110976,803 +110999,816 @@ static const uint16_t ts_small_parse_table[] = { sym__not_escape_sequence, ACTIONS(2863), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, ACTIONS(2857), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1575), 3, + STATE(1576), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98632] = 7, + [98648] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, + ACTIONS(2817), 1, sym__not_escape_sequence, ACTIONS(2865), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1579), 3, + STATE(1584), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98658] = 6, + [98674] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, + ACTIONS(2834), 1, + anon_sym_COMMA, + ACTIONS(2836), 1, anon_sym_as, - ACTIONS(2825), 1, + ACTIONS(2838), 1, anon_sym_if, - ACTIONS(2827), 1, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2829), 1, + ACTIONS(2842), 1, anon_sym_or, - ACTIONS(2756), 6, + STATE(1743), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(2867), 4, anon_sym_EQ, anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_PIPE, - [98682] = 2, + anon_sym_RBRACE, + sym_type_conversion, + [98702] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1925), 10, + ACTIONS(2680), 10, anon_sym_EQ, anon_sym_COLON, - anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_if, + anon_sym_else, anon_sym_and, anon_sym_or, anon_sym_PIPE, - [98698] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2805), 1, - anon_sym_LBRACE, - ACTIONS(2809), 1, - sym__not_escape_sequence, - ACTIONS(2867), 1, - sym_string_end, - STATE(1705), 1, - aux_sym_string_content_repeat1, - ACTIONS(2807), 3, - sym__string_content, - sym_escape_interpolation, - sym_escape_sequence, - STATE(1575), 3, - sym_string_content, - sym_interpolation, - aux_sym_python_string_repeat1, - [98724] = 7, + [98718] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, + ACTIONS(2817), 1, sym__not_escape_sequence, ACTIONS(2869), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1583), 3, + STATE(1586), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98750] = 7, + [98744] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, + ACTIONS(2817), 1, sym__not_escape_sequence, ACTIONS(2871), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1556), 3, + STATE(1576), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98776] = 7, + [98770] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, + ACTIONS(2817), 1, sym__not_escape_sequence, ACTIONS(2873), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1561), 3, + STATE(1571), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98802] = 7, + [98796] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, + ACTIONS(2741), 1, + anon_sym_as, + ACTIONS(2743), 1, + anon_sym_if, + ACTIONS(2745), 1, + anon_sym_and, + ACTIONS(2747), 1, + anon_sym_or, + ACTIONS(2735), 6, + sym__newline, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_PIPE, + [98820] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, + ACTIONS(2817), 1, sym__not_escape_sequence, ACTIONS(2875), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1575), 3, + STATE(1576), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98828] = 6, + [98846] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, anon_sym_as, - ACTIONS(2825), 1, + ACTIONS(2809), 1, anon_sym_if, - ACTIONS(2827), 1, - anon_sym_and, - ACTIONS(2829), 1, + ACTIONS(2811), 1, anon_sym_or, - ACTIONS(2712), 6, + ACTIONS(2773), 6, anon_sym_EQ, anon_sym_COLON, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_PIPE, - [98852] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2680), 10, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_else, - anon_sym_and, - anon_sym_or, - anon_sym_PIPE, - [98868] = 7, + [98870] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, + ACTIONS(2817), 1, sym__not_escape_sequence, ACTIONS(2877), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1575), 3, + STATE(1576), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, - [98894] = 8, + [98896] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 1, - anon_sym_COMMA, - ACTIONS(2835), 1, - anon_sym_as, - ACTIONS(2837), 1, - anon_sym_if, - ACTIONS(2839), 1, - anon_sym_and, - ACTIONS(2841), 1, - anon_sym_or, - STATE(1735), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2879), 4, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RBRACE, - sym_type_conversion, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, + sym__not_escape_sequence, + ACTIONS(2879), 1, + sym_string_end, + STATE(1724), 1, + aux_sym_string_content_repeat1, + ACTIONS(2815), 3, + sym__string_content, + sym_escape_interpolation, + sym_escape_sequence, + STATE(1573), 3, + sym_string_content, + sym_interpolation, + aux_sym_python_string_repeat1, [98922] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(2809), 1, + ACTIONS(2817), 1, sym__not_escape_sequence, ACTIONS(2881), 1, sym_string_end, - STATE(1705), 1, + STATE(1724), 1, aux_sym_string_content_repeat1, - ACTIONS(2807), 3, + ACTIONS(2815), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1568), 3, + STATE(1576), 3, sym_string_content, sym_interpolation, aux_sym_python_string_repeat1, [98948] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(2836), 1, anon_sym_as, - ACTIONS(2837), 1, + ACTIONS(2838), 1, anon_sym_if, - ACTIONS(2839), 1, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2841), 1, + ACTIONS(2842), 1, anon_sym_or, - ACTIONS(2754), 5, + ACTIONS(2775), 5, anon_sym_EQ, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, sym_type_conversion, - [98971] = 4, + [98971] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2883), 1, - anon_sym_EQ, - ACTIONS(2887), 1, - anon_sym_LPAREN, - ACTIONS(2885), 7, - anon_sym_QMARK_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_COLON_EQ, - anon_sym_PLUS_EQ, - anon_sym_EQ_PLUS, - anon_sym_DOT_EQ, - anon_sym_EQ_DOT, - [98990] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2891), 1, - anon_sym_from, - ACTIONS(2893), 1, - anon_sym_COMMA, - ACTIONS(2895), 1, anon_sym_as, - ACTIONS(2897), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2899), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2901), 1, + ACTIONS(2889), 1, anon_sym_or, - STATE(1831), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2889), 2, - sym__newline, - anon_sym_SEMI, - [99019] = 7, - ACTIONS(2620), 1, + ACTIONS(2775), 5, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_PIPE, + [98994] = 7, + ACTIONS(2632), 1, sym_comment, - ACTIONS(2903), 1, + ACTIONS(2891), 1, anon_sym_DQUOTE, - ACTIONS(2905), 1, + ACTIONS(2893), 1, aux_sym_string_token1, - ACTIONS(2911), 1, + ACTIONS(2899), 1, anon_sym_DOLLAR_LBRACE_AT, - ACTIONS(2914), 1, + ACTIONS(2902), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2908), 2, + ACTIONS(2896), 2, anon_sym_DOLLARBB_ENV_PASSTHROUGH, anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, - STATE(1592), 3, + STATE(1591), 3, sym_inline_python, sym_variable_expansion, aux_sym_string_repeat1, - [99044] = 7, - ACTIONS(2620), 1, + [99019] = 7, + ACTIONS(2632), 1, sym_comment, - ACTIONS(2920), 1, + ACTIONS(2908), 1, anon_sym_SQUOTE, - ACTIONS(2922), 1, + ACTIONS(2910), 1, aux_sym_string_token2, - ACTIONS(2925), 1, + ACTIONS(2913), 1, anon_sym_DOLLAR_LBRACE_AT, - ACTIONS(2928), 1, + ACTIONS(2916), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2917), 2, + ACTIONS(2905), 2, anon_sym_DOLLARBB_ENV_PASSTHROUGH, anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, - STATE(1593), 3, + STATE(1592), 3, sym_inline_python, sym_variable_expansion, aux_sym_string_repeat2, - [99069] = 2, + [99044] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2836), 1, + anon_sym_as, + ACTIONS(2838), 1, + anon_sym_if, + ACTIONS(2840), 1, + anon_sym_and, + ACTIONS(2842), 1, + anon_sym_or, + ACTIONS(2919), 5, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, + sym_type_conversion, + [99067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2678), 9, + ACTIONS(2840), 1, + anon_sym_and, + ACTIONS(2680), 8, anon_sym_EQ, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_as, anon_sym_if, - anon_sym_and, anon_sym_or, sym_type_conversion, - [99084] = 6, + [99084] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2666), 1, + ACTIONS(2680), 9, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_as, - ACTIONS(2668), 1, anon_sym_if, - ACTIONS(2674), 1, anon_sym_and, - ACTIONS(2676), 1, anon_sym_or, - ACTIONS(2712), 5, - anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_async, - anon_sym_for, - [99107] = 6, + sym_type_conversion, + [99099] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, - anon_sym_as, - ACTIONS(2933), 1, - anon_sym_if, - ACTIONS(2935), 1, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2842), 1, anon_sym_or, - ACTIONS(2754), 5, + ACTIONS(2789), 7, anon_sym_EQ, anon_sym_COLON, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_PIPE, - [99130] = 5, + anon_sym_as, + anon_sym_if, + sym_type_conversion, + [99118] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2935), 1, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2842), 1, anon_sym_or, - ACTIONS(2939), 1, + ACTIONS(2921), 1, anon_sym_as, - ACTIONS(2726), 6, + ACTIONS(2777), 6, anon_sym_EQ, anon_sym_COLON, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_if, - anon_sym_PIPE, - [99151] = 4, + sym_type_conversion, + [99139] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2935), 1, + ACTIONS(2924), 1, + anon_sym_as, + ACTIONS(2926), 1, + anon_sym_if, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2930), 1, anon_sym_or, - ACTIONS(2782), 7, + ACTIONS(2735), 5, anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_PIPE, - [99170] = 3, + [99162] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2935), 1, + ACTIONS(2836), 1, + anon_sym_as, + ACTIONS(2838), 1, + anon_sym_if, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2680), 8, + ACTIONS(2842), 1, + anon_sym_or, + ACTIONS(2799), 5, anon_sym_EQ, anon_sym_COLON, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_COMMA, + sym_type_conversion, + [99185] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1921), 1, anon_sym_as, + ACTIONS(1925), 8, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_and, anon_sym_or, - anon_sym_PIPE, - [99187] = 6, + [99202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, + ACTIONS(2932), 1, anon_sym_as, - ACTIONS(2933), 1, + ACTIONS(2660), 8, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_if, - ACTIONS(2935), 1, + anon_sym_async, + anon_sym_for, anon_sym_and, - ACTIONS(2937), 1, anon_sym_or, - ACTIONS(2791), 5, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_PIPE, - [99210] = 6, + [99219] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, + ACTIONS(2668), 1, anon_sym_as, - ACTIONS(2933), 1, + ACTIONS(2670), 1, anon_sym_if, - ACTIONS(2935), 1, + ACTIONS(2676), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2678), 1, anon_sym_or, - ACTIONS(2756), 5, - anon_sym_EQ, + ACTIONS(2775), 5, anon_sym_COLON, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_PIPE, - [99233] = 6, + anon_sym_async, + anon_sym_for, + [99242] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, + ACTIONS(2676), 1, + anon_sym_and, + ACTIONS(2678), 1, + anon_sym_or, + ACTIONS(2934), 1, anon_sym_as, - ACTIONS(2933), 1, + ACTIONS(2777), 6, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_if, - ACTIONS(2935), 1, + anon_sym_async, + anon_sym_for, + [99263] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2676), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2678), 1, anon_sym_or, - ACTIONS(2712), 5, - anon_sym_EQ, + ACTIONS(2937), 1, + anon_sym_as, + ACTIONS(2789), 6, anon_sym_COLON, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_PIPE, - [99256] = 2, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [99284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1925), 9, - anon_sym_RBRACK, + ACTIONS(2939), 1, + anon_sym_as, + ACTIONS(2680), 8, anon_sym_COLON, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_as, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_and, anon_sym_or, - anon_sym_PIPE, - [99271] = 6, + [99301] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2666), 1, - anon_sym_as, - ACTIONS(2668), 1, - anon_sym_if, - ACTIONS(2674), 1, - anon_sym_and, ACTIONS(2676), 1, - anon_sym_or, - ACTIONS(2791), 5, + anon_sym_and, + ACTIONS(2939), 1, + anon_sym_as, + ACTIONS(2680), 7, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, + anon_sym_if, anon_sym_async, anon_sym_for, - [99294] = 2, + anon_sym_or, + [99320] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2678), 9, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(2883), 1, anon_sym_as, + ACTIONS(2885), 1, anon_sym_if, + ACTIONS(2887), 1, anon_sym_and, + ACTIONS(2889), 1, anon_sym_or, + ACTIONS(2735), 5, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_PIPE, - [99309] = 7, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(2942), 1, - anon_sym_DQUOTE, - ACTIONS(2944), 1, - aux_sym_string_token1, - ACTIONS(2948), 1, - anon_sym_DOLLAR_LBRACE_AT, - ACTIONS(2950), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2946), 2, - anon_sym_DOLLARBB_ENV_PASSTHROUGH, - anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, - STATE(1592), 3, - sym_inline_python, - sym_variable_expansion, - aux_sym_string_repeat1, - [99334] = 7, - ACTIONS(2620), 1, + [99343] = 7, + ACTIONS(2632), 1, sym_comment, - ACTIONS(2942), 1, + ACTIONS(2943), 1, anon_sym_SQUOTE, - ACTIONS(2954), 1, + ACTIONS(2945), 1, aux_sym_string_token2, - ACTIONS(2956), 1, - anon_sym_DOLLAR_LBRACE_AT, - ACTIONS(2958), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2952), 2, - anon_sym_DOLLARBB_ENV_PASSTHROUGH, - anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, - STATE(1593), 3, - sym_inline_python, - sym_variable_expansion, - aux_sym_string_repeat2, - [99359] = 7, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(2956), 1, + ACTIONS(2947), 1, anon_sym_DOLLAR_LBRACE_AT, - ACTIONS(2958), 1, + ACTIONS(2949), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2962), 1, - anon_sym_SQUOTE, - ACTIONS(2964), 1, - aux_sym_string_token2, - ACTIONS(2960), 2, + ACTIONS(2941), 2, anon_sym_DOLLARBB_ENV_PASSTHROUGH, anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, - STATE(1607), 3, + STATE(1592), 3, sym_inline_python, sym_variable_expansion, aux_sym_string_repeat2, - [99384] = 7, - ACTIONS(2620), 1, + [99368] = 7, + ACTIONS(2632), 1, sym_comment, - ACTIONS(2948), 1, - anon_sym_DOLLAR_LBRACE_AT, - ACTIONS(2950), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2962), 1, + ACTIONS(2943), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(2951), 1, aux_sym_string_token1, - ACTIONS(2968), 2, + ACTIONS(2955), 1, + anon_sym_DOLLAR_LBRACE_AT, + ACTIONS(2957), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2953), 2, anon_sym_DOLLARBB_ENV_PASSTHROUGH, anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, - STATE(1606), 3, + STATE(1591), 3, sym_inline_python, sym_variable_expansion, aux_sym_string_repeat1, - [99409] = 6, + [99393] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2924), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2926), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2930), 1, anon_sym_or, - ACTIONS(2756), 5, - anon_sym_RBRACK, + ACTIONS(2773), 5, + anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, anon_sym_PIPE, - [99432] = 6, + [99416] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(2924), 1, anon_sym_as, - ACTIONS(2837), 1, + ACTIONS(2926), 1, anon_sym_if, - ACTIONS(2839), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2841), 1, + ACTIONS(2930), 1, anon_sym_or, - ACTIONS(2978), 5, + ACTIONS(2799), 5, anon_sym_EQ, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, - sym_type_conversion, - [99455] = 4, + anon_sym_PIPE, + [99439] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2674), 1, - anon_sym_and, - ACTIONS(2980), 1, + ACTIONS(2668), 1, anon_sym_as, - ACTIONS(2680), 7, + ACTIONS(2670), 1, + anon_sym_if, + ACTIONS(2676), 1, + anon_sym_and, + ACTIONS(2678), 1, + anon_sym_or, + ACTIONS(2799), 5, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_or, - [99474] = 3, + [99462] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2980), 1, - anon_sym_as, + ACTIONS(2928), 1, + anon_sym_and, ACTIONS(2680), 8, + anon_sym_EQ, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_and, anon_sym_or, - [99491] = 5, + anon_sym_PIPE, + [99479] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2674), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2676), 1, + ACTIONS(2930), 1, anon_sym_or, - ACTIONS(2982), 1, - anon_sym_as, - ACTIONS(2782), 6, + ACTIONS(2789), 7, + anon_sym_EQ, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, - [99512] = 5, + anon_sym_PIPE, + [99498] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2674), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2676), 1, + ACTIONS(2930), 1, anon_sym_or, - ACTIONS(2984), 1, + ACTIONS(2959), 1, anon_sym_as, - ACTIONS(2726), 6, + ACTIONS(2777), 6, + anon_sym_EQ, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, anon_sym_if, - anon_sym_async, - anon_sym_for, - [99533] = 6, + anon_sym_PIPE, + [99519] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2666), 1, + ACTIONS(2924), 1, anon_sym_as, - ACTIONS(2668), 1, + ACTIONS(2926), 1, anon_sym_if, - ACTIONS(2674), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2676), 1, + ACTIONS(2930), 1, anon_sym_or, - ACTIONS(2754), 5, + ACTIONS(2775), 5, + anon_sym_EQ, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_async, - anon_sym_for, - [99556] = 6, + anon_sym_PIPE, + [99542] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2964), 1, + anon_sym_from, + ACTIONS(2966), 1, + anon_sym_COMMA, + ACTIONS(2968), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2970), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2972), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2974), 1, anon_sym_or, - ACTIONS(2754), 5, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_PIPE, - [99579] = 5, + STATE(1866), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(2962), 2, + sym__newline, + anon_sym_SEMI, + [99571] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2974), 1, - anon_sym_and, - ACTIONS(2976), 1, - anon_sym_or, - ACTIONS(2987), 1, - anon_sym_as, - ACTIONS(2726), 6, - anon_sym_RBRACK, + ACTIONS(2660), 9, + anon_sym_EQ, anon_sym_COLON, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_PIPE, - [99600] = 6, + anon_sym_and, + anon_sym_or, + sym_type_conversion, + [99586] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(2836), 1, anon_sym_as, - ACTIONS(2837), 1, + ACTIONS(2838), 1, anon_sym_if, - ACTIONS(2839), 1, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2841), 1, + ACTIONS(2842), 1, anon_sym_or, - ACTIONS(2990), 5, + ACTIONS(2976), 5, anon_sym_EQ, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, sym_type_conversion, - [99623] = 4, + [99609] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2974), 1, + ACTIONS(2668), 1, + anon_sym_as, + ACTIONS(2670), 1, + anon_sym_if, + ACTIONS(2676), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2678), 1, anon_sym_or, - ACTIONS(2782), 7, + ACTIONS(2773), 5, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_async, + anon_sym_for, + [99632] = 7, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(2947), 1, + anon_sym_DOLLAR_LBRACE_AT, + ACTIONS(2949), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2980), 1, + anon_sym_SQUOTE, + ACTIONS(2982), 1, + aux_sym_string_token2, + ACTIONS(2978), 2, + anon_sym_DOLLARBB_ENV_PASSTHROUGH, + anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, + STATE(1608), 3, + sym_inline_python, + sym_variable_expansion, + aux_sym_string_repeat2, + [99657] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2680), 9, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_if, + anon_sym_and, + anon_sym_or, anon_sym_PIPE, - [99642] = 2, + [99672] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2680), 9, + ACTIONS(2887), 1, + anon_sym_and, + ACTIONS(2889), 1, + anon_sym_or, + ACTIONS(2789), 7, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_if, - anon_sym_and, - anon_sym_or, anon_sym_PIPE, - [99657] = 3, + [99691] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2974), 1, - anon_sym_and, - ACTIONS(2680), 8, + ACTIONS(1925), 9, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, anon_sym_if, + anon_sym_and, anon_sym_or, anon_sym_PIPE, - [99674] = 2, + [99706] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1925), 9, @@ -111785,332 +111821,449 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, sym_type_conversion, - [99689] = 6, + [99721] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, - anon_sym_as, - ACTIONS(2972), 1, - anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(2791), 5, + ACTIONS(2984), 1, + anon_sym_as, + ACTIONS(2777), 6, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, + anon_sym_if, anon_sym_PIPE, - [99712] = 6, + [99742] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2987), 1, + anon_sym_EQ, + ACTIONS(2991), 1, + anon_sym_LPAREN, + ACTIONS(2989), 7, + anon_sym_QMARK_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_COLON_EQ, + anon_sym_PLUS_EQ, + anon_sym_EQ_PLUS, + anon_sym_DOT_EQ, + anon_sym_EQ_DOT, + [99761] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2837), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2839), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2841), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(2712), 5, - anon_sym_EQ, + ACTIONS(2773), 5, + anon_sym_RBRACK, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, - sym_type_conversion, - [99735] = 4, + anon_sym_PIPE, + [99784] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2839), 1, + ACTIONS(2836), 1, + anon_sym_as, + ACTIONS(2838), 1, + anon_sym_if, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2841), 1, + ACTIONS(2842), 1, anon_sym_or, - ACTIONS(2782), 7, + ACTIONS(2773), 5, anon_sym_EQ, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, sym_type_conversion, - [99754] = 5, + [99807] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2839), 1, - anon_sym_and, - ACTIONS(2841), 1, - anon_sym_or, - ACTIONS(2992), 1, - anon_sym_as, - ACTIONS(2726), 6, - anon_sym_EQ, + ACTIONS(2660), 9, + anon_sym_RBRACK, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - sym_type_conversion, - [99775] = 3, + anon_sym_and, + anon_sym_or, + anon_sym_PIPE, + [99822] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1921), 1, - anon_sym_as, - ACTIONS(1925), 8, + ACTIONS(2887), 1, + anon_sym_and, + ACTIONS(2680), 8, + anon_sym_RBRACK, anon_sym_COLON, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_and, anon_sym_or, - [99792] = 6, + anon_sym_PIPE, + [99839] = 7, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(2955), 1, + anon_sym_DOLLAR_LBRACE_AT, + ACTIONS(2957), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2980), 1, + anon_sym_DQUOTE, + ACTIONS(2993), 1, + aux_sym_string_token1, + ACTIONS(2995), 2, + anon_sym_DOLLARBB_ENV_PASSTHROUGH, + anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, + STATE(1609), 3, + sym_inline_python, + sym_variable_expansion, + aux_sym_string_repeat1, + [99864] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(2712), 5, + ACTIONS(2799), 5, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, anon_sym_PIPE, - [99815] = 6, + [99887] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(2668), 1, anon_sym_as, - ACTIONS(2837), 1, - anon_sym_if, - ACTIONS(2839), 1, + ACTIONS(2676), 1, anon_sym_and, - ACTIONS(2841), 1, + ACTIONS(2678), 1, anon_sym_or, - ACTIONS(2791), 5, - anon_sym_EQ, - anon_sym_COLON, + ACTIONS(2997), 5, anon_sym_RBRACE, anon_sym_COMMA, - sym_type_conversion, - [99838] = 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [99907] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2995), 1, + ACTIONS(2932), 1, anon_sym_as, - ACTIONS(2678), 8, - anon_sym_COLON, - anon_sym_RBRACE, + ACTIONS(2660), 7, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_and, anon_sym_or, - [99855] = 3, + [99923] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2839), 1, + ACTIONS(2668), 1, + anon_sym_as, + ACTIONS(2676), 1, anon_sym_and, - ACTIONS(2680), 8, - anon_sym_EQ, - anon_sym_COLON, + ACTIONS(2678), 1, + anon_sym_or, + ACTIONS(2997), 5, anon_sym_RBRACE, anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [99943] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2883), 1, anon_sym_as, + ACTIONS(2885), 1, anon_sym_if, + ACTIONS(2887), 1, + anon_sym_and, + ACTIONS(2889), 1, anon_sym_or, - sym_type_conversion, - [99872] = 2, + ACTIONS(2999), 1, + anon_sym_RBRACK, + ACTIONS(3001), 1, + anon_sym_COLON, + ACTIONS(3003), 1, + anon_sym_COMMA, + STATE(2061), 1, + aux_sym_subscript_repeat1, + [99971] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2680), 9, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RBRACE, + ACTIONS(2739), 1, anon_sym_COMMA, + ACTIONS(2741), 1, anon_sym_as, + ACTIONS(2743), 1, anon_sym_if, + ACTIONS(2745), 1, anon_sym_and, + ACTIONS(2747), 1, anon_sym_or, - sym_type_conversion, - [99887] = 9, + STATE(1924), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(2737), 2, + sym__newline, + anon_sym_SEMI, + [99997] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(2997), 1, - anon_sym_RBRACK, - ACTIONS(2999), 1, - anon_sym_COLON, ACTIONS(3001), 1, + anon_sym_COLON, + ACTIONS(3005), 1, + anon_sym_RBRACK, + ACTIONS(3007), 1, anon_sym_COMMA, - STATE(1975), 1, + STATE(2099), 1, aux_sym_subscript_repeat1, - [99915] = 6, + [100025] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2895), 1, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2897), 1, + ACTIONS(2688), 1, anon_sym_if, - ACTIONS(2899), 1, + ACTIONS(2694), 1, + anon_sym_and, + ACTIONS(2696), 1, + anon_sym_or, + ACTIONS(2773), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_async, + anon_sym_for, + [100047] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2741), 1, + anon_sym_as, + ACTIONS(2743), 1, + anon_sym_if, + ACTIONS(2745), 1, + anon_sym_and, + ACTIONS(2747), 1, + anon_sym_or, + ACTIONS(3011), 1, + anon_sym_COMMA, + STATE(1909), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3009), 2, + sym__newline, + anon_sym_SEMI, + [100073] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2968), 1, + anon_sym_as, + ACTIONS(2970), 1, + anon_sym_if, + ACTIONS(2972), 1, + anon_sym_and, + ACTIONS(2974), 1, + anon_sym_or, + ACTIONS(2775), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_from, + anon_sym_COMMA, + [100095] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2700), 1, + anon_sym_as, + ACTIONS(2702), 1, + anon_sym_if, + ACTIONS(2708), 1, + anon_sym_and, + ACTIONS(2710), 1, + anon_sym_or, + ACTIONS(2799), 4, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_async, + anon_sym_for, + [100117] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2972), 1, anon_sym_and, - ACTIONS(2901), 1, + ACTIONS(2974), 1, anon_sym_or, - ACTIONS(2754), 4, + ACTIONS(3013), 1, + anon_sym_as, + ACTIONS(2777), 5, sym__newline, anon_sym_SEMI, anon_sym_from, anon_sym_COMMA, - [99937] = 5, + anon_sym_if, + [100137] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2708), 1, + ACTIONS(2972), 1, anon_sym_and, - ACTIONS(2710), 1, + ACTIONS(2974), 1, anon_sym_or, - ACTIONS(2982), 1, - anon_sym_as, - ACTIONS(2782), 5, - anon_sym_RPAREN, + ACTIONS(2789), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, - [99957] = 6, + [100155] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2684), 1, + ACTIONS(2741), 1, anon_sym_as, - ACTIONS(2686), 1, + ACTIONS(2743), 1, anon_sym_if, - ACTIONS(2692), 1, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2694), 1, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(2791), 4, - anon_sym_RBRACK, + ACTIONS(3011), 1, anon_sym_COMMA, - anon_sym_async, - anon_sym_for, - [99979] = 5, + STATE(1909), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(2594), 2, + sym__newline, + anon_sym_SEMI, + [100181] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2708), 1, + ACTIONS(2972), 1, anon_sym_and, - ACTIONS(2710), 1, - anon_sym_or, - ACTIONS(3003), 1, - anon_sym_as, - ACTIONS(2726), 5, - anon_sym_RPAREN, + ACTIONS(2680), 7, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, - [99999] = 8, + anon_sym_or, + [100197] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(2968), 1, anon_sym_as, - ACTIONS(2716), 1, + ACTIONS(2970), 1, anon_sym_if, - ACTIONS(2718), 1, + ACTIONS(2972), 1, anon_sym_and, - ACTIONS(2720), 1, + ACTIONS(2974), 1, anon_sym_or, - ACTIONS(3006), 1, - anon_sym_COMMA, - STATE(1916), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2600), 2, + ACTIONS(2976), 4, sym__newline, anon_sym_SEMI, - [100025] = 9, + anon_sym_from, + anon_sym_COMMA, + [100219] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(2999), 1, + ACTIONS(3001), 1, anon_sym_COLON, - ACTIONS(3008), 1, + ACTIONS(3016), 1, anon_sym_RBRACK, - ACTIONS(3010), 1, + ACTIONS(3018), 1, anon_sym_COMMA, - STATE(2127), 1, + STATE(1947), 1, aux_sym_subscript_repeat1, - [100053] = 6, + [100247] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2895), 1, + ACTIONS(2968), 1, anon_sym_as, - ACTIONS(2897), 1, + ACTIONS(2970), 1, anon_sym_if, - ACTIONS(2899), 1, + ACTIONS(2972), 1, anon_sym_and, - ACTIONS(2901), 1, + ACTIONS(2974), 1, anon_sym_or, - ACTIONS(2978), 4, + ACTIONS(2799), 4, sym__newline, anon_sym_SEMI, anon_sym_from, anon_sym_COMMA, - [100075] = 6, + [100269] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 1, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2702), 1, + ACTIONS(2688), 1, anon_sym_if, - ACTIONS(2708), 1, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2710), 1, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(2754), 4, + ACTIONS(2799), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, anon_sym_for, - [100097] = 6, + [100291] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2666), 1, + ACTIONS(2741), 1, anon_sym_as, - ACTIONS(2668), 1, + ACTIONS(2743), 1, anon_sym_if, - ACTIONS(2674), 1, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2676), 1, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(3012), 4, - anon_sym_RBRACE, + ACTIONS(3011), 1, anon_sym_COMMA, - anon_sym_async, - anon_sym_for, - [100119] = 3, + STATE(1909), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3020), 2, + sym__newline, + anon_sym_SEMI, + [100317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2883), 1, + ACTIONS(2987), 1, anon_sym_EQ, - ACTIONS(2885), 7, + ACTIONS(2989), 7, anon_sym_QMARK_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_COLON_EQ, @@ -112118,334 +112271,335 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_PLUS, anon_sym_DOT_EQ, anon_sym_EQ_DOT, - [100135] = 5, + [100333] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2666), 1, + ACTIONS(2968), 1, anon_sym_as, - ACTIONS(2674), 1, + ACTIONS(2970), 1, + anon_sym_if, + ACTIONS(2972), 1, anon_sym_and, - ACTIONS(2676), 1, + ACTIONS(2974), 1, anon_sym_or, - ACTIONS(3014), 5, - anon_sym_RBRACE, + ACTIONS(2773), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [100155] = 5, + [100355] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2684), 1, + ACTIONS(1921), 1, anon_sym_as, - ACTIONS(2692), 1, - anon_sym_and, - ACTIONS(2694), 1, - anon_sym_or, - ACTIONS(3014), 5, + ACTIONS(1925), 7, anon_sym_RBRACK, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [100175] = 5, + anon_sym_and, + anon_sym_or, + [100371] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2666), 1, + ACTIONS(3022), 1, + anon_sym_EQ, + ACTIONS(3024), 7, + anon_sym_QMARK_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_COLON_EQ, + anon_sym_PLUS_EQ, + anon_sym_EQ_PLUS, + anon_sym_DOT_EQ, + anon_sym_EQ_DOT, + [100387] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2674), 1, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2676), 1, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(3014), 5, - anon_sym_RBRACE, + ACTIONS(2997), 5, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [100195] = 5, + [100407] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2666), 1, - anon_sym_as, - ACTIONS(2674), 1, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2676), 1, - anon_sym_or, - ACTIONS(3014), 5, - anon_sym_RBRACE, + ACTIONS(2939), 1, + anon_sym_as, + ACTIONS(2680), 6, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [100215] = 3, + anon_sym_or, + [100425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2995), 1, + ACTIONS(2939), 1, anon_sym_as, - ACTIONS(2678), 7, - anon_sym_RBRACK, + ACTIONS(2680), 7, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_and, anon_sym_or, - [100231] = 6, + [100441] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2684), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2686), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2692), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2694), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(2754), 4, + ACTIONS(3001), 1, + anon_sym_COLON, + ACTIONS(3026), 1, anon_sym_RBRACK, + ACTIONS(3028), 1, anon_sym_COMMA, - anon_sym_async, - anon_sym_for, - [100253] = 5, + STATE(2053), 1, + aux_sym_subscript_repeat1, + [100469] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2692), 1, + ACTIONS(2741), 1, + anon_sym_as, + ACTIONS(2743), 1, + anon_sym_if, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2694), 1, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(3016), 1, - anon_sym_as, - ACTIONS(2726), 5, - anon_sym_RBRACK, + ACTIONS(3032), 1, anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [100273] = 5, + STATE(1918), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3030), 2, + sym__newline, + anon_sym_SEMI, + [100495] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 1, - anon_sym_as, - ACTIONS(2708), 1, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2710), 1, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(3014), 5, + ACTIONS(2937), 1, + anon_sym_as, + ACTIONS(2789), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [100293] = 9, + [100515] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2741), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2743), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(2999), 1, - anon_sym_COLON, - ACTIONS(3019), 1, - anon_sym_RBRACK, - ACTIONS(3021), 1, + ACTIONS(3036), 1, anon_sym_COMMA, - STATE(2053), 1, - aux_sym_subscript_repeat1, - [100321] = 5, + STATE(1914), 1, + aux_sym_print_statement_repeat1, + ACTIONS(3034), 2, + sym__newline, + anon_sym_SEMI, + [100541] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2684), 1, - anon_sym_as, - ACTIONS(2692), 1, - anon_sym_and, ACTIONS(2694), 1, + anon_sym_and, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(3014), 5, - anon_sym_RBRACK, + ACTIONS(3038), 1, + anon_sym_as, + ACTIONS(2777), 5, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [100341] = 5, + [100561] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2684), 1, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2692), 1, - anon_sym_and, + ACTIONS(2688), 1, + anon_sym_if, ACTIONS(2694), 1, + anon_sym_and, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(3014), 5, - anon_sym_RBRACK, + ACTIONS(2775), 4, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_if, anon_sym_async, anon_sym_for, - [100361] = 9, + [100583] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2700), 1, anon_sym_as, - ACTIONS(2972), 1, - anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2708), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2710), 1, anon_sym_or, - ACTIONS(2999), 1, - anon_sym_COLON, - ACTIONS(3023), 1, + ACTIONS(2997), 5, anon_sym_RBRACK, - ACTIONS(3025), 1, anon_sym_COMMA, - STATE(2124), 1, - aux_sym_subscript_repeat1, - [100389] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2714), 1, - anon_sym_as, - ACTIONS(2716), 1, anon_sym_if, - ACTIONS(2718), 1, - anon_sym_and, - ACTIONS(2720), 1, - anon_sym_or, - ACTIONS(2760), 1, - anon_sym_COMMA, - STATE(1921), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2758), 2, - sym__newline, - anon_sym_SEMI, - [100415] = 3, - ACTIONS(3), 1, + anon_sym_async, + anon_sym_for, + [100603] = 6, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3027), 1, - anon_sym_EQ, - ACTIONS(3029), 7, - anon_sym_QMARK_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_COLON_EQ, - anon_sym_PLUS_EQ, - anon_sym_EQ_PLUS, - anon_sym_DOT_EQ, - anon_sym_EQ_DOT, - [100431] = 9, + ACTIONS(3043), 1, + sym_inherit_path, + ACTIONS(3045), 1, + anon_sym_DOLLAR_LBRACE_AT, + ACTIONS(3047), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3041), 2, + aux_sym_recipe_token1, + anon_sym_NULL, + STATE(1694), 3, + sym_inline_python, + sym_variable_expansion, + aux_sym_inherit_directive_repeat1, + [100625] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(2999), 1, + ACTIONS(3001), 1, anon_sym_COLON, - ACTIONS(3031), 1, + ACTIONS(3049), 1, anon_sym_RBRACK, - ACTIONS(3033), 1, + ACTIONS(3051), 1, anon_sym_COMMA, - STATE(2096), 1, + STATE(2132), 1, aux_sym_subscript_repeat1, - [100459] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2714), 1, - anon_sym_as, - ACTIONS(2716), 1, - anon_sym_if, - ACTIONS(2718), 1, - anon_sym_and, - ACTIONS(2720), 1, - anon_sym_or, - ACTIONS(3006), 1, - anon_sym_COMMA, - STATE(1916), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(3035), 2, - sym__newline, - anon_sym_SEMI, - [100485] = 5, + [100653] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2692), 1, + ACTIONS(2708), 1, anon_sym_and, - ACTIONS(2694), 1, + ACTIONS(2710), 1, anon_sym_or, - ACTIONS(2982), 1, + ACTIONS(3053), 1, anon_sym_as, - ACTIONS(2782), 5, + ACTIONS(2777), 5, anon_sym_RBRACK, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [100505] = 3, + [100673] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2995), 1, + ACTIONS(2708), 1, + anon_sym_and, + ACTIONS(2710), 1, + anon_sym_or, + ACTIONS(2937), 1, anon_sym_as, - ACTIONS(2678), 7, - anon_sym_RPAREN, + ACTIONS(2789), 5, + anon_sym_RBRACK, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_and, - anon_sym_or, - [100521] = 8, + [100693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(3056), 1, + anon_sym_EQ, + ACTIONS(3058), 7, + anon_sym_QMARK_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_COLON_EQ, + anon_sym_PLUS_EQ, + anon_sym_EQ_PLUS, + anon_sym_DOT_EQ, + anon_sym_EQ_DOT, + [100709] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2668), 1, anon_sym_as, - ACTIONS(2716), 1, + ACTIONS(2670), 1, anon_sym_if, - ACTIONS(2718), 1, + ACTIONS(2676), 1, anon_sym_and, - ACTIONS(2720), 1, + ACTIONS(2678), 1, anon_sym_or, - ACTIONS(3006), 1, + ACTIONS(3060), 4, + anon_sym_RBRACE, anon_sym_COMMA, - STATE(1916), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(3037), 2, - sym__newline, - anon_sym_SEMI, - [100547] = 3, + anon_sym_async, + anon_sym_for, + [100731] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1921), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(1925), 7, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(2885), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, + ACTIONS(2887), 1, anon_sym_and, + ACTIONS(2889), 1, anon_sym_or, - [100563] = 3, + ACTIONS(3001), 1, + anon_sym_COLON, + ACTIONS(3062), 1, + anon_sym_RBRACK, + ACTIONS(3064), 1, + anon_sym_COMMA, + STATE(1984), 1, + aux_sym_subscript_repeat1, + [100759] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2980), 1, + ACTIONS(2700), 1, anon_sym_as, - ACTIONS(2680), 7, + ACTIONS(2708), 1, + anon_sym_and, + ACTIONS(2710), 1, + anon_sym_or, + ACTIONS(2997), 5, anon_sym_RBRACK, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_and, - anon_sym_or, - [100579] = 6, + [100779] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2700), 1, @@ -112456,301 +112610,284 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, ACTIONS(2710), 1, anon_sym_or, - ACTIONS(2712), 4, - anon_sym_RPAREN, + ACTIONS(2773), 4, + anon_sym_RBRACK, anon_sym_COMMA, anon_sym_async, anon_sym_for, - [100601] = 5, + [100801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 1, + ACTIONS(2939), 1, anon_sym_as, - ACTIONS(2708), 1, - anon_sym_and, - ACTIONS(2710), 1, - anon_sym_or, - ACTIONS(3014), 5, - anon_sym_RPAREN, + ACTIONS(2680), 7, + anon_sym_RBRACK, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [100621] = 4, + anon_sym_and, + anon_sym_or, + [100817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2692), 1, - anon_sym_and, - ACTIONS(2980), 1, + ACTIONS(2932), 1, anon_sym_as, - ACTIONS(2680), 6, + ACTIONS(2660), 7, anon_sym_RBRACK, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, + anon_sym_and, anon_sym_or, - [100639] = 8, + [100833] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2716), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2718), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2720), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(3041), 1, + ACTIONS(3001), 1, + anon_sym_COLON, + ACTIONS(3066), 1, + anon_sym_RBRACK, + ACTIONS(3068), 1, anon_sym_COMMA, - STATE(1899), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(3039), 2, - sym__newline, - anon_sym_SEMI, - [100665] = 4, + STATE(1999), 1, + aux_sym_subscript_repeat1, + [100861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2708), 1, - anon_sym_and, - ACTIONS(2980), 1, - anon_sym_as, - ACTIONS(2680), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_or, - [100683] = 9, + ACTIONS(3070), 1, + anon_sym_EQ, + ACTIONS(3072), 7, + anon_sym_QMARK_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_COLON_EQ, + anon_sym_PLUS_EQ, + anon_sym_EQ_PLUS, + anon_sym_DOT_EQ, + anon_sym_EQ_DOT, + [100877] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(2999), 1, + ACTIONS(3001), 1, anon_sym_COLON, - ACTIONS(3043), 1, + ACTIONS(3074), 1, anon_sym_RBRACK, - ACTIONS(3045), 1, + ACTIONS(3076), 1, anon_sym_COMMA, - STATE(1987), 1, + STATE(1943), 1, aux_sym_subscript_repeat1, - [100711] = 5, + [100905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 1, + ACTIONS(3078), 1, + anon_sym_EQ, + ACTIONS(3080), 7, + anon_sym_QMARK_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_COLON_EQ, + anon_sym_PLUS_EQ, + anon_sym_EQ_PLUS, + anon_sym_DOT_EQ, + anon_sym_EQ_DOT, + [100921] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2741), 1, anon_sym_as, - ACTIONS(2708), 1, + ACTIONS(2743), 1, + anon_sym_if, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2710), 1, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(3014), 5, - anon_sym_RPAREN, + ACTIONS(3032), 1, anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [100731] = 7, + STATE(1936), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3082), 2, + sym__newline, + anon_sym_SEMI, + [100947] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1370), 1, anon_sym_except, - ACTIONS(1374), 1, + ACTIONS(1378), 1, anon_sym_except_STAR, - ACTIONS(3047), 1, + ACTIONS(3084), 1, anon_sym_finally, - STATE(664), 1, + STATE(670), 1, sym_finally_clause, STATE(532), 2, sym_except_clause, aux_sym_try_statement_repeat1, - STATE(535), 2, + STATE(533), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, - [100755] = 9, + [100971] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(2999), 1, + ACTIONS(3001), 1, anon_sym_COLON, - ACTIONS(3049), 1, + ACTIONS(3086), 1, anon_sym_RBRACK, - ACTIONS(3051), 1, + ACTIONS(3088), 1, anon_sym_COMMA, - STATE(2047), 1, + STATE(2017), 1, aux_sym_subscript_repeat1, - [100783] = 8, + [100999] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(1370), 1, + anon_sym_except, + ACTIONS(1378), 1, + anon_sym_except_STAR, + ACTIONS(3084), 1, + anon_sym_finally, + STATE(666), 1, + sym_finally_clause, + STATE(530), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + STATE(534), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + [101023] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2708), 1, + anon_sym_and, + ACTIONS(2939), 1, anon_sym_as, - ACTIONS(2716), 1, + ACTIONS(2680), 6, + anon_sym_RBRACK, + anon_sym_COMMA, anon_sym_if, - ACTIONS(2718), 1, - anon_sym_and, - ACTIONS(2720), 1, + anon_sym_async, + anon_sym_for, anon_sym_or, - ACTIONS(3055), 1, - anon_sym_COMMA, - STATE(1901), 1, - aux_sym_print_statement_repeat1, - ACTIONS(3053), 2, - sym__newline, - anon_sym_SEMI, - [100809] = 8, + [101041] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(2741), 1, anon_sym_as, - ACTIONS(2716), 1, + ACTIONS(2743), 1, anon_sym_if, - ACTIONS(2718), 1, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2720), 1, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(3041), 1, + ACTIONS(3011), 1, anon_sym_COMMA, - STATE(1910), 1, + STATE(1909), 1, aux_sym_assert_statement_repeat1, - ACTIONS(3057), 2, + ACTIONS(2867), 2, sym__newline, anon_sym_SEMI, - [100835] = 3, + [101067] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2980), 1, + ACTIONS(2686), 1, anon_sym_as, - ACTIONS(2680), 7, + ACTIONS(2694), 1, + anon_sym_and, + ACTIONS(2696), 1, + anon_sym_or, + ACTIONS(2997), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_and, - anon_sym_or, - [100851] = 8, + [101087] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(2668), 1, anon_sym_as, - ACTIONS(2716), 1, - anon_sym_if, - ACTIONS(2718), 1, - anon_sym_and, - ACTIONS(2720), 1, - anon_sym_or, - ACTIONS(3006), 1, - anon_sym_COMMA, - STATE(1916), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2831), 2, - sym__newline, - anon_sym_SEMI, - [100877] = 6, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3061), 1, - sym_inherit_path, - ACTIONS(3063), 1, - anon_sym_DOLLAR_LBRACE_AT, - ACTIONS(3065), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3059), 2, - aux_sym_recipe_token1, - anon_sym_NULL, - STATE(1684), 3, - sym_inline_python, - sym_variable_expansion, - aux_sym_inherit_directive_repeat1, - [100899] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2899), 1, + ACTIONS(2676), 1, anon_sym_and, - ACTIONS(2901), 1, + ACTIONS(2678), 1, anon_sym_or, - ACTIONS(3067), 1, - anon_sym_as, - ACTIONS(2726), 5, - sym__newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2997), 5, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_if, - [100919] = 4, + anon_sym_async, + anon_sym_for, + [101107] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2899), 1, + ACTIONS(2686), 1, + anon_sym_as, + ACTIONS(2694), 1, anon_sym_and, - ACTIONS(2901), 1, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(2782), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2997), 5, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_if, - [100937] = 3, + anon_sym_async, + anon_sym_for, + [101127] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2899), 1, + ACTIONS(2700), 1, + anon_sym_as, + ACTIONS(2708), 1, anon_sym_and, - ACTIONS(2680), 7, - sym__newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2710), 1, + anon_sym_or, + ACTIONS(2997), 5, + anon_sym_RBRACK, anon_sym_COMMA, - anon_sym_as, anon_sym_if, - anon_sym_or, - [100953] = 7, + anon_sym_async, + anon_sym_for, + [101147] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1370), 1, - anon_sym_except, - ACTIONS(1374), 1, - anon_sym_except_STAR, - ACTIONS(3047), 1, - anon_sym_finally, - STATE(665), 1, - sym_finally_clause, - STATE(530), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - STATE(531), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - [100977] = 6, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3072), 1, - sym_inherit_path, - ACTIONS(3075), 1, - anon_sym_DOLLAR_LBRACE_AT, - ACTIONS(3078), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3070), 2, - aux_sym_recipe_token1, - anon_sym_NULL, - STATE(1684), 3, - sym_inline_python, - sym_variable_expansion, - aux_sym_inherit_directive_repeat1, - [100999] = 6, + ACTIONS(2883), 1, + anon_sym_as, + ACTIONS(2885), 1, + anon_sym_if, + ACTIONS(2887), 1, + anon_sym_and, + ACTIONS(2889), 1, + anon_sym_or, + ACTIONS(3001), 1, + anon_sym_COLON, + ACTIONS(3090), 1, + anon_sym_RBRACK, + ACTIONS(3092), 1, + anon_sym_COMMA, + STATE(2131), 1, + aux_sym_subscript_repeat1, + [101175] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2700), 1, @@ -112761,282 +112898,230 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, ACTIONS(2710), 1, anon_sym_or, - ACTIONS(2791), 4, - anon_sym_RPAREN, + ACTIONS(2775), 4, + anon_sym_RBRACK, anon_sym_COMMA, anon_sym_async, anon_sym_for, - [101021] = 3, + [101197] = 6, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(3096), 1, + sym_inherit_path, + ACTIONS(3099), 1, + anon_sym_DOLLAR_LBRACE_AT, + ACTIONS(3102), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3094), 2, + aux_sym_recipe_token1, + anon_sym_NULL, + STATE(1694), 3, + sym_inline_python, + sym_variable_expansion, + aux_sym_inherit_directive_repeat1, + [101219] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1921), 1, anon_sym_as, ACTIONS(1925), 7, - anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_and, anon_sym_or, - [101037] = 9, + [101235] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2867), 1, + anon_sym_RBRACK, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(2999), 1, - anon_sym_COLON, - ACTIONS(3081), 1, - anon_sym_RBRACK, - ACTIONS(3083), 1, + ACTIONS(3105), 1, anon_sym_COMMA, - STATE(1945), 1, - aux_sym_subscript_repeat1, - [101065] = 6, + STATE(1958), 1, + aux_sym_assert_statement_repeat1, + [101260] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2895), 1, - anon_sym_as, - ACTIONS(2897), 1, - anon_sym_if, - ACTIONS(2899), 1, - anon_sym_and, - ACTIONS(2901), 1, - anon_sym_or, - ACTIONS(2712), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_from, - anon_sym_COMMA, - [101087] = 3, + ACTIONS(3112), 1, + sym__not_escape_sequence, + STATE(1697), 1, + aux_sym_string_content_repeat1, + ACTIONS(3107), 2, + sym_string_end, + anon_sym_LBRACE, + ACTIONS(3109), 3, + sym__string_content, + sym_escape_interpolation, + sym_escape_sequence, + [101279] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3085), 1, - anon_sym_EQ, - ACTIONS(3087), 7, - anon_sym_QMARK_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_COLON_EQ, - anon_sym_PLUS_EQ, - anon_sym_EQ_PLUS, - anon_sym_DOT_EQ, - anon_sym_EQ_DOT, - [101103] = 3, + ACTIONS(2704), 1, + anon_sym_async, + ACTIONS(2706), 1, + anon_sym_for, + ACTIONS(3115), 1, + anon_sym_RBRACK, + ACTIONS(3117), 1, + anon_sym_if, + STATE(1717), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [101300] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3089), 1, - anon_sym_EQ, - ACTIONS(3091), 7, - anon_sym_QMARK_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_COLON_EQ, - anon_sym_PLUS_EQ, - anon_sym_EQ_PLUS, - anon_sym_DOT_EQ, - anon_sym_EQ_DOT, - [101119] = 9, + ACTIONS(2672), 1, + anon_sym_async, + ACTIONS(2674), 1, + anon_sym_for, + ACTIONS(3119), 1, + anon_sym_RBRACE, + ACTIONS(3121), 1, + anon_sym_COMMA, + STATE(1714), 1, + sym_for_in_clause, + STATE(2113), 1, + aux_sym_dictionary_repeat1, + STATE(2401), 1, + sym__comprehension_clauses, + [101325] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2741), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2743), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(2999), 1, - anon_sym_COLON, - ACTIONS(3093), 1, - anon_sym_RBRACK, - ACTIONS(3095), 1, + ACTIONS(3123), 3, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, - STATE(2011), 1, - aux_sym_subscript_repeat1, - [101147] = 6, + [101346] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2684), 1, - anon_sym_as, ACTIONS(2686), 1, - anon_sym_if, - ACTIONS(2692), 1, - anon_sym_and, + anon_sym_as, ACTIONS(2694), 1, + anon_sym_and, + ACTIONS(2696), 1, anon_sym_or, - ACTIONS(2712), 4, - anon_sym_RBRACK, - anon_sym_COMMA, + ACTIONS(3125), 4, + anon_sym_RPAREN, + anon_sym_if, anon_sym_async, anon_sym_for, - [101169] = 9, + [101365] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2924), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2926), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2930), 1, anon_sym_or, - ACTIONS(2999), 1, + ACTIONS(3127), 1, anon_sym_COLON, - ACTIONS(3097), 1, - anon_sym_RBRACK, - ACTIONS(3099), 1, - anon_sym_COMMA, - STATE(2144), 1, - aux_sym_subscript_repeat1, - [101197] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2895), 1, - anon_sym_as, - ACTIONS(2897), 1, - anon_sym_if, - ACTIONS(2899), 1, - anon_sym_and, - ACTIONS(2901), 1, - anon_sym_or, - ACTIONS(2791), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(3129), 1, anon_sym_COMMA, - [101219] = 8, + STATE(1983), 1, + aux_sym_assert_statement_repeat1, + [101390] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2670), 1, + ACTIONS(2690), 1, anon_sym_async, - ACTIONS(2672), 1, + ACTIONS(2692), 1, anon_sym_for, - ACTIONS(3101), 1, - anon_sym_RBRACE, - ACTIONS(3103), 1, - anon_sym_COMMA, - STATE(1728), 1, - sym_for_in_clause, - STATE(2105), 1, - aux_sym_dictionary_repeat1, - STATE(2349), 1, - sym__comprehension_clauses, - [101244] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3105), 1, - anon_sym_RBRACK, - ACTIONS(3107), 1, + ACTIONS(3115), 1, + anon_sym_RPAREN, + ACTIONS(3131), 1, anon_sym_if, - ACTIONS(3110), 1, - anon_sym_async, - ACTIONS(3113), 1, - anon_sym_for, - STATE(1696), 3, + STATE(1711), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, - [101265] = 6, + [101411] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(1220), 1, + anon_sym_COLON, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2716), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2718), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2720), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(3116), 3, - sym__newline, - anon_sym_SEMI, + ACTIONS(1218), 2, + anon_sym_RBRACK, anon_sym_COMMA, - [101286] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3118), 1, - anon_sym_LPAREN, - ACTIONS(3120), 1, - anon_sym_STAR, - ACTIONS(3122), 1, - sym_python_identifier, - STATE(1861), 1, - sym_dotted_name, - STATE(1926), 1, - sym_aliased_import, - STATE(2164), 1, - sym__import_list, - STATE(2234), 1, - sym_wildcard_import, - [101311] = 8, + [101434] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, + ACTIONS(2924), 1, anon_sym_as, - ACTIONS(2933), 1, + ACTIONS(2926), 1, anon_sym_if, - ACTIONS(2935), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2930), 1, anon_sym_or, - ACTIONS(3124), 1, - anon_sym_COLON, - ACTIONS(3126), 1, + ACTIONS(3129), 1, anon_sym_COMMA, - STATE(1979), 1, + ACTIONS(3133), 1, + anon_sym_COLON, + STATE(1983), 1, aux_sym_assert_statement_repeat1, - [101336] = 6, + [101459] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(2741), 1, anon_sym_as, - ACTIONS(2716), 1, + ACTIONS(2743), 1, anon_sym_if, - ACTIONS(2718), 1, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2720), 1, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(3128), 3, + ACTIONS(2976), 3, sym__newline, anon_sym_SEMI, anon_sym_COMMA, - [101357] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3105), 1, - anon_sym_RPAREN, - ACTIONS(3130), 1, - anon_sym_if, - ACTIONS(3133), 1, - anon_sym_async, - ACTIONS(3136), 1, - anon_sym_for, - STATE(1701), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [101378] = 6, + [101480] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2670), 1, - anon_sym_async, ACTIONS(2672), 1, + anon_sym_async, + ACTIONS(2674), 1, anon_sym_for, - ACTIONS(3139), 1, + ACTIONS(3135), 1, anon_sym_RBRACE, - ACTIONS(3141), 1, - anon_sym_if, - STATE(1715), 3, + ACTIONS(3137), 1, + anon_sym_COMMA, + STATE(1714), 1, sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [101399] = 5, + STATE(2157), 1, + aux_sym_dictionary_repeat1, + STATE(2443), 1, + sym__comprehension_clauses, + [101505] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2700), 1, @@ -113045,6693 +113130,6669 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, ACTIONS(2710), 1, anon_sym_or, - ACTIONS(3143), 4, - anon_sym_RPAREN, + ACTIONS(3125), 4, + anon_sym_RBRACK, anon_sym_if, anon_sym_async, anon_sym_for, - [101418] = 8, + [101524] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2670), 1, + ACTIONS(3139), 1, + anon_sym_RBRACK, + ACTIONS(3141), 1, + anon_sym_if, + ACTIONS(3144), 1, anon_sym_async, - ACTIONS(2672), 1, - anon_sym_for, - ACTIONS(3145), 1, - anon_sym_RBRACE, ACTIONS(3147), 1, - anon_sym_COMMA, - STATE(1728), 1, - sym_for_in_clause, - STATE(2028), 1, - aux_sym_dictionary_repeat1, - STATE(2316), 1, - sym__comprehension_clauses, - [101443] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3153), 1, - sym__not_escape_sequence, - STATE(1716), 1, - aux_sym_string_content_repeat1, - ACTIONS(3149), 2, - sym_string_end, - anon_sym_LBRACE, - ACTIONS(3151), 3, - sym__string_content, - sym_escape_interpolation, - sym_escape_sequence, - [101462] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2670), 1, - anon_sym_async, - ACTIONS(2672), 1, - anon_sym_for, - ACTIONS(3155), 1, - anon_sym_RBRACE, - ACTIONS(3157), 1, - anon_sym_COMMA, - STATE(1728), 1, - sym_for_in_clause, - STATE(2025), 1, - aux_sym_dictionary_repeat1, - STATE(2336), 1, - sym__comprehension_clauses, - [101487] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3159), 1, - anon_sym_DOT, - ACTIONS(3161), 1, - anon_sym___future__, - ACTIONS(3163), 1, - sym_python_identifier, - STATE(1936), 1, - aux_sym_import_prefix_repeat1, - STATE(2120), 1, - sym_import_prefix, - STATE(2403), 2, - sym_relative_import, - sym_dotted_name, - [101510] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2704), 1, - anon_sym_async, - ACTIONS(2706), 1, anon_sym_for, - ACTIONS(3139), 1, - anon_sym_RPAREN, - ACTIONS(3165), 1, - anon_sym_if, - STATE(1701), 3, + STATE(1709), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, - [101531] = 5, + [101545] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2666), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2674), 1, - anon_sym_and, - ACTIONS(2676), 1, - anon_sym_or, - ACTIONS(3143), 4, - anon_sym_RBRACE, + ACTIONS(2885), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, - [101550] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2684), 1, - anon_sym_as, - ACTIONS(2692), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2694), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(3143), 4, + ACTIONS(3001), 1, + anon_sym_COLON, + ACTIONS(3150), 2, anon_sym_RBRACK, - anon_sym_if, + anon_sym_COMMA, + [101568] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2690), 1, anon_sym_async, + ACTIONS(2692), 1, anon_sym_for, - [101569] = 8, + ACTIONS(3131), 1, + anon_sym_if, + ACTIONS(3152), 1, + anon_sym_RPAREN, + STATE(1720), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [101589] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2670), 1, - anon_sym_async, ACTIONS(2672), 1, + anon_sym_async, + ACTIONS(2674), 1, anon_sym_for, - ACTIONS(3167), 1, + ACTIONS(3154), 1, anon_sym_RBRACE, - ACTIONS(3169), 1, + ACTIONS(3156), 1, anon_sym_COMMA, - STATE(1728), 1, + STATE(1714), 1, sym_for_in_clause, - STATE(2143), 1, + STATE(2036), 1, aux_sym_dictionary_repeat1, - STATE(2431), 1, + STATE(2343), 1, sym__comprehension_clauses, - [101594] = 6, + [101614] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2688), 1, - anon_sym_async, - ACTIONS(2690), 1, - anon_sym_for, - ACTIONS(3171), 1, - anon_sym_RBRACK, - ACTIONS(3173), 1, + ACTIONS(2883), 1, + anon_sym_as, + ACTIONS(2885), 1, anon_sym_if, - STATE(1713), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [101615] = 6, + ACTIONS(2887), 1, + anon_sym_and, + ACTIONS(2889), 1, + anon_sym_or, + ACTIONS(3158), 1, + anon_sym_COLON, + ACTIONS(1278), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + [101637] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2688), 1, + ACTIONS(2672), 1, anon_sym_async, - ACTIONS(2690), 1, + ACTIONS(2674), 1, anon_sym_for, - ACTIONS(3139), 1, - anon_sym_RBRACK, - ACTIONS(3173), 1, + ACTIONS(3115), 1, + anon_sym_RBRACE, + ACTIONS(3160), 1, anon_sym_if, - STATE(1696), 3, + STATE(1723), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, - [101636] = 8, + [101658] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3162), 1, + anon_sym_LPAREN, + ACTIONS(3164), 1, + anon_sym_STAR, + ACTIONS(3166), 1, + sym_python_identifier, + STATE(1874), 1, + sym_dotted_name, + STATE(1916), 1, + sym_aliased_import, + STATE(2237), 1, + sym_wildcard_import, + STATE(2247), 1, + sym__import_list, + [101683] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2670), 1, - anon_sym_async, ACTIONS(2672), 1, + anon_sym_async, + ACTIONS(2674), 1, anon_sym_for, - ACTIONS(3175), 1, + ACTIONS(3168), 1, anon_sym_RBRACE, - ACTIONS(3177), 1, + ACTIONS(3170), 1, anon_sym_COMMA, - STATE(1728), 1, + STATE(1714), 1, sym_for_in_clause, - STATE(2000), 1, + STATE(2006), 1, aux_sym_dictionary_repeat1, - STATE(2256), 1, + STATE(2382), 1, sym__comprehension_clauses, - [101661] = 6, + [101708] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3105), 1, - anon_sym_RBRACE, - ACTIONS(3179), 1, - anon_sym_if, - ACTIONS(3182), 1, + ACTIONS(2704), 1, anon_sym_async, - ACTIONS(3185), 1, + ACTIONS(2706), 1, anon_sym_for, - STATE(1715), 3, + ACTIONS(3117), 1, + anon_sym_if, + ACTIONS(3152), 1, + anon_sym_RBRACK, + STATE(1709), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, - [101682] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3193), 1, - sym__not_escape_sequence, - STATE(1716), 1, - aux_sym_string_content_repeat1, - ACTIONS(3188), 2, - sym_string_end, - anon_sym_LBRACE, - ACTIONS(3190), 3, - sym__string_content, - sym_escape_interpolation, - sym_escape_sequence, - [101701] = 7, + [101729] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2741), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2743), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(2999), 1, - anon_sym_COLON, - ACTIONS(3196), 2, - anon_sym_RBRACK, + ACTIONS(3172), 3, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, - [101724] = 8, + [101750] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2831), 1, - anon_sym_RBRACK, - ACTIONS(2970), 1, - anon_sym_as, - ACTIONS(2972), 1, - anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2976), 1, - anon_sym_or, - ACTIONS(3198), 1, - anon_sym_COMMA, - STATE(1950), 1, - aux_sym_assert_statement_repeat1, - [101749] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2823), 1, + ACTIONS(2807), 1, anon_sym_as, - ACTIONS(2825), 1, + ACTIONS(2809), 1, anon_sym_if, - ACTIONS(2827), 1, - anon_sym_and, - ACTIONS(2829), 1, + ACTIONS(2811), 1, anon_sym_or, - ACTIONS(2831), 1, + ACTIONS(2867), 1, anon_sym_RPAREN, - ACTIONS(3200), 1, + ACTIONS(3174), 1, anon_sym_COMMA, - STATE(2020), 1, + STATE(2012), 1, aux_sym_assert_statement_repeat1, - [101774] = 7, + [101775] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, - anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(3139), 1, + anon_sym_RPAREN, + ACTIONS(3176), 1, anon_sym_if, - ACTIONS(2974), 1, - anon_sym_and, - ACTIONS(2976), 1, - anon_sym_or, - ACTIONS(3202), 1, - anon_sym_COLON, - ACTIONS(1278), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - [101797] = 8, + ACTIONS(3179), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_for, + STATE(1720), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [101796] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2670), 1, + ACTIONS(2672), 1, anon_sym_async, + ACTIONS(2674), 1, + anon_sym_for, + ACTIONS(3185), 1, + anon_sym_RBRACE, + ACTIONS(3187), 1, + anon_sym_COMMA, + STATE(1714), 1, + sym_for_in_clause, + STATE(2087), 1, + aux_sym_dictionary_repeat1, + STATE(2278), 1, + sym__comprehension_clauses, + [101821] = 8, + ACTIONS(3), 1, + sym_comment, ACTIONS(2672), 1, + anon_sym_async, + ACTIONS(2674), 1, anon_sym_for, - ACTIONS(3204), 1, + ACTIONS(3189), 1, anon_sym_RBRACE, - ACTIONS(3206), 1, + ACTIONS(3191), 1, anon_sym_COMMA, - STATE(1728), 1, + STATE(1714), 1, sym_for_in_clause, - STATE(2106), 1, + STATE(2034), 1, aux_sym_dictionary_repeat1, - STATE(2413), 1, + STATE(2344), 1, sym__comprehension_clauses, - [101822] = 8, + [101846] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2672), 1, + anon_sym_async, + ACTIONS(2674), 1, + anon_sym_for, + ACTIONS(3152), 1, + anon_sym_RBRACE, + ACTIONS(3160), 1, + anon_sym_if, + STATE(1727), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [101867] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3197), 1, + sym__not_escape_sequence, + STATE(1697), 1, + aux_sym_string_content_repeat1, + ACTIONS(3193), 2, + sym_string_end, + anon_sym_LBRACE, + ACTIONS(3195), 3, + sym__string_content, + sym_escape_interpolation, + sym_escape_sequence, + [101886] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2670), 1, - anon_sym_async, ACTIONS(2672), 1, + anon_sym_async, + ACTIONS(2674), 1, anon_sym_for, - ACTIONS(3208), 1, + ACTIONS(3199), 1, anon_sym_RBRACE, - ACTIONS(3210), 1, + ACTIONS(3201), 1, anon_sym_COMMA, - STATE(1728), 1, + STATE(1714), 1, sym_for_in_clause, - STATE(2066), 1, + STATE(2109), 1, aux_sym_dictionary_repeat1, - STATE(2284), 1, + STATE(2352), 1, sym__comprehension_clauses, - [101847] = 6, + [101911] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, - anon_sym_as, - ACTIONS(2716), 1, - anon_sym_if, - ACTIONS(2718), 1, - anon_sym_and, - ACTIONS(2720), 1, - anon_sym_or, - ACTIONS(2978), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - [101868] = 8, + ACTIONS(3203), 1, + anon_sym_DOT, + ACTIONS(3205), 1, + anon_sym___future__, + ACTIONS(3207), 1, + sym_python_identifier, + STATE(1940), 1, + aux_sym_import_prefix_repeat1, + STATE(2117), 1, + sym_import_prefix, + STATE(2312), 2, + sym_relative_import, + sym_dotted_name, + [101934] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, - anon_sym_as, - ACTIONS(2933), 1, + ACTIONS(3139), 1, + anon_sym_RBRACE, + ACTIONS(3209), 1, anon_sym_if, - ACTIONS(2935), 1, - anon_sym_and, - ACTIONS(2937), 1, - anon_sym_or, - ACTIONS(3126), 1, - anon_sym_COMMA, ACTIONS(3212), 1, - anon_sym_COLON, - STATE(1979), 1, - aux_sym_assert_statement_repeat1, - [101893] = 8, + anon_sym_async, + ACTIONS(3215), 1, + anon_sym_for, + STATE(1727), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [101955] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2670), 1, - anon_sym_async, ACTIONS(2672), 1, + anon_sym_async, + ACTIONS(2674), 1, anon_sym_for, - ACTIONS(3214), 1, + ACTIONS(3218), 1, anon_sym_RBRACE, - ACTIONS(3216), 1, + ACTIONS(3220), 1, anon_sym_COMMA, - STATE(1728), 1, + STATE(1714), 1, sym_for_in_clause, - STATE(2081), 1, + STATE(2074), 1, aux_sym_dictionary_repeat1, - STATE(2272), 1, + STATE(2291), 1, sym__comprehension_clauses, - [101918] = 7, + [101980] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1182), 1, - anon_sym_COLON, - ACTIONS(2970), 1, + ACTIONS(2668), 1, anon_sym_as, - ACTIONS(2972), 1, - anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2676), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2678), 1, anon_sym_or, - ACTIONS(1180), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - [101941] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2704), 1, + ACTIONS(3125), 4, + anon_sym_RBRACE, + anon_sym_if, anon_sym_async, - ACTIONS(2706), 1, anon_sym_for, - ACTIONS(3165), 1, - anon_sym_if, - ACTIONS(3171), 1, - anon_sym_RPAREN, - STATE(1708), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [101962] = 6, + [101999] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2670), 1, - anon_sym_async, - ACTIONS(2672), 1, - anon_sym_for, - ACTIONS(3141), 1, - anon_sym_if, - ACTIONS(3171), 1, - anon_sym_RBRACE, - STATE(1702), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [101983] = 3, + ACTIONS(3224), 1, + anon_sym_DOT, + STATE(1801), 1, + aux_sym_dotted_name_repeat1, + ACTIONS(3222), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_as, + [102015] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3220), 1, + ACTIONS(3228), 1, sym__not_escape_sequence, - ACTIONS(3218), 5, + ACTIONS(3226), 5, sym__string_content, sym_escape_interpolation, sym_string_end, anon_sym_LBRACE, sym_escape_sequence, - [101997] = 3, + [102029] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3224), 1, + ACTIONS(3232), 1, sym__not_escape_sequence, - ACTIONS(3222), 5, + ACTIONS(3230), 5, sym__string_content, sym_escape_interpolation, sym_string_end, anon_sym_LBRACE, sym_escape_sequence, - [102011] = 4, + [102043] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3226), 1, + ACTIONS(3234), 1, anon_sym_COMMA, - STATE(1734), 1, - aux_sym_pattern_list_repeat1, - ACTIONS(796), 4, + STATE(1733), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(2976), 4, anon_sym_EQ, anon_sym_COLON, anon_sym_RBRACE, sym_type_conversion, - [102027] = 4, + [102059] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3230), 1, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, + anon_sym_as, + ACTIONS(2809), 1, + anon_sym_if, + ACTIONS(2811), 1, + anon_sym_or, + ACTIONS(3237), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(1767), 1, + [102079] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3241), 1, + anon_sym_COMMA, + STATE(1786), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(3228), 4, + ACTIONS(3239), 4, anon_sym_RBRACE, anon_sym_if, anon_sym_async, anon_sym_for, - [102043] = 4, + [102095] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2935), 1, - anon_sym_and, - ACTIONS(2937), 1, - anon_sym_or, - ACTIONS(2782), 4, + ACTIONS(3245), 1, anon_sym_COLON, + ACTIONS(3247), 1, + anon_sym_DOT, + ACTIONS(3249), 1, + anon_sym_PIPE, + ACTIONS(3243), 3, + anon_sym_EQ, + anon_sym_RPAREN, + anon_sym_COMMA, + [102113] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3251), 1, + anon_sym_COLON, + ACTIONS(3253), 1, + anon_sym_DOT, + ACTIONS(3255), 1, + anon_sym_PIPE, + ACTIONS(3243), 3, + sym__newline, + anon_sym_EQ, + anon_sym_SEMI, + [102131] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3257), 6, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_PIPE, + [102143] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3257), 6, + sym__newline, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_PIPE, + [102155] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2836), 1, anon_sym_as, + ACTIONS(2838), 1, anon_sym_if, - [102059] = 4, + ACTIONS(2840), 1, + anon_sym_and, + ACTIONS(2842), 1, + anon_sym_or, + ACTIONS(3060), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [102175] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3232), 1, + ACTIONS(3259), 1, anon_sym_COMMA, - STATE(1734), 1, + STATE(1758), 1, aux_sym_pattern_list_repeat1, - ACTIONS(2512), 4, + ACTIONS(780), 4, anon_sym_EQ, anon_sym_COLON, anon_sym_RBRACE, sym_type_conversion, - [102075] = 4, + [102191] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3261), 6, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_PIPE, + [102203] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3235), 1, + ACTIONS(3263), 1, anon_sym_COMMA, - STATE(1739), 1, + STATE(1733), 1, aux_sym_assert_statement_repeat1, - ACTIONS(1074), 4, + ACTIONS(1088), 4, anon_sym_EQ, anon_sym_COLON, anon_sym_RBRACE, sym_type_conversion, - [102091] = 4, + [102219] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3237), 1, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, + anon_sym_as, + ACTIONS(2809), 1, + anon_sym_if, + ACTIONS(2811), 1, + anon_sym_or, + ACTIONS(3265), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(1775), 1, + [102239] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, + anon_sym_as, + ACTIONS(2809), 1, + anon_sym_if, + ACTIONS(2811), 1, + anon_sym_or, + ACTIONS(3267), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [102259] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3269), 1, + anon_sym_COMMA, + STATE(1790), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(3228), 4, + ACTIONS(3239), 4, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, - [102107] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3241), 1, - anon_sym_COLON, - ACTIONS(3243), 1, - anon_sym_DOT, - ACTIONS(3245), 1, - anon_sym_PIPE, - ACTIONS(3239), 3, - sym__newline, - anon_sym_EQ, - anon_sym_SEMI, - [102125] = 6, + [102275] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, anon_sym_as, - ACTIONS(2825), 1, + ACTIONS(2809), 1, anon_sym_if, - ACTIONS(2827), 1, - anon_sym_and, - ACTIONS(2829), 1, + ACTIONS(2811), 1, anon_sym_or, - ACTIONS(3247), 2, + ACTIONS(3271), 2, anon_sym_RPAREN, anon_sym_COMMA, - [102145] = 4, + [102295] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3249), 1, - anon_sym_COMMA, - STATE(1739), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2978), 4, - anon_sym_EQ, + ACTIONS(3273), 1, + anon_sym_RBRACK, + ACTIONS(3275), 1, anon_sym_COLON, - anon_sym_RBRACE, - sym_type_conversion, - [102161] = 6, + ACTIONS(3277), 1, + anon_sym_DOT, + ACTIONS(3279), 1, + anon_sym_COMMA, + ACTIONS(3281), 1, + anon_sym_PIPE, + STATE(1964), 1, + aux_sym_type_parameter_repeat1, + [102317] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, + ACTIONS(2741), 1, anon_sym_as, - ACTIONS(2933), 1, + ACTIONS(2743), 1, anon_sym_if, - ACTIONS(2935), 1, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(3252), 2, - anon_sym_COLON, - anon_sym_COMMA, - [102181] = 3, + ACTIONS(3283), 2, + sym__newline, + anon_sym_SEMI, + [102337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3256), 1, + ACTIONS(3287), 1, sym__not_escape_sequence, - ACTIONS(3254), 5, + ACTIONS(3285), 5, sym__string_content, sym_escape_interpolation, sym_string_end, anon_sym_LBRACE, sym_escape_sequence, - [102195] = 2, + [102351] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2756), 6, + ACTIONS(3261), 6, + sym__newline, anon_sym_EQ, anon_sym_COLON, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_COMMA, anon_sym_PIPE, - [102207] = 2, + [102363] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3258), 6, - anon_sym_EQ, + ACTIONS(3245), 1, anon_sym_COLON, - anon_sym_RPAREN, + ACTIONS(3247), 1, anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(3249), 1, anon_sym_PIPE, - [102219] = 2, + ACTIONS(3289), 1, + anon_sym_EQ, + ACTIONS(3291), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [102383] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, + anon_sym_as, + ACTIONS(2809), 1, + anon_sym_if, + ACTIONS(2811), 1, + anon_sym_or, + ACTIONS(2976), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [102403] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 6, + ACTIONS(3293), 6, sym__newline, anon_sym_EQ, anon_sym_COLON, anon_sym_SEMI, anon_sym_DOT, anon_sym_PIPE, - [102231] = 2, + [102415] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3258), 6, + ACTIONS(1409), 6, sym__newline, anon_sym_EQ, anon_sym_COLON, anon_sym_SEMI, anon_sym_DOT, anon_sym_PIPE, - [102243] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3262), 1, - anon_sym_RBRACK, - ACTIONS(3264), 1, - anon_sym_COLON, - ACTIONS(3266), 1, - anon_sym_DOT, - ACTIONS(3268), 1, - anon_sym_COMMA, - ACTIONS(3270), 1, - anon_sym_PIPE, - STATE(1961), 1, - aux_sym_type_parameter_repeat1, - [102265] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3274), 1, - anon_sym_DOT, - STATE(1804), 1, - aux_sym_dotted_name_repeat1, - ACTIONS(3272), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_as, - [102281] = 6, + [102427] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, anon_sym_as, - ACTIONS(2825), 1, + ACTIONS(2809), 1, anon_sym_if, - ACTIONS(2827), 1, - anon_sym_and, - ACTIONS(2829), 1, + ACTIONS(2811), 1, anon_sym_or, - ACTIONS(2978), 2, + ACTIONS(3295), 2, anon_sym_RPAREN, anon_sym_COMMA, - [102301] = 6, + [102447] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(2990), 2, + ACTIONS(2919), 2, anon_sym_RBRACK, anon_sym_COMMA, - [102321] = 2, + [102467] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3276), 6, - sym__newline, + ACTIONS(3297), 1, + anon_sym_COMMA, + STATE(1758), 1, + aux_sym_pattern_list_repeat1, + ACTIONS(2486), 4, anon_sym_EQ, anon_sym_COLON, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_PIPE, - [102333] = 3, + anon_sym_RBRACE, + sym_type_conversion, + [102483] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3280), 1, - sym__not_escape_sequence, - ACTIONS(3278), 5, - sym__string_content, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [102347] = 2, + ACTIONS(2883), 1, + anon_sym_as, + ACTIONS(2885), 1, + anon_sym_if, + ACTIONS(2887), 1, + anon_sym_and, + ACTIONS(2889), 1, + anon_sym_or, + ACTIONS(3237), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + [102503] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 6, - anon_sym_EQ, + ACTIONS(3275), 1, anon_sym_COLON, - anon_sym_RPAREN, + ACTIONS(3277), 1, anon_sym_DOT, + ACTIONS(3279), 1, anon_sym_COMMA, + ACTIONS(3281), 1, anon_sym_PIPE, - [102359] = 6, + ACTIONS(3300), 1, + anon_sym_RBRACK, + STATE(2076), 1, + aux_sym_type_parameter_repeat1, + [102525] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, anon_sym_as, - ACTIONS(2825), 1, + ACTIONS(2809), 1, anon_sym_if, - ACTIONS(2827), 1, - anon_sym_and, - ACTIONS(2829), 1, + ACTIONS(2811), 1, anon_sym_or, - ACTIONS(2990), 2, + ACTIONS(3302), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [102545] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3304), 6, + anon_sym_EQ, + anon_sym_COLON, anon_sym_RPAREN, + anon_sym_DOT, anon_sym_COMMA, - [102379] = 4, + anon_sym_PIPE, + [102557] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3284), 1, + ACTIONS(3308), 1, anon_sym_COMMA, - STATE(1778), 1, + STATE(1796), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(3282), 4, - anon_sym_RBRACE, + ACTIONS(3306), 4, + anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, - [102395] = 5, + [102573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3286), 1, + ACTIONS(3312), 1, + sym__not_escape_sequence, + ACTIONS(3310), 5, + sym__string_content, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [102587] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3251), 1, anon_sym_COLON, - ACTIONS(3288), 1, + ACTIONS(3253), 1, anon_sym_DOT, - ACTIONS(3290), 1, + ACTIONS(3255), 1, anon_sym_PIPE, - ACTIONS(3239), 3, + ACTIONS(3314), 1, anon_sym_EQ, - anon_sym_RPAREN, - anon_sym_COMMA, - [102413] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3292), 6, + ACTIONS(3316), 2, sym__newline, - anon_sym_EQ, - anon_sym_COLON, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_PIPE, - [102425] = 6, + [102607] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, + ACTIONS(2836), 1, anon_sym_as, - ACTIONS(2825), 1, + ACTIONS(2838), 1, anon_sym_if, - ACTIONS(2827), 1, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2829), 1, + ACTIONS(2842), 1, anon_sym_or, - ACTIONS(3294), 2, - anon_sym_RPAREN, + ACTIONS(3237), 2, + anon_sym_RBRACE, anon_sym_COMMA, - [102445] = 6, + [102627] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2741), 1, anon_sym_as, - ACTIONS(2972), 1, + ACTIONS(2743), 1, anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2976), 1, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(3294), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - [102465] = 2, + ACTIONS(2919), 2, + sym__newline, + anon_sym_SEMI, + [102647] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3276), 6, + ACTIONS(2735), 6, + sym__newline, anon_sym_EQ, anon_sym_COLON, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_COMMA, anon_sym_PIPE, - [102477] = 2, + [102659] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1438), 6, - sym__newline, + ACTIONS(2735), 6, anon_sym_EQ, anon_sym_COLON, - anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_DOT, + anon_sym_COMMA, anon_sym_PIPE, - [102489] = 6, + [102671] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, anon_sym_as, - ACTIONS(2837), 1, + ACTIONS(2809), 1, anon_sym_if, - ACTIONS(2839), 1, - anon_sym_and, - ACTIONS(2841), 1, + ACTIONS(2811), 1, anon_sym_or, - ACTIONS(3294), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [102509] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3296), 1, - anon_sym_COMMA, - STATE(1797), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(3282), 4, + ACTIONS(3318), 2, anon_sym_RPAREN, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [102525] = 3, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3300), 1, - aux_sym_string_token1, - ACTIONS(3298), 5, - anon_sym_DQUOTE, - anon_sym_DOLLARBB_ENV_PASSTHROUGH, - anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, - anon_sym_DOLLAR_LBRACE_AT, - anon_sym_DOLLAR_LBRACE, - [102539] = 6, + anon_sym_COMMA, + [102691] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, anon_sym_as, - ACTIONS(2716), 1, + ACTIONS(2809), 1, anon_sym_if, - ACTIONS(2718), 1, - anon_sym_and, - ACTIONS(2720), 1, + ACTIONS(2811), 1, anon_sym_or, - ACTIONS(3302), 2, - sym__newline, - anon_sym_SEMI, - [102559] = 4, + ACTIONS(3320), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [102711] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 1, - anon_sym_COMMA, - STATE(1765), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(3304), 4, - anon_sym_RBRACK, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [102575] = 2, + ACTIONS(3324), 1, + sym__not_escape_sequence, + ACTIONS(3322), 5, + sym__string_content, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [102725] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2756), 6, + ACTIONS(3304), 6, sym__newline, anon_sym_EQ, anon_sym_COLON, anon_sym_SEMI, anon_sym_DOT, anon_sym_PIPE, - [102587] = 4, + [102737] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3311), 1, + ACTIONS(2924), 1, + anon_sym_as, + ACTIONS(2926), 1, + anon_sym_if, + ACTIONS(2928), 1, + anon_sym_and, + ACTIONS(2930), 1, + anon_sym_or, + ACTIONS(3267), 2, + anon_sym_COLON, anon_sym_COMMA, - STATE(1785), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(3309), 4, - anon_sym_RBRACE, + [102757] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2805), 1, + anon_sym_and, + ACTIONS(2807), 1, + anon_sym_as, + ACTIONS(2809), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, - [102603] = 4, + ACTIONS(2811), 1, + anon_sym_or, + ACTIONS(3326), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [102777] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3313), 1, + ACTIONS(3328), 1, anon_sym_COMMA, - STATE(1806), 1, + STATE(1817), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(3282), 4, + ACTIONS(3306), 4, anon_sym_RBRACK, anon_sym_if, anon_sym_async, anon_sym_for, - [102619] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3315), 6, - sym__newline, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_PIPE, - [102631] = 6, + [102793] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, - anon_sym_as, - ACTIONS(2837), 1, - anon_sym_if, - ACTIONS(2839), 1, - anon_sym_and, - ACTIONS(2841), 1, - anon_sym_or, - ACTIONS(3012), 2, - anon_sym_RBRACE, + ACTIONS(3330), 1, anon_sym_COMMA, - [102651] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2823), 1, - anon_sym_as, - ACTIONS(2825), 1, + STATE(1794), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3306), 4, + anon_sym_RBRACE, anon_sym_if, - ACTIONS(2827), 1, - anon_sym_and, - ACTIONS(2829), 1, - anon_sym_or, - ACTIONS(3317), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [102671] = 3, + anon_sym_async, + anon_sym_for, + [102809] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3321), 1, + ACTIONS(3334), 1, sym__not_escape_sequence, - ACTIONS(3319), 5, + ACTIONS(3332), 5, sym__string_content, sym_escape_interpolation, sym_string_end, anon_sym_LBRACE, sym_escape_sequence, - [102685] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3286), 1, - anon_sym_COLON, - ACTIONS(3288), 1, - anon_sym_DOT, - ACTIONS(3290), 1, - anon_sym_PIPE, - ACTIONS(3323), 1, - anon_sym_EQ, - ACTIONS(3325), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [102705] = 6, + [102823] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, - anon_sym_as, - ACTIONS(2716), 1, - anon_sym_if, - ACTIONS(2718), 1, - anon_sym_and, - ACTIONS(2720), 1, - anon_sym_or, - ACTIONS(2990), 2, - sym__newline, - anon_sym_SEMI, - [102725] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3327), 1, + ACTIONS(3336), 1, anon_sym_COMMA, - STATE(1809), 1, + STATE(1782), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(3309), 4, - anon_sym_RPAREN, + ACTIONS(3239), 4, + anon_sym_RBRACK, anon_sym_if, anon_sym_async, anon_sym_for, - [102741] = 6, + [102839] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, + ACTIONS(2924), 1, anon_sym_as, - ACTIONS(2825), 1, + ACTIONS(2926), 1, anon_sym_if, - ACTIONS(2827), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2829), 1, + ACTIONS(2930), 1, anon_sym_or, - ACTIONS(3329), 2, - anon_sym_RPAREN, + ACTIONS(3271), 2, + anon_sym_COLON, anon_sym_COMMA, - [102761] = 6, + [102859] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3241), 1, + ACTIONS(1409), 6, + anon_sym_EQ, anon_sym_COLON, - ACTIONS(3243), 1, + anon_sym_RPAREN, anon_sym_DOT, - ACTIONS(3245), 1, + anon_sym_COMMA, anon_sym_PIPE, - ACTIONS(3331), 1, - anon_sym_EQ, - ACTIONS(3333), 2, - sym__newline, - anon_sym_SEMI, - [102781] = 4, + [102871] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3337), 1, + ACTIONS(3340), 1, anon_sym_COMMA, - STATE(1785), 1, + STATE(1816), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(3335), 4, - anon_sym_RBRACE, + ACTIONS(3338), 4, + anon_sym_RBRACK, anon_sym_if, anon_sym_async, anon_sym_for, - [102797] = 6, + [102887] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2825), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2827), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2829), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(3252), 2, - anon_sym_RPAREN, + ACTIONS(1258), 2, + anon_sym_RBRACK, anon_sym_COMMA, - [102817] = 7, + [102907] = 5, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(3045), 1, + anon_sym_DOLLAR_LBRACE_AT, + ACTIONS(3047), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3342), 1, + sym_inherit_path, + STATE(1667), 3, + sym_inline_python, + sym_variable_expansion, + aux_sym_inherit_directive_repeat1, + [102925] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 1, + ACTIONS(2924), 1, + anon_sym_as, + ACTIONS(2926), 1, + anon_sym_if, + ACTIONS(2928), 1, + anon_sym_and, + ACTIONS(2930), 1, + anon_sym_or, + ACTIONS(2976), 2, anon_sym_COLON, - ACTIONS(3266), 1, - anon_sym_DOT, - ACTIONS(3268), 1, anon_sym_COMMA, - ACTIONS(3270), 1, - anon_sym_PIPE, - ACTIONS(3339), 1, - anon_sym_RBRACK, - STATE(2067), 1, - aux_sym_type_parameter_repeat1, - [102839] = 7, + [102945] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3344), 1, + anon_sym_COMMA, + STATE(1800), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3338), 4, + anon_sym_RBRACE, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [102961] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 1, + ACTIONS(3293), 6, + anon_sym_EQ, anon_sym_COLON, - ACTIONS(3266), 1, + anon_sym_RPAREN, anon_sym_DOT, - ACTIONS(3268), 1, anon_sym_COMMA, - ACTIONS(3270), 1, anon_sym_PIPE, - ACTIONS(3341), 1, - anon_sym_RBRACK, - STATE(2107), 1, - aux_sym_type_parameter_repeat1, - [102861] = 6, + [102973] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2716), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2718), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2720), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(3343), 2, - sym__newline, - anon_sym_SEMI, - [102881] = 4, + ACTIONS(3346), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + [102993] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3274), 1, + ACTIONS(3275), 1, + anon_sym_COLON, + ACTIONS(3277), 1, anon_sym_DOT, - STATE(1747), 1, - aux_sym_dotted_name_repeat1, - ACTIONS(3345), 4, - sym__newline, - anon_sym_SEMI, + ACTIONS(3279), 1, anon_sym_COMMA, - anon_sym_as, - [102897] = 4, + ACTIONS(3281), 1, + anon_sym_PIPE, + ACTIONS(3348), 1, + anon_sym_RBRACK, + STATE(2073), 1, + aux_sym_type_parameter_repeat1, + [103015] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3347), 1, + ACTIONS(3350), 1, anon_sym_COMMA, - STATE(1765), 1, + STATE(1811), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(3309), 4, - anon_sym_RBRACK, + ACTIONS(3338), 4, + anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, - [102913] = 4, + [103031] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, - anon_sym_COMMA, - STATE(1785), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(3304), 4, - anon_sym_RBRACE, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [102929] = 6, + ACTIONS(3352), 6, + sym__newline, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_PIPE, + [103043] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, + ACTIONS(2836), 1, anon_sym_as, - ACTIONS(2825), 1, + ACTIONS(2838), 1, anon_sym_if, - ACTIONS(2827), 1, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2829), 1, + ACTIONS(2842), 1, anon_sym_or, - ACTIONS(3352), 2, - anon_sym_RPAREN, + ACTIONS(3265), 2, + anon_sym_RBRACE, anon_sym_COMMA, - [102949] = 6, + [103063] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2933), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2935), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(3317), 2, - anon_sym_COLON, + ACTIONS(2976), 2, + anon_sym_RBRACK, anon_sym_COMMA, - [102969] = 3, + [103083] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3356), 1, - sym__not_escape_sequence, - ACTIONS(3354), 5, - sym__string_content, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [102983] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2835), 1, - anon_sym_as, - ACTIONS(2837), 1, - anon_sym_if, - ACTIONS(2839), 1, - anon_sym_and, - ACTIONS(2841), 1, - anon_sym_or, - ACTIONS(3358), 2, - anon_sym_RBRACE, anon_sym_COMMA, - [103003] = 2, + STATE(1800), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3354), 4, + anon_sym_RBRACE, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [103099] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1438), 6, + ACTIONS(3352), 6, anon_sym_EQ, anon_sym_COLON, anon_sym_RPAREN, anon_sym_DOT, anon_sym_COMMA, anon_sym_PIPE, - [103015] = 2, + [103111] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3315), 6, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_DOT, + ACTIONS(3358), 1, anon_sym_COMMA, - anon_sym_PIPE, - [103027] = 3, - ACTIONS(2620), 1, + STATE(1811), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3354), 4, + anon_sym_RPAREN, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [103127] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3029), 1, + ACTIONS(3024), 1, aux_sym_string_token1, - ACTIONS(3027), 5, + ACTIONS(3022), 5, anon_sym_DQUOTE, anon_sym_DOLLARBB_ENV_PASSTHROUGH, anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, anon_sym_DOLLAR_LBRACE_AT, anon_sym_DOLLAR_LBRACE, - [103041] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3362), 1, - sym__not_escape_sequence, - ACTIONS(3360), 5, - sym__string_content, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [103055] = 6, + [103141] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, - anon_sym_as, - ACTIONS(2972), 1, - anon_sym_if, - ACTIONS(2974), 1, + ACTIONS(2805), 1, anon_sym_and, - ACTIONS(2976), 1, - anon_sym_or, - ACTIONS(3364), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - [103075] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2823), 1, + ACTIONS(2807), 1, anon_sym_as, - ACTIONS(2825), 1, + ACTIONS(2809), 1, anon_sym_if, - ACTIONS(2827), 1, - anon_sym_and, - ACTIONS(2829), 1, + ACTIONS(2811), 1, anon_sym_or, - ACTIONS(3358), 2, + ACTIONS(2919), 2, anon_sym_RPAREN, anon_sym_COMMA, - [103095] = 6, + [103161] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(2825), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(2827), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(2829), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(3366), 2, - anon_sym_RPAREN, + ACTIONS(1278), 2, + anon_sym_RBRACK, anon_sym_COMMA, - [103115] = 4, + [103181] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3368), 1, + ACTIONS(3362), 1, anon_sym_COMMA, - STATE(1809), 1, + STATE(1800), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(3335), 4, - anon_sym_RPAREN, + ACTIONS(3360), 4, + anon_sym_RBRACE, anon_sym_if, anon_sym_async, anon_sym_for, - [103131] = 7, + [103197] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3224), 1, + anon_sym_DOT, + STATE(1809), 1, + aux_sym_dotted_name_repeat1, + ACTIONS(3365), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_as, + [103213] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2933), 1, + ACTIONS(2924), 1, + anon_sym_as, + ACTIONS(2926), 1, anon_sym_if, - ACTIONS(2935), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2930), 1, anon_sym_or, - ACTIONS(3370), 1, + ACTIONS(3326), 2, anon_sym_COLON, - ACTIONS(3372), 1, anon_sym_COMMA, - ACTIONS(3374), 1, - anon_sym_as, - [103153] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3378), 1, - sym__not_escape_sequence, - ACTIONS(3376), 5, - sym__string_content, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [103167] = 6, + [103233] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(2836), 1, anon_sym_as, - ACTIONS(2837), 1, + ACTIONS(2838), 1, anon_sym_if, - ACTIONS(2839), 1, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2841), 1, + ACTIONS(2842), 1, anon_sym_or, - ACTIONS(3380), 2, + ACTIONS(3318), 2, anon_sym_RBRACE, anon_sym_COMMA, - [103187] = 4, + [103253] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3382), 1, + ACTIONS(2928), 1, + anon_sym_and, + ACTIONS(2930), 1, + anon_sym_or, + ACTIONS(2789), 4, + anon_sym_COLON, anon_sym_COMMA, - STATE(1784), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(3228), 4, - anon_sym_RBRACK, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, - [103203] = 6, + [103269] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3369), 1, + sym__not_escape_sequence, + ACTIONS(3367), 5, + sym__string_content, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [103283] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, + ACTIONS(2741), 1, anon_sym_as, - ACTIONS(2933), 1, + ACTIONS(2743), 1, anon_sym_if, - ACTIONS(2935), 1, + ACTIONS(2745), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2747), 1, anon_sym_or, - ACTIONS(3247), 2, - anon_sym_COLON, - anon_sym_COMMA, - [103223] = 3, - ACTIONS(2620), 1, + ACTIONS(3371), 2, + sym__newline, + anon_sym_SEMI, + [103303] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3300), 1, + ACTIONS(3375), 1, + aux_sym_string_token1, + ACTIONS(3373), 5, + anon_sym_DQUOTE, + anon_sym_DOLLARBB_ENV_PASSTHROUGH, + anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, + anon_sym_DOLLAR_LBRACE_AT, + anon_sym_DOLLAR_LBRACE, + [103317] = 3, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(3375), 1, aux_sym_string_token2, - ACTIONS(3298), 5, + ACTIONS(3373), 5, anon_sym_DOLLARBB_ENV_PASSTHROUGH, anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, anon_sym_SQUOTE, anon_sym_DOLLAR_LBRACE_AT, anon_sym_DOLLAR_LBRACE, - [103237] = 4, + [103331] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3386), 1, + ACTIONS(3379), 1, anon_sym_DOT, - STATE(1804), 1, + STATE(1809), 1, aux_sym_dotted_name_repeat1, - ACTIONS(3384), 4, + ACTIONS(3377), 4, sym__newline, anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, - [103253] = 6, - ACTIONS(3), 1, + [103347] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(2970), 1, - anon_sym_as, - ACTIONS(2972), 1, - anon_sym_if, - ACTIONS(2974), 1, - anon_sym_and, - ACTIONS(2976), 1, - anon_sym_or, - ACTIONS(1268), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - [103273] = 4, + ACTIONS(3024), 1, + aux_sym_string_token2, + ACTIONS(3022), 5, + anon_sym_DOLLARBB_ENV_PASSTHROUGH, + anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, + anon_sym_SQUOTE, + anon_sym_DOLLAR_LBRACE_AT, + anon_sym_DOLLAR_LBRACE, + [103361] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3389), 1, + ACTIONS(3382), 1, anon_sym_COMMA, - STATE(1765), 1, + STATE(1811), 1, aux_sym_for_in_clause_repeat1, - ACTIONS(3335), 4, - anon_sym_RBRACK, + ACTIONS(3360), 4, + anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, - [103289] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3292), 6, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_PIPE, - [103301] = 6, + [103377] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, - anon_sym_as, - ACTIONS(2933), 1, + ACTIONS(2926), 1, anon_sym_if, - ACTIONS(2935), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2930), 1, anon_sym_or, - ACTIONS(2978), 2, + ACTIONS(3385), 1, anon_sym_COLON, + ACTIONS(3387), 1, anon_sym_COMMA, - [103321] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3391), 1, - anon_sym_COMMA, - STATE(1809), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(3304), 4, - anon_sym_RPAREN, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [103337] = 3, - ACTIONS(2620), 1, + ACTIONS(3389), 1, + anon_sym_as, + [103399] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3029), 1, + ACTIONS(3080), 1, aux_sym_string_token2, - ACTIONS(3027), 5, + ACTIONS(3078), 5, anon_sym_DOLLARBB_ENV_PASSTHROUGH, anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, anon_sym_SQUOTE, anon_sym_DOLLAR_LBRACE_AT, anon_sym_DOLLAR_LBRACE, - [103351] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2970), 1, - anon_sym_as, - ACTIONS(2972), 1, - anon_sym_if, - ACTIONS(2974), 1, - anon_sym_and, - ACTIONS(2976), 1, - anon_sym_or, - ACTIONS(3358), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - [103371] = 5, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3063), 1, - anon_sym_DOLLAR_LBRACE_AT, - ACTIONS(3065), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3394), 1, - sym_inherit_path, - STATE(1679), 3, - sym_inline_python, - sym_variable_expansion, - aux_sym_inherit_directive_repeat1, - [103389] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2970), 1, - anon_sym_as, - ACTIONS(2972), 1, - anon_sym_if, - ACTIONS(2974), 1, - anon_sym_and, - ACTIONS(2976), 1, - anon_sym_or, - ACTIONS(2978), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - [103409] = 6, + [103413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, - anon_sym_as, - ACTIONS(2825), 1, - anon_sym_if, - ACTIONS(2827), 1, - anon_sym_and, - ACTIONS(2829), 1, - anon_sym_or, - ACTIONS(3380), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [103429] = 7, + ACTIONS(3393), 1, + sym__not_escape_sequence, + ACTIONS(3391), 5, + sym__string_content, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [103427] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 1, + ACTIONS(3275), 1, anon_sym_COLON, - ACTIONS(3266), 1, + ACTIONS(3277), 1, anon_sym_DOT, - ACTIONS(3268), 1, + ACTIONS(3279), 1, anon_sym_COMMA, - ACTIONS(3270), 1, + ACTIONS(3281), 1, anon_sym_PIPE, - ACTIONS(3396), 1, + ACTIONS(3395), 1, anon_sym_RBRACK, - STATE(2141), 1, + STATE(2148), 1, aux_sym_type_parameter_repeat1, - [103451] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2970), 1, - anon_sym_as, - ACTIONS(2972), 1, - anon_sym_if, - ACTIONS(2974), 1, - anon_sym_and, - ACTIONS(2976), 1, - anon_sym_or, - ACTIONS(1278), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - [103471] = 2, + [103449] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3304), 5, - anon_sym_RBRACE, + ACTIONS(3397), 1, anon_sym_COMMA, + STATE(1816), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3360), 4, + anon_sym_RBRACK, anon_sym_if, anon_sym_async, anon_sym_for, - [103482] = 6, + [103465] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, - anon_sym_as, ACTIONS(3400), 1, - anon_sym_if, - ACTIONS(3402), 1, - anon_sym_else, - ACTIONS(3404), 1, - anon_sym_and, - ACTIONS(3406), 1, - anon_sym_or, - [103501] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3408), 5, - anon_sym_RPAREN, anon_sym_COMMA, + STATE(1816), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3354), 4, + anon_sym_RBRACK, anon_sym_if, anon_sym_async, anon_sym_for, - [103512] = 6, + [103481] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, + ACTIONS(2883), 1, anon_sym_as, - ACTIONS(3400), 1, + ACTIONS(2885), 1, anon_sym_if, - ACTIONS(3404), 1, + ACTIONS(2887), 1, anon_sym_and, - ACTIONS(3406), 1, + ACTIONS(2889), 1, anon_sym_or, - ACTIONS(3410), 1, - anon_sym_else, - [103531] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1350), 5, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RBRACE, + ACTIONS(3265), 2, + anon_sym_RBRACK, anon_sym_COMMA, - sym_type_conversion, - [103542] = 2, - ACTIONS(3), 1, + [103501] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3304), 5, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [103553] = 5, + ACTIONS(3080), 1, + aux_sym_string_token1, + ACTIONS(3078), 5, + anon_sym_DQUOTE, + anon_sym_DOLLARBB_ENV_PASSTHROUGH, + anon_sym_DOLLARBB_ENV_PASSTHROUGH_ADDITIONS, + anon_sym_DOLLAR_LBRACE_AT, + anon_sym_DOLLAR_LBRACE, + [103515] = 2, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(3022), 5, + aux_sym_recipe_token1, + anon_sym_NULL, + sym_inherit_path, + anon_sym_DOLLAR_LBRACE_AT, + anon_sym_DOLLAR_LBRACE, + [103526] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 1, + ACTIONS(2926), 1, + anon_sym_if, + ACTIONS(2928), 1, + anon_sym_and, + ACTIONS(2930), 1, + anon_sym_or, + ACTIONS(3402), 1, anon_sym_COLON, - ACTIONS(3266), 1, - anon_sym_DOT, - ACTIONS(3270), 1, - anon_sym_PIPE, - ACTIONS(3412), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - [103570] = 2, + ACTIONS(3404), 1, + anon_sym_as, + [103545] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3315), 5, + ACTIONS(3352), 5, anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, anon_sym_PIPE, - [103581] = 6, + [103556] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, - anon_sym_as, - ACTIONS(3400), 1, - anon_sym_if, - ACTIONS(3404), 1, - anon_sym_and, ACTIONS(3406), 1, + anon_sym_and, + ACTIONS(3408), 1, anon_sym_or, - ACTIONS(3414), 1, + ACTIONS(2789), 3, + anon_sym_as, + anon_sym_if, anon_sym_else, - [103600] = 6, + [103571] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, - anon_sym_as, - ACTIONS(2837), 1, - anon_sym_if, - ACTIONS(2839), 1, - anon_sym_and, - ACTIONS(2841), 1, - anon_sym_or, - ACTIONS(3416), 1, - anon_sym_RBRACE, - [103619] = 2, + ACTIONS(3166), 1, + sym_python_identifier, + STATE(1934), 1, + sym_dotted_name, + STATE(1967), 1, + sym_aliased_import, + ACTIONS(3410), 2, + sym__newline, + anon_sym_SEMI, + [103588] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 5, - anon_sym_RBRACK, - anon_sym_COMMA, + ACTIONS(3406), 1, + anon_sym_and, + ACTIONS(3408), 1, + anon_sym_or, + ACTIONS(3412), 1, + anon_sym_as, + ACTIONS(3414), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, - [103630] = 2, + ACTIONS(3416), 1, + anon_sym_else, + [103607] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3384), 5, - sym__newline, - anon_sym_SEMI, + ACTIONS(2735), 5, + anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, - [103641] = 2, + anon_sym_PIPE, + [103618] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3304), 5, + ACTIONS(3418), 5, anon_sym_RBRACK, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [103652] = 2, + [103629] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 5, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(2775), 1, + anon_sym_else, + ACTIONS(3406), 1, + anon_sym_and, + ACTIONS(3408), 1, + anon_sym_or, + ACTIONS(3412), 1, + anon_sym_as, + ACTIONS(3414), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, - [103663] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3420), 1, - anon_sym_COMMA, - STATE(1886), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(1074), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_from, - [103678] = 5, + [103648] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3122), 1, + ACTIONS(3166), 1, sym_python_identifier, - STATE(1902), 1, + STATE(1934), 1, sym_dotted_name, - STATE(1962), 1, + STATE(1967), 1, sym_aliased_import, - ACTIONS(3422), 2, + ACTIONS(3410), 2, sym__newline, anon_sym_SEMI, - [103695] = 2, + [103665] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2756), 5, + ACTIONS(2486), 5, anon_sym_EQ, anon_sym_COLON, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_PIPE, - [103706] = 4, + sym_type_conversion, + [103676] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3424), 1, - anon_sym_DOT, - STATE(1834), 1, - aux_sym_dotted_name_repeat1, - ACTIONS(3384), 3, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(3406), 1, + anon_sym_and, + ACTIONS(3408), 1, + anon_sym_or, + ACTIONS(3420), 1, anon_sym_as, - [103721] = 5, + ACTIONS(2777), 2, + anon_sym_if, + anon_sym_else, + [103693] = 2, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(3373), 5, + aux_sym_recipe_token1, + anon_sym_NULL, + sym_inherit_path, + anon_sym_DOLLAR_LBRACE_AT, + anon_sym_DOLLAR_LBRACE, + [103704] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3423), 1, + anon_sym_EQ, + ACTIONS(3425), 1, + anon_sym_COLON, + ACTIONS(3427), 1, + anon_sym_RBRACE, + ACTIONS(3429), 1, + sym_type_conversion, + STATE(2370), 1, + sym_format_specifier, + [103723] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3404), 1, - anon_sym_and, ACTIONS(3406), 1, + anon_sym_and, + ACTIONS(3408), 1, anon_sym_or, - ACTIONS(3427), 1, + ACTIONS(3412), 1, anon_sym_as, - ACTIONS(2726), 2, + ACTIONS(3414), 1, anon_sym_if, + ACTIONS(3431), 1, anon_sym_else, - [103738] = 6, + [103742] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2933), 1, - anon_sym_if, - ACTIONS(2935), 1, + ACTIONS(2773), 1, + anon_sym_else, + ACTIONS(3406), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(3408), 1, anon_sym_or, - ACTIONS(3430), 1, - anon_sym_COLON, - ACTIONS(3432), 1, + ACTIONS(3412), 1, anon_sym_as, - [103757] = 5, + ACTIONS(3414), 1, + anon_sym_if, + [103761] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3122), 1, - sym_python_identifier, - STATE(1902), 1, - sym_dotted_name, - STATE(1962), 1, - sym_aliased_import, - ACTIONS(3422), 2, - sym__newline, - anon_sym_SEMI, - [103774] = 6, - ACTIONS(2620), 1, + ACTIONS(3433), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [103772] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3360), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [103783] = 6, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3434), 1, + ACTIONS(3435), 1, anon_sym_LBRACE, - ACTIONS(3437), 1, + ACTIONS(3438), 1, anon_sym_RBRACE, - ACTIONS(3439), 1, + ACTIONS(3440), 1, aux_sym_format_specifier_token1, STATE(1838), 1, aux_sym_format_specifier_repeat1, - STATE(2030), 1, + STATE(2037), 1, sym_interpolation, - [103793] = 6, + [103802] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, + ACTIONS(3377), 5, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_as, - ACTIONS(2933), 1, - anon_sym_if, - ACTIONS(2935), 1, - anon_sym_and, - ACTIONS(2937), 1, - anon_sym_or, - ACTIONS(3442), 1, + [103813] = 2, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(3078), 5, + aux_sym_recipe_token1, + anon_sym_NULL, + sym_inherit_path, + anon_sym_DOLLAR_LBRACE_AT, + anon_sym_DOLLAR_LBRACE, + [103824] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1350), 5, + anon_sym_EQ, anon_sym_COLON, - [103812] = 4, + anon_sym_RBRACE, + anon_sym_COMMA, + sym_type_conversion, + [103835] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3404), 1, - anon_sym_and, - ACTIONS(3406), 1, - anon_sym_or, - ACTIONS(2782), 3, - anon_sym_as, - anon_sym_if, - anon_sym_else, - [103827] = 4, + ACTIONS(3293), 5, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_PIPE, + [103846] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3444), 1, + ACTIONS(3443), 1, anon_sym_DOT, - STATE(1834), 1, + STATE(1883), 1, aux_sym_dotted_name_repeat1, - ACTIONS(3272), 3, + ACTIONS(3365), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - [103842] = 6, + [103861] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2754), 1, - anon_sym_else, - ACTIONS(3398), 1, + ACTIONS(2924), 1, anon_sym_as, - ACTIONS(3400), 1, + ACTIONS(2926), 1, anon_sym_if, - ACTIONS(3404), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(3406), 1, + ACTIONS(2930), 1, anon_sym_or, - [103861] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1438), 5, - anon_sym_EQ, + ACTIONS(3445), 1, anon_sym_COLON, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_PIPE, - [103872] = 6, + [103880] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, - anon_sym_as, - ACTIONS(3400), 1, + ACTIONS(3433), 5, + anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_if, - ACTIONS(3404), 1, - anon_sym_and, - ACTIONS(3406), 1, - anon_sym_or, - ACTIONS(3446), 1, - anon_sym_else, - [103891] = 5, + anon_sym_async, + anon_sym_for, + [103891] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3448), 1, + ACTIONS(1409), 5, + anon_sym_EQ, anon_sym_COLON, - ACTIONS(3450), 1, anon_sym_DOT, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3239), 2, - anon_sym_EQ, anon_sym_COMMA, - [103908] = 2, + anon_sym_PIPE, + [103902] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3258), 5, + ACTIONS(3304), 5, anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, anon_sym_PIPE, - [103919] = 2, + [103913] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 5, - anon_sym_RBRACE, + ACTIONS(3418), 5, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [103930] = 2, + [103924] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3166), 1, + sym_python_identifier, + STATE(1934), 1, + sym_dotted_name, + STATE(1967), 1, + sym_aliased_import, + ACTIONS(3447), 2, + sym__newline, + anon_sym_SEMI, + [103941] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2831), 5, + ACTIONS(3291), 1, + anon_sym_COMMA, + ACTIONS(3449), 1, anon_sym_EQ, + ACTIONS(3451), 1, anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_COMMA, - sym_type_conversion, - [103941] = 2, + ACTIONS(3453), 1, + anon_sym_DOT, + ACTIONS(3455), 1, + anon_sym_PIPE, + [103960] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 5, + ACTIONS(3433), 5, anon_sym_RBRACK, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [103952] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2756), 5, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_PIPE, - [103963] = 6, + [103971] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, + ACTIONS(2836), 1, anon_sym_as, - ACTIONS(2933), 1, + ACTIONS(2838), 1, anon_sym_if, - ACTIONS(2935), 1, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2842), 1, anon_sym_or, - ACTIONS(3454), 1, - anon_sym_COLON, - [103982] = 4, + ACTIONS(3457), 1, + anon_sym_RBRACE, + [103990] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3360), 5, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [104001] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2935), 1, + ACTIONS(3406), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(3408), 1, anon_sym_or, - ACTIONS(2782), 3, - anon_sym_COLON, + ACTIONS(3412), 1, anon_sym_as, + ACTIONS(3414), 1, anon_sym_if, - [103997] = 2, + ACTIONS(3459), 1, + anon_sym_else, + [104020] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3276), 5, + ACTIONS(2547), 5, anon_sym_EQ, anon_sym_COLON, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_PIPE, - [104008] = 2, + sym_type_conversion, + [104031] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DOT, + ACTIONS(3406), 1, + anon_sym_and, + ACTIONS(3408), 1, + anon_sym_or, + ACTIONS(3412), 1, + anon_sym_as, + ACTIONS(3414), 1, + anon_sym_if, + ACTIONS(3461), 1, + anon_sym_else, + [104050] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3463), 1, anon_sym_COMMA, - anon_sym_PIPE, - [104019] = 6, + STATE(1857), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(2976), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_from, + [104065] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3456), 1, - anon_sym_EQ, - ACTIONS(3458), 1, - anon_sym_COLON, - ACTIONS(3460), 1, + ACTIONS(3418), 5, anon_sym_RBRACE, - ACTIONS(3462), 1, - sym_type_conversion, - STATE(2476), 1, - sym_format_specifier, - [104038] = 2, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3298), 5, - aux_sym_recipe_token1, - anon_sym_NULL, - sym_inherit_path, - anon_sym_DOLLAR_LBRACE_AT, - anon_sym_DOLLAR_LBRACE, - [104049] = 2, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [104076] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3315), 5, + ACTIONS(3352), 5, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, anon_sym_PIPE, - [104060] = 2, - ACTIONS(3), 1, + [104087] = 6, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3418), 5, + ACTIONS(3466), 1, + anon_sym_LBRACE, + ACTIONS(3468), 1, anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(3470), 1, + aux_sym_format_specifier_token1, + STATE(1867), 1, + aux_sym_format_specifier_repeat1, + STATE(2037), 1, + sym_interpolation, + [104106] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3406), 1, + anon_sym_and, + ACTIONS(3408), 1, + anon_sym_or, + ACTIONS(3412), 1, + anon_sym_as, + ACTIONS(3414), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, - [104071] = 2, + ACTIONS(3472), 1, + anon_sym_else, + [104125] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3406), 1, + anon_sym_and, + ACTIONS(3408), 1, + anon_sym_or, + ACTIONS(3412), 1, + anon_sym_as, + ACTIONS(3414), 1, + anon_sym_if, + ACTIONS(3474), 1, + anon_sym_else, + [104144] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3304), 5, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_PIPE, + [104155] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2512), 5, + ACTIONS(2867), 5, anon_sym_EQ, anon_sym_COLON, anon_sym_RBRACE, anon_sym_COMMA, sym_type_conversion, - [104082] = 6, + [104166] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(2836), 1, anon_sym_as, - ACTIONS(2837), 1, + ACTIONS(2838), 1, anon_sym_if, - ACTIONS(2839), 1, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2841), 1, + ACTIONS(2842), 1, anon_sym_or, - ACTIONS(3464), 1, + ACTIONS(3476), 1, anon_sym_RBRACE, - [104101] = 5, + [104185] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3468), 1, + ACTIONS(3478), 1, anon_sym_COMMA, - ACTIONS(3470), 1, - anon_sym_as, - STATE(1903), 1, - aux_sym__import_list_repeat1, - ACTIONS(3466), 2, + STATE(1857), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(1088), 3, sym__newline, anon_sym_SEMI, - [104118] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3472), 1, - anon_sym_DQUOTE, - ACTIONS(3474), 1, - anon_sym_SQUOTE, - ACTIONS(3476), 1, - sym_identifier, - STATE(2232), 1, - sym_string, - STATE(2233), 1, - sym_literal, - [104137] = 6, - ACTIONS(2620), 1, + anon_sym_from, + [104200] = 6, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3478), 1, + ACTIONS(3466), 1, anon_sym_LBRACE, ACTIONS(3480), 1, anon_sym_RBRACE, ACTIONS(3482), 1, aux_sym_format_specifier_token1, - STATE(1874), 1, + STATE(1838), 1, aux_sym_format_specifier_repeat1, - STATE(2030), 1, + STATE(2037), 1, sym_interpolation, - [104156] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3264), 1, - anon_sym_COLON, - ACTIONS(3266), 1, - anon_sym_DOT, - ACTIONS(3270), 1, - anon_sym_PIPE, - ACTIONS(3239), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - [104173] = 6, + [104219] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, + ACTIONS(2924), 1, anon_sym_as, - ACTIONS(3400), 1, + ACTIONS(2926), 1, anon_sym_if, - ACTIONS(3404), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(3406), 1, + ACTIONS(2930), 1, anon_sym_or, ACTIONS(3484), 1, - anon_sym_else, - [104192] = 6, + anon_sym_COLON, + [104238] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3261), 5, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_PIPE, + [104249] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, + ACTIONS(2924), 1, anon_sym_as, - ACTIONS(2933), 1, + ACTIONS(2926), 1, anon_sym_if, - ACTIONS(2935), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2930), 1, anon_sym_or, ACTIONS(3486), 1, anon_sym_COLON, - [104211] = 6, + [104268] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, - anon_sym_as, - ACTIONS(3400), 1, - anon_sym_if, - ACTIONS(3404), 1, - anon_sym_and, ACTIONS(3406), 1, + anon_sym_and, + ACTIONS(3408), 1, anon_sym_or, + ACTIONS(3412), 1, + anon_sym_as, + ACTIONS(3414), 1, + anon_sym_if, ACTIONS(3488), 1, anon_sym_else, - [104230] = 2, + [104287] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3292), 5, - anon_sym_EQ, + ACTIONS(3257), 5, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, anon_sym_PIPE, - [104241] = 2, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3027), 5, - aux_sym_recipe_token1, - anon_sym_NULL, - sym_inherit_path, - anon_sym_DOLLAR_LBRACE_AT, - anon_sym_DOLLAR_LBRACE, - [104252] = 6, + [104298] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, - anon_sym_as, - ACTIONS(2933), 1, - anon_sym_if, - ACTIONS(2935), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(2937), 1, + ACTIONS(2930), 1, anon_sym_or, - ACTIONS(3490), 1, + ACTIONS(2789), 3, anon_sym_COLON, - [104271] = 5, + anon_sym_as, + anon_sym_if, + [104313] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3286), 1, - anon_sym_COLON, - ACTIONS(3288), 1, - anon_sym_DOT, - ACTIONS(3290), 1, - anon_sym_PIPE, - ACTIONS(3325), 2, - anon_sym_RPAREN, + ACTIONS(3492), 1, anon_sym_COMMA, - [104288] = 6, + ACTIONS(3494), 1, + anon_sym_as, + STATE(1901), 1, + aux_sym__import_list_repeat1, + ACTIONS(3490), 2, + sym__newline, + anon_sym_SEMI, + [104330] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, + ACTIONS(2924), 1, anon_sym_as, - ACTIONS(3400), 1, + ACTIONS(2926), 1, anon_sym_if, - ACTIONS(3404), 1, + ACTIONS(2928), 1, anon_sym_and, - ACTIONS(3406), 1, + ACTIONS(2930), 1, anon_sym_or, - ACTIONS(3492), 1, - anon_sym_else, - [104307] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2547), 5, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_RBRACE, - anon_sym_COMMA, - sym_type_conversion, - [104318] = 6, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3478), 1, - anon_sym_LBRACE, - ACTIONS(3494), 1, - anon_sym_RBRACE, ACTIONS(3496), 1, - aux_sym_format_specifier_token1, - STATE(1838), 1, - aux_sym_format_specifier_repeat1, - STATE(2030), 1, - sym_interpolation, - [104337] = 6, + anon_sym_COLON, + [104349] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3325), 1, - anon_sym_COMMA, - ACTIONS(3448), 1, - anon_sym_COLON, - ACTIONS(3450), 1, - anon_sym_DOT, - ACTIONS(3452), 1, - anon_sym_PIPE, + ACTIONS(2924), 1, + anon_sym_as, + ACTIONS(2926), 1, + anon_sym_if, + ACTIONS(2928), 1, + anon_sym_and, + ACTIONS(2930), 1, + anon_sym_or, ACTIONS(3498), 1, - anon_sym_EQ, - [104356] = 5, + anon_sym_COLON, + [104368] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3122), 1, + ACTIONS(3166), 1, sym_python_identifier, - STATE(1902), 1, + ACTIONS(3500), 1, + anon_sym_LPAREN, + STATE(1874), 1, sym_dotted_name, - STATE(1962), 1, + STATE(1916), 1, sym_aliased_import, - ACTIONS(3500), 2, - sym__newline, - anon_sym_SEMI, - [104373] = 6, + STATE(2231), 1, + sym__import_list, + [104387] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, - anon_sym_as, - ACTIONS(3400), 1, - anon_sym_if, - ACTIONS(3404), 1, - anon_sym_and, - ACTIONS(3406), 1, - anon_sym_or, - ACTIONS(3502), 1, - anon_sym_else, - [104392] = 2, + ACTIONS(3275), 1, + anon_sym_COLON, + ACTIONS(3277), 1, + anon_sym_DOT, + ACTIONS(3281), 1, + anon_sym_PIPE, + ACTIONS(3502), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + [104404] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(2735), 5, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, anon_sym_PIPE, - [104403] = 6, + [104415] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, - anon_sym_as, - ACTIONS(3400), 1, - anon_sym_if, - ACTIONS(3404), 1, - anon_sym_and, - ACTIONS(3406), 1, - anon_sym_or, - ACTIONS(3504), 1, - anon_sym_else, - [104422] = 3, + ACTIONS(3275), 1, + anon_sym_COLON, + ACTIONS(3277), 1, + anon_sym_DOT, + ACTIONS(3281), 1, + anon_sym_PIPE, + ACTIONS(3243), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + [104432] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3404), 1, + ACTIONS(3406), 1, anon_sym_and, - ACTIONS(2680), 4, + ACTIONS(3408), 1, + anon_sym_or, + ACTIONS(3412), 1, anon_sym_as, + ACTIONS(3414), 1, anon_sym_if, + ACTIONS(3504), 1, anon_sym_else, - anon_sym_or, - [104435] = 2, + [104451] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3258), 5, - anon_sym_RBRACK, - anon_sym_COLON, + ACTIONS(3443), 1, anon_sym_DOT, + STATE(1843), 1, + aux_sym_dotted_name_repeat1, + ACTIONS(3222), 3, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_PIPE, - [104446] = 6, + anon_sym_as, + [104466] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3122), 1, - sym_python_identifier, ACTIONS(3506), 1, - anon_sym_LPAREN, - STATE(1861), 1, - sym_dotted_name, - STATE(1926), 1, - sym_aliased_import, - STATE(2224), 1, - sym__import_list, - [104465] = 2, + anon_sym_DOT, + STATE(1883), 1, + aux_sym_dotted_name_repeat1, + ACTIONS(3377), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + [104481] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3276), 5, - anon_sym_RBRACK, + ACTIONS(3245), 1, anon_sym_COLON, + ACTIONS(3247), 1, anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(3249), 1, anon_sym_PIPE, - [104476] = 6, + ACTIONS(3291), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [104498] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3406), 1, + anon_sym_and, + ACTIONS(3408), 1, + anon_sym_or, + ACTIONS(3412), 1, + anon_sym_as, + ACTIONS(3414), 1, + anon_sym_if, + ACTIONS(3509), 1, + anon_sym_else, + [104517] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3511), 1, + anon_sym_DQUOTE, + ACTIONS(3513), 1, + anon_sym_SQUOTE, + ACTIONS(3515), 1, + sym_identifier, + STATE(2238), 1, + sym_string, + STATE(2239), 1, + sym_literal, + [104536] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3406), 1, + anon_sym_and, + ACTIONS(3408), 1, + anon_sym_or, + ACTIONS(3412), 1, + anon_sym_as, + ACTIONS(3414), 1, + anon_sym_if, + ACTIONS(3517), 1, + anon_sym_else, + [104555] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3511), 1, + anon_sym_DQUOTE, + ACTIONS(3513), 1, + anon_sym_SQUOTE, + ACTIONS(3515), 1, + sym_identifier, + STATE(2187), 1, + sym_literal, + STATE(2238), 1, + sym_string, + [104574] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3458), 1, + ACTIONS(3425), 1, anon_sym_COLON, - ACTIONS(3508), 1, + ACTIONS(3519), 1, anon_sym_EQ, - ACTIONS(3510), 1, + ACTIONS(3521), 1, anon_sym_RBRACE, - ACTIONS(3512), 1, + ACTIONS(3523), 1, sym_type_conversion, - STATE(2352), 1, + STATE(2406), 1, sym_format_specifier, - [104495] = 6, + [104593] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 1, + ACTIONS(3261), 5, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_PIPE, + [104604] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2799), 1, anon_sym_else, - ACTIONS(3398), 1, - anon_sym_as, - ACTIONS(3400), 1, - anon_sym_if, - ACTIONS(3404), 1, - anon_sym_and, ACTIONS(3406), 1, + anon_sym_and, + ACTIONS(3408), 1, anon_sym_or, - [104514] = 4, + ACTIONS(3412), 1, + anon_sym_as, + ACTIONS(3414), 1, + anon_sym_if, + [104623] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3514), 1, + ACTIONS(3360), 5, + anon_sym_RBRACK, anon_sym_COMMA, - STATE(1886), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2978), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_from, - [104529] = 2, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [104634] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1438), 5, - anon_sym_RBRACK, + ACTIONS(3257), 5, + anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, anon_sym_COMMA, anon_sym_PIPE, - [104540] = 6, + [104645] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(2836), 1, anon_sym_as, - ACTIONS(2837), 1, + ACTIONS(2838), 1, anon_sym_if, - ACTIONS(2839), 1, + ACTIONS(2840), 1, anon_sym_and, - ACTIONS(2841), 1, + ACTIONS(2842), 1, anon_sym_or, - ACTIONS(3517), 1, + ACTIONS(3525), 1, anon_sym_RBRACE, - [104559] = 6, + [104664] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, + ACTIONS(3406), 1, + anon_sym_and, + ACTIONS(2680), 4, anon_sym_as, - ACTIONS(2933), 1, anon_sym_if, - ACTIONS(2935), 1, - anon_sym_and, - ACTIONS(2937), 1, + anon_sym_else, anon_sym_or, - ACTIONS(3519), 1, - anon_sym_COLON, - [104578] = 4, + [104677] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3444), 1, - anon_sym_DOT, - STATE(1841), 1, - aux_sym_dotted_name_repeat1, - ACTIONS(3345), 3, - anon_sym_RPAREN, + ACTIONS(2553), 5, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_as, - [104593] = 2, + sym_type_conversion, + [104688] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3292), 5, - anon_sym_RBRACK, + ACTIONS(3451), 1, anon_sym_COLON, + ACTIONS(3453), 1, anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(3455), 1, anon_sym_PIPE, - [104604] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2549), 5, + ACTIONS(3243), 2, anon_sym_EQ, - anon_sym_COLON, - anon_sym_RBRACE, anon_sym_COMMA, - sym_type_conversion, - [104615] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3398), 1, - anon_sym_as, - ACTIONS(3400), 1, - anon_sym_if, - ACTIONS(3404), 1, - anon_sym_and, - ACTIONS(3406), 1, - anon_sym_or, - ACTIONS(3521), 1, - anon_sym_else, - [104634] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2791), 1, - anon_sym_else, - ACTIONS(3398), 1, - anon_sym_as, - ACTIONS(3400), 1, - anon_sym_if, - ACTIONS(3404), 1, - anon_sym_and, - ACTIONS(3406), 1, - anon_sym_or, - [104653] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3472), 1, - anon_sym_DQUOTE, - ACTIONS(3474), 1, - anon_sym_SQUOTE, - ACTIONS(3476), 1, - sym_identifier, - STATE(2189), 1, - sym_literal, - STATE(2232), 1, - sym_string, - [104672] = 4, + [104705] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3525), 1, + ACTIONS(1409), 5, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT, anon_sym_COMMA, - STATE(1922), 1, - aux_sym_global_statement_repeat1, - ACTIONS(3523), 2, - sym__newline, - anon_sym_SEMI, - [104686] = 4, + anon_sym_PIPE, + [104716] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3529), 1, + ACTIONS(3293), 5, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_DOT, - STATE(1897), 1, - aux_sym_import_prefix_repeat1, - ACTIONS(3527), 2, - anon_sym_import, - sym_python_identifier, - [104700] = 4, + anon_sym_COMMA, + anon_sym_PIPE, + [104727] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3534), 1, + ACTIONS(3529), 1, anon_sym_COMMA, - STATE(1927), 1, - aux_sym_print_statement_repeat1, - ACTIONS(3532), 2, + STATE(1937), 1, + aux_sym_global_statement_repeat1, + ACTIONS(3527), 2, sym__newline, anon_sym_SEMI, - [104714] = 4, + [104741] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3041), 1, + ACTIONS(3533), 1, anon_sym_COMMA, - STATE(1932), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(3536), 2, + STATE(1938), 1, + aux_sym__import_list_repeat1, + ACTIONS(3531), 2, sym__newline, anon_sym_SEMI, - [104728] = 4, + [104755] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3538), 1, - anon_sym_EQ, - ACTIONS(3540), 1, - anon_sym_COLON, - ACTIONS(3542), 2, + ACTIONS(3410), 1, anon_sym_RPAREN, - anon_sym_COMMA, - [104742] = 4, + ACTIONS(3535), 1, + sym_python_identifier, + STATE(2091), 1, + sym_dotted_name, + STATE(2261), 1, + sym_aliased_import, + [104771] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3546), 1, - anon_sym_COMMA, - STATE(1927), 1, - aux_sym_print_statement_repeat1, - ACTIONS(3544), 2, - sym__newline, - anon_sym_SEMI, - [104756] = 3, + ACTIONS(3539), 1, + anon_sym_DOT, + STATE(1903), 1, + aux_sym_import_prefix_repeat1, + ACTIONS(3537), 2, + anon_sym_import, + sym_python_identifier, + [104785] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3470), 1, - anon_sym_as, - ACTIONS(3548), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - [104768] = 4, + ACTIONS(3542), 4, + anon_sym_append, + anon_sym_prepend, + anon_sym_remove, + sym_identifier, + [104795] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3552), 1, + ACTIONS(3490), 1, + anon_sym_RPAREN, + ACTIONS(3544), 1, anon_sym_COMMA, - STATE(1937), 1, + ACTIONS(3546), 1, + anon_sym_as, + STATE(2048), 1, aux_sym__import_list_repeat1, - ACTIONS(3550), 2, - sym__newline, - anon_sym_SEMI, - [104782] = 4, + [104811] = 5, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(3548), 1, + aux_sym_recipe_token1, + ACTIONS(3550), 1, + anon_sym_NULL, + ACTIONS(3552), 1, + anon_sym_after, + ACTIONS(3554), 1, + anon_sym_before, + [104827] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3525), 1, + ACTIONS(3558), 1, anon_sym_COMMA, STATE(1922), 1, - aux_sym_global_statement_repeat1, - ACTIONS(3554), 2, + aux_sym_print_statement_repeat1, + ACTIONS(3556), 2, sym__newline, anon_sym_SEMI, - [104796] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3556), 4, - anon_sym_append, - anon_sym_prepend, - anon_sym_remove, - sym_identifier, - [104806] = 5, + [104841] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3422), 1, + ACTIONS(3410), 1, anon_sym_RPAREN, - ACTIONS(3558), 1, + ACTIONS(3535), 1, sym_python_identifier, - STATE(2084), 1, + STATE(2091), 1, sym_dotted_name, - STATE(2246), 1, + STATE(2261), 1, sym_aliased_import, - [104822] = 4, + [104857] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3560), 1, anon_sym_COMMA, - STATE(1937), 1, - aux_sym__import_list_repeat1, - ACTIONS(3550), 2, + STATE(1939), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(1088), 2, sym__newline, anon_sym_SEMI, - [104836] = 5, + [104871] = 5, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(3562), 1, + aux_sym_recipe_token1, + ACTIONS(3564), 1, + anon_sym_NULL, + ACTIONS(3566), 1, + sym_identifier, + STATE(1912), 1, + aux_sym_export_functions_statement_repeat1, + [104887] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, + ACTIONS(3377), 4, anon_sym_RPAREN, - ACTIONS(3558), 1, - sym_python_identifier, - STATE(2084), 1, - sym_dotted_name, - STATE(2246), 1, - sym_aliased_import, - [104852] = 5, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, + [104897] = 5, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(3568), 1, + aux_sym_recipe_token1, + ACTIONS(3570), 1, + anon_sym_NULL, + ACTIONS(3572), 1, + sym_identifier, + STATE(1912), 1, + aux_sym_export_functions_statement_repeat1, + [104913] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3122), 1, + ACTIONS(3166), 1, sym_python_identifier, - STATE(1861), 1, + STATE(1874), 1, sym_dotted_name, - STATE(1926), 1, + STATE(1916), 1, sym_aliased_import, - STATE(2195), 1, + STATE(2201), 1, sym__import_list, - [104868] = 4, + [104929] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3041), 1, + ACTIONS(3577), 1, anon_sym_COMMA, STATE(1932), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(3562), 2, + aux_sym_print_statement_repeat1, + ACTIONS(3575), 2, sym__newline, anon_sym_SEMI, - [104882] = 4, + [104943] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3566), 1, + ACTIONS(3535), 1, + sym_python_identifier, + STATE(1905), 1, + sym_dotted_name, + STATE(1977), 1, + sym_aliased_import, + STATE(2488), 1, + sym__import_list, + [104959] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3492), 1, anon_sym_COMMA, - STATE(1898), 1, - aux_sym_print_statement_repeat1, - ACTIONS(3564), 2, + STATE(1928), 1, + aux_sym__import_list_repeat1, + ACTIONS(3490), 2, sym__newline, anon_sym_SEMI, - [104896] = 5, + [104973] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3458), 1, + ACTIONS(3425), 1, anon_sym_COLON, - ACTIONS(3568), 1, + ACTIONS(3579), 1, anon_sym_RBRACE, - ACTIONS(3570), 1, + ACTIONS(3581), 1, sym_type_conversion, - STATE(2463), 1, + STATE(2480), 1, sym_format_specifier, - [104912] = 5, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3572), 1, - aux_sym_recipe_token1, - ACTIONS(3574), 1, - anon_sym_NULL, - ACTIONS(3576), 1, - sym_identifier, - STATE(1935), 1, - aux_sym_export_functions_statement_repeat1, - [104928] = 5, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3578), 1, - aux_sym_recipe_token1, - ACTIONS(3580), 1, - anon_sym_NULL, - ACTIONS(3582), 1, - anon_sym_LBRACK, - STATE(2211), 1, - sym_variable_flag, - [104944] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3384), 4, - anon_sym_RPAREN, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - [104954] = 4, + [104989] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3584), 1, + ACTIONS(3032), 1, anon_sym_COMMA, - STATE(1932), 1, + STATE(1939), 1, aux_sym_assert_statement_repeat1, - ACTIONS(1074), 2, + ACTIONS(3583), 2, sym__newline, anon_sym_SEMI, - [104968] = 4, + [105003] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3525), 1, + ACTIONS(3447), 1, + anon_sym_RPAREN, + ACTIONS(3535), 1, + sym_python_identifier, + STATE(2091), 1, + sym_dotted_name, + STATE(2261), 1, + sym_aliased_import, + [105019] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3585), 4, + anon_sym_append, + anon_sym_prepend, + anon_sym_remove, + sym_identifier, + [105029] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3529), 1, anon_sym_COMMA, - STATE(1904), 1, + STATE(1935), 1, aux_sym_global_statement_repeat1, - ACTIONS(3586), 2, + ACTIONS(3587), 2, sym__newline, anon_sym_SEMI, - [104982] = 4, + [105043] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3525), 1, + ACTIONS(3591), 1, anon_sym_COMMA, - STATE(1896), 1, - aux_sym_global_statement_repeat1, - ACTIONS(3588), 2, + STATE(1932), 1, + aux_sym_print_statement_repeat1, + ACTIONS(3589), 2, sym__newline, anon_sym_SEMI, - [104996] = 5, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3590), 1, - aux_sym_recipe_token1, - ACTIONS(3592), 1, - anon_sym_NULL, - ACTIONS(3594), 1, - anon_sym_after, - ACTIONS(3596), 1, - anon_sym_before, - [105012] = 5, + [105057] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3422), 1, - anon_sym_RPAREN, - ACTIONS(3558), 1, - sym_python_identifier, - STATE(2084), 1, - sym_dotted_name, - STATE(2246), 1, - sym_aliased_import, - [105028] = 4, + ACTIONS(3593), 4, + anon_sym_append, + anon_sym_prepend, + anon_sym_remove, + sym_identifier, + [105067] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, + ACTIONS(3595), 1, anon_sym_COMMA, - STATE(1932), 1, + STATE(1939), 1, aux_sym_assert_statement_repeat1, - ACTIONS(1254), 2, + ACTIONS(1272), 2, sym__newline, anon_sym_SEMI, - [105042] = 4, - ACTIONS(3), 1, + [105081] = 5, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3602), 1, - anon_sym_COMMA, - STATE(1922), 1, - aux_sym_global_statement_repeat1, - ACTIONS(3600), 2, - sym__newline, - anon_sym_SEMI, - [105056] = 5, + ACTIONS(3566), 1, + sym_identifier, + ACTIONS(3597), 1, + aux_sym_recipe_token1, + ACTIONS(3599), 1, + anon_sym_NULL, + STATE(1912), 1, + aux_sym_export_functions_statement_repeat1, + [105097] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3466), 1, - anon_sym_RPAREN, - ACTIONS(3605), 1, - anon_sym_COMMA, - ACTIONS(3607), 1, - anon_sym_as, - STATE(2032), 1, - aux_sym__import_list_repeat1, - [105072] = 5, + ACTIONS(3601), 4, + anon_sym_append, + anon_sym_prepend, + anon_sym_remove, + sym_identifier, + [105107] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3458), 1, + ACTIONS(3425), 1, anon_sym_COLON, - ACTIONS(3609), 1, + ACTIONS(3603), 1, anon_sym_RBRACE, - ACTIONS(3611), 1, + ACTIONS(3605), 1, sym_type_conversion, - STATE(2306), 1, + STATE(2327), 1, sym_format_specifier, - [105088] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3613), 4, - anon_sym_append, - anon_sym_prepend, - anon_sym_remove, - sym_identifier, - [105098] = 4, + [105123] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3468), 1, + ACTIONS(3607), 1, anon_sym_COMMA, - STATE(1907), 1, + STATE(1938), 1, aux_sym__import_list_repeat1, - ACTIONS(3466), 2, + ACTIONS(3531), 2, sym__newline, anon_sym_SEMI, - [105112] = 4, + [105137] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3609), 1, + anon_sym_EQ, + ACTIONS(3611), 1, + anon_sym_COLON, + ACTIONS(3613), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [105151] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3617), 1, anon_sym_COMMA, - STATE(1927), 1, - aux_sym_print_statement_repeat1, + STATE(1930), 1, + aux_sym_global_statement_repeat1, ACTIONS(3615), 2, sym__newline, anon_sym_SEMI, - [105126] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3620), 4, - anon_sym_append, - anon_sym_prepend, - anon_sym_remove, - sym_identifier, - [105136] = 2, - ACTIONS(3), 1, + [105165] = 5, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3622), 4, - anon_sym_append, - anon_sym_prepend, - anon_sym_remove, - sym_identifier, - [105146] = 5, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3576), 1, - sym_identifier, - ACTIONS(3624), 1, + ACTIONS(3620), 1, aux_sym_recipe_token1, - ACTIONS(3626), 1, + ACTIONS(3622), 1, anon_sym_NULL, - STATE(1935), 1, - aux_sym_export_functions_statement_repeat1, - [105162] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3558), 1, - sym_python_identifier, - STATE(1923), 1, - sym_dotted_name, - STATE(1970), 1, - sym_aliased_import, - STATE(2357), 1, - sym__import_list, - [105178] = 4, + ACTIONS(3624), 1, + anon_sym_LBRACK, + STATE(2218), 1, + sym_variable_flag, + [105181] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3628), 1, anon_sym_COMMA, STATE(1932), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(2978), 2, + aux_sym_print_statement_repeat1, + ACTIONS(3626), 2, sym__newline, anon_sym_SEMI, - [105192] = 5, + [105195] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3558), 1, - sym_python_identifier, - STATE(1923), 1, - sym_dotted_name, - STATE(1970), 1, - sym_aliased_import, - STATE(2484), 1, - sym__import_list, - [105208] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3325), 1, + ACTIONS(3291), 1, anon_sym_COMMA, - ACTIONS(3448), 1, + ACTIONS(3451), 1, anon_sym_COLON, - ACTIONS(3450), 1, + ACTIONS(3453), 1, anon_sym_DOT, - ACTIONS(3452), 1, + ACTIONS(3455), 1, anon_sym_PIPE, - [105224] = 5, - ACTIONS(2620), 1, + [105211] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3631), 1, - aux_sym_recipe_token1, - ACTIONS(3633), 1, - anon_sym_NULL, - ACTIONS(3635), 1, - sym_identifier, - STATE(1935), 1, - aux_sym_export_functions_statement_repeat1, - [105240] = 4, + ACTIONS(3494), 1, + anon_sym_as, + ACTIONS(3631), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + [105223] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3640), 1, - anon_sym_DOT, - STATE(1897), 1, - aux_sym_import_prefix_repeat1, - ACTIONS(3638), 2, - anon_sym_import, - sym_python_identifier, - [105254] = 4, + ACTIONS(3529), 1, + anon_sym_COMMA, + STATE(1930), 1, + aux_sym_global_statement_repeat1, + ACTIONS(3633), 2, + sym__newline, + anon_sym_SEMI, + [105237] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3644), 1, + ACTIONS(3032), 1, anon_sym_COMMA, - STATE(1937), 1, - aux_sym__import_list_repeat1, - ACTIONS(3642), 2, + STATE(1939), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3635), 2, sym__newline, anon_sym_SEMI, - [105268] = 4, + [105251] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(3529), 1, anon_sym_COMMA, - ACTIONS(2774), 1, - anon_sym_RPAREN, - STATE(2034), 1, - aux_sym__collection_elements_repeat1, - [105281] = 4, + STATE(1930), 1, + aux_sym_global_statement_repeat1, + ACTIONS(3637), 2, + sym__newline, + anon_sym_SEMI, + [105265] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2770), 1, - anon_sym_RPAREN, - ACTIONS(2772), 1, + ACTIONS(3641), 1, anon_sym_COMMA, - STATE(2147), 1, - aux_sym_argument_list_repeat1, - [105294] = 4, + STATE(1938), 1, + aux_sym__import_list_repeat1, + ACTIONS(3639), 2, + sym__newline, + anon_sym_SEMI, + [105279] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3644), 1, + anon_sym_COMMA, + STATE(1939), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(2976), 2, + sym__newline, + anon_sym_SEMI, + [105293] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3647), 1, - anon_sym_RBRACK, ACTIONS(3649), 1, + anon_sym_DOT, + STATE(1903), 1, + aux_sym_import_prefix_repeat1, + ACTIONS(3647), 2, + anon_sym_import, + sym_python_identifier, + [105307] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3535), 1, + sym_python_identifier, + STATE(1905), 1, + sym_dotted_name, + STATE(1977), 1, + sym_aliased_import, + STATE(2484), 1, + sym__import_list, + [105323] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3185), 1, + anon_sym_RBRACE, + ACTIONS(3187), 1, anon_sym_COMMA, - STATE(1958), 1, - aux_sym_pattern_list_repeat1, - [105307] = 4, + STATE(2087), 1, + aux_sym_dictionary_repeat1, + [105336] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2646), 1, - anon_sym_RPAREN, ACTIONS(3651), 1, + anon_sym_RBRACK, + ACTIONS(3653), 1, anon_sym_COMMA, - STATE(1963), 1, - aux_sym__parameters_repeat1, - [105320] = 4, + STATE(1982), 1, + aux_sym_subscript_repeat1, + [105349] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3653), 1, - anon_sym_COLON, ACTIONS(3655), 1, anon_sym_COMMA, - STATE(2002), 1, - aux_sym_with_clause_repeat1, - [105333] = 4, + ACTIONS(3657), 1, + anon_sym_in, + STATE(1968), 1, + aux_sym_pattern_list_repeat1, + [105362] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3458), 1, + ACTIONS(3425), 1, anon_sym_COLON, - ACTIONS(3657), 1, + ACTIONS(3659), 1, anon_sym_RBRACE, - STATE(2339), 1, + STATE(2368), 1, sym_format_specifier, - [105346] = 4, + [105375] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3659), 1, - anon_sym_RBRACK, ACTIONS(3661), 1, + anon_sym_RBRACK, + ACTIONS(3663), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [105359] = 4, + [105388] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 1, - anon_sym_RBRACK, ACTIONS(3665), 1, + anon_sym_RBRACK, + ACTIONS(3667), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [105372] = 4, + [105401] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1054), 1, + ACTIONS(1010), 1, anon_sym_RPAREN, - ACTIONS(3667), 1, + ACTIONS(3669), 1, anon_sym_COMMA, - STATE(1959), 1, + STATE(1969), 1, aux_sym_argument_list_repeat1, - [105385] = 4, + [105414] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1034), 1, + ACTIONS(1006), 1, anon_sym_RPAREN, - ACTIONS(3669), 1, + ACTIONS(3671), 1, anon_sym_COMMA, - STATE(1959), 1, + STATE(1969), 1, aux_sym_argument_list_repeat1, - [105398] = 4, + [105427] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(424), 1, + ACTIONS(418), 1, sym__newline, - ACTIONS(3671), 1, + ACTIONS(3673), 1, anon_sym_SEMI, - STATE(1960), 1, + STATE(1966), 1, aux_sym__simple_statements_repeat1, - [105411] = 4, + [105440] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2786), 1, - anon_sym_LPAREN, - ACTIONS(3673), 1, - anon_sym_COLON, - STATE(1949), 1, - aux_sym_override_repeat1, - [105424] = 4, + ACTIONS(1393), 3, + anon_sym_EQ, + anon_sym_RPAREN, + anon_sym_COMMA, + [105449] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1074), 1, + ACTIONS(3675), 1, anon_sym_RBRACK, - ACTIONS(3676), 1, + ACTIONS(3677), 1, anon_sym_COMMA, - STATE(1982), 1, - aux_sym_assert_statement_repeat1, - [105437] = 4, + STATE(1965), 1, + aux_sym_pattern_list_repeat1, + [105462] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3458), 1, + ACTIONS(3425), 1, anon_sym_COLON, - ACTIONS(3678), 1, + ACTIONS(3679), 1, anon_sym_RBRACE, - STATE(2441), 1, + STATE(2451), 1, sym_format_specifier, - [105450] = 3, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3254), 1, - aux_sym_format_specifier_token1, - ACTIONS(3256), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - [105461] = 4, + [105475] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3294), 1, + ACTIONS(2646), 1, anon_sym_RPAREN, - ACTIONS(3680), 1, + ACTIONS(3681), 1, anon_sym_COMMA, - STATE(1953), 1, - aux_sym__collection_elements_repeat1, - [105474] = 2, + STATE(1971), 1, + aux_sym__parameters_repeat1, + [105488] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2547), 3, - anon_sym_EQ, - anon_sym_RPAREN, + ACTIONS(3683), 1, + anon_sym_COLON, + ACTIONS(3685), 1, anon_sym_COMMA, - [105483] = 4, + STATE(2008), 1, + aux_sym_with_clause_repeat1, + [105501] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2784), 1, + anon_sym_LPAREN, + ACTIONS(3687), 1, + anon_sym_COLON, + STATE(1956), 1, + aux_sym_override_repeat1, + [105514] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3450), 1, + ACTIONS(3453), 1, anon_sym_DOT, - ACTIONS(3452), 1, + ACTIONS(3455), 1, anon_sym_PIPE, - ACTIONS(3683), 1, + ACTIONS(3690), 1, anon_sym_COLON, - [105496] = 4, + [105527] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3685), 1, + ACTIONS(1088), 1, + anon_sym_RBRACK, + ACTIONS(3692), 1, anon_sym_COMMA, - ACTIONS(3687), 1, - anon_sym_in, - STATE(1965), 1, - aux_sym_pattern_list_repeat1, - [105509] = 4, + STATE(1990), 1, + aux_sym_assert_statement_repeat1, + [105540] = 3, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(3285), 1, + aux_sym_format_specifier_token1, + ACTIONS(3287), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [105551] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3685), 1, + ACTIONS(3237), 1, + anon_sym_RPAREN, + ACTIONS(3694), 1, + anon_sym_COMMA, + STATE(1960), 1, + aux_sym__collection_elements_repeat1, + [105564] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3655), 1, anon_sym_COMMA, - ACTIONS(3689), 1, + ACTIONS(3697), 1, anon_sym_in, - STATE(1965), 1, + STATE(1968), 1, aux_sym_pattern_list_repeat1, - [105522] = 4, + [105577] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1598), 1, - anon_sym_RBRACK, - ACTIONS(3691), 1, + ACTIONS(3655), 1, anon_sym_COMMA, - STATE(2074), 1, + ACTIONS(3699), 1, + anon_sym_in, + STATE(1968), 1, aux_sym_pattern_list_repeat1, - [105535] = 4, + [105590] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3329), 1, + ACTIONS(2553), 3, + anon_sym_EQ, anon_sym_RPAREN, - ACTIONS(3693), 1, anon_sym_COMMA, - STATE(1959), 1, - aux_sym_argument_list_repeat1, - [105548] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3696), 1, - anon_sym_SEMI, - ACTIONS(3699), 1, - sym__newline, - STATE(1960), 1, - aux_sym__simple_statements_repeat1, - [105561] = 4, + [105599] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3268), 1, + ACTIONS(3279), 1, anon_sym_COMMA, ACTIONS(3701), 1, anon_sym_RBRACK, - STATE(2112), 1, + STATE(2136), 1, aux_sym_type_parameter_repeat1, - [105574] = 2, + [105612] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3548), 3, - sym__newline, - anon_sym_SEMI, + ACTIONS(1526), 1, + anon_sym_RBRACK, + ACTIONS(3703), 1, anon_sym_COMMA, - [105583] = 4, + STATE(2070), 1, + aux_sym_pattern_list_repeat1, + [105625] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3703), 1, - anon_sym_RPAREN, ACTIONS(3705), 1, + anon_sym_SEMI, + ACTIONS(3708), 1, + sym__newline, + STATE(1966), 1, + aux_sym__simple_statements_repeat1, + [105638] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3631), 3, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, - STATE(1963), 1, - aux_sym__parameters_repeat1, - [105596] = 4, + [105647] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2512), 1, + ACTIONS(780), 1, anon_sym_in, - ACTIONS(3708), 1, + ACTIONS(3710), 1, anon_sym_COMMA, - STATE(1964), 1, + STATE(1973), 1, aux_sym_pattern_list_repeat1, - [105609] = 4, + [105660] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(796), 1, - anon_sym_in, - ACTIONS(3711), 1, + ACTIONS(3295), 1, + anon_sym_RPAREN, + ACTIONS(3712), 1, anon_sym_COMMA, - STATE(1964), 1, - aux_sym_pattern_list_repeat1, - [105622] = 4, + STATE(1969), 1, + aux_sym_argument_list_repeat1, + [105673] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3345), 1, - anon_sym_import, - ACTIONS(3713), 1, - anon_sym_DOT, - STATE(2029), 1, - aux_sym_dotted_name_repeat1, - [105635] = 4, + ACTIONS(1560), 1, + anon_sym_except, + ACTIONS(1558), 2, + anon_sym_except_STAR, + anon_sym_finally, + [105684] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3685), 1, - anon_sym_COMMA, ACTIONS(3715), 1, + anon_sym_RPAREN, + ACTIONS(3717), 1, + anon_sym_COMMA, + STATE(1971), 1, + aux_sym__parameters_repeat1, + [105697] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3720), 1, + anon_sym_SEMI, + ACTIONS(3722), 1, + sym__newline, + STATE(2088), 1, + aux_sym__simple_statements_repeat1, + [105710] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2486), 1, + anon_sym_in, + ACTIONS(3724), 1, + anon_sym_COMMA, + STATE(1973), 1, + aux_sym_pattern_list_repeat1, + [105723] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3655), 1, + anon_sym_COMMA, + ACTIONS(3727), 1, anon_sym_in, - STATE(1965), 1, + STATE(1968), 1, aux_sym_pattern_list_repeat1, - [105648] = 4, + [105736] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3685), 1, + ACTIONS(3655), 1, anon_sym_COMMA, - ACTIONS(3717), 1, + ACTIONS(3729), 1, anon_sym_in, - STATE(1965), 1, + STATE(1968), 1, aux_sym_pattern_list_repeat1, - [105661] = 4, + [105749] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3719), 1, - anon_sym_SEMI, - ACTIONS(3721), 1, - sym__newline, - STATE(2079), 1, - aux_sym__simple_statements_repeat1, - [105674] = 4, + ACTIONS(3222), 1, + anon_sym_import, + ACTIONS(3731), 1, + anon_sym_DOT, + STATE(2041), 1, + aux_sym_dotted_name_repeat1, + [105762] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3466), 1, + ACTIONS(3490), 1, anon_sym_RPAREN, - ACTIONS(3605), 1, + ACTIONS(3544), 1, anon_sym_COMMA, - STATE(2031), 1, + STATE(2047), 1, aux_sym__import_list_repeat1, - [105687] = 4, + [105775] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2332), 1, + ACTIONS(2976), 1, + anon_sym_RPAREN, + ACTIONS(3733), 1, + anon_sym_COMMA, + STATE(1978), 1, + aux_sym_assert_statement_repeat1, + [105788] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3425), 1, + anon_sym_COLON, + ACTIONS(3736), 1, + anon_sym_RBRACE, + STATE(2477), 1, + sym_format_specifier, + [105801] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2334), 1, anon_sym_COLON, - ACTIONS(3723), 1, + ACTIONS(3738), 1, anon_sym_LPAREN, - STATE(2353), 1, + STATE(2358), 1, sym_override, - [105700] = 4, + [105814] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2978), 1, + ACTIONS(2976), 1, anon_sym_COLON, - ACTIONS(3725), 1, + ACTIONS(3740), 1, anon_sym_COMMA, - STATE(1972), 1, + STATE(1981), 1, aux_sym_assert_statement_repeat1, - [105713] = 4, + [105827] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3743), 1, anon_sym_RBRACK, - ACTIONS(3730), 1, + ACTIONS(3745), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [105726] = 3, + [105840] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1532), 1, - anon_sym_except, - ACTIONS(1530), 2, - anon_sym_except_STAR, - anon_sym_finally, - [105737] = 4, + ACTIONS(1088), 1, + anon_sym_COLON, + ACTIONS(3748), 1, + anon_sym_COMMA, + STATE(1981), 1, + aux_sym_assert_statement_repeat1, + [105853] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3733), 1, + ACTIONS(3750), 1, anon_sym_RBRACK, - ACTIONS(3735), 1, + ACTIONS(3752), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [105750] = 4, + [105866] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3737), 1, + ACTIONS(3754), 1, anon_sym_RBRACK, - ACTIONS(3739), 1, + ACTIONS(3756), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [105763] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2978), 1, - anon_sym_RPAREN, - ACTIONS(3741), 1, - anon_sym_COMMA, - STATE(1977), 1, - aux_sym_assert_statement_repeat1, - [105776] = 4, + [105879] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2997), 1, + ACTIONS(3062), 1, anon_sym_RBRACK, - ACTIONS(3001), 1, + ACTIONS(3064), 1, anon_sym_COMMA, - STATE(1976), 1, + STATE(1985), 1, aux_sym_subscript_repeat1, - [105789] = 4, + [105892] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1074), 1, - anon_sym_COLON, - ACTIONS(3744), 1, - anon_sym_COMMA, - STATE(1972), 1, - aux_sym_assert_statement_repeat1, - [105802] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2512), 1, + ACTIONS(2486), 1, anon_sym_RPAREN, - ACTIONS(3746), 1, + ACTIONS(3758), 1, anon_sym_COMMA, - STATE(1980), 1, + STATE(1987), 1, aux_sym_pattern_list_repeat1, - [105815] = 4, + [105905] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3685), 1, + ACTIONS(3761), 1, + anon_sym_COLON, + ACTIONS(3763), 1, + anon_sym_DQUOTE, + STATE(2144), 1, + aux_sym_overrides_statement_repeat1, + [105918] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3655), 1, anon_sym_COMMA, - ACTIONS(3749), 1, + ACTIONS(3765), 1, anon_sym_in, - STATE(1965), 1, + STATE(1968), 1, aux_sym_pattern_list_repeat1, - [105828] = 4, + [105931] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2978), 1, + ACTIONS(2976), 1, anon_sym_RBRACK, - ACTIONS(3751), 1, + ACTIONS(3767), 1, anon_sym_COMMA, - STATE(1982), 1, + STATE(1990), 1, aux_sym_assert_statement_repeat1, - [105841] = 3, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3278), 1, - aux_sym_format_specifier_token1, - ACTIONS(3280), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - [105852] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3754), 1, - anon_sym_COLON, - ACTIONS(3756), 1, - anon_sym_DQUOTE, - STATE(2149), 1, - aux_sym_overrides_statement_repeat1, - [105865] = 3, - ACTIONS(2620), 1, + [105944] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3319), 1, + ACTIONS(3230), 1, aux_sym_format_specifier_token1, - ACTIONS(3321), 2, + ACTIONS(3232), 2, anon_sym_LBRACE, anon_sym_RBRACE, - [105876] = 4, + [105955] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(414), 1, - sym__newline, - ACTIONS(3758), 1, + ACTIONS(3770), 1, anon_sym_SEMI, - STATE(1960), 1, + ACTIONS(3772), 1, + sym__newline, + STATE(1950), 1, aux_sym__simple_statements_repeat1, - [105889] = 4, + [105968] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3760), 1, - anon_sym_RBRACK, - ACTIONS(3762), 1, + ACTIONS(2712), 1, + anon_sym_RPAREN, + ACTIONS(2714), 1, anon_sym_COMMA, - STATE(1973), 1, - aux_sym_subscript_repeat1, - [105902] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3764), 1, - anon_sym_SEMI, - ACTIONS(3766), 1, - sym__newline, - STATE(1948), 1, - aux_sym__simple_statements_repeat1, - [105915] = 4, + STATE(1949), 1, + aux_sym_argument_list_repeat1, + [105981] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2722), 1, + ACTIONS(3774), 1, anon_sym_RPAREN, - ACTIONS(2724), 1, + ACTIONS(3776), 1, anon_sym_COMMA, - STATE(1947), 1, + STATE(1948), 1, aux_sym_argument_list_repeat1, - [105928] = 4, + [105994] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3768), 1, - anon_sym_RPAREN, - ACTIONS(3770), 1, + ACTIONS(1556), 1, + anon_sym_except, + ACTIONS(1554), 2, + anon_sym_except_STAR, + anon_sym_finally, + [106005] = 3, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(3367), 1, + aux_sym_format_specifier_token1, + ACTIONS(3369), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [106016] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3016), 1, + anon_sym_RBRACK, + ACTIONS(3018), 1, anon_sym_COMMA, STATE(1946), 1, - aux_sym_argument_list_repeat1, - [105941] = 4, + aux_sym_subscript_repeat1, + [106029] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(402), 1, + sym__newline, + ACTIONS(3778), 1, + anon_sym_SEMI, + STATE(1966), 1, + aux_sym__simple_statements_repeat1, + [106042] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3780), 1, anon_sym_RBRACK, - ACTIONS(3774), 1, + ACTIONS(3782), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [105954] = 4, + [106055] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3081), 1, + ACTIONS(3784), 1, anon_sym_RBRACK, - ACTIONS(3083), 1, + ACTIONS(3786), 1, anon_sym_COMMA, - STATE(1944), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [105967] = 3, - ACTIONS(2620), 1, + [106068] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3376), 1, + ACTIONS(3391), 1, aux_sym_format_specifier_token1, - ACTIONS(3378), 2, + ACTIONS(3393), 2, anon_sym_LBRACE, anon_sym_RBRACE, - [105978] = 4, + [106079] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3294), 1, - anon_sym_RBRACK, - ACTIONS(3776), 1, + ACTIONS(3237), 1, + anon_sym_RBRACE, + ACTIONS(3788), 1, anon_sym_COMMA, - STATE(1994), 1, + STATE(2002), 1, aux_sym__collection_elements_repeat1, - [105991] = 4, + [106092] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3779), 1, + ACTIONS(3791), 1, anon_sym_SEMI, - ACTIONS(3781), 1, + ACTIONS(3793), 1, sym__newline, - STATE(1986), 1, + STATE(1998), 1, aux_sym__simple_statements_repeat1, - [106004] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1524), 1, - anon_sym_except, - ACTIONS(1522), 2, - anon_sym_except_STAR, - anon_sym_finally, - [106015] = 4, + [106105] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3685), 1, + ACTIONS(3655), 1, anon_sym_COMMA, - ACTIONS(3783), 1, + ACTIONS(3795), 1, anon_sym_in, - STATE(1965), 1, + STATE(1968), 1, aux_sym_pattern_list_repeat1, - [106028] = 4, + [106118] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 1, + ACTIONS(3066), 1, anon_sym_RBRACK, - ACTIONS(3045), 1, + ACTIONS(3068), 1, anon_sym_COMMA, - STATE(1991), 1, + STATE(2000), 1, aux_sym_subscript_repeat1, - [106041] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3785), 1, - anon_sym_RPAREN, - ACTIONS(3787), 1, - anon_sym_COMMA, - STATE(2151), 1, - aux_sym_with_clause_repeat1, - [106054] = 4, + [106131] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1144), 1, + ACTIONS(1120), 1, anon_sym_RBRACE, - ACTIONS(3789), 1, + ACTIONS(3797), 1, anon_sym_COMMA, - STATE(2060), 1, + STATE(2077), 1, aux_sym_dictionary_repeat1, - [106067] = 4, + [106144] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3294), 1, - anon_sym_RBRACE, - ACTIONS(3791), 1, + ACTIONS(3799), 1, + anon_sym_RPAREN, + ACTIONS(3801), 1, anon_sym_COMMA, - STATE(2001), 1, - aux_sym__collection_elements_repeat1, - [106080] = 4, + STATE(2156), 1, + aux_sym_with_clause_repeat1, + [106157] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1266), 1, + ACTIONS(1254), 1, anon_sym_COLON, - ACTIONS(3794), 1, + ACTIONS(3803), 1, anon_sym_COMMA, - STATE(2072), 1, + STATE(2153), 1, aux_sym_with_clause_repeat1, - [106093] = 3, + [106170] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1554), 1, + ACTIONS(3237), 1, + anon_sym_RBRACK, + ACTIONS(3805), 1, + anon_sym_COMMA, + STATE(2009), 1, + aux_sym__collection_elements_repeat1, + [106183] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1564), 1, anon_sym_except, - ACTIONS(1552), 2, + ACTIONS(1562), 2, anon_sym_except_STAR, anon_sym_finally, - [106104] = 4, + [106194] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3685), 1, + ACTIONS(3808), 3, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(3796), 1, - anon_sym_in, - STATE(1965), 1, - aux_sym_pattern_list_repeat1, - [106117] = 2, + [106203] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1407), 3, - anon_sym_EQ, + ACTIONS(1088), 1, anon_sym_RPAREN, + ACTIONS(3810), 1, anon_sym_COMMA, - [106126] = 4, + STATE(1978), 1, + aux_sym_assert_statement_repeat1, + [106216] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(394), 1, + ACTIONS(422), 1, sym__newline, - ACTIONS(3798), 1, + ACTIONS(3812), 1, anon_sym_SEMI, - STATE(1960), 1, + STATE(1966), 1, aux_sym__simple_statements_repeat1, - [106139] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3685), 1, - anon_sym_COMMA, - ACTIONS(3800), 1, - anon_sym_in, - STATE(1965), 1, - aux_sym_pattern_list_repeat1, - [106152] = 4, + [106229] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(968), 1, + ACTIONS(1012), 1, anon_sym_RPAREN, - ACTIONS(3802), 1, + ACTIONS(3814), 1, anon_sym_COMMA, - STATE(1959), 1, + STATE(1969), 1, aux_sym_argument_list_repeat1, - [106165] = 4, + [106242] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2696), 1, - anon_sym_RPAREN, - ACTIONS(2698), 1, + ACTIONS(2684), 1, anon_sym_COMMA, - STATE(2034), 1, + ACTIONS(2749), 1, + anon_sym_RPAREN, + STATE(2024), 1, aux_sym__collection_elements_repeat1, - [106178] = 4, + [106255] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(966), 1, + ACTIONS(1014), 1, anon_sym_RPAREN, - ACTIONS(3804), 1, + ACTIONS(3816), 1, anon_sym_COMMA, - STATE(1959), 1, + STATE(1969), 1, aux_sym_argument_list_repeat1, - [106191] = 4, + [106268] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3806), 1, + ACTIONS(3818), 1, anon_sym_RBRACK, - ACTIONS(3808), 1, + ACTIONS(3820), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [106204] = 4, + [106281] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3810), 1, + ACTIONS(3822), 1, anon_sym_RBRACK, - ACTIONS(3812), 1, + ACTIONS(3824), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [106217] = 4, + [106294] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3814), 1, - anon_sym_SEMI, - ACTIONS(3816), 1, + ACTIONS(3615), 3, sym__newline, - STATE(2006), 1, - aux_sym__simple_statements_repeat1, - [106230] = 4, + anon_sym_SEMI, + anon_sym_COMMA, + [106303] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 1, + ACTIONS(3189), 1, anon_sym_RBRACE, - ACTIONS(3147), 1, + ACTIONS(3191), 1, anon_sym_COMMA, - STATE(2028), 1, + STATE(2034), 1, aux_sym_dictionary_repeat1, - [106243] = 4, + [106316] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(2684), 1, anon_sym_COMMA, - ACTIONS(3818), 1, + ACTIONS(3826), 1, anon_sym_RPAREN, - STATE(2034), 1, + STATE(2024), 1, aux_sym__collection_elements_repeat1, - [106256] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2738), 1, - anon_sym_RPAREN, - ACTIONS(2740), 1, - anon_sym_COMMA, - STATE(2008), 1, - aux_sym_argument_list_repeat1, - [106269] = 4, + [106329] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3820), 1, - anon_sym_RPAREN, - ACTIONS(3822), 1, - anon_sym_COMMA, - STATE(2010), 1, - aux_sym_argument_list_repeat1, - [106282] = 4, + ACTIONS(3828), 1, + anon_sym_SEMI, + ACTIONS(3830), 1, + sym__newline, + STATE(2013), 1, + aux_sym__simple_statements_repeat1, + [106342] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3093), 1, - anon_sym_RBRACK, - ACTIONS(3095), 1, - anon_sym_COMMA, - STATE(2012), 1, - aux_sym_subscript_repeat1, - [106295] = 2, + ACTIONS(3570), 1, + anon_sym_before, + ACTIONS(3832), 1, + sym_identifier, + STATE(2023), 1, + aux_sym_export_functions_statement_repeat1, + [106355] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3600), 3, - sym__newline, - anon_sym_SEMI, + ACTIONS(1074), 1, + anon_sym_RPAREN, + ACTIONS(3835), 1, anon_sym_COMMA, - [106304] = 4, + STATE(1960), 1, + aux_sym__collection_elements_repeat1, + [106368] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1074), 1, + ACTIONS(2731), 1, anon_sym_RPAREN, - ACTIONS(3824), 1, + ACTIONS(2733), 1, anon_sym_COMMA, - STATE(1977), 1, - aux_sym_assert_statement_repeat1, - [106317] = 4, + STATE(2014), 1, + aux_sym_argument_list_repeat1, + [106381] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3633), 1, - anon_sym_before, - ACTIONS(3826), 1, - sym_identifier, - STATE(2021), 1, - aux_sym_export_functions_statement_repeat1, - [106330] = 4, + ACTIONS(2759), 1, + anon_sym_LPAREN, + ACTIONS(3837), 1, + anon_sym_COLON, + STATE(2147), 1, + aux_sym_override_repeat1, + [106394] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(2684), 1, anon_sym_COMMA, - ACTIONS(3829), 1, + ACTIONS(3839), 1, anon_sym_RPAREN, - STATE(2034), 1, + STATE(2024), 1, aux_sym__collection_elements_repeat1, - [106343] = 4, + [106407] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(2684), 1, anon_sym_COMMA, - ACTIONS(3831), 1, + ACTIONS(3841), 1, anon_sym_RPAREN, - STATE(2034), 1, + STATE(2024), 1, aux_sym__collection_elements_repeat1, - [106356] = 4, + [106420] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(2684), 1, anon_sym_COMMA, - ACTIONS(3833), 1, + ACTIONS(3843), 1, anon_sym_RPAREN, - STATE(2034), 1, + STATE(2024), 1, aux_sym__collection_elements_repeat1, - [106369] = 4, + [106433] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1154), 1, - anon_sym_RBRACE, - ACTIONS(3835), 1, + ACTIONS(3655), 1, anon_sym_COMMA, - STATE(2060), 1, - aux_sym_dictionary_repeat1, - [106382] = 4, + ACTIONS(3845), 1, + anon_sym_in, + STATE(1968), 1, + aux_sym_pattern_list_repeat1, + [106446] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3155), 1, - anon_sym_RBRACE, - ACTIONS(3157), 1, + ACTIONS(3847), 1, + anon_sym_RPAREN, + ACTIONS(3849), 1, anon_sym_COMMA, - STATE(2025), 1, - aux_sym_dictionary_repeat1, - [106395] = 4, + STATE(2016), 1, + aux_sym_argument_list_repeat1, + [106459] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(3086), 1, + anon_sym_RBRACK, + ACTIONS(3088), 1, anon_sym_COMMA, - ACTIONS(2803), 1, + STATE(2018), 1, + aux_sym_subscript_repeat1, + [106472] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2791), 1, anon_sym_RPAREN, - STATE(2034), 1, - aux_sym__collection_elements_repeat1, - [106408] = 4, + ACTIONS(2793), 1, + anon_sym_COMMA, + STATE(2141), 1, + aux_sym_argument_list_repeat1, + [106485] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1152), 1, + ACTIONS(1162), 1, anon_sym_RBRACE, - ACTIONS(3837), 1, + ACTIONS(3851), 1, anon_sym_COMMA, - STATE(2060), 1, + STATE(2077), 1, aux_sym_dictionary_repeat1, - [106421] = 4, + [106498] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3272), 1, - anon_sym_import, - ACTIONS(3713), 1, - anon_sym_DOT, - STATE(2080), 1, - aux_sym_dotted_name_repeat1, - [106434] = 3, - ACTIONS(2620), 1, + ACTIONS(1568), 1, + anon_sym_except, + ACTIONS(1566), 2, + anon_sym_except_STAR, + anon_sym_finally, + [106509] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3841), 1, + ACTIONS(1148), 1, + anon_sym_RBRACE, + ACTIONS(3853), 1, + anon_sym_COMMA, + STATE(2077), 1, + aux_sym_dictionary_repeat1, + [106522] = 3, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(3857), 1, aux_sym_format_specifier_token1, - ACTIONS(3839), 2, + ACTIONS(3855), 2, anon_sym_LBRACE, anon_sym_RBRACE, - [106445] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3550), 1, - anon_sym_RPAREN, - ACTIONS(3843), 1, - anon_sym_COMMA, - STATE(2088), 1, - aux_sym__import_list_repeat1, - [106458] = 4, + [106533] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3550), 1, - anon_sym_RPAREN, - ACTIONS(3845), 1, + ACTIONS(3154), 1, + anon_sym_RBRACE, + ACTIONS(3156), 1, anon_sym_COMMA, - STATE(2088), 1, - aux_sym__import_list_repeat1, - [106471] = 4, + STATE(2036), 1, + aux_sym_dictionary_repeat1, + [106546] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3049), 1, + ACTIONS(3026), 1, anon_sym_RBRACK, - ACTIONS(3051), 1, + ACTIONS(3028), 1, anon_sym_COMMA, - STATE(2046), 1, + STATE(2052), 1, aux_sym_subscript_repeat1, - [106484] = 4, + [106559] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1108), 1, - anon_sym_RPAREN, - ACTIONS(3847), 1, + ACTIONS(2684), 1, anon_sym_COMMA, - STATE(1953), 1, + ACTIONS(2771), 1, + anon_sym_RPAREN, + STATE(2024), 1, aux_sym__collection_elements_repeat1, - [106497] = 4, + [106572] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3458), 1, - anon_sym_COLON, - ACTIONS(3849), 1, - anon_sym_RBRACE, - STATE(2402), 1, - sym_format_specifier, - [106510] = 4, + ACTIONS(3365), 1, + anon_sym_import, + ACTIONS(3731), 1, + anon_sym_DOT, + STATE(2089), 1, + aux_sym_dotted_name_repeat1, + [106585] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3851), 1, + ACTIONS(3859), 1, anon_sym_RPAREN, - ACTIONS(3853), 1, + ACTIONS(3861), 1, anon_sym_COMMA, - STATE(2049), 1, + STATE(2055), 1, aux_sym_argument_list_repeat1, - [106523] = 4, + [106598] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2793), 1, + ACTIONS(2761), 1, anon_sym_RPAREN, - ACTIONS(2795), 1, + ACTIONS(2763), 1, anon_sym_COMMA, - STATE(2051), 1, + STATE(2057), 1, aux_sym_argument_list_repeat1, - [106536] = 4, + [106611] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 1, - anon_sym_RBRACK, - ACTIONS(2682), 1, - anon_sym_COMMA, - STATE(2125), 1, - aux_sym__collection_elements_repeat1, - [106549] = 4, + ACTIONS(3425), 1, + anon_sym_COLON, + ACTIONS(3863), 1, + anon_sym_RBRACE, + STATE(2409), 1, + sym_format_specifier, + [106624] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3855), 1, + ACTIONS(3865), 1, anon_sym_SEMI, - ACTIONS(3857), 1, + ACTIONS(3867), 1, sym__newline, - STATE(2054), 1, + STATE(2060), 1, aux_sym__simple_statements_repeat1, - [106562] = 4, + [106637] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2797), 1, + ACTIONS(3869), 1, anon_sym_RPAREN, - ACTIONS(2799), 1, + ACTIONS(3871), 1, anon_sym_COMMA, - STATE(2139), 1, + STATE(2140), 1, aux_sym_argument_list_repeat1, - [106575] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(420), 1, - sym__newline, - ACTIONS(3859), 1, - anon_sym_SEMI, - STATE(1960), 1, - aux_sym__simple_statements_repeat1, - [106588] = 2, + [106650] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3861), 3, - sym__newline, - anon_sym_SEMI, + ACTIONS(3531), 1, + anon_sym_RPAREN, + ACTIONS(3873), 1, anon_sym_COMMA, - [106597] = 4, + STATE(2110), 1, + aux_sym__import_list_repeat1, + [106663] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3863), 1, + ACTIONS(3531), 1, anon_sym_RPAREN, - ACTIONS(3865), 1, + ACTIONS(3875), 1, anon_sym_COMMA, - STATE(2138), 1, - aux_sym_argument_list_repeat1, - [106610] = 4, + STATE(2110), 1, + aux_sym__import_list_repeat1, + [106676] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1052), 1, - anon_sym_RPAREN, - ACTIONS(3867), 1, - anon_sym_COMMA, - STATE(1959), 1, - aux_sym_argument_list_repeat1, - [106623] = 4, + ACTIONS(414), 1, + sym__newline, + ACTIONS(3877), 1, + anon_sym_SEMI, + STATE(1966), 1, + aux_sym__simple_statements_repeat1, + [106689] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3168), 1, anon_sym_RBRACE, - ACTIONS(3177), 1, + ACTIONS(3170), 1, anon_sym_COMMA, - STATE(2000), 1, + STATE(2006), 1, aux_sym_dictionary_repeat1, - [106636] = 4, + [106702] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3869), 1, + ACTIONS(2664), 1, anon_sym_RBRACK, - ACTIONS(3871), 1, + ACTIONS(2698), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(2129), 1, + aux_sym__collection_elements_repeat1, + [106715] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3879), 1, + anon_sym_RBRACK, + ACTIONS(3881), 1, + anon_sym_COMMA, + STATE(1982), 1, aux_sym_subscript_repeat1, - [106649] = 4, + [106728] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3873), 1, + ACTIONS(3883), 1, anon_sym_RBRACK, - ACTIONS(3875), 1, + ACTIONS(3885), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [106662] = 4, + [106741] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(994), 1, + ACTIONS(1052), 1, anon_sym_RPAREN, - ACTIONS(3877), 1, + ACTIONS(3887), 1, anon_sym_COMMA, - STATE(1959), 1, + STATE(1969), 1, aux_sym_argument_list_repeat1, - [106675] = 4, + [106754] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1058), 1, + ACTIONS(1056), 1, anon_sym_RPAREN, - ACTIONS(3879), 1, + ACTIONS(3889), 1, anon_sym_COMMA, - STATE(1959), 1, + STATE(1969), 1, aux_sym_argument_list_repeat1, - [106688] = 4, + [106767] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(1074), 1, + anon_sym_RBRACE, + ACTIONS(3891), 1, anon_sym_COMMA, - ACTIONS(2780), 1, - anon_sym_RPAREN, - STATE(2034), 1, + STATE(2002), 1, aux_sym__collection_elements_repeat1, - [106701] = 4, + [106780] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1056), 1, + ACTIONS(1062), 1, anon_sym_RPAREN, - ACTIONS(3881), 1, + ACTIONS(3893), 1, anon_sym_COMMA, - STATE(1959), 1, + STATE(1969), 1, aux_sym_argument_list_repeat1, - [106714] = 4, + [106793] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 1, + ACTIONS(1050), 1, anon_sym_RPAREN, - ACTIONS(2698), 1, + ACTIONS(3895), 1, anon_sym_COMMA, - STATE(2034), 1, - aux_sym__collection_elements_repeat1, - [106727] = 4, + STATE(1969), 1, + aux_sym_argument_list_repeat1, + [106806] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3883), 1, + ACTIONS(3049), 1, anon_sym_RBRACK, - ACTIONS(3885), 1, + ACTIONS(3051), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(2119), 1, aux_sym_subscript_repeat1, - [106740] = 4, + [106819] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(428), 1, + ACTIONS(406), 1, sym__newline, - ACTIONS(3887), 1, + ACTIONS(3897), 1, anon_sym_SEMI, - STATE(1960), 1, + STATE(1966), 1, aux_sym__simple_statements_repeat1, - [106753] = 4, + [106832] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3889), 1, + ACTIONS(3899), 1, anon_sym_RBRACK, - ACTIONS(3891), 1, + ACTIONS(3901), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [106766] = 4, + [106845] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3008), 1, + ACTIONS(3903), 1, anon_sym_RBRACK, - ACTIONS(3010), 1, + ACTIONS(3905), 1, anon_sym_COMMA, - STATE(2116), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [106779] = 4, + [106858] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3893), 1, - anon_sym_SEMI, - ACTIONS(3895), 1, - sym__newline, - STATE(2041), 1, - aux_sym__simple_statements_repeat1, - [106792] = 4, + ACTIONS(2684), 1, + anon_sym_COMMA, + ACTIONS(2751), 1, + anon_sym_RPAREN, + STATE(2024), 1, + aux_sym__collection_elements_repeat1, + [106871] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(2684), 1, anon_sym_COMMA, - ACTIONS(2731), 1, + ACTIONS(2769), 1, anon_sym_RPAREN, - STATE(2034), 1, + STATE(2024), 1, aux_sym__collection_elements_repeat1, - [106805] = 3, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3354), 1, - aux_sym_format_specifier_token1, - ACTIONS(3356), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - [106816] = 4, + [106884] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3897), 1, - anon_sym_RBRACE, - ACTIONS(3899), 1, - anon_sym_COMMA, - STATE(2060), 1, - aux_sym_dictionary_repeat1, - [106829] = 4, + ACTIONS(3907), 1, + anon_sym_SEMI, + ACTIONS(3909), 1, + sym__newline, + STATE(2049), 1, + aux_sym__simple_statements_repeat1, + [106897] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2776), 1, + ACTIONS(2765), 1, anon_sym_RPAREN, - ACTIONS(2778), 1, + ACTIONS(2767), 1, anon_sym_COMMA, - STATE(2044), 1, + STATE(2054), 1, aux_sym_argument_list_repeat1, - [106842] = 4, + [106910] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3902), 1, + ACTIONS(3911), 1, anon_sym_RPAREN, - ACTIONS(3904), 1, + ACTIONS(3913), 1, anon_sym_COMMA, - STATE(2048), 1, + STATE(2058), 1, aux_sym_argument_list_repeat1, - [106855] = 4, + [106923] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2646), 1, anon_sym_COLON, - ACTIONS(3906), 1, + ACTIONS(3915), 1, anon_sym_COMMA, - STATE(2087), 1, + STATE(2094), 1, aux_sym__parameters_repeat1, - [106868] = 4, + [106936] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2664), 1, + anon_sym_RPAREN, + ACTIONS(2684), 1, + anon_sym_COMMA, + STATE(2024), 1, + aux_sym__collection_elements_repeat1, + [106949] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3019), 1, + ACTIONS(2486), 1, anon_sym_RBRACK, - ACTIONS(3021), 1, + ACTIONS(3917), 1, anon_sym_COMMA, - STATE(2055), 1, + STATE(2070), 1, + aux_sym_pattern_list_repeat1, + [106962] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2999), 1, + anon_sym_RBRACK, + ACTIONS(3003), 1, + anon_sym_COMMA, + STATE(2062), 1, aux_sym_subscript_repeat1, - [106881] = 2, + [106975] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2124), 3, + ACTIONS(2181), 3, sym__newline, anon_sym_SEMI, anon_sym_in, - [106890] = 4, + [106984] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1170), 1, + ACTIONS(3279), 1, + anon_sym_COMMA, + ACTIONS(3920), 1, + anon_sym_RBRACK, + STATE(2136), 1, + aux_sym_type_parameter_repeat1, + [106997] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1116), 1, anon_sym_RBRACE, - ACTIONS(3908), 1, + ACTIONS(3922), 1, anon_sym_COMMA, - STATE(2060), 1, + STATE(2077), 1, aux_sym_dictionary_repeat1, - [106903] = 4, + [107010] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3268), 1, + ACTIONS(3675), 1, + anon_sym_RPAREN, + ACTIONS(3924), 1, + anon_sym_COMMA, + STATE(2079), 1, + aux_sym_pattern_list_repeat1, + [107023] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3279), 1, anon_sym_COMMA, - ACTIONS(3910), 1, + ACTIONS(3926), 1, anon_sym_RBRACK, - STATE(2112), 1, + STATE(2136), 1, aux_sym_type_parameter_repeat1, - [106916] = 4, + [107036] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1108), 1, + ACTIONS(3928), 1, anon_sym_RBRACE, - ACTIONS(3912), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - STATE(2001), 1, - aux_sym__collection_elements_repeat1, - [106929] = 4, + STATE(2077), 1, + aux_sym_dictionary_repeat1, + [107049] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1598), 1, - anon_sym_RPAREN, - ACTIONS(3914), 1, + ACTIONS(3218), 1, + anon_sym_RBRACE, + ACTIONS(3220), 1, anon_sym_COMMA, - STATE(1980), 1, - aux_sym_pattern_list_repeat1, - [106942] = 4, + STATE(2074), 1, + aux_sym_dictionary_repeat1, + [107062] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3647), 1, + ACTIONS(1526), 1, anon_sym_RPAREN, - ACTIONS(3916), 1, + ACTIONS(3933), 1, anon_sym_COMMA, - STATE(2069), 1, + STATE(1987), 1, aux_sym_pattern_list_repeat1, - [106955] = 3, - ACTIONS(2620), 1, + [107075] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3360), 1, + ACTIONS(3226), 1, aux_sym_format_specifier_token1, - ACTIONS(3362), 2, + ACTIONS(3228), 2, anon_sym_LBRACE, anon_sym_RBRACE, - [106966] = 4, + [107086] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3918), 1, + ACTIONS(1393), 3, + anon_sym_EQ, anon_sym_COLON, - ACTIONS(3920), 1, anon_sym_COMMA, - STATE(2072), 1, - aux_sym_with_clause_repeat1, - [106979] = 4, + [107095] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3214), 1, - anon_sym_RBRACE, - ACTIONS(3216), 1, + ACTIONS(3935), 1, + anon_sym_RPAREN, + ACTIONS(3937), 1, anon_sym_COMMA, - STATE(2081), 1, - aux_sym_dictionary_repeat1, - [106992] = 4, + STATE(1954), 1, + aux_sym__parameters_repeat1, + [107108] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2512), 1, - anon_sym_RBRACK, - ACTIONS(3923), 1, + ACTIONS(2684), 1, anon_sym_COMMA, - STATE(2074), 1, - aux_sym_pattern_list_repeat1, - [107005] = 4, - ACTIONS(3), 1, + ACTIONS(2797), 1, + anon_sym_RPAREN, + STATE(2024), 1, + aux_sym__collection_elements_repeat1, + [107121] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3208), 1, + ACTIONS(3322), 1, + aux_sym_format_specifier_token1, + ACTIONS(3324), 2, + anon_sym_LBRACE, anon_sym_RBRACE, - ACTIONS(3210), 1, - anon_sym_COMMA, - STATE(2066), 1, - aux_sym_dictionary_repeat1, - [107018] = 2, + [107132] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1407), 3, + ACTIONS(3609), 1, anon_sym_EQ, - anon_sym_COLON, + ACTIONS(3613), 2, + anon_sym_RPAREN, anon_sym_COMMA, - [107027] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3458), 1, - anon_sym_COLON, - ACTIONS(3926), 1, - anon_sym_RBRACE, - STATE(2462), 1, - sym_format_specifier, - [107040] = 3, - ACTIONS(2620), 1, + [107143] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3222), 1, + ACTIONS(3332), 1, aux_sym_format_specifier_token1, - ACTIONS(3224), 2, + ACTIONS(3334), 2, anon_sym_LBRACE, anon_sym_RBRACE, - [107051] = 4, + [107154] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(422), 1, + ACTIONS(1150), 1, + anon_sym_RBRACE, + ACTIONS(3939), 1, + anon_sym_COMMA, + STATE(2077), 1, + aux_sym_dictionary_repeat1, + [107167] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(408), 1, sym__newline, - ACTIONS(3928), 1, + ACTIONS(3941), 1, anon_sym_SEMI, - STATE(1960), 1, + STATE(1966), 1, aux_sym__simple_statements_repeat1, - [107064] = 4, + [107180] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3384), 1, + ACTIONS(3377), 1, anon_sym_import, - ACTIONS(3930), 1, + ACTIONS(3943), 1, anon_sym_DOT, - STATE(2080), 1, + STATE(2089), 1, aux_sym_dotted_name_repeat1, - [107077] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1116), 1, - anon_sym_RBRACE, - ACTIONS(3933), 1, - anon_sym_COMMA, - STATE(2060), 1, - aux_sym_dictionary_repeat1, - [107090] = 4, + [107193] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2750), 1, - anon_sym_LPAREN, - ACTIONS(3935), 1, + ACTIONS(3946), 1, anon_sym_COLON, - STATE(2140), 1, - aux_sym_override_repeat1, - [107103] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3937), 1, + ACTIONS(3613), 2, anon_sym_RPAREN, - ACTIONS(3939), 1, anon_sym_COMMA, - STATE(1941), 1, - aux_sym__parameters_repeat1, - [107116] = 3, + [107204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3607), 1, + ACTIONS(3546), 1, anon_sym_as, - ACTIONS(3548), 2, + ACTIONS(3631), 2, anon_sym_RPAREN, anon_sym_COMMA, - [107127] = 3, + [107215] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3943), 1, - anon_sym_in, - ACTIONS(3941), 2, + ACTIONS(428), 1, sym__newline, + ACTIONS(3948), 1, anon_sym_SEMI, - [107138] = 3, + STATE(1966), 1, + aux_sym__simple_statements_repeat1, + [107228] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3538), 1, - anon_sym_EQ, - ACTIONS(3542), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [107149] = 4, + ACTIONS(3952), 1, + anon_sym_in, + ACTIONS(3950), 2, + sym__newline, + anon_sym_SEMI, + [107239] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3703), 1, + ACTIONS(3715), 1, anon_sym_COLON, - ACTIONS(3945), 1, + ACTIONS(3954), 1, anon_sym_COMMA, - STATE(2087), 1, + STATE(2094), 1, aux_sym__parameters_repeat1, - [107162] = 4, + [107252] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3642), 1, + ACTIONS(992), 1, anon_sym_RPAREN, - ACTIONS(3948), 1, - anon_sym_COMMA, - STATE(2088), 1, - aux_sym__import_list_repeat1, - [107175] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(400), 1, - sym__newline, - ACTIONS(3951), 1, - anon_sym_SEMI, - STATE(1960), 1, - aux_sym__simple_statements_repeat1, - [107188] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2698), 1, + ACTIONS(3957), 1, anon_sym_COMMA, - ACTIONS(2746), 1, - anon_sym_RPAREN, - STATE(2034), 1, - aux_sym__collection_elements_repeat1, - [107201] = 3, + STATE(1969), 1, + aux_sym_argument_list_repeat1, + [107265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3953), 1, + ACTIONS(3959), 1, anon_sym_EQ, - ACTIONS(3542), 2, + ACTIONS(3613), 2, anon_sym_COLON, anon_sym_COMMA, - [107212] = 3, + [107276] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3955), 1, - anon_sym_COLON, - ACTIONS(3542), 2, - anon_sym_RPAREN, + ACTIONS(2684), 1, anon_sym_COMMA, - [107223] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1016), 1, + ACTIONS(2795), 1, anon_sym_RPAREN, - ACTIONS(3957), 1, - anon_sym_COMMA, - STATE(1959), 1, - aux_sym_argument_list_repeat1, - [107236] = 4, + STATE(2024), 1, + aux_sym__collection_elements_repeat1, + [107289] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1022), 1, + ACTIONS(1002), 1, anon_sym_RPAREN, - ACTIONS(3959), 1, + ACTIONS(3961), 1, anon_sym_COMMA, - STATE(1959), 1, + STATE(1969), 1, aux_sym_argument_list_repeat1, - [107249] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3204), 1, - anon_sym_RBRACE, - ACTIONS(3206), 1, - anon_sym_COMMA, - STATE(2106), 1, - aux_sym_dictionary_repeat1, - [107262] = 4, + [107302] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3961), 1, - anon_sym_RBRACK, ACTIONS(3963), 1, + anon_sym_RBRACK, + ACTIONS(3965), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [107275] = 4, + [107315] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3965), 1, - anon_sym_RBRACK, ACTIONS(3967), 1, + anon_sym_RBRACK, + ACTIONS(3969), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [107288] = 4, + [107328] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3937), 1, + ACTIONS(3935), 1, anon_sym_COLON, - ACTIONS(3969), 1, + ACTIONS(3971), 1, anon_sym_COMMA, - STATE(2063), 1, + STATE(2068), 1, aux_sym__parameters_repeat1, - [107301] = 4, + [107341] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3119), 1, + anon_sym_RBRACE, + ACTIONS(3121), 1, + anon_sym_COMMA, + STATE(2113), 1, + aux_sym_dictionary_repeat1, + [107354] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3971), 1, - anon_sym_SEMI, ACTIONS(3973), 1, + anon_sym_SEMI, + ACTIONS(3975), 1, sym__newline, - STATE(2089), 1, + STATE(2092), 1, aux_sym__simple_statements_repeat1, - [107314] = 3, + [107367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2891), 1, + ACTIONS(2964), 1, anon_sym_from, - ACTIONS(2889), 2, + ACTIONS(2962), 2, sym__newline, anon_sym_SEMI, - [107325] = 4, + [107378] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2762), 1, + ACTIONS(2801), 1, anon_sym_RPAREN, - ACTIONS(2764), 1, + ACTIONS(2803), 1, anon_sym_COMMA, - STATE(2093), 1, + STATE(2095), 1, aux_sym_argument_list_repeat1, - [107338] = 4, + [107391] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3975), 1, - anon_sym_RPAREN, ACTIONS(3977), 1, + anon_sym_RPAREN, + ACTIONS(3979), 1, anon_sym_COMMA, - STATE(2094), 1, + STATE(2098), 1, aux_sym_argument_list_repeat1, - [107351] = 4, + [107404] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 1, + ACTIONS(3005), 1, anon_sym_RBRACK, - ACTIONS(3033), 1, + ACTIONS(3007), 1, anon_sym_COMMA, - STATE(2097), 1, + STATE(2100), 1, aux_sym_subscript_repeat1, - [107364] = 3, + [107417] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1518), 1, - anon_sym_except, - ACTIONS(1516), 2, - anon_sym_except_STAR, - anon_sym_finally, - [107375] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1120), 1, - anon_sym_RBRACE, - ACTIONS(3979), 1, - anon_sym_COMMA, - STATE(2060), 1, - aux_sym_dictionary_repeat1, - [107388] = 4, + ACTIONS(2170), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_in, + [107426] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1166), 1, anon_sym_RBRACE, ACTIONS(3981), 1, anon_sym_COMMA, - STATE(2060), 1, + STATE(2077), 1, aux_sym_dictionary_repeat1, - [107401] = 4, + [107439] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3268), 1, - anon_sym_COMMA, + ACTIONS(3639), 1, + anon_sym_RPAREN, ACTIONS(3983), 1, - anon_sym_RBRACK, - STATE(2112), 1, - aux_sym_type_parameter_repeat1, - [107414] = 4, + anon_sym_COMMA, + STATE(2110), 1, + aux_sym__import_list_repeat1, + [107452] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3101), 1, + ACTIONS(3199), 1, anon_sym_RBRACE, - ACTIONS(3103), 1, + ACTIONS(3201), 1, anon_sym_COMMA, - STATE(2105), 1, + STATE(2109), 1, aux_sym_dictionary_repeat1, - [107427] = 3, + [107465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1528), 1, + ACTIONS(1572), 1, anon_sym_except, - ACTIONS(1526), 2, + ACTIONS(1570), 2, anon_sym_except_STAR, anon_sym_finally, - [107438] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2086), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_in, - [107447] = 4, + [107476] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3023), 1, - anon_sym_RBRACK, - ACTIONS(3025), 1, + ACTIONS(1132), 1, + anon_sym_RBRACE, + ACTIONS(3986), 1, anon_sym_COMMA, - STATE(2123), 1, - aux_sym_subscript_repeat1, - [107460] = 4, + STATE(2077), 1, + aux_sym_dictionary_repeat1, + [107489] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3412), 1, - anon_sym_RBRACK, - ACTIONS(3985), 1, + ACTIONS(2682), 1, + anon_sym_RPAREN, + ACTIONS(2684), 1, anon_sym_COMMA, - STATE(2112), 1, - aux_sym_type_parameter_repeat1, - [107473] = 4, + STATE(2024), 1, + aux_sym__collection_elements_repeat1, + [107502] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(3959), 1, + anon_sym_EQ, + ACTIONS(3613), 2, + anon_sym_COLON, anon_sym_COMMA, - ACTIONS(2801), 1, - anon_sym_RPAREN, - STATE(2034), 1, - aux_sym__collection_elements_repeat1, - [107486] = 4, + [107513] = 3, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(3310), 1, + aux_sym_format_specifier_token1, + ACTIONS(3312), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [107524] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(3207), 1, + sym_python_identifier, ACTIONS(3988), 1, - anon_sym_RPAREN, - ACTIONS(3990), 1, - anon_sym_COMMA, - STATE(2126), 1, - aux_sym_argument_list_repeat1, - [107499] = 4, + anon_sym_import, + STATE(2461), 1, + sym_dotted_name, + [107537] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2742), 1, - anon_sym_RPAREN, - ACTIONS(2744), 1, + ACTIONS(3090), 1, + anon_sym_RBRACK, + ACTIONS(3092), 1, anon_sym_COMMA, - STATE(2128), 1, - aux_sym_argument_list_repeat1, - [107512] = 4, + STATE(2130), 1, + aux_sym_subscript_repeat1, + [107550] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3992), 1, + ACTIONS(3990), 1, anon_sym_RBRACK, - ACTIONS(3994), 1, + ACTIONS(3992), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [107525] = 4, + [107563] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3761), 1, + anon_sym_COLON, + ACTIONS(3994), 1, + anon_sym_DQUOTE, + STATE(1988), 1, + aux_sym_overrides_statement_repeat1, + [107576] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3996), 1, - anon_sym_SEMI, + anon_sym_RPAREN, ACTIONS(3998), 1, - sym__newline, - STATE(2131), 1, - aux_sym__simple_statements_repeat1, - [107538] = 3, + anon_sym_COMMA, + STATE(2133), 1, + aux_sym_argument_list_repeat1, + [107589] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3953), 1, - anon_sym_EQ, - ACTIONS(3542), 2, - anon_sym_COLON, + ACTIONS(2753), 1, + anon_sym_RPAREN, + ACTIONS(2755), 1, anon_sym_COMMA, - [107549] = 3, - ACTIONS(2620), 1, + STATE(2135), 1, + aux_sym_argument_list_repeat1, + [107602] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3218), 1, - aux_sym_format_specifier_token1, - ACTIONS(3220), 2, - anon_sym_LBRACE, + ACTIONS(2664), 1, anon_sym_RBRACE, - [107560] = 4, + ACTIONS(2666), 1, + anon_sym_COMMA, + STATE(2056), 1, + aux_sym__collection_elements_repeat1, + [107615] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3163), 1, - sym_python_identifier, ACTIONS(4000), 1, - anon_sym_import, - STATE(2458), 1, - sym_dotted_name, - [107573] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3754), 1, - anon_sym_COLON, + anon_sym_SEMI, ACTIONS(4002), 1, - anon_sym_DQUOTE, - STATE(1984), 1, - aux_sym_overrides_statement_repeat1, - [107586] = 4, + sym__newline, + STATE(2138), 1, + aux_sym__simple_statements_repeat1, + [107628] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4004), 1, anon_sym_before, ACTIONS(4006), 1, sym_identifier, - STATE(2021), 1, + STATE(2023), 1, aux_sym_export_functions_statement_repeat1, - [107599] = 4, + [107641] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(4004), 1, + anon_sym_after, ACTIONS(4008), 1, - anon_sym_RBRACK, + sym_identifier, + STATE(2137), 1, + aux_sym_export_functions_statement_repeat1, + [107654] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(404), 1, + sym__newline, ACTIONS(4010), 1, - anon_sym_COMMA, - STATE(1973), 1, - aux_sym_subscript_repeat1, - [107612] = 4, + anon_sym_SEMI, + STATE(1966), 1, + aux_sym__simple_statements_repeat1, + [107667] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(956), 1, + anon_sym_RPAREN, ACTIONS(4012), 1, - anon_sym_RBRACK, - ACTIONS(4014), 1, anon_sym_COMMA, - STATE(1973), 1, - aux_sym_subscript_repeat1, - [107625] = 4, + STATE(1969), 1, + aux_sym_argument_list_repeat1, + [107680] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1108), 1, + ACTIONS(1074), 1, anon_sym_RBRACK, - ACTIONS(4016), 1, + ACTIONS(4014), 1, anon_sym_COMMA, - STATE(1994), 1, + STATE(2009), 1, aux_sym__collection_elements_repeat1, - [107638] = 4, + [107693] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(976), 1, - anon_sym_RPAREN, + ACTIONS(4016), 1, + anon_sym_RBRACK, ACTIONS(4018), 1, anon_sym_COMMA, - STATE(1959), 1, - aux_sym_argument_list_repeat1, - [107651] = 4, + STATE(1982), 1, + aux_sym_subscript_repeat1, + [107706] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4020), 1, anon_sym_RBRACK, ACTIONS(4022), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [107664] = 4, + [107719] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(974), 1, - anon_sym_RPAREN, ACTIONS(4024), 1, - anon_sym_COMMA, - STATE(1959), 1, - aux_sym_argument_list_repeat1, - [107677] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4004), 1, - anon_sym_after, + anon_sym_RBRACK, ACTIONS(4026), 1, - sym_identifier, - STATE(2142), 1, - aux_sym_export_functions_statement_repeat1, - [107690] = 4, + anon_sym_COMMA, + STATE(1982), 1, + aux_sym_subscript_repeat1, + [107732] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(404), 1, - sym__newline, + ACTIONS(1008), 1, + anon_sym_RPAREN, ACTIONS(4028), 1, - anon_sym_SEMI, - STATE(1960), 1, - aux_sym__simple_statements_repeat1, - [107703] = 4, + anon_sym_COMMA, + STATE(1969), 1, + aux_sym_argument_list_repeat1, + [107745] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(426), 1, - sym__newline, ACTIONS(4030), 1, anon_sym_SEMI, - STATE(1960), 1, + ACTIONS(4032), 1, + sym__newline, + STATE(2127), 1, aux_sym__simple_statements_repeat1, - [107716] = 4, + [107758] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, - anon_sym_COMMA, - ACTIONS(2733), 1, + ACTIONS(1004), 1, anon_sym_RPAREN, - STATE(2034), 1, - aux_sym__collection_elements_repeat1, - [107729] = 4, + ACTIONS(4034), 1, + anon_sym_COMMA, + STATE(1969), 1, + aux_sym_argument_list_repeat1, + [107771] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3558), 1, + ACTIONS(3502), 1, + anon_sym_RBRACK, + ACTIONS(4036), 1, + anon_sym_COMMA, + STATE(2136), 1, + aux_sym_type_parameter_repeat1, + [107784] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3570), 1, + anon_sym_after, + ACTIONS(4039), 1, + sym_identifier, + STATE(2137), 1, + aux_sym_export_functions_statement_repeat1, + [107797] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(420), 1, + sym__newline, + ACTIONS(4042), 1, + anon_sym_SEMI, + STATE(1966), 1, + aux_sym__simple_statements_repeat1, + [107810] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3535), 1, sym_python_identifier, - STATE(2084), 1, + STATE(2091), 1, sym_dotted_name, - STATE(2246), 1, + STATE(2261), 1, sym_aliased_import, - [107742] = 4, + [107823] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4032), 1, - anon_sym_SEMI, - ACTIONS(4034), 1, - sym__newline, - STATE(2130), 1, - aux_sym__simple_statements_repeat1, - [107755] = 4, + ACTIONS(1048), 1, + anon_sym_RPAREN, + ACTIONS(4044), 1, + anon_sym_COMMA, + STATE(1969), 1, + aux_sym_argument_list_repeat1, + [107836] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 1, - anon_sym_RBRACE, - ACTIONS(2664), 1, + ACTIONS(1044), 1, + anon_sym_RPAREN, + ACTIONS(4046), 1, anon_sym_COMMA, - STATE(2068), 1, - aux_sym__collection_elements_repeat1, - [107768] = 4, + STATE(1969), 1, + aux_sym_argument_list_repeat1, + [107849] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(2684), 1, anon_sym_COMMA, - ACTIONS(4036), 1, + ACTIONS(4048), 1, anon_sym_RPAREN, - STATE(2034), 1, + STATE(2024), 1, aux_sym__collection_elements_repeat1, - [107781] = 4, + [107862] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(2684), 1, anon_sym_COMMA, - ACTIONS(4038), 1, + ACTIONS(4050), 1, anon_sym_RPAREN, - STATE(2034), 1, + STATE(2024), 1, aux_sym__collection_elements_repeat1, - [107794] = 4, + [107875] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1026), 1, - anon_sym_RPAREN, - ACTIONS(4040), 1, - anon_sym_COMMA, - STATE(1959), 1, - aux_sym_argument_list_repeat1, - [107807] = 4, + ACTIONS(4052), 1, + anon_sym_COLON, + ACTIONS(4055), 1, + anon_sym_DQUOTE, + STATE(2144), 1, + aux_sym_overrides_statement_repeat1, + [107888] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1024), 1, + ACTIONS(2684), 1, + anon_sym_COMMA, + ACTIONS(2716), 1, anon_sym_RPAREN, - ACTIONS(4042), 1, + STATE(2024), 1, + aux_sym__collection_elements_repeat1, + [107901] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3074), 1, + anon_sym_RBRACK, + ACTIONS(3076), 1, anon_sym_COMMA, - STATE(1959), 1, - aux_sym_argument_list_repeat1, - [107820] = 4, + STATE(2151), 1, + aux_sym_subscript_repeat1, + [107914] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 1, + ACTIONS(2724), 1, anon_sym_LPAREN, - ACTIONS(3935), 1, + ACTIONS(3837), 1, anon_sym_COLON, - STATE(1949), 1, + STATE(1956), 1, aux_sym_override_repeat1, - [107833] = 4, + [107927] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3268), 1, + ACTIONS(3279), 1, anon_sym_COMMA, - ACTIONS(4044), 1, + ACTIONS(4057), 1, anon_sym_RBRACK, - STATE(2112), 1, + STATE(2136), 1, aux_sym_type_parameter_repeat1, - [107846] = 4, + [107940] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3633), 1, - anon_sym_after, - ACTIONS(4046), 1, - sym_identifier, - STATE(2142), 1, - aux_sym_export_functions_statement_repeat1, - [107859] = 4, + ACTIONS(4059), 1, + anon_sym_RPAREN, + ACTIONS(4061), 1, + anon_sym_COMMA, + STATE(2149), 1, + aux_sym_with_clause_repeat1, + [107953] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 1, - anon_sym_RBRACE, - ACTIONS(4049), 1, + ACTIONS(970), 1, + anon_sym_RPAREN, + ACTIONS(4064), 1, anon_sym_COMMA, - STATE(2060), 1, - aux_sym_dictionary_repeat1, - [107872] = 4, + STATE(1969), 1, + aux_sym_argument_list_repeat1, + [107966] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4051), 1, + ACTIONS(4066), 1, anon_sym_RBRACK, - ACTIONS(4053), 1, + ACTIONS(4068), 1, anon_sym_COMMA, - STATE(1973), 1, + STATE(1982), 1, aux_sym_subscript_repeat1, - [107885] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3167), 1, - anon_sym_RBRACE, - ACTIONS(3169), 1, - anon_sym_COMMA, - STATE(2143), 1, - aux_sym_dictionary_repeat1, - [107898] = 4, + [107979] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3122), 1, + ACTIONS(3166), 1, sym_python_identifier, - STATE(1902), 1, + STATE(1934), 1, sym_dotted_name, - STATE(1962), 1, + STATE(1967), 1, sym_aliased_import, - [107911] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_RPAREN, - ACTIONS(4055), 1, - anon_sym_COMMA, - STATE(1959), 1, - aux_sym_argument_list_repeat1, - [107924] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1042), 1, - anon_sym_RPAREN, - ACTIONS(4057), 1, - anon_sym_COMMA, - STATE(1959), 1, - aux_sym_argument_list_repeat1, - [107937] = 4, + [107992] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4059), 1, anon_sym_COLON, - ACTIONS(4062), 1, - anon_sym_DQUOTE, - STATE(2149), 1, - aux_sym_overrides_statement_repeat1, - [107950] = 4, + ACTIONS(4070), 1, + anon_sym_COMMA, + STATE(2153), 1, + aux_sym_with_clause_repeat1, + [108005] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3097), 1, - anon_sym_RBRACK, - ACTIONS(3099), 1, + ACTIONS(3135), 1, + anon_sym_RBRACE, + ACTIONS(3137), 1, anon_sym_COMMA, - STATE(2153), 1, - aux_sym_subscript_repeat1, - [107963] = 4, + STATE(2157), 1, + aux_sym_dictionary_repeat1, + [108018] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1252), 1, + ACTIONS(4073), 1, anon_sym_RPAREN, - ACTIONS(4064), 1, + ACTIONS(4075), 1, anon_sym_COMMA, - STATE(2152), 1, - aux_sym_with_clause_repeat1, - [107976] = 4, + STATE(2150), 1, + aux_sym_argument_list_repeat1, + [108031] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3918), 1, + ACTIONS(1270), 1, anon_sym_RPAREN, - ACTIONS(4066), 1, + ACTIONS(4077), 1, anon_sym_COMMA, - STATE(2152), 1, + STATE(2149), 1, aux_sym_with_clause_repeat1, - [107989] = 4, + [108044] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4069), 1, - anon_sym_RBRACK, - ACTIONS(4071), 1, + ACTIONS(1172), 1, + anon_sym_RBRACE, + ACTIONS(4079), 1, anon_sym_COMMA, - STATE(1973), 1, - aux_sym_subscript_repeat1, - [108002] = 4, + STATE(2077), 1, + aux_sym_dictionary_repeat1, + [108057] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4073), 1, + ACTIONS(2718), 1, anon_sym_RPAREN, - ACTIONS(4075), 1, + ACTIONS(2720), 1, anon_sym_COMMA, - STATE(2148), 1, + STATE(2128), 1, aux_sym_argument_list_repeat1, - [108015] = 2, - ACTIONS(3), 1, + [108070] = 3, + ACTIONS(1566), 1, + aux_sym_recipe_token1, + ACTIONS(1568), 1, + anon_sym_NULL, + ACTIONS(2632), 1, sym_comment, - ACTIONS(4077), 2, - sym__newline, - anon_sym_SEMI, - [108023] = 2, + [108080] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4079), 2, - sym__newline, - anon_sym_SEMI, - [108031] = 2, + ACTIONS(3377), 2, + anon_sym_import, + anon_sym_DOT, + [108088] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4081), 2, - sym__newline, - anon_sym_SEMI, - [108039] = 3, - ACTIONS(2620), 1, + ACTIONS(4081), 1, + sym_identifier, + STATE(2186), 1, + sym_variable_assignment, + [108098] = 3, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(4083), 1, + aux_sym_recipe_token1, + ACTIONS(4085), 1, + anon_sym_NULL, + [108108] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3089), 1, + ACTIONS(3070), 1, anon_sym_NULL, - ACTIONS(3091), 1, + ACTIONS(3072), 1, aux_sym_recipe_token1, - [108049] = 3, + [108118] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4083), 1, - sym_identifier, - STATE(2178), 1, - sym_variable_assignment, - [108059] = 3, + ACTIONS(4087), 2, + sym__newline, + anon_sym_SEMI, + [108126] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4085), 1, + ACTIONS(4089), 1, sym_identifier, - STATE(1913), 1, + STATE(1910), 1, aux_sym_export_functions_statement_repeat1, - [108069] = 2, + [108136] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1350), 2, anon_sym_RPAREN, anon_sym_COMMA, - [108077] = 2, + [108144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4062), 2, - anon_sym_COLON, - anon_sym_DQUOTE, - [108085] = 3, + ACTIONS(4091), 1, + anon_sym_LPAREN, + ACTIONS(4093), 1, + sym_identifier, + [108154] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 1, + ACTIONS(4095), 1, anon_sym_COMMA, - STATE(1731), 1, + STATE(1741), 1, aux_sym_pattern_list_repeat1, - [108095] = 2, + [108164] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4089), 2, + ACTIONS(4097), 2, sym__newline, anon_sym_SEMI, - [108103] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3918), 2, - anon_sym_COLON, - anon_sym_COMMA, - [108111] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4091), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - [108119] = 3, + [108172] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4093), 1, - anon_sym_LPAREN, - ACTIONS(4095), 1, - sym_identifier, - [108129] = 3, - ACTIONS(2620), 1, + ACTIONS(2867), 2, + sym__newline, + anon_sym_SEMI, + [108180] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(4097), 1, - aux_sym_recipe_token1, ACTIONS(4099), 1, + aux_sym_recipe_token1, + ACTIONS(4101), 1, anon_sym_NULL, - [108139] = 2, + [108190] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2786), 2, + ACTIONS(2784), 2, anon_sym_COLON, anon_sym_LPAREN, - [108147] = 3, - ACTIONS(2620), 1, + [108198] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4055), 2, + anon_sym_COLON, + anon_sym_DQUOTE, + [108206] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(4101), 1, - aux_sym_recipe_token1, ACTIONS(4103), 1, + aux_sym_recipe_token1, + ACTIONS(4105), 1, anon_sym_NULL, - [108157] = 2, + [108216] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4091), 2, + ACTIONS(4107), 2, anon_sym_RPAREN, anon_sym_COMMA, - [108165] = 2, + [108224] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4105), 2, + ACTIONS(4109), 2, anon_sym_RPAREN, anon_sym_COMMA, - [108173] = 2, + [108232] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3294), 2, + ACTIONS(3237), 2, anon_sym_RPAREN, anon_sym_COMMA, - [108181] = 3, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(4107), 1, - aux_sym_recipe_token1, - ACTIONS(4109), 1, - anon_sym_NULL, - [108191] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3699), 2, - sym__newline, - anon_sym_SEMI, - [108199] = 3, - ACTIONS(2620), 1, + [108240] = 3, + ACTIONS(2632), 1, sym_comment, ACTIONS(4111), 1, aux_sym_recipe_token1, ACTIONS(4113), 1, anon_sym_NULL, - [108209] = 3, - ACTIONS(2620), 1, + [108250] = 3, + ACTIONS(3), 1, sym_comment, ACTIONS(4115), 1, - aux_sym_recipe_token1, + anon_sym_RBRACE, ACTIONS(4117), 1, - anon_sym_NULL, - [108219] = 3, - ACTIONS(2608), 1, - aux_sym_recipe_token1, - ACTIONS(2610), 1, - anon_sym_NULL, - ACTIONS(2620), 1, - sym_comment, - [108229] = 3, - ACTIONS(2620), 1, + sym_identifier, + [108260] = 3, + ACTIONS(2632), 1, sym_comment, ACTIONS(4119), 1, aux_sym_recipe_token1, ACTIONS(4121), 1, anon_sym_NULL, - [108239] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4123), 2, - anon_sym_COLON, - anon_sym_DASH_GT, - [108247] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4125), 2, - anon_sym_COLON, - anon_sym_DASH_GT, - [108255] = 2, - ACTIONS(3), 1, + [108270] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3703), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [108263] = 2, + ACTIONS(4123), 1, + aux_sym_recipe_token1, + ACTIONS(4125), 1, + anon_sym_NULL, + [108280] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4127), 2, + ACTIONS(3708), 2, sym__newline, anon_sym_SEMI, - [108271] = 2, + [108288] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4129), 2, - sym__newline, - anon_sym_SEMI, - [108279] = 3, - ACTIONS(1522), 1, + ACTIONS(4127), 2, + anon_sym_COLON, + anon_sym_DASH_GT, + [108296] = 3, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(4129), 1, aux_sym_recipe_token1, - ACTIONS(1524), 1, + ACTIONS(4131), 1, anon_sym_NULL, - ACTIONS(2620), 1, - sym_comment, - [108289] = 2, + [108306] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3329), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [108297] = 3, + ACTIONS(4133), 2, + anon_sym_COLON, + anon_sym_DASH_GT, + [108314] = 3, ACTIONS(2620), 1, - sym_comment, - ACTIONS(4131), 1, aux_sym_recipe_token1, - ACTIONS(4133), 1, + ACTIONS(2622), 1, anon_sym_NULL, - [108307] = 3, - ACTIONS(2620), 1, + ACTIONS(2632), 1, + sym_comment, + [108324] = 3, + ACTIONS(2632), 1, sym_comment, ACTIONS(4135), 1, aux_sym_recipe_token1, ACTIONS(4137), 1, anon_sym_NULL, - [108317] = 3, - ACTIONS(2620), 1, + [108334] = 3, + ACTIONS(2632), 1, sym_comment, ACTIONS(4139), 1, aux_sym_recipe_token1, ACTIONS(4141), 1, anon_sym_NULL, - [108327] = 2, + [108344] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2758), 2, + ACTIONS(2737), 2, sym__newline, anon_sym_SEMI, - [108335] = 2, + [108352] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4143), 2, + ACTIONS(3715), 2, anon_sym_RPAREN, anon_sym_COMMA, - [108343] = 3, - ACTIONS(2620), 1, + [108360] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(4145), 1, + ACTIONS(4143), 1, aux_sym_recipe_token1, - ACTIONS(4147), 1, + ACTIONS(4145), 1, anon_sym_NULL, - [108353] = 3, - ACTIONS(2620), 1, + [108370] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4147), 2, + sym__newline, + anon_sym_SEMI, + [108378] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4059), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [108386] = 3, + ACTIONS(2632), 1, sym_comment, ACTIONS(4149), 1, aux_sym_recipe_token1, ACTIONS(4151), 1, anon_sym_NULL, - [108363] = 3, - ACTIONS(1526), 1, + [108396] = 3, + ACTIONS(1554), 1, aux_sym_recipe_token1, - ACTIONS(1528), 1, + ACTIONS(1556), 1, anon_sym_NULL, - ACTIONS(2620), 1, + ACTIONS(2632), 1, sym_comment, - [108373] = 2, + [108406] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4153), 2, sym__newline, anon_sym_SEMI, - [108381] = 2, + [108414] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2831), 2, + ACTIONS(3295), 2, anon_sym_RPAREN, anon_sym_COMMA, - [108389] = 3, + [108422] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4155), 1, - anon_sym_noexec, - ACTIONS(4157), 1, - sym_identifier, - [108399] = 3, - ACTIONS(2620), 1, + ACTIONS(4155), 2, + sym__newline, + anon_sym_SEMI, + [108430] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(4159), 1, + ACTIONS(4157), 1, aux_sym_recipe_token1, + ACTIONS(4159), 1, + anon_sym_NULL, + [108440] = 3, + ACTIONS(2632), 1, + sym_comment, ACTIONS(4161), 1, + aux_sym_recipe_token1, + ACTIONS(4163), 1, anon_sym_NULL, - [108409] = 2, + [108450] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4163), 2, + ACTIONS(4165), 2, sym__newline, anon_sym_SEMI, - [108417] = 3, + [108458] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4165), 1, - anon_sym_noexec, - ACTIONS(4167), 1, - sym_identifier, - [108427] = 3, - ACTIONS(2620), 1, + ACTIONS(4107), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [108466] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(4169), 1, + ACTIONS(3056), 1, + anon_sym_NULL, + ACTIONS(3058), 1, aux_sym_recipe_token1, - ACTIONS(4171), 1, + [108476] = 3, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(4167), 1, + aux_sym_recipe_token1, + ACTIONS(4169), 1, anon_sym_NULL, - [108437] = 2, + [108486] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2831), 2, + ACTIONS(2547), 2, anon_sym_RBRACK, anon_sym_COMMA, - [108445] = 3, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(3085), 1, - anon_sym_NULL, - ACTIONS(3087), 1, + [108494] = 3, + ACTIONS(1570), 1, aux_sym_recipe_token1, - [108455] = 2, + ACTIONS(1572), 1, + anon_sym_NULL, + ACTIONS(2632), 1, + sym_comment, + [108504] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3918), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [108463] = 3, + ACTIONS(4171), 1, + anon_sym_noexec, + ACTIONS(4173), 1, + sym_identifier, + [108514] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4175), 2, + sym__newline, + anon_sym_SEMI, + [108522] = 3, ACTIONS(1700), 1, aux_sym_recipe_token1, ACTIONS(1702), 1, anon_sym_NULL, - ACTIONS(2620), 1, - sym_comment, - [108473] = 3, - ACTIONS(2620), 1, + ACTIONS(2632), 1, sym_comment, - ACTIONS(4173), 1, - aux_sym_recipe_token1, - ACTIONS(4175), 1, - anon_sym_NULL, - [108483] = 3, + [108532] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4177), 1, - anon_sym_LPAREN, - STATE(2241), 1, - sym_parameters, - [108493] = 2, + anon_sym_noexec, + ACTIONS(4179), 1, + sym_identifier, + [108542] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3294), 2, - anon_sym_RBRACE, + ACTIONS(4181), 2, + anon_sym_RPAREN, anon_sym_COMMA, - [108501] = 2, + [108550] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 2, - sym__newline, - anon_sym_SEMI, - [108509] = 2, + ACTIONS(4183), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [108558] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4179), 2, - sym__newline, - anon_sym_SEMI, - [108517] = 3, - ACTIONS(2620), 1, + ACTIONS(4059), 2, + anon_sym_COLON, + anon_sym_COMMA, + [108566] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(4181), 1, + ACTIONS(4185), 1, aux_sym_recipe_token1, - ACTIONS(4183), 1, + ACTIONS(4187), 1, anon_sym_NULL, - [108527] = 2, + [108576] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2549), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [108535] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4185), 2, - sym__newline, - anon_sym_SEMI, - [108543] = 2, - ACTIONS(3), 1, + ACTIONS(4189), 1, + anon_sym_LPAREN, + STATE(2245), 1, + sym_parameters, + [108586] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(2512), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [108551] = 2, + ACTIONS(4191), 1, + aux_sym_recipe_token1, + ACTIONS(4193), 1, + anon_sym_NULL, + [108596] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3196), 2, + ACTIONS(4107), 2, anon_sym_RBRACK, anon_sym_COMMA, - [108559] = 2, + [108604] = 3, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(4195), 1, + aux_sym_recipe_token1, + ACTIONS(4197), 1, + anon_sym_NULL, + [108614] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2549), 2, + ACTIONS(4109), 2, anon_sym_RBRACK, anon_sym_COMMA, - [108567] = 2, + [108622] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4105), 2, - anon_sym_RBRACK, + ACTIONS(2547), 2, + anon_sym_RPAREN, anon_sym_COMMA, - [108575] = 3, + [108630] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(4199), 1, sym_identifier, - STATE(1930), 1, + STATE(1925), 1, aux_sym_export_functions_statement_repeat1, - [108585] = 3, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(4189), 1, - aux_sym_recipe_token1, - ACTIONS(4191), 1, - anon_sym_NULL, - [108595] = 3, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(4193), 1, - aux_sym_recipe_token1, - ACTIONS(4195), 1, - anon_sym_NULL, - [108605] = 2, + [108640] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3294), 2, + ACTIONS(3150), 2, anon_sym_RBRACK, anon_sym_COMMA, - [108613] = 2, + [108648] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2486), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [108656] = 3, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(4201), 1, + aux_sym_recipe_token1, + ACTIONS(4203), 1, + anon_sym_NULL, + [108666] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2512), 2, + ACTIONS(2553), 2, anon_sym_RBRACK, anon_sym_COMMA, - [108621] = 2, + [108674] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2547), 2, + ACTIONS(3237), 2, anon_sym_RBRACK, anon_sym_COMMA, - [108629] = 2, + [108682] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4197), 2, + ACTIONS(3009), 2, sym__newline, anon_sym_SEMI, - [108637] = 3, + [108690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4199), 1, + ACTIONS(4205), 1, + anon_sym_RBRACE, + ACTIONS(4207), 1, sym_identifier, - STATE(2122), 1, - aux_sym_export_functions_statement_repeat1, - [108647] = 2, + [108700] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3542), 2, - anon_sym_COLON, + ACTIONS(3237), 2, + anon_sym_RBRACE, anon_sym_COMMA, - [108655] = 3, + [108708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4201), 1, - sym_identifier, - STATE(2129), 1, - aux_sym_export_functions_statement_repeat1, - [108665] = 2, + ACTIONS(4109), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + [108716] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4203), 2, + ACTIONS(4209), 2, sym__newline, anon_sym_SEMI, - [108673] = 2, + [108724] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3542), 2, + ACTIONS(3613), 2, anon_sym_COLON, anon_sym_COMMA, - [108681] = 2, + [108732] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4105), 2, - anon_sym_RBRACE, + ACTIONS(3613), 2, + anon_sym_COLON, anon_sym_COMMA, - [108689] = 3, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(4205), 1, - aux_sym_recipe_token1, - ACTIONS(4207), 1, - anon_sym_NULL, - [108699] = 3, - ACTIONS(2620), 1, + [108740] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(4209), 1, - aux_sym_recipe_token1, - ACTIONS(4211), 1, - anon_sym_NULL, - [108709] = 3, - ACTIONS(2620), 1, + ACTIONS(4211), 2, + sym__newline, + anon_sym_SEMI, + [108748] = 3, + ACTIONS(3), 1, sym_comment, ACTIONS(4213), 1, - aux_sym_recipe_token1, - ACTIONS(4215), 1, - anon_sym_NULL, - [108719] = 2, + sym_identifier, + STATE(2126), 1, + aux_sym_export_functions_statement_repeat1, + [108758] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4217), 2, - sym__newline, - anon_sym_SEMI, - [108727] = 2, + ACTIONS(4215), 1, + sym_identifier, + STATE(2125), 1, + aux_sym_export_functions_statement_repeat1, + [108768] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3035), 2, + ACTIONS(4217), 2, sym__newline, anon_sym_SEMI, - [108735] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4091), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [108743] = 3, - ACTIONS(2620), 1, + [108776] = 3, + ACTIONS(2632), 1, sym_comment, ACTIONS(4219), 1, aux_sym_recipe_token1, ACTIONS(4221), 1, anon_sym_NULL, - [108753] = 3, - ACTIONS(1530), 1, + [108786] = 3, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(4223), 1, aux_sym_recipe_token1, - ACTIONS(1532), 1, + ACTIONS(4225), 1, anon_sym_NULL, - ACTIONS(2620), 1, + [108796] = 3, + ACTIONS(2632), 1, sym_comment, - [108763] = 3, - ACTIONS(1552), 1, + ACTIONS(4227), 1, aux_sym_recipe_token1, - ACTIONS(1554), 1, + ACTIONS(4229), 1, anon_sym_NULL, - ACTIONS(2620), 1, - sym_comment, - [108773] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2831), 2, - sym__newline, - anon_sym_SEMI, - [108781] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4223), 1, - anon_sym_COLON, - ACTIONS(4225), 1, - anon_sym_DASH_GT, - [108791] = 3, - ACTIONS(1516), 1, + [108806] = 3, + ACTIONS(1558), 1, aux_sym_recipe_token1, - ACTIONS(1518), 1, + ACTIONS(1560), 1, anon_sym_NULL, - ACTIONS(2620), 1, + ACTIONS(2632), 1, sym_comment, - [108801] = 2, + [108816] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3897), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - [108809] = 3, - ACTIONS(2620), 1, + ACTIONS(3020), 2, + sym__newline, + anon_sym_SEMI, + [108824] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(4227), 1, + ACTIONS(4231), 1, aux_sym_recipe_token1, - ACTIONS(4229), 1, + ACTIONS(4233), 1, anon_sym_NULL, - [108819] = 2, + [108834] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1350), 2, + ACTIONS(2867), 2, anon_sym_RBRACK, anon_sym_COMMA, - [108827] = 2, + [108842] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3548), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [108835] = 2, + ACTIONS(4235), 1, + anon_sym_COLON, + ACTIONS(4237), 1, + anon_sym_DASH_GT, + [108852] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3703), 2, - anon_sym_COLON, + ACTIONS(3808), 2, + anon_sym_RPAREN, anon_sym_COMMA, - [108843] = 2, + [108860] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3384), 2, - anon_sym_import, - anon_sym_DOT, - [108851] = 3, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(4231), 1, + ACTIONS(4239), 2, + sym__newline, + anon_sym_SEMI, + [108868] = 3, + ACTIONS(1562), 1, aux_sym_recipe_token1, - ACTIONS(4233), 1, + ACTIONS(1564), 1, anon_sym_NULL, - [108861] = 2, - ACTIONS(3), 1, + ACTIONS(2632), 1, sym_comment, - ACTIONS(4235), 2, - anon_sym_COLON, - anon_sym_COMMA, - [108869] = 2, + [108878] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4235), 2, + ACTIONS(2867), 2, anon_sym_RPAREN, anon_sym_COMMA, - [108877] = 2, + [108886] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3861), 2, - anon_sym_RPAREN, + ACTIONS(3928), 2, + anon_sym_RBRACE, anon_sym_COMMA, - [108885] = 3, - ACTIONS(1692), 1, - aux_sym_recipe_token1, - ACTIONS(1694), 1, - anon_sym_NULL, - ACTIONS(2620), 1, - sym_comment, - [108895] = 2, + [108894] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3542), 2, - anon_sym_RPAREN, + ACTIONS(1350), 2, + anon_sym_RBRACK, anon_sym_COMMA, - [108903] = 2, + [108902] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4237), 1, - anon_sym_COLON, + ACTIONS(4241), 2, + sym__newline, + anon_sym_SEMI, [108910] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4239), 1, - anon_sym_RBRACE, - [108917] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3212), 1, - anon_sym_COLON, - [108924] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4241), 1, - anon_sym_COLON, - [108931] = 2, + ACTIONS(4243), 2, + sym__newline, + anon_sym_SEMI, + [108918] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4243), 1, + ACTIONS(4245), 1, anon_sym_RBRACE, - [108938] = 2, - ACTIONS(3), 1, + ACTIONS(4247), 1, + sym_identifier, + [108928] = 3, + ACTIONS(1696), 1, + aux_sym_recipe_token1, + ACTIONS(1698), 1, + anon_sym_NULL, + ACTIONS(2632), 1, sym_comment, - ACTIONS(3204), 1, - anon_sym_RBRACE, - [108945] = 2, + [108938] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4245), 1, - anon_sym_RPAREN, - [108952] = 2, - ACTIONS(3), 1, + ACTIONS(4181), 2, + anon_sym_COLON, + anon_sym_COMMA, + [108946] = 3, + ACTIONS(2632), 1, sym_comment, - ACTIONS(4247), 1, - anon_sym_RBRACK, - [108959] = 2, + ACTIONS(4249), 1, + aux_sym_recipe_token1, + ACTIONS(4251), 1, + anon_sym_NULL, + [108956] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1526), 1, - anon_sym_RBRACE, - [108966] = 2, + ACTIONS(3715), 2, + anon_sym_COLON, + anon_sym_COMMA, + [108964] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4249), 1, + ACTIONS(4253), 1, anon_sym_RBRACE, - [108973] = 2, + ACTIONS(4255), 1, + sym_identifier, + [108974] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4251), 1, - anon_sym_COLON_EQ, - [108980] = 2, + ACTIONS(3613), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [108982] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4253), 1, - anon_sym_RBRACE, - [108987] = 2, + ACTIONS(3631), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [108990] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4255), 1, - anon_sym_RBRACE, - [108994] = 2, + ACTIONS(2486), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + [108998] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4257), 1, - anon_sym_COLON_EQ, - [109001] = 2, + anon_sym_in, + [109005] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4259), 1, - anon_sym_RBRACE, - [109008] = 2, + sym_python_identifier, + [109012] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4261), 1, - anon_sym_RBRACK, - [109015] = 2, + anon_sym_RPAREN, + [109019] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4263), 1, - anon_sym_RPAREN, - [109022] = 2, + anon_sym_RBRACK, + [109026] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4265), 1, - anon_sym_RBRACE, - [109029] = 2, + anon_sym_RPAREN, + [109033] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3208), 1, + ACTIONS(4267), 1, anon_sym_RBRACE, - [109036] = 2, + [109040] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4267), 1, + ACTIONS(1570), 1, anon_sym_RBRACE, - [109043] = 2, + [109047] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4269), 1, - anon_sym_COLON, - [109050] = 2, + anon_sym_COLON_EQ, + [109054] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4271), 1, - sym_python_identifier, - [109057] = 2, + anon_sym_RBRACE, + [109061] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4273), 1, - anon_sym_in, - [109064] = 2, + anon_sym_RBRACE, + [109068] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4275), 1, - anon_sym_RBRACE, - [109071] = 2, + ACTIONS(3657), 1, + anon_sym_in, + [109075] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3214), 1, - anon_sym_RBRACE, - [109078] = 2, + ACTIONS(4275), 1, + anon_sym_COLON_EQ, + [109082] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4277), 1, - anon_sym_RBRACK, - [109085] = 2, + anon_sym_RBRACE, + [109089] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4279), 1, - anon_sym_RPAREN, - [109092] = 2, + anon_sym_RBRACK, + [109096] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4281), 1, anon_sym_RPAREN, - [109099] = 2, + [109103] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4283), 1, anon_sym_RBRACE, - [109106] = 2, + [109110] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3218), 1, + anon_sym_RBRACE, + [109117] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4285), 1, anon_sym_RBRACE, - [109113] = 2, + [109124] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3127), 1, + anon_sym_COLON, + [109131] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4287), 1, - anon_sym_COLON_EQ, - [109120] = 2, + anon_sym_COLON, + [109138] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4289), 1, anon_sym_RBRACE, - [109127] = 2, + [109145] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4291), 1, sym_python_identifier, - [109134] = 2, + [109152] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2776), 1, - anon_sym_RPAREN, - [109141] = 2, + ACTIONS(4293), 1, + anon_sym_in, + [109159] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4293), 1, - anon_sym_RBRACK, - [109148] = 2, + ACTIONS(3185), 1, + anon_sym_RBRACE, + [109166] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4295), 1, anon_sym_RBRACK, - [109155] = 2, + [109173] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4297), 1, - sym_python_identifier, - [109162] = 2, + anon_sym_RPAREN, + [109180] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4299), 1, - anon_sym_RBRACK, - [109169] = 2, + anon_sym_RPAREN, + [109187] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4301), 1, anon_sym_RBRACE, - [109176] = 2, + [109194] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4303), 1, - anon_sym_RPAREN, - [109183] = 2, + anon_sym_RBRACE, + [109201] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4305), 1, - anon_sym_RPAREN, - [109190] = 2, + anon_sym_COLON_EQ, + [109208] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4307), 1, - sym_python_identifier, - [109197] = 2, + anon_sym_RBRACK, + [109215] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(4309), 1, anon_sym_RBRACE, - [109204] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2797), 1, - anon_sym_RPAREN, - [109211] = 2, + [109222] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4309), 1, + ACTIONS(2765), 1, anon_sym_RPAREN, - [109218] = 2, + [109229] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4311), 1, - anon_sym_RBRACE, - [109225] = 2, + anon_sym_RBRACK, + [109236] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4313), 1, - anon_sym_COLON, - [109232] = 2, + sym_python_identifier, + [109243] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4315), 1, - anon_sym_RBRACK, - [109239] = 2, + sym_python_identifier, + [109250] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4317), 1, anon_sym_RBRACK, - [109246] = 2, + [109257] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4319), 1, - sym_python_identifier, - [109253] = 2, + anon_sym_RPAREN, + [109264] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4321), 1, - anon_sym_COLON, - [109260] = 2, + ACTIONS(3119), 1, + anon_sym_RBRACE, + [109271] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4323), 1, - anon_sym_RBRACE, - [109267] = 2, + ACTIONS(4321), 1, + anon_sym_RBRACK, + [109278] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2793), 1, + ACTIONS(4323), 1, anon_sym_RPAREN, - [109274] = 2, + [109285] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4325), 1, - anon_sym_RPAREN, - [109281] = 2, + anon_sym_RBRACE, + [109292] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4327), 1, sym_python_identifier, - [109288] = 2, + [109299] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4329), 1, - sym_python_identifier, - [109295] = 2, + anon_sym_RBRACE, + [109306] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3168), 1, + anon_sym_RBRACE, + [109313] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4331), 1, - anon_sym_in, - [109302] = 2, + anon_sym_RBRACK, + [109320] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4333), 1, + ACTIONS(2791), 1, anon_sym_RPAREN, - [109309] = 2, + [109327] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4333), 1, + anon_sym_RBRACE, + [109334] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4335), 1, - anon_sym_RPAREN, - [109316] = 2, + anon_sym_COLON, + [109341] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4337), 1, - sym_identifier, - [109323] = 2, + anon_sym_import, + [109348] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4339), 1, - anon_sym_COLON_EQ, - [109330] = 2, + anon_sym_COLON, + [109355] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4341), 1, - anon_sym_RBRACE, - [109337] = 2, + anon_sym_COLON, + [109362] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4343), 1, - anon_sym_RBRACK, - [109344] = 2, + anon_sym_COLON, + [109369] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4345), 1, - anon_sym_RBRACE, - [109351] = 2, + anon_sym_RBRACK, + [109376] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4347), 1, - anon_sym_RPAREN, - [109358] = 2, + sym_python_identifier, + [109383] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4349), 1, - anon_sym_in, - [109365] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3155), 1, - anon_sym_RBRACE, - [109372] = 2, + anon_sym_RPAREN, + [109390] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4351), 1, - anon_sym_RBRACE, - [109379] = 2, + sym_python_identifier, + [109397] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4353), 1, - sym_python_identifier, - [109386] = 2, + anon_sym_LBRACE, + [109404] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4355), 1, - anon_sym_COLON, - [109393] = 2, + sym_python_identifier, + [109411] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4357), 1, - anon_sym_COLON, - [109400] = 2, + anon_sym_COLON_EQ, + [109418] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2801), 1, + anon_sym_RPAREN, + [109425] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4359), 1, - anon_sym_LBRACE, - [109407] = 2, + anon_sym_RBRACK, + [109432] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2761), 1, + anon_sym_RPAREN, + [109439] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4361), 1, - sym_python_identifier, - [109414] = 2, + anon_sym_RPAREN, + [109446] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4363), 1, - anon_sym_in, - [109421] = 2, + anon_sym_RBRACE, + [109453] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1552), 1, + ACTIONS(3154), 1, anon_sym_RBRACE, - [109428] = 2, + [109460] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4365), 1, - anon_sym_RBRACK, - [109435] = 2, + anon_sym_RBRACE, + [109467] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4367), 1, - anon_sym_RBRACK, - [109442] = 2, + anon_sym_in, + [109474] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1266), 1, + anon_sym_COLON, + [109481] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4369), 1, - anon_sym_RPAREN, - [109449] = 2, + anon_sym_COLON, + [109488] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4371), 1, - anon_sym_RBRACK, - [109456] = 2, + anon_sym_COLON, + [109495] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4373), 1, - anon_sym_RPAREN, - [109463] = 2, + sym_python_identifier, + [109502] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4375), 1, - anon_sym_RBRACE, - [109470] = 2, + anon_sym_in, + [109509] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4377), 1, - anon_sym_RBRACE, - [109477] = 2, + anon_sym_RBRACK, + [109516] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4379), 1, anon_sym_RBRACK, - [109484] = 2, + [109523] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4381), 1, - anon_sym_in, - [109491] = 2, + anon_sym_RBRACK, + [109530] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4383), 1, - anon_sym_RBRACE, - [109498] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2738), 1, anon_sym_RPAREN, - [109505] = 2, + [109537] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4385), 1, - sym_python_identifier, - [109512] = 2, + anon_sym_COLON, + [109544] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4387), 1, - anon_sym_RBRACK, - [109519] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2762), 1, anon_sym_RPAREN, - [109526] = 2, + [109551] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4389), 1, - anon_sym_COLON, - [109533] = 2, + anon_sym_RBRACE, + [109558] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4391), 1, - anon_sym_RPAREN, - [109540] = 2, + anon_sym_RBRACE, + [109565] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4393), 1, - sym_python_identifier, - [109547] = 2, + anon_sym_RBRACE, + [109572] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4395), 1, anon_sym_RBRACE, - [109554] = 2, + [109579] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 1, + ACTIONS(1566), 1, anon_sym_RBRACE, - [109561] = 2, + [109586] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2731), 1, + anon_sym_RPAREN, + [109593] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4397), 1, - anon_sym_RBRACE, - [109568] = 2, + anon_sym_RPAREN, + [109600] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4399), 1, - anon_sym_RBRACE, - [109575] = 2, + anon_sym_RBRACK, + [109607] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4401), 1, - anon_sym_RBRACE, - [109582] = 2, + anon_sym_in, + [109614] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4403), 1, - anon_sym_RBRACE, - [109589] = 2, + sym_python_identifier, + [109621] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4405), 1, - anon_sym_LPAREN, - [109596] = 2, + anon_sym_RBRACE, + [109628] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4407), 1, - anon_sym_RPAREN, - [109603] = 2, + anon_sym_COLON, + [109635] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4409), 1, - anon_sym_RBRACK, - [109610] = 2, + anon_sym_RBRACE, + [109642] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3189), 1, + anon_sym_RBRACE, + [109649] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4411), 1, - anon_sym_LBRACE, - [109617] = 2, + anon_sym_RBRACE, + [109656] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3845), 1, + anon_sym_in, + [109663] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4413), 1, - anon_sym_RPAREN, - [109624] = 2, + anon_sym_LPAREN, + [109670] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4415), 1, - anon_sym_RBRACK, - [109631] = 2, + anon_sym_RPAREN, + [109677] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4417), 1, anon_sym_RPAREN, - [109638] = 2, + [109684] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4419), 1, - sym_identifier, - [109645] = 2, + anon_sym_LBRACE, + [109691] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4421), 1, anon_sym_RBRACK, - [109652] = 2, + [109698] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4423), 1, - anon_sym_RPAREN, - [109659] = 2, + sym_python_identifier, + [109705] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4425), 1, - anon_sym_RBRACE, - [109666] = 2, + sym_identifier, + [109712] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4427), 1, - anon_sym_COLON_EQ, - [109673] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3783), 1, - anon_sym_in, - [109680] = 2, + anon_sym_RPAREN, + [109719] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4429), 1, - anon_sym_COLON, - [109687] = 2, + sym_identifier, + [109726] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4431), 1, - sym_python_identifier, - [109694] = 2, + anon_sym_RBRACK, + [109733] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4433), 1, - anon_sym_in, - [109701] = 2, + anon_sym_RBRACE, + [109740] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4435), 1, anon_sym_RBRACE, - [109708] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3800), 1, - anon_sym_in, - [109715] = 2, + [109747] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4437), 1, - anon_sym_COLON_EQ, - [109722] = 2, + anon_sym_RBRACE, + [109754] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4439), 1, - anon_sym_in, - [109729] = 2, + anon_sym_COLON_EQ, + [109761] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4441), 1, - anon_sym_RBRACE, - [109736] = 2, + anon_sym_RPAREN, + [109768] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4443), 1, anon_sym_COLON, - [109743] = 2, + [109775] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4445), 1, - anon_sym_RPAREN, - [109750] = 2, + sym_python_identifier, + [109782] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4447), 1, - sym_python_identifier, - [109757] = 2, + anon_sym_in, + [109789] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2722), 1, - anon_sym_RPAREN, - [109764] = 2, + ACTIONS(4449), 1, + anon_sym_RBRACE, + [109796] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4449), 1, + ACTIONS(4451), 1, anon_sym_COLON_EQ, - [109771] = 2, + [109803] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4451), 1, - anon_sym_COLON, - [109778] = 2, + ACTIONS(3795), 1, + anon_sym_in, + [109810] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4453), 1, - anon_sym_RBRACE, - [109785] = 2, + anon_sym_in, + [109817] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4455), 1, anon_sym_COLON, - [109792] = 2, + [109824] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4457), 1, - sym_python_identifier, - [109799] = 2, + anon_sym_RBRACE, + [109831] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4459), 1, - anon_sym_RPAREN, - [109806] = 2, + anon_sym_RBRACE, + [109838] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4461), 1, - anon_sym_RBRACE, - [109813] = 2, + anon_sym_RPAREN, + [109845] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4463), 1, - anon_sym_RBRACE, - [109820] = 2, + anon_sym_RPAREN, + [109852] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, anon_sym_COLON_EQ, - [109827] = 2, + [109859] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4467), 1, anon_sym_COLON, - [109834] = 2, + [109866] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4469), 1, - sym_python_identifier, - [109841] = 2, + anon_sym_COLON, + [109873] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4471), 1, - anon_sym_in, - [109848] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3101), 1, - anon_sym_RBRACE, - [109855] = 2, + anon_sym_RBRACK, + [109880] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3749), 1, - anon_sym_in, - [109862] = 2, + ACTIONS(2712), 1, + anon_sym_RPAREN, + [109887] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4473), 1, - anon_sym_RBRACK, - [109869] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2742), 1, - anon_sym_RPAREN, - [109876] = 2, + sym_identifier, + [109894] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4475), 1, - anon_sym_RPAREN, - [109883] = 2, + anon_sym_RBRACE, + [109901] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4477), 1, - anon_sym_RBRACK, - [109890] = 2, + anon_sym_RBRACE, + [109908] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4479), 1, - sym_identifier, - [109897] = 2, + anon_sym_COLON_EQ, + [109915] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4481), 1, - anon_sym_RBRACK, - [109904] = 2, + anon_sym_COLON, + [109922] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4483), 1, sym_python_identifier, - [109911] = 2, + [109929] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4485), 1, - anon_sym_RBRACK, - [109918] = 2, + anon_sym_in, + [109936] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3199), 1, + anon_sym_RBRACE, + [109943] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4487), 1, - anon_sym_COLON_EQ, - [109925] = 2, + anon_sym_RBRACE, + [109950] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4489), 1, + anon_sym_RPAREN, + [109957] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3765), 1, anon_sym_in, - [109932] = 2, + [109964] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4491), 1, anon_sym_RBRACE, - [109939] = 2, + [109971] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4493), 1, - anon_sym_import, - [109946] = 2, + anon_sym_RBRACE, + [109978] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4495), 1, - anon_sym_RPAREN, - [109953] = 2, + anon_sym_RBRACK, + [109985] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4497), 1, - anon_sym_for, - [109960] = 2, + sym_python_identifier, + [109992] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4499), 1, - anon_sym_COLON, - [109967] = 2, + anon_sym_RPAREN, + [109999] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4501), 1, anon_sym_RBRACE, - [109974] = 2, + [110006] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4503), 1, - anon_sym_LBRACE, - [109981] = 2, + anon_sym_RBRACK, + [110013] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4505), 1, - sym_identifier, - [109988] = 2, + anon_sym_COLON_EQ, + [110020] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4507), 1, - anon_sym_RPAREN, - [109995] = 2, + anon_sym_RBRACE, + [110027] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4509), 1, - anon_sym_import, - [110002] = 2, + sym_python_identifier, + [110034] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4511), 1, anon_sym_RPAREN, - [110009] = 2, + [110041] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4513), 1, - anon_sym_RBRACE, - [110016] = 2, + anon_sym_in, + [110048] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4515), 1, - anon_sym_RBRACE, - [110023] = 2, + anon_sym_COLON, + [110055] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2753), 1, + anon_sym_RPAREN, + [110062] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4517), 1, - sym_python_identifier, - [110030] = 2, + anon_sym_for, + [110069] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4519), 1, - anon_sym_RBRACE, - [110037] = 2, + sym_python_identifier, + [110076] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4521), 1, - anon_sym_COLON, - [110044] = 2, - ACTIONS(2620), 1, + anon_sym_RBRACK, + [110083] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4523), 1, - aux_sym_function_definition_token1, - [110051] = 2, - ACTIONS(2620), 1, - sym_comment, - ACTIONS(4525), 1, - aux_sym_function_definition_token1, - [110058] = 2, + anon_sym_RPAREN, + [110090] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 1, - anon_sym_in, - [110065] = 2, + ACTIONS(4525), 1, + anon_sym_RBRACE, + [110097] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4527), 1, - sym_python_identifier, - [110072] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1522), 1, - anon_sym_RBRACE, - [110079] = 2, + anon_sym_LBRACE, + [110104] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3715), 1, - anon_sym_in, - [110086] = 2, - ACTIONS(2620), 1, - sym_comment, ACTIONS(4529), 1, - aux_sym_function_definition_token1, - [110093] = 2, + anon_sym_RPAREN, + [110111] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4531), 1, - anon_sym_LBRACE, - [110100] = 2, + anon_sym_import, + [110118] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4533), 1, - anon_sym_COLON, - [110107] = 2, - ACTIONS(3), 1, + anon_sym_RBRACK, + [110125] = 2, + ACTIONS(2632), 1, sym_comment, ACTIONS(4535), 1, - anon_sym_COLON, - [110114] = 2, - ACTIONS(3), 1, + aux_sym_function_definition_token1, + [110132] = 2, + ACTIONS(2632), 1, sym_comment, ACTIONS(4537), 1, - anon_sym_RBRACK, - [110121] = 2, + aux_sym_function_definition_token1, + [110139] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2770), 1, - anon_sym_RPAREN, - [110128] = 2, + ACTIONS(3729), 1, + anon_sym_in, + [110146] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4539), 1, - anon_sym_RPAREN, - [110135] = 2, + anon_sym_RBRACE, + [110153] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4541), 1, + anon_sym_COLON, + [110160] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3727), 1, + anon_sym_in, + [110167] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3133), 1, + anon_sym_COLON, + [110174] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1554), 1, anon_sym_RBRACE, - [110142] = 2, + [110181] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4543), 1, - anon_sym_RBRACE, - [110149] = 2, + anon_sym_COLON, + [110188] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4545), 1, - anon_sym_RBRACE, - [110156] = 2, + anon_sym_COLON, + [110195] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4547), 1, - anon_sym_LBRACE, - [110163] = 2, + sym_python_identifier, + [110202] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4549), 1, - anon_sym_DQUOTE, - [110170] = 2, + anon_sym_RBRACE, + [110209] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4551), 1, - sym_identifier, - [110177] = 2, - ACTIONS(2620), 1, + anon_sym_RBRACK, + [110216] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4553), 1, + sym_python_identifier, + [110223] = 2, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(4555), 1, aux_sym_function_definition_token1, - [110184] = 2, + [110230] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4555), 1, + ACTIONS(2718), 1, anon_sym_RPAREN, - [110191] = 2, + [110237] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4557), 1, - anon_sym_RBRACK, - [110198] = 2, + anon_sym_RPAREN, + [110244] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4559), 1, - anon_sym_RPAREN, - [110205] = 2, + anon_sym_DQUOTE, + [110251] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4561), 1, - anon_sym_RBRACE, - [110212] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3689), 1, - anon_sym_in, - [110219] = 2, + anon_sym_LBRACE, + [110258] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4563), 1, - sym_python_identifier, - [110226] = 2, + anon_sym_RBRACE, + [110265] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4565), 1, - anon_sym_in, - [110233] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3687), 1, - anon_sym_in, - [110240] = 2, + anon_sym_RBRACE, + [110272] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4567), 1, - sym_python_identifier, - [110247] = 2, - ACTIONS(3), 1, + anon_sym_RBRACE, + [110279] = 2, + ACTIONS(2632), 1, sym_comment, ACTIONS(4569), 1, - sym_python_identifier, - [110254] = 2, + aux_sym_function_definition_token1, + [110286] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3699), 1, + anon_sym_in, + [110293] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4571), 1, - anon_sym_COLON, - [110261] = 2, + anon_sym_RPAREN, + [110300] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4573), 1, - sym_identifier, - [110268] = 2, + anon_sym_RBRACK, + [110307] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4575), 1, - sym_python_identifier, - [110275] = 2, + ACTIONS(3697), 1, + anon_sym_in, + [110314] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1516), 1, + ACTIONS(4575), 1, anon_sym_RBRACE, - [110282] = 2, + [110321] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4577), 1, - anon_sym_RBRACK, - [110289] = 2, + anon_sym_LBRACE, + [110328] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4579), 1, anon_sym_COLON, - [110296] = 2, + [110335] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4581), 1, - sym_python_identifier, - [110303] = 2, + ACTIONS(1562), 1, + anon_sym_RBRACE, + [110342] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4583), 1, - sym_identifier, - [110310] = 2, + ACTIONS(4581), 1, + anon_sym_in, + [110349] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4585), 1, + ACTIONS(4583), 1, anon_sym_LPAREN, - [110317] = 2, + [110356] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3124), 1, - anon_sym_COLON, - [110324] = 2, + ACTIONS(4585), 1, + sym_python_identifier, + [110363] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4587), 1, - anon_sym_import, - [110331] = 2, + sym_python_identifier, + [110370] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4589), 1, - sym_python_identifier, - [110338] = 2, + anon_sym_RPAREN, + [110377] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4591), 1, - anon_sym_RBRACE, - [110345] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3167), 1, - anon_sym_RBRACE, - [110352] = 2, + anon_sym_COLON, + [110384] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4593), 1, - anon_sym_RBRACE, - [110359] = 2, + anon_sym_import, + [110391] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4595), 1, anon_sym_RBRACE, - [110366] = 2, + [110398] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4597), 1, - anon_sym_COLON, - [110373] = 2, + sym_python_identifier, + [110405] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3135), 1, + anon_sym_RBRACE, + [110412] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4599), 1, - ts_builtin_sym_end, - [110380] = 2, + sym_python_identifier, + [110419] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4601), 1, sym_python_identifier, - [110387] = 2, + [110426] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4603), 1, sym_python_identifier, - [110394] = 2, + [110433] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4605), 1, anon_sym_RPAREN, - [110401] = 2, + [110440] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4607), 1, - sym_python_identifier, - [110408] = 2, + ts_builtin_sym_end, + [110447] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1530), 1, - anon_sym_RBRACE, - [110415] = 2, + ACTIONS(4609), 1, + sym_python_identifier, + [110454] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4609), 1, + ACTIONS(4611), 1, anon_sym_RBRACK, - [110422] = 2, + [110461] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4611), 1, + ACTIONS(1558), 1, anon_sym_RBRACE, - [110429] = 2, + [110468] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4613), 1, - anon_sym_COLON, - [110436] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1256), 1, - anon_sym_COLON, - [110443] = 2, + sym_python_identifier, + [110475] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4615), 1, - sym_identifier, - [110450] = 2, + anon_sym_COLON_EQ, + [110482] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4617), 1, - anon_sym_RBRACE, - [110457] = 2, + anon_sym_RBRACK, + [110489] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4619), 1, - sym_identifier, - [110464] = 2, + anon_sym_COLON, + [110496] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4621), 1, - sym_identifier, - [110471] = 2, + anon_sym_RBRACE, + [110503] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4623), 1, anon_sym_COLON, - [110478] = 2, + [110510] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4625), 1, - anon_sym_COLON_EQ, - [110485] = 2, + sym_identifier, + [110517] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4627), 1, - anon_sym_EQ, - [110492] = 2, + anon_sym_RBRACE, + [110524] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4629), 1, - anon_sym_LBRACE, - [110499] = 2, + sym_identifier, + [110531] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4631), 1, - anon_sym_LBRACE, - [110506] = 2, + sym_identifier, + [110538] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4633), 1, - anon_sym_RPAREN, - [110513] = 2, - ACTIONS(2620), 1, + sym_python_identifier, + [110545] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4635), 1, - aux_sym_include_directive_token1, - [110520] = 2, - ACTIONS(2620), 1, + anon_sym_RPAREN, + [110552] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4637), 1, + anon_sym_EQ, + [110559] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4639), 1, + anon_sym_LBRACE, + [110566] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4641), 1, + anon_sym_LBRACE, + [110573] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4643), 1, + anon_sym_RPAREN, + [110580] = 2, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(4645), 1, aux_sym_include_directive_token1, - [110527] = 2, + [110587] = 2, + ACTIONS(2632), 1, + sym_comment, + ACTIONS(4647), 1, + aux_sym_include_directive_token1, + [110594] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3796), 1, - anon_sym_in, - [110534] = 2, + ACTIONS(4649), 1, + anon_sym_RBRACE, + [110601] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4639), 1, + ACTIONS(4651), 1, anon_sym_RPAREN, - [110541] = 2, + [110608] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4641), 1, + ACTIONS(4653), 1, anon_sym_RPAREN, - [110548] = 2, + [110615] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4643), 1, + ACTIONS(4655), 1, anon_sym_for, - [110555] = 2, + [110622] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4645), 1, + ACTIONS(4657), 1, anon_sym_for, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(122)] = 0, [SMALL_STATE(123)] = 128, - [SMALL_STATE(124)] = 252, - [SMALL_STATE(125)] = 382, + [SMALL_STATE(124)] = 258, + [SMALL_STATE(125)] = 388, [SMALL_STATE(126)] = 512, [SMALL_STATE(127)] = 640, - [SMALL_STATE(128)] = 764, - [SMALL_STATE(129)] = 892, - [SMALL_STATE(130)] = 1016, - [SMALL_STATE(131)] = 1146, - [SMALL_STATE(132)] = 1274, - [SMALL_STATE(133)] = 1406, - [SMALL_STATE(134)] = 1534, - [SMALL_STATE(135)] = 1662, - [SMALL_STATE(136)] = 1790, + [SMALL_STATE(128)] = 768, + [SMALL_STATE(129)] = 898, + [SMALL_STATE(130)] = 1026, + [SMALL_STATE(131)] = 1156, + [SMALL_STATE(132)] = 1284, + [SMALL_STATE(133)] = 1408, + [SMALL_STATE(134)] = 1538, + [SMALL_STATE(135)] = 1666, + [SMALL_STATE(136)] = 1794, [SMALL_STATE(137)] = 1918, [SMALL_STATE(138)] = 2046, - [SMALL_STATE(139)] = 2176, - [SMALL_STATE(140)] = 2304, + [SMALL_STATE(139)] = 2174, + [SMALL_STATE(140)] = 2302, [SMALL_STATE(141)] = 2432, [SMALL_STATE(142)] = 2560, - [SMALL_STATE(143)] = 2690, - [SMALL_STATE(144)] = 2818, - [SMALL_STATE(145)] = 2946, - [SMALL_STATE(146)] = 3074, + [SMALL_STATE(143)] = 2688, + [SMALL_STATE(144)] = 2816, + [SMALL_STATE(145)] = 2944, + [SMALL_STATE(146)] = 3072, [SMALL_STATE(147)] = 3202, [SMALL_STATE(148)] = 3332, [SMALL_STATE(149)] = 3460, [SMALL_STATE(150)] = 3592, - [SMALL_STATE(151)] = 3722, - [SMALL_STATE(152)] = 3852, - [SMALL_STATE(153)] = 3980, - [SMALL_STATE(154)] = 4110, + [SMALL_STATE(151)] = 3720, + [SMALL_STATE(152)] = 3848, + [SMALL_STATE(153)] = 3976, + [SMALL_STATE(154)] = 4108, [SMALL_STATE(155)] = 4238, [SMALL_STATE(156)] = 4347, [SMALL_STATE(157)] = 4456, [SMALL_STATE(158)] = 4576, [SMALL_STATE(159)] = 4696, [SMALL_STATE(160)] = 4811, - [SMALL_STATE(161)] = 4932, - [SMALL_STATE(162)] = 5051, - [SMALL_STATE(163)] = 5166, - [SMALL_STATE(164)] = 5281, - [SMALL_STATE(165)] = 5396, - [SMALL_STATE(166)] = 5511, - [SMALL_STATE(167)] = 5626, - [SMALL_STATE(168)] = 5741, - [SMALL_STATE(169)] = 5860, + [SMALL_STATE(161)] = 4926, + [SMALL_STATE(162)] = 5041, + [SMALL_STATE(163)] = 5156, + [SMALL_STATE(164)] = 5271, + [SMALL_STATE(165)] = 5390, + [SMALL_STATE(166)] = 5509, + [SMALL_STATE(167)] = 5624, + [SMALL_STATE(168)] = 5745, + [SMALL_STATE(169)] = 5864, [SMALL_STATE(170)] = 5979, [SMALL_STATE(171)] = 6094, - [SMALL_STATE(172)] = 6213, - [SMALL_STATE(173)] = 6332, + [SMALL_STATE(172)] = 6209, + [SMALL_STATE(173)] = 6324, [SMALL_STATE(174)] = 6439, - [SMALL_STATE(175)] = 6554, - [SMALL_STATE(176)] = 6669, - [SMALL_STATE(177)] = 6784, - [SMALL_STATE(178)] = 6903, - [SMALL_STATE(179)] = 7018, - [SMALL_STATE(180)] = 7133, - [SMALL_STATE(181)] = 7248, - [SMALL_STATE(182)] = 7355, - [SMALL_STATE(183)] = 7470, - [SMALL_STATE(184)] = 7585, - [SMALL_STATE(185)] = 7704, - [SMALL_STATE(186)] = 7819, - [SMALL_STATE(187)] = 7934, + [SMALL_STATE(175)] = 6558, + [SMALL_STATE(176)] = 6677, + [SMALL_STATE(177)] = 6796, + [SMALL_STATE(178)] = 6911, + [SMALL_STATE(179)] = 7026, + [SMALL_STATE(180)] = 7145, + [SMALL_STATE(181)] = 7260, + [SMALL_STATE(182)] = 7379, + [SMALL_STATE(183)] = 7494, + [SMALL_STATE(184)] = 7609, + [SMALL_STATE(185)] = 7716, + [SMALL_STATE(186)] = 7831, + [SMALL_STATE(187)] = 7938, [SMALL_STATE(188)] = 8053, - [SMALL_STATE(189)] = 8169, - [SMALL_STATE(190)] = 8285, - [SMALL_STATE(191)] = 8401, - [SMALL_STATE(192)] = 8517, - [SMALL_STATE(193)] = 8633, - [SMALL_STATE(194)] = 8749, - [SMALL_STATE(195)] = 8865, - [SMALL_STATE(196)] = 8981, - [SMALL_STATE(197)] = 9099, - [SMALL_STATE(198)] = 9215, - [SMALL_STATE(199)] = 9331, - [SMALL_STATE(200)] = 9447, - [SMALL_STATE(201)] = 9563, - [SMALL_STATE(202)] = 9679, - [SMALL_STATE(203)] = 9795, - [SMALL_STATE(204)] = 9911, - [SMALL_STATE(205)] = 10027, - [SMALL_STATE(206)] = 10143, - [SMALL_STATE(207)] = 10263, - [SMALL_STATE(208)] = 10381, - [SMALL_STATE(209)] = 10499, - [SMALL_STATE(210)] = 10617, + [SMALL_STATE(189)] = 8171, + [SMALL_STATE(190)] = 8289, + [SMALL_STATE(191)] = 8405, + [SMALL_STATE(192)] = 8525, + [SMALL_STATE(193)] = 8641, + [SMALL_STATE(194)] = 8759, + [SMALL_STATE(195)] = 8875, + [SMALL_STATE(196)] = 8991, + [SMALL_STATE(197)] = 9107, + [SMALL_STATE(198)] = 9223, + [SMALL_STATE(199)] = 9343, + [SMALL_STATE(200)] = 9459, + [SMALL_STATE(201)] = 9575, + [SMALL_STATE(202)] = 9691, + [SMALL_STATE(203)] = 9807, + [SMALL_STATE(204)] = 9923, + [SMALL_STATE(205)] = 10039, + [SMALL_STATE(206)] = 10155, + [SMALL_STATE(207)] = 10271, + [SMALL_STATE(208)] = 10387, + [SMALL_STATE(209)] = 10503, + [SMALL_STATE(210)] = 10619, [SMALL_STATE(211)] = 10735, [SMALL_STATE(212)] = 10851, [SMALL_STATE(213)] = 10967, - [SMALL_STATE(214)] = 11087, - [SMALL_STATE(215)] = 11203, - [SMALL_STATE(216)] = 11319, - [SMALL_STATE(217)] = 11435, - [SMALL_STATE(218)] = 11551, - [SMALL_STATE(219)] = 11671, - [SMALL_STATE(220)] = 11791, - [SMALL_STATE(221)] = 11907, - [SMALL_STATE(222)] = 12023, - [SMALL_STATE(223)] = 12139, - [SMALL_STATE(224)] = 12257, - [SMALL_STATE(225)] = 12373, - [SMALL_STATE(226)] = 12489, - [SMALL_STATE(227)] = 12607, - [SMALL_STATE(228)] = 12723, - [SMALL_STATE(229)] = 12839, - [SMALL_STATE(230)] = 12955, - [SMALL_STATE(231)] = 13071, - [SMALL_STATE(232)] = 13191, - [SMALL_STATE(233)] = 13307, - [SMALL_STATE(234)] = 13423, + [SMALL_STATE(214)] = 11085, + [SMALL_STATE(215)] = 11201, + [SMALL_STATE(216)] = 11321, + [SMALL_STATE(217)] = 11437, + [SMALL_STATE(218)] = 11553, + [SMALL_STATE(219)] = 11669, + [SMALL_STATE(220)] = 11785, + [SMALL_STATE(221)] = 11901, + [SMALL_STATE(222)] = 12017, + [SMALL_STATE(223)] = 12133, + [SMALL_STATE(224)] = 12249, + [SMALL_STATE(225)] = 12367, + [SMALL_STATE(226)] = 12485, + [SMALL_STATE(227)] = 12601, + [SMALL_STATE(228)] = 12717, + [SMALL_STATE(229)] = 12833, + [SMALL_STATE(230)] = 12949, + [SMALL_STATE(231)] = 13065, + [SMALL_STATE(232)] = 13181, + [SMALL_STATE(233)] = 13301, + [SMALL_STATE(234)] = 13421, [SMALL_STATE(235)] = 13539, - [SMALL_STATE(236)] = 13659, - [SMALL_STATE(237)] = 13777, - [SMALL_STATE(238)] = 13893, - [SMALL_STATE(239)] = 14009, + [SMALL_STATE(236)] = 13655, + [SMALL_STATE(237)] = 13771, + [SMALL_STATE(238)] = 13887, + [SMALL_STATE(239)] = 14007, [SMALL_STATE(240)] = 14125, [SMALL_STATE(241)] = 14241, [SMALL_STATE(242)] = 14357, [SMALL_STATE(243)] = 14470, - [SMALL_STATE(244)] = 14579, - [SMALL_STATE(245)] = 14692, - [SMALL_STATE(246)] = 14791, - [SMALL_STATE(247)] = 14904, - [SMALL_STATE(248)] = 15017, - [SMALL_STATE(249)] = 15130, - [SMALL_STATE(250)] = 15243, - [SMALL_STATE(251)] = 15356, - [SMALL_STATE(252)] = 15469, - [SMALL_STATE(253)] = 15582, - [SMALL_STATE(254)] = 15695, - [SMALL_STATE(255)] = 15808, - [SMALL_STATE(256)] = 15921, - [SMALL_STATE(257)] = 16034, - [SMALL_STATE(258)] = 16147, - [SMALL_STATE(259)] = 16256, - [SMALL_STATE(260)] = 16369, - [SMALL_STATE(261)] = 16482, - [SMALL_STATE(262)] = 16595, - [SMALL_STATE(263)] = 16708, + [SMALL_STATE(244)] = 14583, + [SMALL_STATE(245)] = 14696, + [SMALL_STATE(246)] = 14809, + [SMALL_STATE(247)] = 14922, + [SMALL_STATE(248)] = 15031, + [SMALL_STATE(249)] = 15140, + [SMALL_STATE(250)] = 15253, + [SMALL_STATE(251)] = 15352, + [SMALL_STATE(252)] = 15465, + [SMALL_STATE(253)] = 15578, + [SMALL_STATE(254)] = 15691, + [SMALL_STATE(255)] = 15790, + [SMALL_STATE(256)] = 15903, + [SMALL_STATE(257)] = 16016, + [SMALL_STATE(258)] = 16129, + [SMALL_STATE(259)] = 16242, + [SMALL_STATE(260)] = 16355, + [SMALL_STATE(261)] = 16468, + [SMALL_STATE(262)] = 16581, + [SMALL_STATE(263)] = 16694, [SMALL_STATE(264)] = 16807, [SMALL_STATE(265)] = 16920, [SMALL_STATE(266)] = 17032, @@ -119743,40 +119804,40 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(272)] = 17704, [SMALL_STATE(273)] = 17816, [SMALL_STATE(274)] = 17928, - [SMALL_STATE(275)] = 18038, - [SMALL_STATE(276)] = 18148, - [SMALL_STATE(277)] = 18260, - [SMALL_STATE(278)] = 18372, - [SMALL_STATE(279)] = 18484, - [SMALL_STATE(280)] = 18596, - [SMALL_STATE(281)] = 18708, + [SMALL_STATE(275)] = 18040, + [SMALL_STATE(276)] = 18152, + [SMALL_STATE(277)] = 18264, + [SMALL_STATE(278)] = 18376, + [SMALL_STATE(279)] = 18488, + [SMALL_STATE(280)] = 18598, + [SMALL_STATE(281)] = 18710, [SMALL_STATE(282)] = 18820, [SMALL_STATE(283)] = 18932, [SMALL_STATE(284)] = 19044, - [SMALL_STATE(285)] = 19156, - [SMALL_STATE(286)] = 19268, + [SMALL_STATE(285)] = 19154, + [SMALL_STATE(286)] = 19266, [SMALL_STATE(287)] = 19378, [SMALL_STATE(288)] = 19490, - [SMALL_STATE(289)] = 19601, - [SMALL_STATE(290)] = 19712, - [SMALL_STATE(291)] = 19821, - [SMALL_STATE(292)] = 19932, - [SMALL_STATE(293)] = 20043, - [SMALL_STATE(294)] = 20154, - [SMALL_STATE(295)] = 20265, - [SMALL_STATE(296)] = 20376, - [SMALL_STATE(297)] = 20487, - [SMALL_STATE(298)] = 20598, - [SMALL_STATE(299)] = 20709, - [SMALL_STATE(300)] = 20820, - [SMALL_STATE(301)] = 20931, - [SMALL_STATE(302)] = 21042, - [SMALL_STATE(303)] = 21153, - [SMALL_STATE(304)] = 21264, - [SMALL_STATE(305)] = 21375, - [SMALL_STATE(306)] = 21472, + [SMALL_STATE(289)] = 19599, + [SMALL_STATE(290)] = 19708, + [SMALL_STATE(291)] = 19819, + [SMALL_STATE(292)] = 19930, + [SMALL_STATE(293)] = 20041, + [SMALL_STATE(294)] = 20152, + [SMALL_STATE(295)] = 20263, + [SMALL_STATE(296)] = 20374, + [SMALL_STATE(297)] = 20485, + [SMALL_STATE(298)] = 20582, + [SMALL_STATE(299)] = 20693, + [SMALL_STATE(300)] = 20804, + [SMALL_STATE(301)] = 20915, + [SMALL_STATE(302)] = 21026, + [SMALL_STATE(303)] = 21137, + [SMALL_STATE(304)] = 21248, + [SMALL_STATE(305)] = 21359, + [SMALL_STATE(306)] = 21470, [SMALL_STATE(307)] = 21581, - [SMALL_STATE(308)] = 21690, + [SMALL_STATE(308)] = 21692, [SMALL_STATE(309)] = 21801, [SMALL_STATE(310)] = 21912, [SMALL_STATE(311)] = 22023, @@ -119784,70 +119845,70 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(313)] = 22245, [SMALL_STATE(314)] = 22356, [SMALL_STATE(315)] = 22467, - [SMALL_STATE(316)] = 22578, + [SMALL_STATE(316)] = 22564, [SMALL_STATE(317)] = 22675, [SMALL_STATE(318)] = 22786, [SMALL_STATE(319)] = 22897, [SMALL_STATE(320)] = 23006, [SMALL_STATE(321)] = 23117, - [SMALL_STATE(322)] = 23228, - [SMALL_STATE(323)] = 23339, - [SMALL_STATE(324)] = 23450, + [SMALL_STATE(322)] = 23226, + [SMALL_STATE(323)] = 23337, + [SMALL_STATE(324)] = 23448, [SMALL_STATE(325)] = 23559, [SMALL_STATE(326)] = 23668, [SMALL_STATE(327)] = 23776, - [SMALL_STATE(328)] = 23884, - [SMALL_STATE(329)] = 23982, - [SMALL_STATE(330)] = 24088, - [SMALL_STATE(331)] = 24196, - [SMALL_STATE(332)] = 24302, - [SMALL_STATE(333)] = 24410, - [SMALL_STATE(334)] = 24516, - [SMALL_STATE(335)] = 24624, - [SMALL_STATE(336)] = 24730, - [SMALL_STATE(337)] = 24836, + [SMALL_STATE(328)] = 23882, + [SMALL_STATE(329)] = 23988, + [SMALL_STATE(330)] = 24094, + [SMALL_STATE(331)] = 24202, + [SMALL_STATE(332)] = 24310, + [SMALL_STATE(333)] = 24416, + [SMALL_STATE(334)] = 24524, + [SMALL_STATE(335)] = 24632, + [SMALL_STATE(336)] = 24740, + [SMALL_STATE(337)] = 24846, [SMALL_STATE(338)] = 24942, - [SMALL_STATE(339)] = 25038, - [SMALL_STATE(340)] = 25144, - [SMALL_STATE(341)] = 25250, - [SMALL_STATE(342)] = 25346, - [SMALL_STATE(343)] = 25452, - [SMALL_STATE(344)] = 25550, - [SMALL_STATE(345)] = 25656, - [SMALL_STATE(346)] = 25762, - [SMALL_STATE(347)] = 25868, - [SMALL_STATE(348)] = 25974, - [SMALL_STATE(349)] = 26080, - [SMALL_STATE(350)] = 26186, - [SMALL_STATE(351)] = 26292, - [SMALL_STATE(352)] = 26398, - [SMALL_STATE(353)] = 26504, - [SMALL_STATE(354)] = 26610, - [SMALL_STATE(355)] = 26716, - [SMALL_STATE(356)] = 26824, - [SMALL_STATE(357)] = 26920, - [SMALL_STATE(358)] = 27026, - [SMALL_STATE(359)] = 27134, - [SMALL_STATE(360)] = 27240, - [SMALL_STATE(361)] = 27336, - [SMALL_STATE(362)] = 27442, - [SMALL_STATE(363)] = 27550, - [SMALL_STATE(364)] = 27658, - [SMALL_STATE(365)] = 27764, - [SMALL_STATE(366)] = 27870, - [SMALL_STATE(367)] = 27976, - [SMALL_STATE(368)] = 28084, - [SMALL_STATE(369)] = 28190, - [SMALL_STATE(370)] = 28296, - [SMALL_STATE(371)] = 28402, - [SMALL_STATE(372)] = 28510, - [SMALL_STATE(373)] = 28618, - [SMALL_STATE(374)] = 28714, - [SMALL_STATE(375)] = 28822, - [SMALL_STATE(376)] = 28930, - [SMALL_STATE(377)] = 29038, - [SMALL_STATE(378)] = 29146, - [SMALL_STATE(379)] = 29254, + [SMALL_STATE(339)] = 25050, + [SMALL_STATE(340)] = 25156, + [SMALL_STATE(341)] = 25254, + [SMALL_STATE(342)] = 25360, + [SMALL_STATE(343)] = 25466, + [SMALL_STATE(344)] = 25564, + [SMALL_STATE(345)] = 25670, + [SMALL_STATE(346)] = 25776, + [SMALL_STATE(347)] = 25882, + [SMALL_STATE(348)] = 25990, + [SMALL_STATE(349)] = 26096, + [SMALL_STATE(350)] = 26202, + [SMALL_STATE(351)] = 26308, + [SMALL_STATE(352)] = 26416, + [SMALL_STATE(353)] = 26512, + [SMALL_STATE(354)] = 26618, + [SMALL_STATE(355)] = 26724, + [SMALL_STATE(356)] = 26830, + [SMALL_STATE(357)] = 26938, + [SMALL_STATE(358)] = 27044, + [SMALL_STATE(359)] = 27150, + [SMALL_STATE(360)] = 27256, + [SMALL_STATE(361)] = 27362, + [SMALL_STATE(362)] = 27468, + [SMALL_STATE(363)] = 27576, + [SMALL_STATE(364)] = 27682, + [SMALL_STATE(365)] = 27778, + [SMALL_STATE(366)] = 27886, + [SMALL_STATE(367)] = 27994, + [SMALL_STATE(368)] = 28102, + [SMALL_STATE(369)] = 28198, + [SMALL_STATE(370)] = 28306, + [SMALL_STATE(371)] = 28412, + [SMALL_STATE(372)] = 28508, + [SMALL_STATE(373)] = 28616, + [SMALL_STATE(374)] = 28722, + [SMALL_STATE(375)] = 28828, + [SMALL_STATE(376)] = 28934, + [SMALL_STATE(377)] = 29040, + [SMALL_STATE(378)] = 29148, + [SMALL_STATE(379)] = 29244, [SMALL_STATE(380)] = 29350, [SMALL_STATE(381)] = 29456, [SMALL_STATE(382)] = 29561, @@ -119869,82 +119930,82 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(398)] = 31214, [SMALL_STATE(399)] = 31316, [SMALL_STATE(400)] = 31418, - [SMALL_STATE(401)] = 31494, - [SMALL_STATE(402)] = 31596, - [SMALL_STATE(403)] = 31698, - [SMALL_STATE(404)] = 31800, - [SMALL_STATE(405)] = 31904, - [SMALL_STATE(406)] = 32006, - [SMALL_STATE(407)] = 32108, - [SMALL_STATE(408)] = 32210, - [SMALL_STATE(409)] = 32312, - [SMALL_STATE(410)] = 32414, - [SMALL_STATE(411)] = 32516, - [SMALL_STATE(412)] = 32618, - [SMALL_STATE(413)] = 32720, - [SMALL_STATE(414)] = 32822, - [SMALL_STATE(415)] = 32924, - [SMALL_STATE(416)] = 33026, - [SMALL_STATE(417)] = 33128, - [SMALL_STATE(418)] = 33230, - [SMALL_STATE(419)] = 33332, - [SMALL_STATE(420)] = 33434, - [SMALL_STATE(421)] = 33538, - [SMALL_STATE(422)] = 33642, - [SMALL_STATE(423)] = 33744, - [SMALL_STATE(424)] = 33848, - [SMALL_STATE(425)] = 33950, - [SMALL_STATE(426)] = 34052, - [SMALL_STATE(427)] = 34154, - [SMALL_STATE(428)] = 34256, - [SMALL_STATE(429)] = 34358, - [SMALL_STATE(430)] = 34460, - [SMALL_STATE(431)] = 34562, - [SMALL_STATE(432)] = 34664, - [SMALL_STATE(433)] = 34766, - [SMALL_STATE(434)] = 34868, - [SMALL_STATE(435)] = 34970, - [SMALL_STATE(436)] = 35072, - [SMALL_STATE(437)] = 35174, - [SMALL_STATE(438)] = 35276, - [SMALL_STATE(439)] = 35378, - [SMALL_STATE(440)] = 35480, - [SMALL_STATE(441)] = 35582, - [SMALL_STATE(442)] = 35656, - [SMALL_STATE(443)] = 35758, - [SMALL_STATE(444)] = 35860, - [SMALL_STATE(445)] = 35962, - [SMALL_STATE(446)] = 36064, - [SMALL_STATE(447)] = 36166, - [SMALL_STATE(448)] = 36268, - [SMALL_STATE(449)] = 36370, - [SMALL_STATE(450)] = 36472, - [SMALL_STATE(451)] = 36574, - [SMALL_STATE(452)] = 36676, - [SMALL_STATE(453)] = 36778, - [SMALL_STATE(454)] = 36880, - [SMALL_STATE(455)] = 36982, - [SMALL_STATE(456)] = 37084, - [SMALL_STATE(457)] = 37176, - [SMALL_STATE(458)] = 37278, - [SMALL_STATE(459)] = 37380, - [SMALL_STATE(460)] = 37482, - [SMALL_STATE(461)] = 37584, - [SMALL_STATE(462)] = 37686, - [SMALL_STATE(463)] = 37788, - [SMALL_STATE(464)] = 37890, - [SMALL_STATE(465)] = 37992, - [SMALL_STATE(466)] = 38094, - [SMALL_STATE(467)] = 38196, - [SMALL_STATE(468)] = 38298, - [SMALL_STATE(469)] = 38400, - [SMALL_STATE(470)] = 38502, - [SMALL_STATE(471)] = 38604, - [SMALL_STATE(472)] = 38706, - [SMALL_STATE(473)] = 38808, - [SMALL_STATE(474)] = 38910, - [SMALL_STATE(475)] = 39012, - [SMALL_STATE(476)] = 39114, + [SMALL_STATE(401)] = 31520, + [SMALL_STATE(402)] = 31622, + [SMALL_STATE(403)] = 31724, + [SMALL_STATE(404)] = 31826, + [SMALL_STATE(405)] = 31928, + [SMALL_STATE(406)] = 32002, + [SMALL_STATE(407)] = 32104, + [SMALL_STATE(408)] = 32206, + [SMALL_STATE(409)] = 32308, + [SMALL_STATE(410)] = 32410, + [SMALL_STATE(411)] = 32486, + [SMALL_STATE(412)] = 32588, + [SMALL_STATE(413)] = 32690, + [SMALL_STATE(414)] = 32792, + [SMALL_STATE(415)] = 32894, + [SMALL_STATE(416)] = 32996, + [SMALL_STATE(417)] = 33098, + [SMALL_STATE(418)] = 33200, + [SMALL_STATE(419)] = 33302, + [SMALL_STATE(420)] = 33404, + [SMALL_STATE(421)] = 33506, + [SMALL_STATE(422)] = 33608, + [SMALL_STATE(423)] = 33710, + [SMALL_STATE(424)] = 33812, + [SMALL_STATE(425)] = 33914, + [SMALL_STATE(426)] = 34018, + [SMALL_STATE(427)] = 34120, + [SMALL_STATE(428)] = 34222, + [SMALL_STATE(429)] = 34324, + [SMALL_STATE(430)] = 34426, + [SMALL_STATE(431)] = 34528, + [SMALL_STATE(432)] = 34630, + [SMALL_STATE(433)] = 34732, + [SMALL_STATE(434)] = 34834, + [SMALL_STATE(435)] = 34936, + [SMALL_STATE(436)] = 35038, + [SMALL_STATE(437)] = 35140, + [SMALL_STATE(438)] = 35242, + [SMALL_STATE(439)] = 35344, + [SMALL_STATE(440)] = 35446, + [SMALL_STATE(441)] = 35548, + [SMALL_STATE(442)] = 35650, + [SMALL_STATE(443)] = 35752, + [SMALL_STATE(444)] = 35854, + [SMALL_STATE(445)] = 35956, + [SMALL_STATE(446)] = 36058, + [SMALL_STATE(447)] = 36160, + [SMALL_STATE(448)] = 36262, + [SMALL_STATE(449)] = 36364, + [SMALL_STATE(450)] = 36456, + [SMALL_STATE(451)] = 36560, + [SMALL_STATE(452)] = 36662, + [SMALL_STATE(453)] = 36764, + [SMALL_STATE(454)] = 36866, + [SMALL_STATE(455)] = 36968, + [SMALL_STATE(456)] = 37070, + [SMALL_STATE(457)] = 37172, + [SMALL_STATE(458)] = 37274, + [SMALL_STATE(459)] = 37376, + [SMALL_STATE(460)] = 37478, + [SMALL_STATE(461)] = 37580, + [SMALL_STATE(462)] = 37682, + [SMALL_STATE(463)] = 37784, + [SMALL_STATE(464)] = 37886, + [SMALL_STATE(465)] = 37988, + [SMALL_STATE(466)] = 38090, + [SMALL_STATE(467)] = 38192, + [SMALL_STATE(468)] = 38294, + [SMALL_STATE(469)] = 38396, + [SMALL_STATE(470)] = 38498, + [SMALL_STATE(471)] = 38602, + [SMALL_STATE(472)] = 38704, + [SMALL_STATE(473)] = 38806, + [SMALL_STATE(474)] = 38908, + [SMALL_STATE(475)] = 39010, + [SMALL_STATE(476)] = 39112, [SMALL_STATE(477)] = 39216, [SMALL_STATE(478)] = 39318, [SMALL_STATE(479)] = 39420, @@ -119977,158 +120038,158 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(506)] = 42174, [SMALL_STATE(507)] = 42276, [SMALL_STATE(508)] = 42378, - [SMALL_STATE(509)] = 42480, - [SMALL_STATE(510)] = 42582, - [SMALL_STATE(511)] = 42684, - [SMALL_STATE(512)] = 42786, - [SMALL_STATE(513)] = 42888, + [SMALL_STATE(509)] = 42470, + [SMALL_STATE(510)] = 42572, + [SMALL_STATE(511)] = 42674, + [SMALL_STATE(512)] = 42776, + [SMALL_STATE(513)] = 42878, [SMALL_STATE(514)] = 42980, [SMALL_STATE(515)] = 43082, - [SMALL_STATE(516)] = 43184, - [SMALL_STATE(517)] = 43286, - [SMALL_STATE(518)] = 43388, + [SMALL_STATE(516)] = 43186, + [SMALL_STATE(517)] = 43288, + [SMALL_STATE(518)] = 43390, [SMALL_STATE(519)] = 43492, - [SMALL_STATE(520)] = 43596, - [SMALL_STATE(521)] = 43698, - [SMALL_STATE(522)] = 43800, - [SMALL_STATE(523)] = 43902, - [SMALL_STATE(524)] = 44004, - [SMALL_STATE(525)] = 44106, - [SMALL_STATE(526)] = 44208, - [SMALL_STATE(527)] = 44310, + [SMALL_STATE(520)] = 43594, + [SMALL_STATE(521)] = 43696, + [SMALL_STATE(522)] = 43798, + [SMALL_STATE(523)] = 43900, + [SMALL_STATE(524)] = 44002, + [SMALL_STATE(525)] = 44104, + [SMALL_STATE(526)] = 44206, + [SMALL_STATE(527)] = 44308, [SMALL_STATE(528)] = 44412, [SMALL_STATE(529)] = 44483, [SMALL_STATE(530)] = 44555, [SMALL_STATE(531)] = 44624, - [SMALL_STATE(532)] = 44693, - [SMALL_STATE(533)] = 44762, - [SMALL_STATE(534)] = 44827, - [SMALL_STATE(535)] = 44892, - [SMALL_STATE(536)] = 44961, - [SMALL_STATE(537)] = 45028, - [SMALL_STATE(538)] = 45093, + [SMALL_STATE(532)] = 44691, + [SMALL_STATE(533)] = 44760, + [SMALL_STATE(534)] = 44829, + [SMALL_STATE(535)] = 44898, + [SMALL_STATE(536)] = 44965, + [SMALL_STATE(537)] = 45030, + [SMALL_STATE(538)] = 45095, [SMALL_STATE(539)] = 45160, - [SMALL_STATE(540)] = 45256, - [SMALL_STATE(541)] = 45318, - [SMALL_STATE(542)] = 45374, - [SMALL_STATE(543)] = 45436, - [SMALL_STATE(544)] = 45492, - [SMALL_STATE(545)] = 45552, - [SMALL_STATE(546)] = 45614, - [SMALL_STATE(547)] = 45670, - [SMALL_STATE(548)] = 45732, - [SMALL_STATE(549)] = 45796, - [SMALL_STATE(550)] = 45858, - [SMALL_STATE(551)] = 45954, - [SMALL_STATE(552)] = 46016, - [SMALL_STATE(553)] = 46072, - [SMALL_STATE(554)] = 46132, - [SMALL_STATE(555)] = 46194, - [SMALL_STATE(556)] = 46250, - [SMALL_STATE(557)] = 46306, - [SMALL_STATE(558)] = 46362, - [SMALL_STATE(559)] = 46422, + [SMALL_STATE(540)] = 45222, + [SMALL_STATE(541)] = 45284, + [SMALL_STATE(542)] = 45346, + [SMALL_STATE(543)] = 45408, + [SMALL_STATE(544)] = 45470, + [SMALL_STATE(545)] = 45534, + [SMALL_STATE(546)] = 45594, + [SMALL_STATE(547)] = 45650, + [SMALL_STATE(548)] = 45710, + [SMALL_STATE(549)] = 45772, + [SMALL_STATE(550)] = 45834, + [SMALL_STATE(551)] = 45930, + [SMALL_STATE(552)] = 45992, + [SMALL_STATE(553)] = 46048, + [SMALL_STATE(554)] = 46104, + [SMALL_STATE(555)] = 46200, + [SMALL_STATE(556)] = 46260, + [SMALL_STATE(557)] = 46316, + [SMALL_STATE(558)] = 46372, + [SMALL_STATE(559)] = 46428, [SMALL_STATE(560)] = 46484, - [SMALL_STATE(561)] = 46549, - [SMALL_STATE(562)] = 46608, - [SMALL_STATE(563)] = 46673, + [SMALL_STATE(561)] = 46543, + [SMALL_STATE(562)] = 46602, + [SMALL_STATE(563)] = 46667, [SMALL_STATE(564)] = 46732, [SMALL_STATE(565)] = 46797, [SMALL_STATE(566)] = 46862, [SMALL_STATE(567)] = 46958, - [SMALL_STATE(568)] = 47018, + [SMALL_STATE(568)] = 47054, [SMALL_STATE(569)] = 47114, [SMALL_STATE(570)] = 47167, - [SMALL_STATE(571)] = 47260, + [SMALL_STATE(571)] = 47220, [SMALL_STATE(572)] = 47313, - [SMALL_STATE(573)] = 47366, - [SMALL_STATE(574)] = 47419, - [SMALL_STATE(575)] = 47472, - [SMALL_STATE(576)] = 47565, - [SMALL_STATE(577)] = 47618, - [SMALL_STATE(578)] = 47671, + [SMALL_STATE(573)] = 47406, + [SMALL_STATE(574)] = 47499, + [SMALL_STATE(575)] = 47552, + [SMALL_STATE(576)] = 47605, + [SMALL_STATE(577)] = 47658, + [SMALL_STATE(578)] = 47711, [SMALL_STATE(579)] = 47764, - [SMALL_STATE(580)] = 47817, - [SMALL_STATE(581)] = 47910, + [SMALL_STATE(580)] = 47857, + [SMALL_STATE(581)] = 47950, [SMALL_STATE(582)] = 48003, - [SMALL_STATE(583)] = 48096, + [SMALL_STATE(583)] = 48056, [SMALL_STATE(584)] = 48149, - [SMALL_STATE(585)] = 48202, - [SMALL_STATE(586)] = 48255, - [SMALL_STATE(587)] = 48348, - [SMALL_STATE(588)] = 48401, - [SMALL_STATE(589)] = 48494, - [SMALL_STATE(590)] = 48547, - [SMALL_STATE(591)] = 48600, - [SMALL_STATE(592)] = 48693, - [SMALL_STATE(593)] = 48746, - [SMALL_STATE(594)] = 48839, + [SMALL_STATE(585)] = 48242, + [SMALL_STATE(586)] = 48335, + [SMALL_STATE(587)] = 48388, + [SMALL_STATE(588)] = 48481, + [SMALL_STATE(589)] = 48534, + [SMALL_STATE(590)] = 48587, + [SMALL_STATE(591)] = 48640, + [SMALL_STATE(592)] = 48733, + [SMALL_STATE(593)] = 48786, + [SMALL_STATE(594)] = 48879, [SMALL_STATE(595)] = 48932, [SMALL_STATE(596)] = 48985, [SMALL_STATE(597)] = 49038, - [SMALL_STATE(598)] = 49091, - [SMALL_STATE(599)] = 49144, - [SMALL_STATE(600)] = 49237, + [SMALL_STATE(598)] = 49131, + [SMALL_STATE(599)] = 49184, + [SMALL_STATE(600)] = 49277, [SMALL_STATE(601)] = 49330, - [SMALL_STATE(602)] = 49423, + [SMALL_STATE(602)] = 49383, [SMALL_STATE(603)] = 49476, - [SMALL_STATE(604)] = 49528, - [SMALL_STATE(605)] = 49584, - [SMALL_STATE(606)] = 49674, - [SMALL_STATE(607)] = 49764, - [SMALL_STATE(608)] = 49816, - [SMALL_STATE(609)] = 49868, - [SMALL_STATE(610)] = 49924, - [SMALL_STATE(611)] = 49976, - [SMALL_STATE(612)] = 50028, - [SMALL_STATE(613)] = 50118, - [SMALL_STATE(614)] = 50208, - [SMALL_STATE(615)] = 50264, - [SMALL_STATE(616)] = 50316, - [SMALL_STATE(617)] = 50368, - [SMALL_STATE(618)] = 50424, - [SMALL_STATE(619)] = 50480, - [SMALL_STATE(620)] = 50536, - [SMALL_STATE(621)] = 50588, - [SMALL_STATE(622)] = 50678, - [SMALL_STATE(623)] = 50768, - [SMALL_STATE(624)] = 50824, + [SMALL_STATE(604)] = 49566, + [SMALL_STATE(605)] = 49618, + [SMALL_STATE(606)] = 49670, + [SMALL_STATE(607)] = 49760, + [SMALL_STATE(608)] = 49850, + [SMALL_STATE(609)] = 49902, + [SMALL_STATE(610)] = 49992, + [SMALL_STATE(611)] = 50048, + [SMALL_STATE(612)] = 50138, + [SMALL_STATE(613)] = 50194, + [SMALL_STATE(614)] = 50284, + [SMALL_STATE(615)] = 50336, + [SMALL_STATE(616)] = 50392, + [SMALL_STATE(617)] = 50448, + [SMALL_STATE(618)] = 50500, + [SMALL_STATE(619)] = 50556, + [SMALL_STATE(620)] = 50612, + [SMALL_STATE(621)] = 50668, + [SMALL_STATE(622)] = 50720, + [SMALL_STATE(623)] = 50772, + [SMALL_STATE(624)] = 50828, [SMALL_STATE(625)] = 50880, [SMALL_STATE(626)] = 50931, [SMALL_STATE(627)] = 50982, [SMALL_STATE(628)] = 51033, [SMALL_STATE(629)] = 51084, [SMALL_STATE(630)] = 51135, - [SMALL_STATE(631)] = 51186, - [SMALL_STATE(632)] = 51237, - [SMALL_STATE(633)] = 51288, - [SMALL_STATE(634)] = 51339, - [SMALL_STATE(635)] = 51390, + [SMALL_STATE(631)] = 51222, + [SMALL_STATE(632)] = 51273, + [SMALL_STATE(633)] = 51324, + [SMALL_STATE(634)] = 51375, + [SMALL_STATE(635)] = 51426, [SMALL_STATE(636)] = 51477, [SMALL_STATE(637)] = 51528, [SMALL_STATE(638)] = 51579, [SMALL_STATE(639)] = 51666, - [SMALL_STATE(640)] = 51716, - [SMALL_STATE(641)] = 51766, - [SMALL_STATE(642)] = 51816, - [SMALL_STATE(643)] = 51896, + [SMALL_STATE(640)] = 51746, + [SMALL_STATE(641)] = 51796, + [SMALL_STATE(642)] = 51876, + [SMALL_STATE(643)] = 51926, [SMALL_STATE(644)] = 51976, - [SMALL_STATE(645)] = 52026, - [SMALL_STATE(646)] = 52106, + [SMALL_STATE(645)] = 52056, + [SMALL_STATE(646)] = 52136, [SMALL_STATE(647)] = 52186, [SMALL_STATE(648)] = 52236, [SMALL_STATE(649)] = 52316, - [SMALL_STATE(650)] = 52366, - [SMALL_STATE(651)] = 52446, + [SMALL_STATE(650)] = 52396, + [SMALL_STATE(651)] = 52476, [SMALL_STATE(652)] = 52526, - [SMALL_STATE(653)] = 52576, - [SMALL_STATE(654)] = 52626, + [SMALL_STATE(653)] = 52606, + [SMALL_STATE(654)] = 52656, [SMALL_STATE(655)] = 52706, [SMALL_STATE(656)] = 52756, - [SMALL_STATE(657)] = 52836, - [SMALL_STATE(658)] = 52886, - [SMALL_STATE(659)] = 52936, - [SMALL_STATE(660)] = 52986, + [SMALL_STATE(657)] = 52806, + [SMALL_STATE(658)] = 52856, + [SMALL_STATE(659)] = 52906, + [SMALL_STATE(660)] = 52956, [SMALL_STATE(661)] = 53036, [SMALL_STATE(662)] = 53086, [SMALL_STATE(663)] = 53136, @@ -120141,12 +120202,12 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(670)] = 53486, [SMALL_STATE(671)] = 53536, [SMALL_STATE(672)] = 53586, - [SMALL_STATE(673)] = 53636, - [SMALL_STATE(674)] = 53686, - [SMALL_STATE(675)] = 53736, - [SMALL_STATE(676)] = 53786, - [SMALL_STATE(677)] = 53836, - [SMALL_STATE(678)] = 53886, + [SMALL_STATE(673)] = 53666, + [SMALL_STATE(674)] = 53716, + [SMALL_STATE(675)] = 53766, + [SMALL_STATE(676)] = 53816, + [SMALL_STATE(677)] = 53866, + [SMALL_STATE(678)] = 53916, [SMALL_STATE(679)] = 53966, [SMALL_STATE(680)] = 54016, [SMALL_STATE(681)] = 54093, @@ -120154,66 +120215,66 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(683)] = 54247, [SMALL_STATE(684)] = 54324, [SMALL_STATE(685)] = 54401, - [SMALL_STATE(686)] = 54484, - [SMALL_STATE(687)] = 54567, - [SMALL_STATE(688)] = 54644, - [SMALL_STATE(689)] = 54721, - [SMALL_STATE(690)] = 54804, - [SMALL_STATE(691)] = 54881, - [SMALL_STATE(692)] = 54964, - [SMALL_STATE(693)] = 55047, - [SMALL_STATE(694)] = 55124, - [SMALL_STATE(695)] = 55201, - [SMALL_STATE(696)] = 55278, - [SMALL_STATE(697)] = 55355, - [SMALL_STATE(698)] = 55438, - [SMALL_STATE(699)] = 55515, - [SMALL_STATE(700)] = 55592, - [SMALL_STATE(701)] = 55669, - [SMALL_STATE(702)] = 55746, - [SMALL_STATE(703)] = 55823, - [SMALL_STATE(704)] = 55906, - [SMALL_STATE(705)] = 55983, - [SMALL_STATE(706)] = 56066, - [SMALL_STATE(707)] = 56149, - [SMALL_STATE(708)] = 56226, - [SMALL_STATE(709)] = 56303, + [SMALL_STATE(686)] = 54478, + [SMALL_STATE(687)] = 54555, + [SMALL_STATE(688)] = 54638, + [SMALL_STATE(689)] = 54715, + [SMALL_STATE(690)] = 54792, + [SMALL_STATE(691)] = 54869, + [SMALL_STATE(692)] = 54946, + [SMALL_STATE(693)] = 55023, + [SMALL_STATE(694)] = 55100, + [SMALL_STATE(695)] = 55177, + [SMALL_STATE(696)] = 55254, + [SMALL_STATE(697)] = 55331, + [SMALL_STATE(698)] = 55408, + [SMALL_STATE(699)] = 55491, + [SMALL_STATE(700)] = 55568, + [SMALL_STATE(701)] = 55645, + [SMALL_STATE(702)] = 55728, + [SMALL_STATE(703)] = 55805, + [SMALL_STATE(704)] = 55888, + [SMALL_STATE(705)] = 55971, + [SMALL_STATE(706)] = 56054, + [SMALL_STATE(707)] = 56137, + [SMALL_STATE(708)] = 56220, + [SMALL_STATE(709)] = 56297, [SMALL_STATE(710)] = 56380, - [SMALL_STATE(711)] = 56457, - [SMALL_STATE(712)] = 56534, - [SMALL_STATE(713)] = 56611, - [SMALL_STATE(714)] = 56694, - [SMALL_STATE(715)] = 56777, - [SMALL_STATE(716)] = 56854, - [SMALL_STATE(717)] = 56931, - [SMALL_STATE(718)] = 57008, - [SMALL_STATE(719)] = 57085, - [SMALL_STATE(720)] = 57168, - [SMALL_STATE(721)] = 57251, - [SMALL_STATE(722)] = 57328, + [SMALL_STATE(711)] = 56463, + [SMALL_STATE(712)] = 56546, + [SMALL_STATE(713)] = 56623, + [SMALL_STATE(714)] = 56706, + [SMALL_STATE(715)] = 56789, + [SMALL_STATE(716)] = 56866, + [SMALL_STATE(717)] = 56943, + [SMALL_STATE(718)] = 57020, + [SMALL_STATE(719)] = 57097, + [SMALL_STATE(720)] = 57174, + [SMALL_STATE(721)] = 57257, + [SMALL_STATE(722)] = 57334, [SMALL_STATE(723)] = 57411, [SMALL_STATE(724)] = 57488, - [SMALL_STATE(725)] = 57571, - [SMALL_STATE(726)] = 57654, - [SMALL_STATE(727)] = 57731, - [SMALL_STATE(728)] = 57808, - [SMALL_STATE(729)] = 57891, - [SMALL_STATE(730)] = 57968, + [SMALL_STATE(725)] = 57565, + [SMALL_STATE(726)] = 57642, + [SMALL_STATE(727)] = 57725, + [SMALL_STATE(728)] = 57802, + [SMALL_STATE(729)] = 57885, + [SMALL_STATE(730)] = 57962, [SMALL_STATE(731)] = 58045, [SMALL_STATE(732)] = 58122, - [SMALL_STATE(733)] = 58205, + [SMALL_STATE(733)] = 58199, [SMALL_STATE(734)] = 58282, [SMALL_STATE(735)] = 58359, - [SMALL_STATE(736)] = 58436, - [SMALL_STATE(737)] = 58513, - [SMALL_STATE(738)] = 58590, - [SMALL_STATE(739)] = 58667, - [SMALL_STATE(740)] = 58744, - [SMALL_STATE(741)] = 58821, - [SMALL_STATE(742)] = 58898, - [SMALL_STATE(743)] = 58975, - [SMALL_STATE(744)] = 59052, - [SMALL_STATE(745)] = 59129, + [SMALL_STATE(736)] = 58442, + [SMALL_STATE(737)] = 58519, + [SMALL_STATE(738)] = 58596, + [SMALL_STATE(739)] = 58673, + [SMALL_STATE(740)] = 58750, + [SMALL_STATE(741)] = 58827, + [SMALL_STATE(742)] = 58904, + [SMALL_STATE(743)] = 58981, + [SMALL_STATE(744)] = 59058, + [SMALL_STATE(745)] = 59135, [SMALL_STATE(746)] = 59212, [SMALL_STATE(747)] = 59289, [SMALL_STATE(748)] = 59366, @@ -120225,397 +120286,397 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(754)] = 59828, [SMALL_STATE(755)] = 59905, [SMALL_STATE(756)] = 59982, - [SMALL_STATE(757)] = 60059, - [SMALL_STATE(758)] = 60136, - [SMALL_STATE(759)] = 60213, + [SMALL_STATE(757)] = 60065, + [SMALL_STATE(758)] = 60142, + [SMALL_STATE(759)] = 60219, [SMALL_STATE(760)] = 60296, [SMALL_STATE(761)] = 60373, - [SMALL_STATE(762)] = 60450, + [SMALL_STATE(762)] = 60456, [SMALL_STATE(763)] = 60533, - [SMALL_STATE(764)] = 60616, - [SMALL_STATE(765)] = 60693, - [SMALL_STATE(766)] = 60770, - [SMALL_STATE(767)] = 60847, - [SMALL_STATE(768)] = 60924, - [SMALL_STATE(769)] = 61001, - [SMALL_STATE(770)] = 61078, - [SMALL_STATE(771)] = 61155, - [SMALL_STATE(772)] = 61232, - [SMALL_STATE(773)] = 61309, - [SMALL_STATE(774)] = 61386, - [SMALL_STATE(775)] = 61463, - [SMALL_STATE(776)] = 61546, - [SMALL_STATE(777)] = 61623, - [SMALL_STATE(778)] = 61700, - [SMALL_STATE(779)] = 61777, - [SMALL_STATE(780)] = 61854, - [SMALL_STATE(781)] = 61931, - [SMALL_STATE(782)] = 62008, - [SMALL_STATE(783)] = 62085, - [SMALL_STATE(784)] = 62162, - [SMALL_STATE(785)] = 62239, - [SMALL_STATE(786)] = 62316, - [SMALL_STATE(787)] = 62393, - [SMALL_STATE(788)] = 62470, - [SMALL_STATE(789)] = 62547, - [SMALL_STATE(790)] = 62624, - [SMALL_STATE(791)] = 62701, - [SMALL_STATE(792)] = 62778, - [SMALL_STATE(793)] = 62855, - [SMALL_STATE(794)] = 62932, - [SMALL_STATE(795)] = 63009, - [SMALL_STATE(796)] = 63086, - [SMALL_STATE(797)] = 63163, - [SMALL_STATE(798)] = 63240, - [SMALL_STATE(799)] = 63317, - [SMALL_STATE(800)] = 63400, - [SMALL_STATE(801)] = 63477, - [SMALL_STATE(802)] = 63554, - [SMALL_STATE(803)] = 63637, - [SMALL_STATE(804)] = 63714, - [SMALL_STATE(805)] = 63791, - [SMALL_STATE(806)] = 63868, - [SMALL_STATE(807)] = 63945, - [SMALL_STATE(808)] = 64022, - [SMALL_STATE(809)] = 64099, - [SMALL_STATE(810)] = 64176, - [SMALL_STATE(811)] = 64253, - [SMALL_STATE(812)] = 64330, - [SMALL_STATE(813)] = 64407, - [SMALL_STATE(814)] = 64484, - [SMALL_STATE(815)] = 64561, - [SMALL_STATE(816)] = 64638, - [SMALL_STATE(817)] = 64715, - [SMALL_STATE(818)] = 64792, - [SMALL_STATE(819)] = 64869, - [SMALL_STATE(820)] = 64946, - [SMALL_STATE(821)] = 65023, - [SMALL_STATE(822)] = 65100, + [SMALL_STATE(764)] = 60610, + [SMALL_STATE(765)] = 60687, + [SMALL_STATE(766)] = 60764, + [SMALL_STATE(767)] = 60841, + [SMALL_STATE(768)] = 60918, + [SMALL_STATE(769)] = 60995, + [SMALL_STATE(770)] = 61072, + [SMALL_STATE(771)] = 61149, + [SMALL_STATE(772)] = 61226, + [SMALL_STATE(773)] = 61303, + [SMALL_STATE(774)] = 61380, + [SMALL_STATE(775)] = 61457, + [SMALL_STATE(776)] = 61534, + [SMALL_STATE(777)] = 61611, + [SMALL_STATE(778)] = 61688, + [SMALL_STATE(779)] = 61765, + [SMALL_STATE(780)] = 61842, + [SMALL_STATE(781)] = 61925, + [SMALL_STATE(782)] = 62002, + [SMALL_STATE(783)] = 62079, + [SMALL_STATE(784)] = 62156, + [SMALL_STATE(785)] = 62233, + [SMALL_STATE(786)] = 62310, + [SMALL_STATE(787)] = 62387, + [SMALL_STATE(788)] = 62464, + [SMALL_STATE(789)] = 62541, + [SMALL_STATE(790)] = 62618, + [SMALL_STATE(791)] = 62695, + [SMALL_STATE(792)] = 62772, + [SMALL_STATE(793)] = 62849, + [SMALL_STATE(794)] = 62926, + [SMALL_STATE(795)] = 63003, + [SMALL_STATE(796)] = 63080, + [SMALL_STATE(797)] = 63157, + [SMALL_STATE(798)] = 63234, + [SMALL_STATE(799)] = 63311, + [SMALL_STATE(800)] = 63388, + [SMALL_STATE(801)] = 63465, + [SMALL_STATE(802)] = 63542, + [SMALL_STATE(803)] = 63619, + [SMALL_STATE(804)] = 63696, + [SMALL_STATE(805)] = 63773, + [SMALL_STATE(806)] = 63850, + [SMALL_STATE(807)] = 63927, + [SMALL_STATE(808)] = 64010, + [SMALL_STATE(809)] = 64087, + [SMALL_STATE(810)] = 64164, + [SMALL_STATE(811)] = 64241, + [SMALL_STATE(812)] = 64318, + [SMALL_STATE(813)] = 64395, + [SMALL_STATE(814)] = 64472, + [SMALL_STATE(815)] = 64549, + [SMALL_STATE(816)] = 64632, + [SMALL_STATE(817)] = 64709, + [SMALL_STATE(818)] = 64786, + [SMALL_STATE(819)] = 64863, + [SMALL_STATE(820)] = 64940, + [SMALL_STATE(821)] = 65017, + [SMALL_STATE(822)] = 65094, [SMALL_STATE(823)] = 65177, [SMALL_STATE(824)] = 65228, [SMALL_STATE(825)] = 65279, [SMALL_STATE(826)] = 65330, - [SMALL_STATE(827)] = 65380, - [SMALL_STATE(828)] = 65430, + [SMALL_STATE(827)] = 65410, + [SMALL_STATE(828)] = 65460, [SMALL_STATE(829)] = 65510, [SMALL_STATE(830)] = 65560, - [SMALL_STATE(831)] = 65610, + [SMALL_STATE(831)] = 65640, [SMALL_STATE(832)] = 65690, [SMALL_STATE(833)] = 65740, - [SMALL_STATE(834)] = 65790, + [SMALL_STATE(834)] = 65820, [SMALL_STATE(835)] = 65870, - [SMALL_STATE(836)] = 65937, - [SMALL_STATE(837)] = 66004, - [SMALL_STATE(838)] = 66067, - [SMALL_STATE(839)] = 66116, - [SMALL_STATE(840)] = 66165, - [SMALL_STATE(841)] = 66244, - [SMALL_STATE(842)] = 66293, - [SMALL_STATE(843)] = 66362, - [SMALL_STATE(844)] = 66431, - [SMALL_STATE(845)] = 66496, - [SMALL_STATE(846)] = 66545, - [SMALL_STATE(847)] = 66608, - [SMALL_STATE(848)] = 66673, - [SMALL_STATE(849)] = 66740, - [SMALL_STATE(850)] = 66789, - [SMALL_STATE(851)] = 66844, - [SMALL_STATE(852)] = 66899, - [SMALL_STATE(853)] = 66954, - [SMALL_STATE(854)] = 67013, - [SMALL_STATE(855)] = 67072, - [SMALL_STATE(856)] = 67133, - [SMALL_STATE(857)] = 67188, - [SMALL_STATE(858)] = 67237, - [SMALL_STATE(859)] = 67306, - [SMALL_STATE(860)] = 67367, + [SMALL_STATE(836)] = 65929, + [SMALL_STATE(837)] = 65978, + [SMALL_STATE(838)] = 66033, + [SMALL_STATE(839)] = 66082, + [SMALL_STATE(840)] = 66159, + [SMALL_STATE(841)] = 66222, + [SMALL_STATE(842)] = 66287, + [SMALL_STATE(843)] = 66354, + [SMALL_STATE(844)] = 66409, + [SMALL_STATE(845)] = 66488, + [SMALL_STATE(846)] = 66537, + [SMALL_STATE(847)] = 66596, + [SMALL_STATE(848)] = 66645, + [SMALL_STATE(849)] = 66714, + [SMALL_STATE(850)] = 66783, + [SMALL_STATE(851)] = 66832, + [SMALL_STATE(852)] = 66881, + [SMALL_STATE(853)] = 66950, + [SMALL_STATE(854)] = 67011, + [SMALL_STATE(855)] = 67066, + [SMALL_STATE(856)] = 67115, + [SMALL_STATE(857)] = 67170, + [SMALL_STATE(858)] = 67231, + [SMALL_STATE(859)] = 67300, + [SMALL_STATE(860)] = 67355, [SMALL_STATE(861)] = 67422, - [SMALL_STATE(862)] = 67477, - [SMALL_STATE(863)] = 67532, - [SMALL_STATE(864)] = 67601, - [SMALL_STATE(865)] = 67650, - [SMALL_STATE(866)] = 67719, - [SMALL_STATE(867)] = 67774, - [SMALL_STATE(868)] = 67823, - [SMALL_STATE(869)] = 67872, - [SMALL_STATE(870)] = 67941, - [SMALL_STATE(871)] = 67990, - [SMALL_STATE(872)] = 68035, - [SMALL_STATE(873)] = 68104, - [SMALL_STATE(874)] = 68159, - [SMALL_STATE(875)] = 68214, - [SMALL_STATE(876)] = 68293, - [SMALL_STATE(877)] = 68352, - [SMALL_STATE(878)] = 68399, - [SMALL_STATE(879)] = 68460, - [SMALL_STATE(880)] = 68529, - [SMALL_STATE(881)] = 68576, - [SMALL_STATE(882)] = 68623, - [SMALL_STATE(883)] = 68678, - [SMALL_STATE(884)] = 68755, - [SMALL_STATE(885)] = 68800, - [SMALL_STATE(886)] = 68879, - [SMALL_STATE(887)] = 68928, - [SMALL_STATE(888)] = 69005, - [SMALL_STATE(889)] = 69074, - [SMALL_STATE(890)] = 69129, - [SMALL_STATE(891)] = 69178, - [SMALL_STATE(892)] = 69241, + [SMALL_STATE(862)] = 67487, + [SMALL_STATE(863)] = 67550, + [SMALL_STATE(864)] = 67599, + [SMALL_STATE(865)] = 67662, + [SMALL_STATE(866)] = 67711, + [SMALL_STATE(867)] = 67776, + [SMALL_STATE(868)] = 67825, + [SMALL_STATE(869)] = 67904, + [SMALL_STATE(870)] = 67971, + [SMALL_STATE(871)] = 68026, + [SMALL_STATE(872)] = 68085, + [SMALL_STATE(873)] = 68154, + [SMALL_STATE(874)] = 68223, + [SMALL_STATE(875)] = 68284, + [SMALL_STATE(876)] = 68339, + [SMALL_STATE(877)] = 68394, + [SMALL_STATE(878)] = 68473, + [SMALL_STATE(879)] = 68520, + [SMALL_STATE(880)] = 68565, + [SMALL_STATE(881)] = 68634, + [SMALL_STATE(882)] = 68681, + [SMALL_STATE(883)] = 68728, + [SMALL_STATE(884)] = 68797, + [SMALL_STATE(885)] = 68866, + [SMALL_STATE(886)] = 68921, + [SMALL_STATE(887)] = 68998, + [SMALL_STATE(888)] = 69053, + [SMALL_STATE(889)] = 69108, + [SMALL_STATE(890)] = 69157, + [SMALL_STATE(891)] = 69212, + [SMALL_STATE(892)] = 69257, [SMALL_STATE(893)] = 69306, [SMALL_STATE(894)] = 69352, - [SMALL_STATE(895)] = 69406, - [SMALL_STATE(896)] = 69454, - [SMALL_STATE(897)] = 69498, - [SMALL_STATE(898)] = 69542, - [SMALL_STATE(899)] = 69590, - [SMALL_STATE(900)] = 69634, - [SMALL_STATE(901)] = 69712, - [SMALL_STATE(902)] = 69756, - [SMALL_STATE(903)] = 69800, - [SMALL_STATE(904)] = 69844, - [SMALL_STATE(905)] = 69892, - [SMALL_STATE(906)] = 69946, - [SMALL_STATE(907)] = 70000, - [SMALL_STATE(908)] = 70068, + [SMALL_STATE(895)] = 69402, + [SMALL_STATE(896)] = 69456, + [SMALL_STATE(897)] = 69500, + [SMALL_STATE(898)] = 69554, + [SMALL_STATE(899)] = 69614, + [SMALL_STATE(900)] = 69658, + [SMALL_STATE(901)] = 69706, + [SMALL_STATE(902)] = 69764, + [SMALL_STATE(903)] = 69818, + [SMALL_STATE(904)] = 69862, + [SMALL_STATE(905)] = 69906, + [SMALL_STATE(906)] = 69972, + [SMALL_STATE(907)] = 70016, + [SMALL_STATE(908)] = 70092, [SMALL_STATE(909)] = 70136, - [SMALL_STATE(910)] = 70212, - [SMALL_STATE(911)] = 70256, - [SMALL_STATE(912)] = 70324, - [SMALL_STATE(913)] = 70392, - [SMALL_STATE(914)] = 70460, - [SMALL_STATE(915)] = 70528, - [SMALL_STATE(916)] = 70596, - [SMALL_STATE(917)] = 70656, - [SMALL_STATE(918)] = 70702, - [SMALL_STATE(919)] = 70756, - [SMALL_STATE(920)] = 70802, - [SMALL_STATE(921)] = 70856, - [SMALL_STATE(922)] = 70900, - [SMALL_STATE(923)] = 70946, - [SMALL_STATE(924)] = 71014, - [SMALL_STATE(925)] = 71058, - [SMALL_STATE(926)] = 71102, - [SMALL_STATE(927)] = 71146, - [SMALL_STATE(928)] = 71190, - [SMALL_STATE(929)] = 71240, - [SMALL_STATE(930)] = 71284, - [SMALL_STATE(931)] = 71330, - [SMALL_STATE(932)] = 71374, - [SMALL_STATE(933)] = 71418, - [SMALL_STATE(934)] = 71462, - [SMALL_STATE(935)] = 71506, - [SMALL_STATE(936)] = 71568, - [SMALL_STATE(937)] = 71632, - [SMALL_STATE(938)] = 71680, - [SMALL_STATE(939)] = 71724, - [SMALL_STATE(940)] = 71768, - [SMALL_STATE(941)] = 71812, - [SMALL_STATE(942)] = 71856, - [SMALL_STATE(943)] = 71900, - [SMALL_STATE(944)] = 71962, - [SMALL_STATE(945)] = 72006, - [SMALL_STATE(946)] = 72070, - [SMALL_STATE(947)] = 72120, - [SMALL_STATE(948)] = 72186, - [SMALL_STATE(949)] = 72232, - [SMALL_STATE(950)] = 72290, - [SMALL_STATE(951)] = 72338, - [SMALL_STATE(952)] = 72406, - [SMALL_STATE(953)] = 72472, - [SMALL_STATE(954)] = 72532, - [SMALL_STATE(955)] = 72576, - [SMALL_STATE(956)] = 72620, - [SMALL_STATE(957)] = 72664, - [SMALL_STATE(958)] = 72718, - [SMALL_STATE(959)] = 72766, - [SMALL_STATE(960)] = 72814, - [SMALL_STATE(961)] = 72862, - [SMALL_STATE(962)] = 72906, - [SMALL_STATE(963)] = 72956, - [SMALL_STATE(964)] = 73004, - [SMALL_STATE(965)] = 73054, - [SMALL_STATE(966)] = 73116, - [SMALL_STATE(967)] = 73166, - [SMALL_STATE(968)] = 73210, - [SMALL_STATE(969)] = 73274, - [SMALL_STATE(970)] = 73340, - [SMALL_STATE(971)] = 73384, - [SMALL_STATE(972)] = 73438, - [SMALL_STATE(973)] = 73496, - [SMALL_STATE(974)] = 73540, - [SMALL_STATE(975)] = 73588, - [SMALL_STATE(976)] = 73656, - [SMALL_STATE(977)] = 73704, - [SMALL_STATE(978)] = 73764, - [SMALL_STATE(979)] = 73818, - [SMALL_STATE(980)] = 73866, - [SMALL_STATE(981)] = 73934, - [SMALL_STATE(982)] = 74002, - [SMALL_STATE(983)] = 74056, + [SMALL_STATE(910)] = 70200, + [SMALL_STATE(911)] = 70262, + [SMALL_STATE(912)] = 70308, + [SMALL_STATE(913)] = 70354, + [SMALL_STATE(914)] = 70422, + [SMALL_STATE(915)] = 70490, + [SMALL_STATE(916)] = 70536, + [SMALL_STATE(917)] = 70584, + [SMALL_STATE(918)] = 70662, + [SMALL_STATE(919)] = 70722, + [SMALL_STATE(920)] = 70776, + [SMALL_STATE(921)] = 70820, + [SMALL_STATE(922)] = 70874, + [SMALL_STATE(923)] = 70942, + [SMALL_STATE(924)] = 71010, + [SMALL_STATE(925)] = 71078, + [SMALL_STATE(926)] = 71146, + [SMALL_STATE(927)] = 71214, + [SMALL_STATE(928)] = 71260, + [SMALL_STATE(929)] = 71306, + [SMALL_STATE(930)] = 71364, + [SMALL_STATE(931)] = 71408, + [SMALL_STATE(932)] = 71462, + [SMALL_STATE(933)] = 71506, + [SMALL_STATE(934)] = 71550, + [SMALL_STATE(935)] = 71594, + [SMALL_STATE(936)] = 71638, + [SMALL_STATE(937)] = 71682, + [SMALL_STATE(938)] = 71726, + [SMALL_STATE(939)] = 71792, + [SMALL_STATE(940)] = 71856, + [SMALL_STATE(941)] = 71900, + [SMALL_STATE(942)] = 71944, + [SMALL_STATE(943)] = 71988, + [SMALL_STATE(944)] = 72032, + [SMALL_STATE(945)] = 72076, + [SMALL_STATE(946)] = 72120, + [SMALL_STATE(947)] = 72182, + [SMALL_STATE(948)] = 72236, + [SMALL_STATE(949)] = 72290, + [SMALL_STATE(950)] = 72334, + [SMALL_STATE(951)] = 72382, + [SMALL_STATE(952)] = 72444, + [SMALL_STATE(953)] = 72508, + [SMALL_STATE(954)] = 72552, + [SMALL_STATE(955)] = 72596, + [SMALL_STATE(956)] = 72662, + [SMALL_STATE(957)] = 72716, + [SMALL_STATE(958)] = 72774, + [SMALL_STATE(959)] = 72842, + [SMALL_STATE(960)] = 72910, + [SMALL_STATE(961)] = 72970, + [SMALL_STATE(962)] = 73024, + [SMALL_STATE(963)] = 73072, + [SMALL_STATE(964)] = 73140, + [SMALL_STATE(965)] = 73184, + [SMALL_STATE(966)] = 73246, + [SMALL_STATE(967)] = 73290, + [SMALL_STATE(968)] = 73334, + [SMALL_STATE(969)] = 73378, + [SMALL_STATE(970)] = 73426, + [SMALL_STATE(971)] = 73470, + [SMALL_STATE(972)] = 73514, + [SMALL_STATE(973)] = 73562, + [SMALL_STATE(974)] = 73610, + [SMALL_STATE(975)] = 73654, + [SMALL_STATE(976)] = 73702, + [SMALL_STATE(977)] = 73750, + [SMALL_STATE(978)] = 73800, + [SMALL_STATE(979)] = 73850, + [SMALL_STATE(980)] = 73898, + [SMALL_STATE(981)] = 73946, + [SMALL_STATE(982)] = 73996, + [SMALL_STATE(983)] = 74050, [SMALL_STATE(984)] = 74110, - [SMALL_STATE(985)] = 74168, - [SMALL_STATE(986)] = 74228, - [SMALL_STATE(987)] = 74282, - [SMALL_STATE(988)] = 74336, - [SMALL_STATE(989)] = 74390, - [SMALL_STATE(990)] = 74434, - [SMALL_STATE(991)] = 74496, - [SMALL_STATE(992)] = 74560, - [SMALL_STATE(993)] = 74626, - [SMALL_STATE(994)] = 74670, - [SMALL_STATE(995)] = 74714, - [SMALL_STATE(996)] = 74758, - [SMALL_STATE(997)] = 74802, - [SMALL_STATE(998)] = 74856, - [SMALL_STATE(999)] = 74910, + [SMALL_STATE(985)] = 74178, + [SMALL_STATE(986)] = 74246, + [SMALL_STATE(987)] = 74304, + [SMALL_STATE(988)] = 74358, + [SMALL_STATE(989)] = 74412, + [SMALL_STATE(990)] = 74456, + [SMALL_STATE(991)] = 74522, + [SMALL_STATE(992)] = 74586, + [SMALL_STATE(993)] = 74640, + [SMALL_STATE(994)] = 74684, + [SMALL_STATE(995)] = 74728, + [SMALL_STATE(996)] = 74782, + [SMALL_STATE(997)] = 74826, + [SMALL_STATE(998)] = 74880, + [SMALL_STATE(999)] = 74924, [SMALL_STATE(1000)] = 74968, - [SMALL_STATE(1001)] = 75022, - [SMALL_STATE(1002)] = 75066, + [SMALL_STATE(1001)] = 75012, + [SMALL_STATE(1002)] = 75062, [SMALL_STATE(1003)] = 75110, [SMALL_STATE(1004)] = 75153, [SMALL_STATE(1005)] = 75196, [SMALL_STATE(1006)] = 75239, - [SMALL_STATE(1007)] = 75284, - [SMALL_STATE(1008)] = 75329, - [SMALL_STATE(1009)] = 75372, - [SMALL_STATE(1010)] = 75415, - [SMALL_STATE(1011)] = 75462, - [SMALL_STATE(1012)] = 75509, - [SMALL_STATE(1013)] = 75552, - [SMALL_STATE(1014)] = 75595, - [SMALL_STATE(1015)] = 75642, - [SMALL_STATE(1016)] = 75685, - [SMALL_STATE(1017)] = 75728, - [SMALL_STATE(1018)] = 75771, - [SMALL_STATE(1019)] = 75814, - [SMALL_STATE(1020)] = 75857, - [SMALL_STATE(1021)] = 75900, - [SMALL_STATE(1022)] = 75943, - [SMALL_STATE(1023)] = 75988, - [SMALL_STATE(1024)] = 76031, - [SMALL_STATE(1025)] = 76080, - [SMALL_STATE(1026)] = 76129, - [SMALL_STATE(1027)] = 76172, - [SMALL_STATE(1028)] = 76215, - [SMALL_STATE(1029)] = 76262, - [SMALL_STATE(1030)] = 76307, - [SMALL_STATE(1031)] = 76354, - [SMALL_STATE(1032)] = 76401, - [SMALL_STATE(1033)] = 76454, - [SMALL_STATE(1034)] = 76499, - [SMALL_STATE(1035)] = 76546, - [SMALL_STATE(1036)] = 76593, - [SMALL_STATE(1037)] = 76646, - [SMALL_STATE(1038)] = 76693, - [SMALL_STATE(1039)] = 76740, - [SMALL_STATE(1040)] = 76787, - [SMALL_STATE(1041)] = 76840, - [SMALL_STATE(1042)] = 76883, - [SMALL_STATE(1043)] = 76926, - [SMALL_STATE(1044)] = 76969, - [SMALL_STATE(1045)] = 77012, - [SMALL_STATE(1046)] = 77055, - [SMALL_STATE(1047)] = 77098, - [SMALL_STATE(1048)] = 77141, - [SMALL_STATE(1049)] = 77200, - [SMALL_STATE(1050)] = 77257, - [SMALL_STATE(1051)] = 77310, - [SMALL_STATE(1052)] = 77375, - [SMALL_STATE(1053)] = 77438, - [SMALL_STATE(1054)] = 77499, - [SMALL_STATE(1055)] = 77542, - [SMALL_STATE(1056)] = 77585, - [SMALL_STATE(1057)] = 77628, - [SMALL_STATE(1058)] = 77671, - [SMALL_STATE(1059)] = 77714, - [SMALL_STATE(1060)] = 77757, - [SMALL_STATE(1061)] = 77800, - [SMALL_STATE(1062)] = 77847, - [SMALL_STATE(1063)] = 77890, - [SMALL_STATE(1064)] = 77937, - [SMALL_STATE(1065)] = 77980, - [SMALL_STATE(1066)] = 78027, - [SMALL_STATE(1067)] = 78074, - [SMALL_STATE(1068)] = 78117, - [SMALL_STATE(1069)] = 78160, - [SMALL_STATE(1070)] = 78207, - [SMALL_STATE(1071)] = 78250, - [SMALL_STATE(1072)] = 78297, - [SMALL_STATE(1073)] = 78340, - [SMALL_STATE(1074)] = 78383, - [SMALL_STATE(1075)] = 78426, - [SMALL_STATE(1076)] = 78469, - [SMALL_STATE(1077)] = 78512, - [SMALL_STATE(1078)] = 78555, - [SMALL_STATE(1079)] = 78598, - [SMALL_STATE(1080)] = 78641, - [SMALL_STATE(1081)] = 78716, - [SMALL_STATE(1082)] = 78759, - [SMALL_STATE(1083)] = 78802, - [SMALL_STATE(1084)] = 78845, - [SMALL_STATE(1085)] = 78912, - [SMALL_STATE(1086)] = 78955, - [SMALL_STATE(1087)] = 78998, - [SMALL_STATE(1088)] = 79041, - [SMALL_STATE(1089)] = 79084, - [SMALL_STATE(1090)] = 79127, - [SMALL_STATE(1091)] = 79170, - [SMALL_STATE(1092)] = 79213, - [SMALL_STATE(1093)] = 79280, - [SMALL_STATE(1094)] = 79347, - [SMALL_STATE(1095)] = 79390, - [SMALL_STATE(1096)] = 79465, - [SMALL_STATE(1097)] = 79508, - [SMALL_STATE(1098)] = 79551, - [SMALL_STATE(1099)] = 79594, - [SMALL_STATE(1100)] = 79637, - [SMALL_STATE(1101)] = 79680, - [SMALL_STATE(1102)] = 79725, - [SMALL_STATE(1103)] = 79770, - [SMALL_STATE(1104)] = 79815, - [SMALL_STATE(1105)] = 79860, - [SMALL_STATE(1106)] = 79905, - [SMALL_STATE(1107)] = 79980, - [SMALL_STATE(1108)] = 80025, + [SMALL_STATE(1007)] = 75282, + [SMALL_STATE(1008)] = 75325, + [SMALL_STATE(1009)] = 75368, + [SMALL_STATE(1010)] = 75411, + [SMALL_STATE(1011)] = 75472, + [SMALL_STATE(1012)] = 75519, + [SMALL_STATE(1013)] = 75582, + [SMALL_STATE(1014)] = 75625, + [SMALL_STATE(1015)] = 75668, + [SMALL_STATE(1016)] = 75715, + [SMALL_STATE(1017)] = 75758, + [SMALL_STATE(1018)] = 75803, + [SMALL_STATE(1019)] = 75848, + [SMALL_STATE(1020)] = 75895, + [SMALL_STATE(1021)] = 75944, + [SMALL_STATE(1022)] = 76009, + [SMALL_STATE(1023)] = 76062, + [SMALL_STATE(1024)] = 76119, + [SMALL_STATE(1025)] = 76162, + [SMALL_STATE(1026)] = 76205, + [SMALL_STATE(1027)] = 76250, + [SMALL_STATE(1028)] = 76293, + [SMALL_STATE(1029)] = 76346, + [SMALL_STATE(1030)] = 76399, + [SMALL_STATE(1031)] = 76442, + [SMALL_STATE(1032)] = 76485, + [SMALL_STATE(1033)] = 76534, + [SMALL_STATE(1034)] = 76579, + [SMALL_STATE(1035)] = 76622, + [SMALL_STATE(1036)] = 76669, + [SMALL_STATE(1037)] = 76728, + [SMALL_STATE(1038)] = 76771, + [SMALL_STATE(1039)] = 76818, + [SMALL_STATE(1040)] = 76861, + [SMALL_STATE(1041)] = 76908, + [SMALL_STATE(1042)] = 76955, + [SMALL_STATE(1043)] = 77008, + [SMALL_STATE(1044)] = 77067, + [SMALL_STATE(1045)] = 77124, + [SMALL_STATE(1046)] = 77167, + [SMALL_STATE(1047)] = 77212, + [SMALL_STATE(1048)] = 77265, + [SMALL_STATE(1049)] = 77312, + [SMALL_STATE(1050)] = 77365, + [SMALL_STATE(1051)] = 77408, + [SMALL_STATE(1052)] = 77451, + [SMALL_STATE(1053)] = 77498, + [SMALL_STATE(1054)] = 77541, + [SMALL_STATE(1055)] = 77588, + [SMALL_STATE(1056)] = 77631, + [SMALL_STATE(1057)] = 77678, + [SMALL_STATE(1058)] = 77721, + [SMALL_STATE(1059)] = 77786, + [SMALL_STATE(1060)] = 77849, + [SMALL_STATE(1061)] = 77910, + [SMALL_STATE(1062)] = 77953, + [SMALL_STATE(1063)] = 77996, + [SMALL_STATE(1064)] = 78043, + [SMALL_STATE(1065)] = 78090, + [SMALL_STATE(1066)] = 78133, + [SMALL_STATE(1067)] = 78180, + [SMALL_STATE(1068)] = 78223, + [SMALL_STATE(1069)] = 78266, + [SMALL_STATE(1070)] = 78309, + [SMALL_STATE(1071)] = 78352, + [SMALL_STATE(1072)] = 78395, + [SMALL_STATE(1073)] = 78442, + [SMALL_STATE(1074)] = 78485, + [SMALL_STATE(1075)] = 78528, + [SMALL_STATE(1076)] = 78571, + [SMALL_STATE(1077)] = 78614, + [SMALL_STATE(1078)] = 78657, + [SMALL_STATE(1079)] = 78704, + [SMALL_STATE(1080)] = 78747, + [SMALL_STATE(1081)] = 78790, + [SMALL_STATE(1082)] = 78835, + [SMALL_STATE(1083)] = 78878, + [SMALL_STATE(1084)] = 78923, + [SMALL_STATE(1085)] = 78966, + [SMALL_STATE(1086)] = 79011, + [SMALL_STATE(1087)] = 79054, + [SMALL_STATE(1088)] = 79097, + [SMALL_STATE(1089)] = 79140, + [SMALL_STATE(1090)] = 79183, + [SMALL_STATE(1091)] = 79226, + [SMALL_STATE(1092)] = 79269, + [SMALL_STATE(1093)] = 79312, + [SMALL_STATE(1094)] = 79387, + [SMALL_STATE(1095)] = 79430, + [SMALL_STATE(1096)] = 79473, + [SMALL_STATE(1097)] = 79516, + [SMALL_STATE(1098)] = 79559, + [SMALL_STATE(1099)] = 79602, + [SMALL_STATE(1100)] = 79645, + [SMALL_STATE(1101)] = 79712, + [SMALL_STATE(1102)] = 79757, + [SMALL_STATE(1103)] = 79800, + [SMALL_STATE(1104)] = 79843, + [SMALL_STATE(1105)] = 79886, + [SMALL_STATE(1106)] = 79929, + [SMALL_STATE(1107)] = 79972, + [SMALL_STATE(1108)] = 80017, [SMALL_STATE(1109)] = 80092, [SMALL_STATE(1110)] = 80159, - [SMALL_STATE(1111)] = 80226, - [SMALL_STATE(1112)] = 80269, - [SMALL_STATE(1113)] = 80312, - [SMALL_STATE(1114)] = 80355, - [SMALL_STATE(1115)] = 80408, - [SMALL_STATE(1116)] = 80457, - [SMALL_STATE(1117)] = 80500, - [SMALL_STATE(1118)] = 80543, - [SMALL_STATE(1119)] = 80588, - [SMALL_STATE(1120)] = 80633, - [SMALL_STATE(1121)] = 80676, - [SMALL_STATE(1122)] = 80719, - [SMALL_STATE(1123)] = 80762, - [SMALL_STATE(1124)] = 80805, - [SMALL_STATE(1125)] = 80848, - [SMALL_STATE(1126)] = 80901, - [SMALL_STATE(1127)] = 80944, - [SMALL_STATE(1128)] = 80987, - [SMALL_STATE(1129)] = 81030, - [SMALL_STATE(1130)] = 81077, - [SMALL_STATE(1131)] = 81130, - [SMALL_STATE(1132)] = 81189, - [SMALL_STATE(1133)] = 81232, - [SMALL_STATE(1134)] = 81275, - [SMALL_STATE(1135)] = 81318, - [SMALL_STATE(1136)] = 81361, - [SMALL_STATE(1137)] = 81404, - [SMALL_STATE(1138)] = 81447, - [SMALL_STATE(1139)] = 81492, - [SMALL_STATE(1140)] = 81549, - [SMALL_STATE(1141)] = 81592, - [SMALL_STATE(1142)] = 81645, - [SMALL_STATE(1143)] = 81710, - [SMALL_STATE(1144)] = 81773, - [SMALL_STATE(1145)] = 81834, - [SMALL_STATE(1146)] = 81879, - [SMALL_STATE(1147)] = 81924, + [SMALL_STATE(1111)] = 80204, + [SMALL_STATE(1112)] = 80271, + [SMALL_STATE(1113)] = 80338, + [SMALL_STATE(1114)] = 80405, + [SMALL_STATE(1115)] = 80448, + [SMALL_STATE(1116)] = 80491, + [SMALL_STATE(1117)] = 80534, + [SMALL_STATE(1118)] = 80583, + [SMALL_STATE(1119)] = 80628, + [SMALL_STATE(1120)] = 80673, + [SMALL_STATE(1121)] = 80716, + [SMALL_STATE(1122)] = 80759, + [SMALL_STATE(1123)] = 80802, + [SMALL_STATE(1124)] = 80845, + [SMALL_STATE(1125)] = 80888, + [SMALL_STATE(1126)] = 80931, + [SMALL_STATE(1127)] = 80974, + [SMALL_STATE(1128)] = 81041, + [SMALL_STATE(1129)] = 81088, + [SMALL_STATE(1130)] = 81131, + [SMALL_STATE(1131)] = 81174, + [SMALL_STATE(1132)] = 81217, + [SMALL_STATE(1133)] = 81260, + [SMALL_STATE(1134)] = 81303, + [SMALL_STATE(1135)] = 81346, + [SMALL_STATE(1136)] = 81389, + [SMALL_STATE(1137)] = 81436, + [SMALL_STATE(1138)] = 81481, + [SMALL_STATE(1139)] = 81526, + [SMALL_STATE(1140)] = 81569, + [SMALL_STATE(1141)] = 81614, + [SMALL_STATE(1142)] = 81657, + [SMALL_STATE(1143)] = 81700, + [SMALL_STATE(1144)] = 81775, + [SMALL_STATE(1145)] = 81820, + [SMALL_STATE(1146)] = 81873, + [SMALL_STATE(1147)] = 81916, [SMALL_STATE(1148)] = 81969, [SMALL_STATE(1149)] = 82012, [SMALL_STATE(1150)] = 82054, @@ -120632,133 +120693,133 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1161)] = 82516, [SMALL_STATE(1162)] = 82558, [SMALL_STATE(1163)] = 82600, - [SMALL_STATE(1164)] = 82642, - [SMALL_STATE(1165)] = 82684, + [SMALL_STATE(1164)] = 82646, + [SMALL_STATE(1165)] = 82692, [SMALL_STATE(1166)] = 82734, [SMALL_STATE(1167)] = 82776, [SMALL_STATE(1168)] = 82818, [SMALL_STATE(1169)] = 82860, [SMALL_STATE(1170)] = 82902, [SMALL_STATE(1171)] = 82944, - [SMALL_STATE(1172)] = 82986, - [SMALL_STATE(1173)] = 83028, - [SMALL_STATE(1174)] = 83070, - [SMALL_STATE(1175)] = 83112, - [SMALL_STATE(1176)] = 83154, - [SMALL_STATE(1177)] = 83196, - [SMALL_STATE(1178)] = 83238, - [SMALL_STATE(1179)] = 83280, - [SMALL_STATE(1180)] = 83322, - [SMALL_STATE(1181)] = 83366, - [SMALL_STATE(1182)] = 83416, - [SMALL_STATE(1183)] = 83458, - [SMALL_STATE(1184)] = 83500, - [SMALL_STATE(1185)] = 83544, - [SMALL_STATE(1186)] = 83586, - [SMALL_STATE(1187)] = 83628, - [SMALL_STATE(1188)] = 83670, - [SMALL_STATE(1189)] = 83712, - [SMALL_STATE(1190)] = 83754, - [SMALL_STATE(1191)] = 83796, - [SMALL_STATE(1192)] = 83838, - [SMALL_STATE(1193)] = 83880, - [SMALL_STATE(1194)] = 83924, - [SMALL_STATE(1195)] = 83966, - [SMALL_STATE(1196)] = 84008, - [SMALL_STATE(1197)] = 84050, - [SMALL_STATE(1198)] = 84094, - [SMALL_STATE(1199)] = 84138, - [SMALL_STATE(1200)] = 84184, - [SMALL_STATE(1201)] = 84226, - [SMALL_STATE(1202)] = 84272, - [SMALL_STATE(1203)] = 84314, - [SMALL_STATE(1204)] = 84360, - [SMALL_STATE(1205)] = 84402, - [SMALL_STATE(1206)] = 84444, - [SMALL_STATE(1207)] = 84486, - [SMALL_STATE(1208)] = 84530, - [SMALL_STATE(1209)] = 84572, - [SMALL_STATE(1210)] = 84614, - [SMALL_STATE(1211)] = 84656, - [SMALL_STATE(1212)] = 84698, - [SMALL_STATE(1213)] = 84740, - [SMALL_STATE(1214)] = 84814, + [SMALL_STATE(1172)] = 83018, + [SMALL_STATE(1173)] = 83060, + [SMALL_STATE(1174)] = 83102, + [SMALL_STATE(1175)] = 83146, + [SMALL_STATE(1176)] = 83192, + [SMALL_STATE(1177)] = 83238, + [SMALL_STATE(1178)] = 83282, + [SMALL_STATE(1179)] = 83324, + [SMALL_STATE(1180)] = 83366, + [SMALL_STATE(1181)] = 83408, + [SMALL_STATE(1182)] = 83450, + [SMALL_STATE(1183)] = 83492, + [SMALL_STATE(1184)] = 83534, + [SMALL_STATE(1185)] = 83576, + [SMALL_STATE(1186)] = 83618, + [SMALL_STATE(1187)] = 83664, + [SMALL_STATE(1188)] = 83706, + [SMALL_STATE(1189)] = 83756, + [SMALL_STATE(1190)] = 83798, + [SMALL_STATE(1191)] = 83840, + [SMALL_STATE(1192)] = 83882, + [SMALL_STATE(1193)] = 83924, + [SMALL_STATE(1194)] = 83966, + [SMALL_STATE(1195)] = 84008, + [SMALL_STATE(1196)] = 84052, + [SMALL_STATE(1197)] = 84094, + [SMALL_STATE(1198)] = 84138, + [SMALL_STATE(1199)] = 84180, + [SMALL_STATE(1200)] = 84222, + [SMALL_STATE(1201)] = 84264, + [SMALL_STATE(1202)] = 84306, + [SMALL_STATE(1203)] = 84352, + [SMALL_STATE(1204)] = 84394, + [SMALL_STATE(1205)] = 84436, + [SMALL_STATE(1206)] = 84478, + [SMALL_STATE(1207)] = 84520, + [SMALL_STATE(1208)] = 84562, + [SMALL_STATE(1209)] = 84604, + [SMALL_STATE(1210)] = 84646, + [SMALL_STATE(1211)] = 84688, + [SMALL_STATE(1212)] = 84730, + [SMALL_STATE(1213)] = 84772, + [SMALL_STATE(1214)] = 84816, [SMALL_STATE(1215)] = 84858, - [SMALL_STATE(1216)] = 84904, - [SMALL_STATE(1217)] = 84948, - [SMALL_STATE(1218)] = 84994, - [SMALL_STATE(1219)] = 85036, - [SMALL_STATE(1220)] = 85078, - [SMALL_STATE(1221)] = 85120, - [SMALL_STATE(1222)] = 85162, - [SMALL_STATE(1223)] = 85208, - [SMALL_STATE(1224)] = 85250, - [SMALL_STATE(1225)] = 85292, - [SMALL_STATE(1226)] = 85338, - [SMALL_STATE(1227)] = 85380, - [SMALL_STATE(1228)] = 85422, - [SMALL_STATE(1229)] = 85464, - [SMALL_STATE(1230)] = 85510, - [SMALL_STATE(1231)] = 85552, - [SMALL_STATE(1232)] = 85594, - [SMALL_STATE(1233)] = 85636, - [SMALL_STATE(1234)] = 85682, - [SMALL_STATE(1235)] = 85724, - [SMALL_STATE(1236)] = 85766, - [SMALL_STATE(1237)] = 85808, - [SMALL_STATE(1238)] = 85850, - [SMALL_STATE(1239)] = 85892, - [SMALL_STATE(1240)] = 85934, - [SMALL_STATE(1241)] = 85980, - [SMALL_STATE(1242)] = 86026, - [SMALL_STATE(1243)] = 86070, - [SMALL_STATE(1244)] = 86116, - [SMALL_STATE(1245)] = 86158, - [SMALL_STATE(1246)] = 86200, - [SMALL_STATE(1247)] = 86242, - [SMALL_STATE(1248)] = 86284, - [SMALL_STATE(1249)] = 86326, - [SMALL_STATE(1250)] = 86368, - [SMALL_STATE(1251)] = 86410, - [SMALL_STATE(1252)] = 86452, - [SMALL_STATE(1253)] = 86494, - [SMALL_STATE(1254)] = 86536, - [SMALL_STATE(1255)] = 86582, - [SMALL_STATE(1256)] = 86626, - [SMALL_STATE(1257)] = 86670, - [SMALL_STATE(1258)] = 86714, - [SMALL_STATE(1259)] = 86756, - [SMALL_STATE(1260)] = 86798, - [SMALL_STATE(1261)] = 86842, - [SMALL_STATE(1262)] = 86884, - [SMALL_STATE(1263)] = 86926, - [SMALL_STATE(1264)] = 86970, - [SMALL_STATE(1265)] = 87012, - [SMALL_STATE(1266)] = 87054, - [SMALL_STATE(1267)] = 87096, - [SMALL_STATE(1268)] = 87138, - [SMALL_STATE(1269)] = 87180, - [SMALL_STATE(1270)] = 87222, - [SMALL_STATE(1271)] = 87264, - [SMALL_STATE(1272)] = 87306, - [SMALL_STATE(1273)] = 87348, - [SMALL_STATE(1274)] = 87390, - [SMALL_STATE(1275)] = 87432, - [SMALL_STATE(1276)] = 87474, - [SMALL_STATE(1277)] = 87516, + [SMALL_STATE(1216)] = 84902, + [SMALL_STATE(1217)] = 84944, + [SMALL_STATE(1218)] = 84986, + [SMALL_STATE(1219)] = 85030, + [SMALL_STATE(1220)] = 85072, + [SMALL_STATE(1221)] = 85116, + [SMALL_STATE(1222)] = 85158, + [SMALL_STATE(1223)] = 85200, + [SMALL_STATE(1224)] = 85242, + [SMALL_STATE(1225)] = 85284, + [SMALL_STATE(1226)] = 85326, + [SMALL_STATE(1227)] = 85368, + [SMALL_STATE(1228)] = 85410, + [SMALL_STATE(1229)] = 85452, + [SMALL_STATE(1230)] = 85494, + [SMALL_STATE(1231)] = 85536, + [SMALL_STATE(1232)] = 85578, + [SMALL_STATE(1233)] = 85620, + [SMALL_STATE(1234)] = 85666, + [SMALL_STATE(1235)] = 85708, + [SMALL_STATE(1236)] = 85750, + [SMALL_STATE(1237)] = 85796, + [SMALL_STATE(1238)] = 85838, + [SMALL_STATE(1239)] = 85880, + [SMALL_STATE(1240)] = 85922, + [SMALL_STATE(1241)] = 85964, + [SMALL_STATE(1242)] = 86006, + [SMALL_STATE(1243)] = 86052, + [SMALL_STATE(1244)] = 86098, + [SMALL_STATE(1245)] = 86140, + [SMALL_STATE(1246)] = 86186, + [SMALL_STATE(1247)] = 86228, + [SMALL_STATE(1248)] = 86272, + [SMALL_STATE(1249)] = 86318, + [SMALL_STATE(1250)] = 86360, + [SMALL_STATE(1251)] = 86402, + [SMALL_STATE(1252)] = 86444, + [SMALL_STATE(1253)] = 86486, + [SMALL_STATE(1254)] = 86528, + [SMALL_STATE(1255)] = 86570, + [SMALL_STATE(1256)] = 86616, + [SMALL_STATE(1257)] = 86658, + [SMALL_STATE(1258)] = 86700, + [SMALL_STATE(1259)] = 86742, + [SMALL_STATE(1260)] = 86786, + [SMALL_STATE(1261)] = 86830, + [SMALL_STATE(1262)] = 86872, + [SMALL_STATE(1263)] = 86916, + [SMALL_STATE(1264)] = 86958, + [SMALL_STATE(1265)] = 87008, + [SMALL_STATE(1266)] = 87050, + [SMALL_STATE(1267)] = 87092, + [SMALL_STATE(1268)] = 87134, + [SMALL_STATE(1269)] = 87176, + [SMALL_STATE(1270)] = 87218, + [SMALL_STATE(1271)] = 87260, + [SMALL_STATE(1272)] = 87302, + [SMALL_STATE(1273)] = 87344, + [SMALL_STATE(1274)] = 87386, + [SMALL_STATE(1275)] = 87428, + [SMALL_STATE(1276)] = 87470, + [SMALL_STATE(1277)] = 87514, [SMALL_STATE(1278)] = 87558, [SMALL_STATE(1279)] = 87600, [SMALL_STATE(1280)] = 87642, [SMALL_STATE(1281)] = 87684, [SMALL_STATE(1282)] = 87726, - [SMALL_STATE(1283)] = 87768, + [SMALL_STATE(1283)] = 87772, [SMALL_STATE(1284)] = 87814, [SMALL_STATE(1285)] = 87856, [SMALL_STATE(1286)] = 87898, [SMALL_STATE(1287)] = 87940, - [SMALL_STATE(1288)] = 87982, - [SMALL_STATE(1289)] = 88024, - [SMALL_STATE(1290)] = 88066, + [SMALL_STATE(1288)] = 87984, + [SMALL_STATE(1289)] = 88028, + [SMALL_STATE(1290)] = 88070, [SMALL_STATE(1291)] = 88112, [SMALL_STATE(1292)] = 88154, [SMALL_STATE(1293)] = 88196, @@ -120770,95 +120831,95 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1299)] = 88448, [SMALL_STATE(1300)] = 88490, [SMALL_STATE(1301)] = 88532, - [SMALL_STATE(1302)] = 88574, - [SMALL_STATE(1303)] = 88618, - [SMALL_STATE(1304)] = 88660, + [SMALL_STATE(1302)] = 88578, + [SMALL_STATE(1303)] = 88620, + [SMALL_STATE(1304)] = 88662, [SMALL_STATE(1305)] = 88704, [SMALL_STATE(1306)] = 88746, [SMALL_STATE(1307)] = 88788, [SMALL_STATE(1308)] = 88830, [SMALL_STATE(1309)] = 88874, [SMALL_STATE(1310)] = 88918, - [SMALL_STATE(1311)] = 88962, - [SMALL_STATE(1312)] = 89004, + [SMALL_STATE(1311)] = 88960, + [SMALL_STATE(1312)] = 89002, [SMALL_STATE(1313)] = 89046, - [SMALL_STATE(1314)] = 89097, - [SMALL_STATE(1315)] = 89162, - [SMALL_STATE(1316)] = 89203, - [SMALL_STATE(1317)] = 89244, - [SMALL_STATE(1318)] = 89287, + [SMALL_STATE(1314)] = 89087, + [SMALL_STATE(1315)] = 89142, + [SMALL_STATE(1316)] = 89183, + [SMALL_STATE(1317)] = 89224, + [SMALL_STATE(1318)] = 89289, [SMALL_STATE(1319)] = 89330, [SMALL_STATE(1320)] = 89371, [SMALL_STATE(1321)] = 89412, [SMALL_STATE(1322)] = 89453, - [SMALL_STATE(1323)] = 89494, + [SMALL_STATE(1323)] = 89498, [SMALL_STATE(1324)] = 89539, - [SMALL_STATE(1325)] = 89582, - [SMALL_STATE(1326)] = 89627, - [SMALL_STATE(1327)] = 89668, - [SMALL_STATE(1328)] = 89709, - [SMALL_STATE(1329)] = 89750, - [SMALL_STATE(1330)] = 89791, - [SMALL_STATE(1331)] = 89832, - [SMALL_STATE(1332)] = 89873, - [SMALL_STATE(1333)] = 89938, - [SMALL_STATE(1334)] = 89989, - [SMALL_STATE(1335)] = 90048, - [SMALL_STATE(1336)] = 90109, - [SMALL_STATE(1337)] = 90172, - [SMALL_STATE(1338)] = 90223, - [SMALL_STATE(1339)] = 90278, - [SMALL_STATE(1340)] = 90319, - [SMALL_STATE(1341)] = 90376, - [SMALL_STATE(1342)] = 90417, - [SMALL_STATE(1343)] = 90460, - [SMALL_STATE(1344)] = 90503, - [SMALL_STATE(1345)] = 90552, - [SMALL_STATE(1346)] = 90593, - [SMALL_STATE(1347)] = 90634, - [SMALL_STATE(1348)] = 90685, - [SMALL_STATE(1349)] = 90726, - [SMALL_STATE(1350)] = 90773, - [SMALL_STATE(1351)] = 90814, - [SMALL_STATE(1352)] = 90855, - [SMALL_STATE(1353)] = 90896, - [SMALL_STATE(1354)] = 90937, - [SMALL_STATE(1355)] = 91002, - [SMALL_STATE(1356)] = 91043, - [SMALL_STATE(1357)] = 91084, - [SMALL_STATE(1358)] = 91125, - [SMALL_STATE(1359)] = 91168, - [SMALL_STATE(1360)] = 91211, - [SMALL_STATE(1361)] = 91256, - [SMALL_STATE(1362)] = 91297, - [SMALL_STATE(1363)] = 91338, - [SMALL_STATE(1364)] = 91379, - [SMALL_STATE(1365)] = 91420, - [SMALL_STATE(1366)] = 91461, - [SMALL_STATE(1367)] = 91502, - [SMALL_STATE(1368)] = 91543, - [SMALL_STATE(1369)] = 91586, + [SMALL_STATE(1325)] = 89580, + [SMALL_STATE(1326)] = 89621, + [SMALL_STATE(1327)] = 89662, + [SMALL_STATE(1328)] = 89707, + [SMALL_STATE(1329)] = 89748, + [SMALL_STATE(1330)] = 89793, + [SMALL_STATE(1331)] = 89834, + [SMALL_STATE(1332)] = 89893, + [SMALL_STATE(1333)] = 89934, + [SMALL_STATE(1334)] = 89995, + [SMALL_STATE(1335)] = 90038, + [SMALL_STATE(1336)] = 90101, + [SMALL_STATE(1337)] = 90144, + [SMALL_STATE(1338)] = 90195, + [SMALL_STATE(1339)] = 90236, + [SMALL_STATE(1340)] = 90279, + [SMALL_STATE(1341)] = 90336, + [SMALL_STATE(1342)] = 90387, + [SMALL_STATE(1343)] = 90428, + [SMALL_STATE(1344)] = 90479, + [SMALL_STATE(1345)] = 90530, + [SMALL_STATE(1346)] = 90573, + [SMALL_STATE(1347)] = 90616, + [SMALL_STATE(1348)] = 90657, + [SMALL_STATE(1349)] = 90698, + [SMALL_STATE(1350)] = 90741, + [SMALL_STATE(1351)] = 90782, + [SMALL_STATE(1352)] = 90823, + [SMALL_STATE(1353)] = 90864, + [SMALL_STATE(1354)] = 90905, + [SMALL_STATE(1355)] = 90946, + [SMALL_STATE(1356)] = 90987, + [SMALL_STATE(1357)] = 91028, + [SMALL_STATE(1358)] = 91093, + [SMALL_STATE(1359)] = 91134, + [SMALL_STATE(1360)] = 91175, + [SMALL_STATE(1361)] = 91218, + [SMALL_STATE(1362)] = 91283, + [SMALL_STATE(1363)] = 91326, + [SMALL_STATE(1364)] = 91369, + [SMALL_STATE(1365)] = 91410, + [SMALL_STATE(1366)] = 91451, + [SMALL_STATE(1367)] = 91500, + [SMALL_STATE(1368)] = 91541, + [SMALL_STATE(1369)] = 91588, [SMALL_STATE(1370)] = 91629, [SMALL_STATE(1371)] = 91670, [SMALL_STATE(1372)] = 91711, [SMALL_STATE(1373)] = 91751, [SMALL_STATE(1374)] = 91793, - [SMALL_STATE(1375)] = 91833, - [SMALL_STATE(1376)] = 91873, - [SMALL_STATE(1377)] = 91915, - [SMALL_STATE(1378)] = 91955, - [SMALL_STATE(1379)] = 91995, - [SMALL_STATE(1380)] = 92035, - [SMALL_STATE(1381)] = 92075, - [SMALL_STATE(1382)] = 92117, - [SMALL_STATE(1383)] = 92159, - [SMALL_STATE(1384)] = 92199, - [SMALL_STATE(1385)] = 92241, - [SMALL_STATE(1386)] = 92281, - [SMALL_STATE(1387)] = 92323, + [SMALL_STATE(1375)] = 91835, + [SMALL_STATE(1376)] = 91877, + [SMALL_STATE(1377)] = 91919, + [SMALL_STATE(1378)] = 91959, + [SMALL_STATE(1379)] = 92001, + [SMALL_STATE(1380)] = 92041, + [SMALL_STATE(1381)] = 92081, + [SMALL_STATE(1382)] = 92123, + [SMALL_STATE(1383)] = 92165, + [SMALL_STATE(1384)] = 92205, + [SMALL_STATE(1385)] = 92245, + [SMALL_STATE(1386)] = 92285, + [SMALL_STATE(1387)] = 92325, [SMALL_STATE(1388)] = 92365, - [SMALL_STATE(1389)] = 92407, - [SMALL_STATE(1390)] = 92449, + [SMALL_STATE(1389)] = 92405, + [SMALL_STATE(1390)] = 92447, [SMALL_STATE(1391)] = 92489, [SMALL_STATE(1392)] = 92554, [SMALL_STATE(1393)] = 92619, @@ -120872,106 +120933,106 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1401)] = 92901, [SMALL_STATE(1402)] = 92932, [SMALL_STATE(1403)] = 92963, - [SMALL_STATE(1404)] = 92999, + [SMALL_STATE(1404)] = 93001, [SMALL_STATE(1405)] = 93037, [SMALL_STATE(1406)] = 93075, [SMALL_STATE(1407)] = 93113, - [SMALL_STATE(1408)] = 93149, - [SMALL_STATE(1409)] = 93187, + [SMALL_STATE(1408)] = 93151, + [SMALL_STATE(1409)] = 93189, [SMALL_STATE(1410)] = 93225, [SMALL_STATE(1411)] = 93263, - [SMALL_STATE(1412)] = 93300, - [SMALL_STATE(1413)] = 93329, - [SMALL_STATE(1414)] = 93366, - [SMALL_STATE(1415)] = 93403, - [SMALL_STATE(1416)] = 93432, - [SMALL_STATE(1417)] = 93469, - [SMALL_STATE(1418)] = 93498, - [SMALL_STATE(1419)] = 93527, - [SMALL_STATE(1420)] = 93556, - [SMALL_STATE(1421)] = 93591, - [SMALL_STATE(1422)] = 93620, - [SMALL_STATE(1423)] = 93649, + [SMALL_STATE(1412)] = 93292, + [SMALL_STATE(1413)] = 93327, + [SMALL_STATE(1414)] = 93356, + [SMALL_STATE(1415)] = 93385, + [SMALL_STATE(1416)] = 93422, + [SMALL_STATE(1417)] = 93459, + [SMALL_STATE(1418)] = 93488, + [SMALL_STATE(1419)] = 93517, + [SMALL_STATE(1420)] = 93552, + [SMALL_STATE(1421)] = 93581, + [SMALL_STATE(1422)] = 93618, + [SMALL_STATE(1423)] = 93647, [SMALL_STATE(1424)] = 93684, [SMALL_STATE(1425)] = 93713, [SMALL_STATE(1426)] = 93741, [SMALL_STATE(1427)] = 93769, - [SMALL_STATE(1428)] = 93797, - [SMALL_STATE(1429)] = 93825, - [SMALL_STATE(1430)] = 93871, - [SMALL_STATE(1431)] = 93899, + [SMALL_STATE(1428)] = 93793, + [SMALL_STATE(1429)] = 93839, + [SMALL_STATE(1430)] = 93867, + [SMALL_STATE(1431)] = 93895, [SMALL_STATE(1432)] = 93923, [SMALL_STATE(1433)] = 93951, [SMALL_STATE(1434)] = 93979, - [SMALL_STATE(1435)] = 94021, - [SMALL_STATE(1436)] = 94065, - [SMALL_STATE(1437)] = 94111, - [SMALL_STATE(1438)] = 94157, - [SMALL_STATE(1439)] = 94193, - [SMALL_STATE(1440)] = 94231, - [SMALL_STATE(1441)] = 94259, - [SMALL_STATE(1442)] = 94287, + [SMALL_STATE(1435)] = 94007, + [SMALL_STATE(1436)] = 94035, + [SMALL_STATE(1437)] = 94081, + [SMALL_STATE(1438)] = 94127, + [SMALL_STATE(1439)] = 94163, + [SMALL_STATE(1440)] = 94199, + [SMALL_STATE(1441)] = 94245, + [SMALL_STATE(1442)] = 94269, [SMALL_STATE(1443)] = 94315, - [SMALL_STATE(1444)] = 94361, - [SMALL_STATE(1445)] = 94401, - [SMALL_STATE(1446)] = 94437, - [SMALL_STATE(1447)] = 94465, - [SMALL_STATE(1448)] = 94493, - [SMALL_STATE(1449)] = 94521, - [SMALL_STATE(1450)] = 94549, - [SMALL_STATE(1451)] = 94577, - [SMALL_STATE(1452)] = 94623, - [SMALL_STATE(1453)] = 94651, - [SMALL_STATE(1454)] = 94679, - [SMALL_STATE(1455)] = 94703, - [SMALL_STATE(1456)] = 94727, - [SMALL_STATE(1457)] = 94755, - [SMALL_STATE(1458)] = 94801, - [SMALL_STATE(1459)] = 94847, - [SMALL_STATE(1460)] = 94875, - [SMALL_STATE(1461)] = 94903, - [SMALL_STATE(1462)] = 94949, - [SMALL_STATE(1463)] = 94995, - [SMALL_STATE(1464)] = 95023, - [SMALL_STATE(1465)] = 95051, - [SMALL_STATE(1466)] = 95097, - [SMALL_STATE(1467)] = 95121, - [SMALL_STATE(1468)] = 95157, - [SMALL_STATE(1469)] = 95193, - [SMALL_STATE(1470)] = 95239, - [SMALL_STATE(1471)] = 95267, + [SMALL_STATE(1444)] = 94339, + [SMALL_STATE(1445)] = 94367, + [SMALL_STATE(1446)] = 94395, + [SMALL_STATE(1447)] = 94441, + [SMALL_STATE(1448)] = 94469, + [SMALL_STATE(1449)] = 94497, + [SMALL_STATE(1450)] = 94525, + [SMALL_STATE(1451)] = 94553, + [SMALL_STATE(1452)] = 94599, + [SMALL_STATE(1453)] = 94635, + [SMALL_STATE(1454)] = 94663, + [SMALL_STATE(1455)] = 94691, + [SMALL_STATE(1456)] = 94719, + [SMALL_STATE(1457)] = 94747, + [SMALL_STATE(1458)] = 94793, + [SMALL_STATE(1459)] = 94821, + [SMALL_STATE(1460)] = 94859, + [SMALL_STATE(1461)] = 94905, + [SMALL_STATE(1462)] = 94933, + [SMALL_STATE(1463)] = 94969, + [SMALL_STATE(1464)] = 95015, + [SMALL_STATE(1465)] = 95055, + [SMALL_STATE(1466)] = 95101, + [SMALL_STATE(1467)] = 95125, + [SMALL_STATE(1468)] = 95153, + [SMALL_STATE(1469)] = 95195, + [SMALL_STATE(1470)] = 95223, + [SMALL_STATE(1471)] = 95251, [SMALL_STATE(1472)] = 95295, - [SMALL_STATE(1473)] = 95340, - [SMALL_STATE(1474)] = 95385, - [SMALL_STATE(1475)] = 95408, - [SMALL_STATE(1476)] = 95431, - [SMALL_STATE(1477)] = 95476, - [SMALL_STATE(1478)] = 95521, - [SMALL_STATE(1479)] = 95552, - [SMALL_STATE(1480)] = 95597, - [SMALL_STATE(1481)] = 95624, - [SMALL_STATE(1482)] = 95669, - [SMALL_STATE(1483)] = 95692, - [SMALL_STATE(1484)] = 95737, - [SMALL_STATE(1485)] = 95782, - [SMALL_STATE(1486)] = 95827, - [SMALL_STATE(1487)] = 95872, - [SMALL_STATE(1488)] = 95895, - [SMALL_STATE(1489)] = 95940, - [SMALL_STATE(1490)] = 95967, - [SMALL_STATE(1491)] = 95996, - [SMALL_STATE(1492)] = 96027, - [SMALL_STATE(1493)] = 96072, + [SMALL_STATE(1473)] = 95326, + [SMALL_STATE(1474)] = 95371, + [SMALL_STATE(1475)] = 95416, + [SMALL_STATE(1476)] = 95461, + [SMALL_STATE(1477)] = 95506, + [SMALL_STATE(1478)] = 95529, + [SMALL_STATE(1479)] = 95556, + [SMALL_STATE(1480)] = 95601, + [SMALL_STATE(1481)] = 95632, + [SMALL_STATE(1482)] = 95677, + [SMALL_STATE(1483)] = 95722, + [SMALL_STATE(1484)] = 95767, + [SMALL_STATE(1485)] = 95796, + [SMALL_STATE(1486)] = 95819, + [SMALL_STATE(1487)] = 95864, + [SMALL_STATE(1488)] = 95891, + [SMALL_STATE(1489)] = 95936, + [SMALL_STATE(1490)] = 95981, + [SMALL_STATE(1491)] = 96026, + [SMALL_STATE(1492)] = 96049, + [SMALL_STATE(1493)] = 96094, [SMALL_STATE(1494)] = 96117, [SMALL_STATE(1495)] = 96149, [SMALL_STATE(1496)] = 96183, - [SMALL_STATE(1497)] = 96215, + [SMALL_STATE(1497)] = 96225, [SMALL_STATE(1498)] = 96257, [SMALL_STATE(1499)] = 96296, - [SMALL_STATE(1500)] = 96321, - [SMALL_STATE(1501)] = 96360, - [SMALL_STATE(1502)] = 96399, - [SMALL_STATE(1503)] = 96434, + [SMALL_STATE(1500)] = 96335, + [SMALL_STATE(1501)] = 96374, + [SMALL_STATE(1502)] = 96413, + [SMALL_STATE(1503)] = 96438, [SMALL_STATE(1504)] = 96473, [SMALL_STATE(1505)] = 96509, [SMALL_STATE(1506)] = 96545, @@ -120982,984 +121043,988 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1511)] = 96705, [SMALL_STATE(1512)] = 96723, [SMALL_STATE(1513)] = 96763, - [SMALL_STATE(1514)] = 96803, - [SMALL_STATE(1515)] = 96843, + [SMALL_STATE(1514)] = 96781, + [SMALL_STATE(1515)] = 96821, [SMALL_STATE(1516)] = 96861, [SMALL_STATE(1517)] = 96901, [SMALL_STATE(1518)] = 96941, [SMALL_STATE(1519)] = 96978, [SMALL_STATE(1520)] = 97015, - [SMALL_STATE(1521)] = 97040, - [SMALL_STATE(1522)] = 97077, - [SMALL_STATE(1523)] = 97114, - [SMALL_STATE(1524)] = 97137, - [SMALL_STATE(1525)] = 97174, - [SMALL_STATE(1526)] = 97211, - [SMALL_STATE(1527)] = 97248, - [SMALL_STATE(1528)] = 97285, - [SMALL_STATE(1529)] = 97322, - [SMALL_STATE(1530)] = 97359, - [SMALL_STATE(1531)] = 97396, - [SMALL_STATE(1532)] = 97433, - [SMALL_STATE(1533)] = 97456, - [SMALL_STATE(1534)] = 97481, - [SMALL_STATE(1535)] = 97512, - [SMALL_STATE(1536)] = 97549, - [SMALL_STATE(1537)] = 97586, - [SMALL_STATE(1538)] = 97609, - [SMALL_STATE(1539)] = 97646, - [SMALL_STATE(1540)] = 97683, - [SMALL_STATE(1541)] = 97720, + [SMALL_STATE(1521)] = 97052, + [SMALL_STATE(1522)] = 97089, + [SMALL_STATE(1523)] = 97126, + [SMALL_STATE(1524)] = 97163, + [SMALL_STATE(1525)] = 97186, + [SMALL_STATE(1526)] = 97223, + [SMALL_STATE(1527)] = 97260, + [SMALL_STATE(1528)] = 97291, + [SMALL_STATE(1529)] = 97328, + [SMALL_STATE(1530)] = 97365, + [SMALL_STATE(1531)] = 97402, + [SMALL_STATE(1532)] = 97439, + [SMALL_STATE(1533)] = 97462, + [SMALL_STATE(1534)] = 97499, + [SMALL_STATE(1535)] = 97536, + [SMALL_STATE(1536)] = 97573, + [SMALL_STATE(1537)] = 97610, + [SMALL_STATE(1538)] = 97647, + [SMALL_STATE(1539)] = 97684, + [SMALL_STATE(1540)] = 97709, + [SMALL_STATE(1541)] = 97734, [SMALL_STATE(1542)] = 97757, - [SMALL_STATE(1543)] = 97778, - [SMALL_STATE(1544)] = 97815, - [SMALL_STATE(1545)] = 97852, + [SMALL_STATE(1543)] = 97780, + [SMALL_STATE(1544)] = 97817, + [SMALL_STATE(1545)] = 97838, [SMALL_STATE(1546)] = 97875, - [SMALL_STATE(1547)] = 97900, - [SMALL_STATE(1548)] = 97937, - [SMALL_STATE(1549)] = 97974, - [SMALL_STATE(1550)] = 97993, + [SMALL_STATE(1547)] = 97912, + [SMALL_STATE(1548)] = 97949, + [SMALL_STATE(1549)] = 97986, + [SMALL_STATE(1550)] = 98011, [SMALL_STATE(1551)] = 98030, [SMALL_STATE(1552)] = 98067, [SMALL_STATE(1553)] = 98104, [SMALL_STATE(1554)] = 98120, - [SMALL_STATE(1555)] = 98146, - [SMALL_STATE(1556)] = 98172, - [SMALL_STATE(1557)] = 98198, - [SMALL_STATE(1558)] = 98214, - [SMALL_STATE(1559)] = 98238, - [SMALL_STATE(1560)] = 98264, - [SMALL_STATE(1561)] = 98290, - [SMALL_STATE(1562)] = 98316, - [SMALL_STATE(1563)] = 98332, - [SMALL_STATE(1564)] = 98350, - [SMALL_STATE(1565)] = 98374, - [SMALL_STATE(1566)] = 98402, - [SMALL_STATE(1567)] = 98424, - [SMALL_STATE(1568)] = 98444, - [SMALL_STATE(1569)] = 98470, - [SMALL_STATE(1570)] = 98488, - [SMALL_STATE(1571)] = 98514, - [SMALL_STATE(1572)] = 98540, - [SMALL_STATE(1573)] = 98566, - [SMALL_STATE(1574)] = 98582, - [SMALL_STATE(1575)] = 98606, - [SMALL_STATE(1576)] = 98632, - [SMALL_STATE(1577)] = 98658, - [SMALL_STATE(1578)] = 98682, - [SMALL_STATE(1579)] = 98698, - [SMALL_STATE(1580)] = 98724, - [SMALL_STATE(1581)] = 98750, - [SMALL_STATE(1582)] = 98776, - [SMALL_STATE(1583)] = 98802, - [SMALL_STATE(1584)] = 98828, - [SMALL_STATE(1585)] = 98852, - [SMALL_STATE(1586)] = 98868, - [SMALL_STATE(1587)] = 98894, + [SMALL_STATE(1555)] = 98138, + [SMALL_STATE(1556)] = 98156, + [SMALL_STATE(1557)] = 98180, + [SMALL_STATE(1558)] = 98206, + [SMALL_STATE(1559)] = 98222, + [SMALL_STATE(1560)] = 98242, + [SMALL_STATE(1561)] = 98268, + [SMALL_STATE(1562)] = 98284, + [SMALL_STATE(1563)] = 98310, + [SMALL_STATE(1564)] = 98326, + [SMALL_STATE(1565)] = 98348, + [SMALL_STATE(1566)] = 98364, + [SMALL_STATE(1567)] = 98390, + [SMALL_STATE(1568)] = 98414, + [SMALL_STATE(1569)] = 98440, + [SMALL_STATE(1570)] = 98468, + [SMALL_STATE(1571)] = 98492, + [SMALL_STATE(1572)] = 98518, + [SMALL_STATE(1573)] = 98544, + [SMALL_STATE(1574)] = 98570, + [SMALL_STATE(1575)] = 98596, + [SMALL_STATE(1576)] = 98622, + [SMALL_STATE(1577)] = 98648, + [SMALL_STATE(1578)] = 98674, + [SMALL_STATE(1579)] = 98702, + [SMALL_STATE(1580)] = 98718, + [SMALL_STATE(1581)] = 98744, + [SMALL_STATE(1582)] = 98770, + [SMALL_STATE(1583)] = 98796, + [SMALL_STATE(1584)] = 98820, + [SMALL_STATE(1585)] = 98846, + [SMALL_STATE(1586)] = 98870, + [SMALL_STATE(1587)] = 98896, [SMALL_STATE(1588)] = 98922, [SMALL_STATE(1589)] = 98948, [SMALL_STATE(1590)] = 98971, - [SMALL_STATE(1591)] = 98990, + [SMALL_STATE(1591)] = 98994, [SMALL_STATE(1592)] = 99019, [SMALL_STATE(1593)] = 99044, - [SMALL_STATE(1594)] = 99069, + [SMALL_STATE(1594)] = 99067, [SMALL_STATE(1595)] = 99084, - [SMALL_STATE(1596)] = 99107, - [SMALL_STATE(1597)] = 99130, - [SMALL_STATE(1598)] = 99151, - [SMALL_STATE(1599)] = 99170, - [SMALL_STATE(1600)] = 99187, - [SMALL_STATE(1601)] = 99210, - [SMALL_STATE(1602)] = 99233, - [SMALL_STATE(1603)] = 99256, - [SMALL_STATE(1604)] = 99271, - [SMALL_STATE(1605)] = 99294, - [SMALL_STATE(1606)] = 99309, - [SMALL_STATE(1607)] = 99334, - [SMALL_STATE(1608)] = 99359, - [SMALL_STATE(1609)] = 99384, - [SMALL_STATE(1610)] = 99409, - [SMALL_STATE(1611)] = 99432, - [SMALL_STATE(1612)] = 99455, - [SMALL_STATE(1613)] = 99474, - [SMALL_STATE(1614)] = 99491, - [SMALL_STATE(1615)] = 99512, - [SMALL_STATE(1616)] = 99533, - [SMALL_STATE(1617)] = 99556, - [SMALL_STATE(1618)] = 99579, - [SMALL_STATE(1619)] = 99600, - [SMALL_STATE(1620)] = 99623, - [SMALL_STATE(1621)] = 99642, + [SMALL_STATE(1596)] = 99099, + [SMALL_STATE(1597)] = 99118, + [SMALL_STATE(1598)] = 99139, + [SMALL_STATE(1599)] = 99162, + [SMALL_STATE(1600)] = 99185, + [SMALL_STATE(1601)] = 99202, + [SMALL_STATE(1602)] = 99219, + [SMALL_STATE(1603)] = 99242, + [SMALL_STATE(1604)] = 99263, + [SMALL_STATE(1605)] = 99284, + [SMALL_STATE(1606)] = 99301, + [SMALL_STATE(1607)] = 99320, + [SMALL_STATE(1608)] = 99343, + [SMALL_STATE(1609)] = 99368, + [SMALL_STATE(1610)] = 99393, + [SMALL_STATE(1611)] = 99416, + [SMALL_STATE(1612)] = 99439, + [SMALL_STATE(1613)] = 99462, + [SMALL_STATE(1614)] = 99479, + [SMALL_STATE(1615)] = 99498, + [SMALL_STATE(1616)] = 99519, + [SMALL_STATE(1617)] = 99542, + [SMALL_STATE(1618)] = 99571, + [SMALL_STATE(1619)] = 99586, + [SMALL_STATE(1620)] = 99609, + [SMALL_STATE(1621)] = 99632, [SMALL_STATE(1622)] = 99657, - [SMALL_STATE(1623)] = 99674, - [SMALL_STATE(1624)] = 99689, - [SMALL_STATE(1625)] = 99712, - [SMALL_STATE(1626)] = 99735, - [SMALL_STATE(1627)] = 99754, - [SMALL_STATE(1628)] = 99775, - [SMALL_STATE(1629)] = 99792, - [SMALL_STATE(1630)] = 99815, - [SMALL_STATE(1631)] = 99838, - [SMALL_STATE(1632)] = 99855, - [SMALL_STATE(1633)] = 99872, + [SMALL_STATE(1623)] = 99672, + [SMALL_STATE(1624)] = 99691, + [SMALL_STATE(1625)] = 99706, + [SMALL_STATE(1626)] = 99721, + [SMALL_STATE(1627)] = 99742, + [SMALL_STATE(1628)] = 99761, + [SMALL_STATE(1629)] = 99784, + [SMALL_STATE(1630)] = 99807, + [SMALL_STATE(1631)] = 99822, + [SMALL_STATE(1632)] = 99839, + [SMALL_STATE(1633)] = 99864, [SMALL_STATE(1634)] = 99887, - [SMALL_STATE(1635)] = 99915, - [SMALL_STATE(1636)] = 99937, - [SMALL_STATE(1637)] = 99957, - [SMALL_STATE(1638)] = 99979, - [SMALL_STATE(1639)] = 99999, + [SMALL_STATE(1635)] = 99907, + [SMALL_STATE(1636)] = 99923, + [SMALL_STATE(1637)] = 99943, + [SMALL_STATE(1638)] = 99971, + [SMALL_STATE(1639)] = 99997, [SMALL_STATE(1640)] = 100025, - [SMALL_STATE(1641)] = 100053, - [SMALL_STATE(1642)] = 100075, - [SMALL_STATE(1643)] = 100097, - [SMALL_STATE(1644)] = 100119, - [SMALL_STATE(1645)] = 100135, + [SMALL_STATE(1641)] = 100047, + [SMALL_STATE(1642)] = 100073, + [SMALL_STATE(1643)] = 100095, + [SMALL_STATE(1644)] = 100117, + [SMALL_STATE(1645)] = 100137, [SMALL_STATE(1646)] = 100155, - [SMALL_STATE(1647)] = 100175, - [SMALL_STATE(1648)] = 100195, - [SMALL_STATE(1649)] = 100215, - [SMALL_STATE(1650)] = 100231, - [SMALL_STATE(1651)] = 100253, - [SMALL_STATE(1652)] = 100273, - [SMALL_STATE(1653)] = 100293, - [SMALL_STATE(1654)] = 100321, - [SMALL_STATE(1655)] = 100341, - [SMALL_STATE(1656)] = 100361, - [SMALL_STATE(1657)] = 100389, - [SMALL_STATE(1658)] = 100415, - [SMALL_STATE(1659)] = 100431, - [SMALL_STATE(1660)] = 100459, - [SMALL_STATE(1661)] = 100485, - [SMALL_STATE(1662)] = 100505, - [SMALL_STATE(1663)] = 100521, - [SMALL_STATE(1664)] = 100547, - [SMALL_STATE(1665)] = 100563, - [SMALL_STATE(1666)] = 100579, - [SMALL_STATE(1667)] = 100601, - [SMALL_STATE(1668)] = 100621, - [SMALL_STATE(1669)] = 100639, - [SMALL_STATE(1670)] = 100665, - [SMALL_STATE(1671)] = 100683, - [SMALL_STATE(1672)] = 100711, + [SMALL_STATE(1647)] = 100181, + [SMALL_STATE(1648)] = 100197, + [SMALL_STATE(1649)] = 100219, + [SMALL_STATE(1650)] = 100247, + [SMALL_STATE(1651)] = 100269, + [SMALL_STATE(1652)] = 100291, + [SMALL_STATE(1653)] = 100317, + [SMALL_STATE(1654)] = 100333, + [SMALL_STATE(1655)] = 100355, + [SMALL_STATE(1656)] = 100371, + [SMALL_STATE(1657)] = 100387, + [SMALL_STATE(1658)] = 100407, + [SMALL_STATE(1659)] = 100425, + [SMALL_STATE(1660)] = 100441, + [SMALL_STATE(1661)] = 100469, + [SMALL_STATE(1662)] = 100495, + [SMALL_STATE(1663)] = 100515, + [SMALL_STATE(1664)] = 100541, + [SMALL_STATE(1665)] = 100561, + [SMALL_STATE(1666)] = 100583, + [SMALL_STATE(1667)] = 100603, + [SMALL_STATE(1668)] = 100625, + [SMALL_STATE(1669)] = 100653, + [SMALL_STATE(1670)] = 100673, + [SMALL_STATE(1671)] = 100693, + [SMALL_STATE(1672)] = 100709, [SMALL_STATE(1673)] = 100731, - [SMALL_STATE(1674)] = 100755, - [SMALL_STATE(1675)] = 100783, - [SMALL_STATE(1676)] = 100809, - [SMALL_STATE(1677)] = 100835, - [SMALL_STATE(1678)] = 100851, - [SMALL_STATE(1679)] = 100877, - [SMALL_STATE(1680)] = 100899, - [SMALL_STATE(1681)] = 100919, - [SMALL_STATE(1682)] = 100937, - [SMALL_STATE(1683)] = 100953, - [SMALL_STATE(1684)] = 100977, + [SMALL_STATE(1674)] = 100759, + [SMALL_STATE(1675)] = 100779, + [SMALL_STATE(1676)] = 100801, + [SMALL_STATE(1677)] = 100817, + [SMALL_STATE(1678)] = 100833, + [SMALL_STATE(1679)] = 100861, + [SMALL_STATE(1680)] = 100877, + [SMALL_STATE(1681)] = 100905, + [SMALL_STATE(1682)] = 100921, + [SMALL_STATE(1683)] = 100947, + [SMALL_STATE(1684)] = 100971, [SMALL_STATE(1685)] = 100999, - [SMALL_STATE(1686)] = 101021, - [SMALL_STATE(1687)] = 101037, - [SMALL_STATE(1688)] = 101065, + [SMALL_STATE(1686)] = 101023, + [SMALL_STATE(1687)] = 101041, + [SMALL_STATE(1688)] = 101067, [SMALL_STATE(1689)] = 101087, - [SMALL_STATE(1690)] = 101103, - [SMALL_STATE(1691)] = 101119, + [SMALL_STATE(1690)] = 101107, + [SMALL_STATE(1691)] = 101127, [SMALL_STATE(1692)] = 101147, - [SMALL_STATE(1693)] = 101169, + [SMALL_STATE(1693)] = 101175, [SMALL_STATE(1694)] = 101197, [SMALL_STATE(1695)] = 101219, - [SMALL_STATE(1696)] = 101244, - [SMALL_STATE(1697)] = 101265, - [SMALL_STATE(1698)] = 101286, - [SMALL_STATE(1699)] = 101311, - [SMALL_STATE(1700)] = 101336, - [SMALL_STATE(1701)] = 101357, - [SMALL_STATE(1702)] = 101378, - [SMALL_STATE(1703)] = 101399, - [SMALL_STATE(1704)] = 101418, - [SMALL_STATE(1705)] = 101443, - [SMALL_STATE(1706)] = 101462, - [SMALL_STATE(1707)] = 101487, - [SMALL_STATE(1708)] = 101510, - [SMALL_STATE(1709)] = 101531, - [SMALL_STATE(1710)] = 101550, - [SMALL_STATE(1711)] = 101569, - [SMALL_STATE(1712)] = 101594, - [SMALL_STATE(1713)] = 101615, - [SMALL_STATE(1714)] = 101636, - [SMALL_STATE(1715)] = 101661, - [SMALL_STATE(1716)] = 101682, - [SMALL_STATE(1717)] = 101701, - [SMALL_STATE(1718)] = 101724, - [SMALL_STATE(1719)] = 101749, - [SMALL_STATE(1720)] = 101774, - [SMALL_STATE(1721)] = 101797, - [SMALL_STATE(1722)] = 101822, - [SMALL_STATE(1723)] = 101847, - [SMALL_STATE(1724)] = 101868, - [SMALL_STATE(1725)] = 101893, - [SMALL_STATE(1726)] = 101918, - [SMALL_STATE(1727)] = 101941, - [SMALL_STATE(1728)] = 101962, - [SMALL_STATE(1729)] = 101983, - [SMALL_STATE(1730)] = 101997, - [SMALL_STATE(1731)] = 102011, - [SMALL_STATE(1732)] = 102027, + [SMALL_STATE(1696)] = 101235, + [SMALL_STATE(1697)] = 101260, + [SMALL_STATE(1698)] = 101279, + [SMALL_STATE(1699)] = 101300, + [SMALL_STATE(1700)] = 101325, + [SMALL_STATE(1701)] = 101346, + [SMALL_STATE(1702)] = 101365, + [SMALL_STATE(1703)] = 101390, + [SMALL_STATE(1704)] = 101411, + [SMALL_STATE(1705)] = 101434, + [SMALL_STATE(1706)] = 101459, + [SMALL_STATE(1707)] = 101480, + [SMALL_STATE(1708)] = 101505, + [SMALL_STATE(1709)] = 101524, + [SMALL_STATE(1710)] = 101545, + [SMALL_STATE(1711)] = 101568, + [SMALL_STATE(1712)] = 101589, + [SMALL_STATE(1713)] = 101614, + [SMALL_STATE(1714)] = 101637, + [SMALL_STATE(1715)] = 101658, + [SMALL_STATE(1716)] = 101683, + [SMALL_STATE(1717)] = 101708, + [SMALL_STATE(1718)] = 101729, + [SMALL_STATE(1719)] = 101750, + [SMALL_STATE(1720)] = 101775, + [SMALL_STATE(1721)] = 101796, + [SMALL_STATE(1722)] = 101821, + [SMALL_STATE(1723)] = 101846, + [SMALL_STATE(1724)] = 101867, + [SMALL_STATE(1725)] = 101886, + [SMALL_STATE(1726)] = 101911, + [SMALL_STATE(1727)] = 101934, + [SMALL_STATE(1728)] = 101955, + [SMALL_STATE(1729)] = 101980, + [SMALL_STATE(1730)] = 101999, + [SMALL_STATE(1731)] = 102015, + [SMALL_STATE(1732)] = 102029, [SMALL_STATE(1733)] = 102043, [SMALL_STATE(1734)] = 102059, - [SMALL_STATE(1735)] = 102075, - [SMALL_STATE(1736)] = 102091, - [SMALL_STATE(1737)] = 102107, - [SMALL_STATE(1738)] = 102125, - [SMALL_STATE(1739)] = 102145, - [SMALL_STATE(1740)] = 102161, - [SMALL_STATE(1741)] = 102181, - [SMALL_STATE(1742)] = 102195, - [SMALL_STATE(1743)] = 102207, + [SMALL_STATE(1735)] = 102079, + [SMALL_STATE(1736)] = 102095, + [SMALL_STATE(1737)] = 102113, + [SMALL_STATE(1738)] = 102131, + [SMALL_STATE(1739)] = 102143, + [SMALL_STATE(1740)] = 102155, + [SMALL_STATE(1741)] = 102175, + [SMALL_STATE(1742)] = 102191, + [SMALL_STATE(1743)] = 102203, [SMALL_STATE(1744)] = 102219, - [SMALL_STATE(1745)] = 102231, - [SMALL_STATE(1746)] = 102243, - [SMALL_STATE(1747)] = 102265, - [SMALL_STATE(1748)] = 102281, - [SMALL_STATE(1749)] = 102301, - [SMALL_STATE(1750)] = 102321, - [SMALL_STATE(1751)] = 102333, - [SMALL_STATE(1752)] = 102347, - [SMALL_STATE(1753)] = 102359, - [SMALL_STATE(1754)] = 102379, - [SMALL_STATE(1755)] = 102395, - [SMALL_STATE(1756)] = 102413, - [SMALL_STATE(1757)] = 102425, - [SMALL_STATE(1758)] = 102445, - [SMALL_STATE(1759)] = 102465, - [SMALL_STATE(1760)] = 102477, - [SMALL_STATE(1761)] = 102489, - [SMALL_STATE(1762)] = 102509, - [SMALL_STATE(1763)] = 102525, - [SMALL_STATE(1764)] = 102539, - [SMALL_STATE(1765)] = 102559, - [SMALL_STATE(1766)] = 102575, - [SMALL_STATE(1767)] = 102587, - [SMALL_STATE(1768)] = 102603, - [SMALL_STATE(1769)] = 102619, - [SMALL_STATE(1770)] = 102631, - [SMALL_STATE(1771)] = 102651, - [SMALL_STATE(1772)] = 102671, - [SMALL_STATE(1773)] = 102685, - [SMALL_STATE(1774)] = 102705, - [SMALL_STATE(1775)] = 102725, - [SMALL_STATE(1776)] = 102741, - [SMALL_STATE(1777)] = 102761, - [SMALL_STATE(1778)] = 102781, - [SMALL_STATE(1779)] = 102797, - [SMALL_STATE(1780)] = 102817, - [SMALL_STATE(1781)] = 102839, - [SMALL_STATE(1782)] = 102861, - [SMALL_STATE(1783)] = 102881, - [SMALL_STATE(1784)] = 102897, - [SMALL_STATE(1785)] = 102913, - [SMALL_STATE(1786)] = 102929, - [SMALL_STATE(1787)] = 102949, - [SMALL_STATE(1788)] = 102969, - [SMALL_STATE(1789)] = 102983, - [SMALL_STATE(1790)] = 103003, - [SMALL_STATE(1791)] = 103015, - [SMALL_STATE(1792)] = 103027, - [SMALL_STATE(1793)] = 103041, - [SMALL_STATE(1794)] = 103055, - [SMALL_STATE(1795)] = 103075, - [SMALL_STATE(1796)] = 103095, - [SMALL_STATE(1797)] = 103115, - [SMALL_STATE(1798)] = 103131, - [SMALL_STATE(1799)] = 103153, - [SMALL_STATE(1800)] = 103167, - [SMALL_STATE(1801)] = 103187, - [SMALL_STATE(1802)] = 103203, - [SMALL_STATE(1803)] = 103223, - [SMALL_STATE(1804)] = 103237, - [SMALL_STATE(1805)] = 103253, - [SMALL_STATE(1806)] = 103273, - [SMALL_STATE(1807)] = 103289, - [SMALL_STATE(1808)] = 103301, - [SMALL_STATE(1809)] = 103321, - [SMALL_STATE(1810)] = 103337, - [SMALL_STATE(1811)] = 103351, - [SMALL_STATE(1812)] = 103371, - [SMALL_STATE(1813)] = 103389, - [SMALL_STATE(1814)] = 103409, - [SMALL_STATE(1815)] = 103429, - [SMALL_STATE(1816)] = 103451, - [SMALL_STATE(1817)] = 103471, - [SMALL_STATE(1818)] = 103482, + [SMALL_STATE(1745)] = 102239, + [SMALL_STATE(1746)] = 102259, + [SMALL_STATE(1747)] = 102275, + [SMALL_STATE(1748)] = 102295, + [SMALL_STATE(1749)] = 102317, + [SMALL_STATE(1750)] = 102337, + [SMALL_STATE(1751)] = 102351, + [SMALL_STATE(1752)] = 102363, + [SMALL_STATE(1753)] = 102383, + [SMALL_STATE(1754)] = 102403, + [SMALL_STATE(1755)] = 102415, + [SMALL_STATE(1756)] = 102427, + [SMALL_STATE(1757)] = 102447, + [SMALL_STATE(1758)] = 102467, + [SMALL_STATE(1759)] = 102483, + [SMALL_STATE(1760)] = 102503, + [SMALL_STATE(1761)] = 102525, + [SMALL_STATE(1762)] = 102545, + [SMALL_STATE(1763)] = 102557, + [SMALL_STATE(1764)] = 102573, + [SMALL_STATE(1765)] = 102587, + [SMALL_STATE(1766)] = 102607, + [SMALL_STATE(1767)] = 102627, + [SMALL_STATE(1768)] = 102647, + [SMALL_STATE(1769)] = 102659, + [SMALL_STATE(1770)] = 102671, + [SMALL_STATE(1771)] = 102691, + [SMALL_STATE(1772)] = 102711, + [SMALL_STATE(1773)] = 102725, + [SMALL_STATE(1774)] = 102737, + [SMALL_STATE(1775)] = 102757, + [SMALL_STATE(1776)] = 102777, + [SMALL_STATE(1777)] = 102793, + [SMALL_STATE(1778)] = 102809, + [SMALL_STATE(1779)] = 102823, + [SMALL_STATE(1780)] = 102839, + [SMALL_STATE(1781)] = 102859, + [SMALL_STATE(1782)] = 102871, + [SMALL_STATE(1783)] = 102887, + [SMALL_STATE(1784)] = 102907, + [SMALL_STATE(1785)] = 102925, + [SMALL_STATE(1786)] = 102945, + [SMALL_STATE(1787)] = 102961, + [SMALL_STATE(1788)] = 102973, + [SMALL_STATE(1789)] = 102993, + [SMALL_STATE(1790)] = 103015, + [SMALL_STATE(1791)] = 103031, + [SMALL_STATE(1792)] = 103043, + [SMALL_STATE(1793)] = 103063, + [SMALL_STATE(1794)] = 103083, + [SMALL_STATE(1795)] = 103099, + [SMALL_STATE(1796)] = 103111, + [SMALL_STATE(1797)] = 103127, + [SMALL_STATE(1798)] = 103141, + [SMALL_STATE(1799)] = 103161, + [SMALL_STATE(1800)] = 103181, + [SMALL_STATE(1801)] = 103197, + [SMALL_STATE(1802)] = 103213, + [SMALL_STATE(1803)] = 103233, + [SMALL_STATE(1804)] = 103253, + [SMALL_STATE(1805)] = 103269, + [SMALL_STATE(1806)] = 103283, + [SMALL_STATE(1807)] = 103303, + [SMALL_STATE(1808)] = 103317, + [SMALL_STATE(1809)] = 103331, + [SMALL_STATE(1810)] = 103347, + [SMALL_STATE(1811)] = 103361, + [SMALL_STATE(1812)] = 103377, + [SMALL_STATE(1813)] = 103399, + [SMALL_STATE(1814)] = 103413, + [SMALL_STATE(1815)] = 103427, + [SMALL_STATE(1816)] = 103449, + [SMALL_STATE(1817)] = 103465, + [SMALL_STATE(1818)] = 103481, [SMALL_STATE(1819)] = 103501, - [SMALL_STATE(1820)] = 103512, - [SMALL_STATE(1821)] = 103531, - [SMALL_STATE(1822)] = 103542, - [SMALL_STATE(1823)] = 103553, - [SMALL_STATE(1824)] = 103570, - [SMALL_STATE(1825)] = 103581, - [SMALL_STATE(1826)] = 103600, - [SMALL_STATE(1827)] = 103619, - [SMALL_STATE(1828)] = 103630, - [SMALL_STATE(1829)] = 103641, - [SMALL_STATE(1830)] = 103652, - [SMALL_STATE(1831)] = 103663, - [SMALL_STATE(1832)] = 103678, - [SMALL_STATE(1833)] = 103695, - [SMALL_STATE(1834)] = 103706, - [SMALL_STATE(1835)] = 103721, - [SMALL_STATE(1836)] = 103738, - [SMALL_STATE(1837)] = 103757, - [SMALL_STATE(1838)] = 103774, - [SMALL_STATE(1839)] = 103793, - [SMALL_STATE(1840)] = 103812, - [SMALL_STATE(1841)] = 103827, - [SMALL_STATE(1842)] = 103842, - [SMALL_STATE(1843)] = 103861, - [SMALL_STATE(1844)] = 103872, - [SMALL_STATE(1845)] = 103891, - [SMALL_STATE(1846)] = 103908, - [SMALL_STATE(1847)] = 103919, - [SMALL_STATE(1848)] = 103930, - [SMALL_STATE(1849)] = 103941, - [SMALL_STATE(1850)] = 103952, - [SMALL_STATE(1851)] = 103963, - [SMALL_STATE(1852)] = 103982, - [SMALL_STATE(1853)] = 103997, - [SMALL_STATE(1854)] = 104008, - [SMALL_STATE(1855)] = 104019, - [SMALL_STATE(1856)] = 104038, - [SMALL_STATE(1857)] = 104049, - [SMALL_STATE(1858)] = 104060, - [SMALL_STATE(1859)] = 104071, - [SMALL_STATE(1860)] = 104082, - [SMALL_STATE(1861)] = 104101, - [SMALL_STATE(1862)] = 104118, - [SMALL_STATE(1863)] = 104137, - [SMALL_STATE(1864)] = 104156, - [SMALL_STATE(1865)] = 104173, - [SMALL_STATE(1866)] = 104192, - [SMALL_STATE(1867)] = 104211, - [SMALL_STATE(1868)] = 104230, - [SMALL_STATE(1869)] = 104241, - [SMALL_STATE(1870)] = 104252, - [SMALL_STATE(1871)] = 104271, - [SMALL_STATE(1872)] = 104288, - [SMALL_STATE(1873)] = 104307, - [SMALL_STATE(1874)] = 104318, - [SMALL_STATE(1875)] = 104337, - [SMALL_STATE(1876)] = 104356, - [SMALL_STATE(1877)] = 104373, - [SMALL_STATE(1878)] = 104392, - [SMALL_STATE(1879)] = 104403, - [SMALL_STATE(1880)] = 104422, - [SMALL_STATE(1881)] = 104435, - [SMALL_STATE(1882)] = 104446, - [SMALL_STATE(1883)] = 104465, - [SMALL_STATE(1884)] = 104476, - [SMALL_STATE(1885)] = 104495, - [SMALL_STATE(1886)] = 104514, - [SMALL_STATE(1887)] = 104529, - [SMALL_STATE(1888)] = 104540, - [SMALL_STATE(1889)] = 104559, - [SMALL_STATE(1890)] = 104578, - [SMALL_STATE(1891)] = 104593, - [SMALL_STATE(1892)] = 104604, - [SMALL_STATE(1893)] = 104615, - [SMALL_STATE(1894)] = 104634, - [SMALL_STATE(1895)] = 104653, - [SMALL_STATE(1896)] = 104672, - [SMALL_STATE(1897)] = 104686, - [SMALL_STATE(1898)] = 104700, - [SMALL_STATE(1899)] = 104714, - [SMALL_STATE(1900)] = 104728, - [SMALL_STATE(1901)] = 104742, - [SMALL_STATE(1902)] = 104756, - [SMALL_STATE(1903)] = 104768, - [SMALL_STATE(1904)] = 104782, - [SMALL_STATE(1905)] = 104796, - [SMALL_STATE(1906)] = 104806, - [SMALL_STATE(1907)] = 104822, - [SMALL_STATE(1908)] = 104836, - [SMALL_STATE(1909)] = 104852, - [SMALL_STATE(1910)] = 104868, - [SMALL_STATE(1911)] = 104882, - [SMALL_STATE(1912)] = 104896, - [SMALL_STATE(1913)] = 104912, - [SMALL_STATE(1914)] = 104928, - [SMALL_STATE(1915)] = 104944, - [SMALL_STATE(1916)] = 104954, - [SMALL_STATE(1917)] = 104968, - [SMALL_STATE(1918)] = 104982, - [SMALL_STATE(1919)] = 104996, - [SMALL_STATE(1920)] = 105012, - [SMALL_STATE(1921)] = 105028, - [SMALL_STATE(1922)] = 105042, - [SMALL_STATE(1923)] = 105056, - [SMALL_STATE(1924)] = 105072, - [SMALL_STATE(1925)] = 105088, - [SMALL_STATE(1926)] = 105098, - [SMALL_STATE(1927)] = 105112, - [SMALL_STATE(1928)] = 105126, - [SMALL_STATE(1929)] = 105136, - [SMALL_STATE(1930)] = 105146, - [SMALL_STATE(1931)] = 105162, - [SMALL_STATE(1932)] = 105178, - [SMALL_STATE(1933)] = 105192, - [SMALL_STATE(1934)] = 105208, - [SMALL_STATE(1935)] = 105224, - [SMALL_STATE(1936)] = 105240, - [SMALL_STATE(1937)] = 105254, - [SMALL_STATE(1938)] = 105268, - [SMALL_STATE(1939)] = 105281, - [SMALL_STATE(1940)] = 105294, + [SMALL_STATE(1820)] = 103515, + [SMALL_STATE(1821)] = 103526, + [SMALL_STATE(1822)] = 103545, + [SMALL_STATE(1823)] = 103556, + [SMALL_STATE(1824)] = 103571, + [SMALL_STATE(1825)] = 103588, + [SMALL_STATE(1826)] = 103607, + [SMALL_STATE(1827)] = 103618, + [SMALL_STATE(1828)] = 103629, + [SMALL_STATE(1829)] = 103648, + [SMALL_STATE(1830)] = 103665, + [SMALL_STATE(1831)] = 103676, + [SMALL_STATE(1832)] = 103693, + [SMALL_STATE(1833)] = 103704, + [SMALL_STATE(1834)] = 103723, + [SMALL_STATE(1835)] = 103742, + [SMALL_STATE(1836)] = 103761, + [SMALL_STATE(1837)] = 103772, + [SMALL_STATE(1838)] = 103783, + [SMALL_STATE(1839)] = 103802, + [SMALL_STATE(1840)] = 103813, + [SMALL_STATE(1841)] = 103824, + [SMALL_STATE(1842)] = 103835, + [SMALL_STATE(1843)] = 103846, + [SMALL_STATE(1844)] = 103861, + [SMALL_STATE(1845)] = 103880, + [SMALL_STATE(1846)] = 103891, + [SMALL_STATE(1847)] = 103902, + [SMALL_STATE(1848)] = 103913, + [SMALL_STATE(1849)] = 103924, + [SMALL_STATE(1850)] = 103941, + [SMALL_STATE(1851)] = 103960, + [SMALL_STATE(1852)] = 103971, + [SMALL_STATE(1853)] = 103990, + [SMALL_STATE(1854)] = 104001, + [SMALL_STATE(1855)] = 104020, + [SMALL_STATE(1856)] = 104031, + [SMALL_STATE(1857)] = 104050, + [SMALL_STATE(1858)] = 104065, + [SMALL_STATE(1859)] = 104076, + [SMALL_STATE(1860)] = 104087, + [SMALL_STATE(1861)] = 104106, + [SMALL_STATE(1862)] = 104125, + [SMALL_STATE(1863)] = 104144, + [SMALL_STATE(1864)] = 104155, + [SMALL_STATE(1865)] = 104166, + [SMALL_STATE(1866)] = 104185, + [SMALL_STATE(1867)] = 104200, + [SMALL_STATE(1868)] = 104219, + [SMALL_STATE(1869)] = 104238, + [SMALL_STATE(1870)] = 104249, + [SMALL_STATE(1871)] = 104268, + [SMALL_STATE(1872)] = 104287, + [SMALL_STATE(1873)] = 104298, + [SMALL_STATE(1874)] = 104313, + [SMALL_STATE(1875)] = 104330, + [SMALL_STATE(1876)] = 104349, + [SMALL_STATE(1877)] = 104368, + [SMALL_STATE(1878)] = 104387, + [SMALL_STATE(1879)] = 104404, + [SMALL_STATE(1880)] = 104415, + [SMALL_STATE(1881)] = 104432, + [SMALL_STATE(1882)] = 104451, + [SMALL_STATE(1883)] = 104466, + [SMALL_STATE(1884)] = 104481, + [SMALL_STATE(1885)] = 104498, + [SMALL_STATE(1886)] = 104517, + [SMALL_STATE(1887)] = 104536, + [SMALL_STATE(1888)] = 104555, + [SMALL_STATE(1889)] = 104574, + [SMALL_STATE(1890)] = 104593, + [SMALL_STATE(1891)] = 104604, + [SMALL_STATE(1892)] = 104623, + [SMALL_STATE(1893)] = 104634, + [SMALL_STATE(1894)] = 104645, + [SMALL_STATE(1895)] = 104664, + [SMALL_STATE(1896)] = 104677, + [SMALL_STATE(1897)] = 104688, + [SMALL_STATE(1898)] = 104705, + [SMALL_STATE(1899)] = 104716, + [SMALL_STATE(1900)] = 104727, + [SMALL_STATE(1901)] = 104741, + [SMALL_STATE(1902)] = 104755, + [SMALL_STATE(1903)] = 104771, + [SMALL_STATE(1904)] = 104785, + [SMALL_STATE(1905)] = 104795, + [SMALL_STATE(1906)] = 104811, + [SMALL_STATE(1907)] = 104827, + [SMALL_STATE(1908)] = 104841, + [SMALL_STATE(1909)] = 104857, + [SMALL_STATE(1910)] = 104871, + [SMALL_STATE(1911)] = 104887, + [SMALL_STATE(1912)] = 104897, + [SMALL_STATE(1913)] = 104913, + [SMALL_STATE(1914)] = 104929, + [SMALL_STATE(1915)] = 104943, + [SMALL_STATE(1916)] = 104959, + [SMALL_STATE(1917)] = 104973, + [SMALL_STATE(1918)] = 104989, + [SMALL_STATE(1919)] = 105003, + [SMALL_STATE(1920)] = 105019, + [SMALL_STATE(1921)] = 105029, + [SMALL_STATE(1922)] = 105043, + [SMALL_STATE(1923)] = 105057, + [SMALL_STATE(1924)] = 105067, + [SMALL_STATE(1925)] = 105081, + [SMALL_STATE(1926)] = 105097, + [SMALL_STATE(1927)] = 105107, + [SMALL_STATE(1928)] = 105123, + [SMALL_STATE(1929)] = 105137, + [SMALL_STATE(1930)] = 105151, + [SMALL_STATE(1931)] = 105165, + [SMALL_STATE(1932)] = 105181, + [SMALL_STATE(1933)] = 105195, + [SMALL_STATE(1934)] = 105211, + [SMALL_STATE(1935)] = 105223, + [SMALL_STATE(1936)] = 105237, + [SMALL_STATE(1937)] = 105251, + [SMALL_STATE(1938)] = 105265, + [SMALL_STATE(1939)] = 105279, + [SMALL_STATE(1940)] = 105293, [SMALL_STATE(1941)] = 105307, - [SMALL_STATE(1942)] = 105320, - [SMALL_STATE(1943)] = 105333, - [SMALL_STATE(1944)] = 105346, - [SMALL_STATE(1945)] = 105359, - [SMALL_STATE(1946)] = 105372, - [SMALL_STATE(1947)] = 105385, - [SMALL_STATE(1948)] = 105398, - [SMALL_STATE(1949)] = 105411, - [SMALL_STATE(1950)] = 105424, - [SMALL_STATE(1951)] = 105437, - [SMALL_STATE(1952)] = 105450, - [SMALL_STATE(1953)] = 105461, - [SMALL_STATE(1954)] = 105474, - [SMALL_STATE(1955)] = 105483, - [SMALL_STATE(1956)] = 105496, - [SMALL_STATE(1957)] = 105509, - [SMALL_STATE(1958)] = 105522, - [SMALL_STATE(1959)] = 105535, - [SMALL_STATE(1960)] = 105548, - [SMALL_STATE(1961)] = 105561, - [SMALL_STATE(1962)] = 105574, - [SMALL_STATE(1963)] = 105583, - [SMALL_STATE(1964)] = 105596, - [SMALL_STATE(1965)] = 105609, - [SMALL_STATE(1966)] = 105622, - [SMALL_STATE(1967)] = 105635, - [SMALL_STATE(1968)] = 105648, - [SMALL_STATE(1969)] = 105661, - [SMALL_STATE(1970)] = 105674, - [SMALL_STATE(1971)] = 105687, - [SMALL_STATE(1972)] = 105700, - [SMALL_STATE(1973)] = 105713, - [SMALL_STATE(1974)] = 105726, - [SMALL_STATE(1975)] = 105737, - [SMALL_STATE(1976)] = 105750, - [SMALL_STATE(1977)] = 105763, - [SMALL_STATE(1978)] = 105776, - [SMALL_STATE(1979)] = 105789, - [SMALL_STATE(1980)] = 105802, - [SMALL_STATE(1981)] = 105815, - [SMALL_STATE(1982)] = 105828, - [SMALL_STATE(1983)] = 105841, - [SMALL_STATE(1984)] = 105852, - [SMALL_STATE(1985)] = 105865, - [SMALL_STATE(1986)] = 105876, - [SMALL_STATE(1987)] = 105889, - [SMALL_STATE(1988)] = 105902, - [SMALL_STATE(1989)] = 105915, - [SMALL_STATE(1990)] = 105928, - [SMALL_STATE(1991)] = 105941, - [SMALL_STATE(1992)] = 105954, - [SMALL_STATE(1993)] = 105967, - [SMALL_STATE(1994)] = 105978, - [SMALL_STATE(1995)] = 105991, - [SMALL_STATE(1996)] = 106004, - [SMALL_STATE(1997)] = 106015, - [SMALL_STATE(1998)] = 106028, - [SMALL_STATE(1999)] = 106041, - [SMALL_STATE(2000)] = 106054, - [SMALL_STATE(2001)] = 106067, - [SMALL_STATE(2002)] = 106080, - [SMALL_STATE(2003)] = 106093, - [SMALL_STATE(2004)] = 106104, - [SMALL_STATE(2005)] = 106117, - [SMALL_STATE(2006)] = 106126, - [SMALL_STATE(2007)] = 106139, - [SMALL_STATE(2008)] = 106152, - [SMALL_STATE(2009)] = 106165, - [SMALL_STATE(2010)] = 106178, - [SMALL_STATE(2011)] = 106191, - [SMALL_STATE(2012)] = 106204, - [SMALL_STATE(2013)] = 106217, - [SMALL_STATE(2014)] = 106230, - [SMALL_STATE(2015)] = 106243, - [SMALL_STATE(2016)] = 106256, - [SMALL_STATE(2017)] = 106269, - [SMALL_STATE(2018)] = 106282, - [SMALL_STATE(2019)] = 106295, - [SMALL_STATE(2020)] = 106304, - [SMALL_STATE(2021)] = 106317, - [SMALL_STATE(2022)] = 106330, - [SMALL_STATE(2023)] = 106343, - [SMALL_STATE(2024)] = 106356, - [SMALL_STATE(2025)] = 106369, - [SMALL_STATE(2026)] = 106382, - [SMALL_STATE(2027)] = 106395, - [SMALL_STATE(2028)] = 106408, - [SMALL_STATE(2029)] = 106421, - [SMALL_STATE(2030)] = 106434, - [SMALL_STATE(2031)] = 106445, - [SMALL_STATE(2032)] = 106458, - [SMALL_STATE(2033)] = 106471, - [SMALL_STATE(2034)] = 106484, - [SMALL_STATE(2035)] = 106497, - [SMALL_STATE(2036)] = 106510, - [SMALL_STATE(2037)] = 106523, - [SMALL_STATE(2038)] = 106536, - [SMALL_STATE(2039)] = 106549, - [SMALL_STATE(2040)] = 106562, - [SMALL_STATE(2041)] = 106575, - [SMALL_STATE(2042)] = 106588, - [SMALL_STATE(2043)] = 106597, - [SMALL_STATE(2044)] = 106610, - [SMALL_STATE(2045)] = 106623, - [SMALL_STATE(2046)] = 106636, - [SMALL_STATE(2047)] = 106649, - [SMALL_STATE(2048)] = 106662, - [SMALL_STATE(2049)] = 106675, - [SMALL_STATE(2050)] = 106688, - [SMALL_STATE(2051)] = 106701, - [SMALL_STATE(2052)] = 106714, - [SMALL_STATE(2053)] = 106727, - [SMALL_STATE(2054)] = 106740, - [SMALL_STATE(2055)] = 106753, - [SMALL_STATE(2056)] = 106766, - [SMALL_STATE(2057)] = 106779, - [SMALL_STATE(2058)] = 106792, - [SMALL_STATE(2059)] = 106805, - [SMALL_STATE(2060)] = 106816, - [SMALL_STATE(2061)] = 106829, - [SMALL_STATE(2062)] = 106842, - [SMALL_STATE(2063)] = 106855, - [SMALL_STATE(2064)] = 106868, - [SMALL_STATE(2065)] = 106881, - [SMALL_STATE(2066)] = 106890, - [SMALL_STATE(2067)] = 106903, - [SMALL_STATE(2068)] = 106916, - [SMALL_STATE(2069)] = 106929, - [SMALL_STATE(2070)] = 106942, - [SMALL_STATE(2071)] = 106955, - [SMALL_STATE(2072)] = 106966, - [SMALL_STATE(2073)] = 106979, - [SMALL_STATE(2074)] = 106992, - [SMALL_STATE(2075)] = 107005, - [SMALL_STATE(2076)] = 107018, - [SMALL_STATE(2077)] = 107027, - [SMALL_STATE(2078)] = 107040, - [SMALL_STATE(2079)] = 107051, - [SMALL_STATE(2080)] = 107064, - [SMALL_STATE(2081)] = 107077, - [SMALL_STATE(2082)] = 107090, - [SMALL_STATE(2083)] = 107103, - [SMALL_STATE(2084)] = 107116, - [SMALL_STATE(2085)] = 107127, - [SMALL_STATE(2086)] = 107138, - [SMALL_STATE(2087)] = 107149, - [SMALL_STATE(2088)] = 107162, - [SMALL_STATE(2089)] = 107175, - [SMALL_STATE(2090)] = 107188, - [SMALL_STATE(2091)] = 107201, - [SMALL_STATE(2092)] = 107212, - [SMALL_STATE(2093)] = 107223, - [SMALL_STATE(2094)] = 107236, - [SMALL_STATE(2095)] = 107249, - [SMALL_STATE(2096)] = 107262, - [SMALL_STATE(2097)] = 107275, - [SMALL_STATE(2098)] = 107288, - [SMALL_STATE(2099)] = 107301, - [SMALL_STATE(2100)] = 107314, - [SMALL_STATE(2101)] = 107325, - [SMALL_STATE(2102)] = 107338, - [SMALL_STATE(2103)] = 107351, - [SMALL_STATE(2104)] = 107364, - [SMALL_STATE(2105)] = 107375, - [SMALL_STATE(2106)] = 107388, - [SMALL_STATE(2107)] = 107401, - [SMALL_STATE(2108)] = 107414, - [SMALL_STATE(2109)] = 107427, - [SMALL_STATE(2110)] = 107438, - [SMALL_STATE(2111)] = 107447, - [SMALL_STATE(2112)] = 107460, - [SMALL_STATE(2113)] = 107473, - [SMALL_STATE(2114)] = 107486, - [SMALL_STATE(2115)] = 107499, - [SMALL_STATE(2116)] = 107512, - [SMALL_STATE(2117)] = 107525, - [SMALL_STATE(2118)] = 107538, - [SMALL_STATE(2119)] = 107549, - [SMALL_STATE(2120)] = 107560, - [SMALL_STATE(2121)] = 107573, - [SMALL_STATE(2122)] = 107586, - [SMALL_STATE(2123)] = 107599, - [SMALL_STATE(2124)] = 107612, - [SMALL_STATE(2125)] = 107625, - [SMALL_STATE(2126)] = 107638, - [SMALL_STATE(2127)] = 107651, - [SMALL_STATE(2128)] = 107664, - [SMALL_STATE(2129)] = 107677, - [SMALL_STATE(2130)] = 107690, - [SMALL_STATE(2131)] = 107703, - [SMALL_STATE(2132)] = 107716, - [SMALL_STATE(2133)] = 107729, - [SMALL_STATE(2134)] = 107742, - [SMALL_STATE(2135)] = 107755, - [SMALL_STATE(2136)] = 107768, - [SMALL_STATE(2137)] = 107781, - [SMALL_STATE(2138)] = 107794, - [SMALL_STATE(2139)] = 107807, - [SMALL_STATE(2140)] = 107820, - [SMALL_STATE(2141)] = 107833, - [SMALL_STATE(2142)] = 107846, - [SMALL_STATE(2143)] = 107859, - [SMALL_STATE(2144)] = 107872, - [SMALL_STATE(2145)] = 107885, - [SMALL_STATE(2146)] = 107898, - [SMALL_STATE(2147)] = 107911, - [SMALL_STATE(2148)] = 107924, - [SMALL_STATE(2149)] = 107937, - [SMALL_STATE(2150)] = 107950, - [SMALL_STATE(2151)] = 107963, - [SMALL_STATE(2152)] = 107976, - [SMALL_STATE(2153)] = 107989, - [SMALL_STATE(2154)] = 108002, - [SMALL_STATE(2155)] = 108015, - [SMALL_STATE(2156)] = 108023, - [SMALL_STATE(2157)] = 108031, - [SMALL_STATE(2158)] = 108039, - [SMALL_STATE(2159)] = 108049, - [SMALL_STATE(2160)] = 108059, - [SMALL_STATE(2161)] = 108069, - [SMALL_STATE(2162)] = 108077, - [SMALL_STATE(2163)] = 108085, - [SMALL_STATE(2164)] = 108095, - [SMALL_STATE(2165)] = 108103, - [SMALL_STATE(2166)] = 108111, - [SMALL_STATE(2167)] = 108119, - [SMALL_STATE(2168)] = 108129, - [SMALL_STATE(2169)] = 108139, - [SMALL_STATE(2170)] = 108147, - [SMALL_STATE(2171)] = 108157, - [SMALL_STATE(2172)] = 108165, - [SMALL_STATE(2173)] = 108173, - [SMALL_STATE(2174)] = 108181, - [SMALL_STATE(2175)] = 108191, - [SMALL_STATE(2176)] = 108199, - [SMALL_STATE(2177)] = 108209, - [SMALL_STATE(2178)] = 108219, - [SMALL_STATE(2179)] = 108229, - [SMALL_STATE(2180)] = 108239, - [SMALL_STATE(2181)] = 108247, - [SMALL_STATE(2182)] = 108255, - [SMALL_STATE(2183)] = 108263, - [SMALL_STATE(2184)] = 108271, - [SMALL_STATE(2185)] = 108279, - [SMALL_STATE(2186)] = 108289, - [SMALL_STATE(2187)] = 108297, - [SMALL_STATE(2188)] = 108307, - [SMALL_STATE(2189)] = 108317, - [SMALL_STATE(2190)] = 108327, - [SMALL_STATE(2191)] = 108335, - [SMALL_STATE(2192)] = 108343, - [SMALL_STATE(2193)] = 108353, - [SMALL_STATE(2194)] = 108363, - [SMALL_STATE(2195)] = 108373, - [SMALL_STATE(2196)] = 108381, - [SMALL_STATE(2197)] = 108389, - [SMALL_STATE(2198)] = 108399, - [SMALL_STATE(2199)] = 108409, - [SMALL_STATE(2200)] = 108417, - [SMALL_STATE(2201)] = 108427, - [SMALL_STATE(2202)] = 108437, - [SMALL_STATE(2203)] = 108445, - [SMALL_STATE(2204)] = 108455, - [SMALL_STATE(2205)] = 108463, - [SMALL_STATE(2206)] = 108473, - [SMALL_STATE(2207)] = 108483, - [SMALL_STATE(2208)] = 108493, - [SMALL_STATE(2209)] = 108501, - [SMALL_STATE(2210)] = 108509, - [SMALL_STATE(2211)] = 108517, - [SMALL_STATE(2212)] = 108527, - [SMALL_STATE(2213)] = 108535, - [SMALL_STATE(2214)] = 108543, - [SMALL_STATE(2215)] = 108551, - [SMALL_STATE(2216)] = 108559, - [SMALL_STATE(2217)] = 108567, - [SMALL_STATE(2218)] = 108575, - [SMALL_STATE(2219)] = 108585, - [SMALL_STATE(2220)] = 108595, - [SMALL_STATE(2221)] = 108605, - [SMALL_STATE(2222)] = 108613, - [SMALL_STATE(2223)] = 108621, - [SMALL_STATE(2224)] = 108629, - [SMALL_STATE(2225)] = 108637, - [SMALL_STATE(2226)] = 108647, - [SMALL_STATE(2227)] = 108655, - [SMALL_STATE(2228)] = 108665, - [SMALL_STATE(2229)] = 108673, - [SMALL_STATE(2230)] = 108681, - [SMALL_STATE(2231)] = 108689, - [SMALL_STATE(2232)] = 108699, - [SMALL_STATE(2233)] = 108709, - [SMALL_STATE(2234)] = 108719, - [SMALL_STATE(2235)] = 108727, - [SMALL_STATE(2236)] = 108735, - [SMALL_STATE(2237)] = 108743, - [SMALL_STATE(2238)] = 108753, - [SMALL_STATE(2239)] = 108763, - [SMALL_STATE(2240)] = 108773, - [SMALL_STATE(2241)] = 108781, - [SMALL_STATE(2242)] = 108791, - [SMALL_STATE(2243)] = 108801, - [SMALL_STATE(2244)] = 108809, - [SMALL_STATE(2245)] = 108819, - [SMALL_STATE(2246)] = 108827, - [SMALL_STATE(2247)] = 108835, - [SMALL_STATE(2248)] = 108843, - [SMALL_STATE(2249)] = 108851, - [SMALL_STATE(2250)] = 108861, - [SMALL_STATE(2251)] = 108869, - [SMALL_STATE(2252)] = 108877, - [SMALL_STATE(2253)] = 108885, - [SMALL_STATE(2254)] = 108895, - [SMALL_STATE(2255)] = 108903, - [SMALL_STATE(2256)] = 108910, - [SMALL_STATE(2257)] = 108917, - [SMALL_STATE(2258)] = 108924, - [SMALL_STATE(2259)] = 108931, - [SMALL_STATE(2260)] = 108938, - [SMALL_STATE(2261)] = 108945, - [SMALL_STATE(2262)] = 108952, - [SMALL_STATE(2263)] = 108959, - [SMALL_STATE(2264)] = 108966, - [SMALL_STATE(2265)] = 108973, - [SMALL_STATE(2266)] = 108980, - [SMALL_STATE(2267)] = 108987, - [SMALL_STATE(2268)] = 108994, - [SMALL_STATE(2269)] = 109001, - [SMALL_STATE(2270)] = 109008, - [SMALL_STATE(2271)] = 109015, - [SMALL_STATE(2272)] = 109022, - [SMALL_STATE(2273)] = 109029, - [SMALL_STATE(2274)] = 109036, - [SMALL_STATE(2275)] = 109043, - [SMALL_STATE(2276)] = 109050, - [SMALL_STATE(2277)] = 109057, - [SMALL_STATE(2278)] = 109064, - [SMALL_STATE(2279)] = 109071, - [SMALL_STATE(2280)] = 109078, - [SMALL_STATE(2281)] = 109085, - [SMALL_STATE(2282)] = 109092, - [SMALL_STATE(2283)] = 109099, - [SMALL_STATE(2284)] = 109106, - [SMALL_STATE(2285)] = 109113, - [SMALL_STATE(2286)] = 109120, - [SMALL_STATE(2287)] = 109127, - [SMALL_STATE(2288)] = 109134, - [SMALL_STATE(2289)] = 109141, - [SMALL_STATE(2290)] = 109148, - [SMALL_STATE(2291)] = 109155, - [SMALL_STATE(2292)] = 109162, - [SMALL_STATE(2293)] = 109169, - [SMALL_STATE(2294)] = 109176, - [SMALL_STATE(2295)] = 109183, - [SMALL_STATE(2296)] = 109190, - [SMALL_STATE(2297)] = 109197, - [SMALL_STATE(2298)] = 109204, - [SMALL_STATE(2299)] = 109211, - [SMALL_STATE(2300)] = 109218, - [SMALL_STATE(2301)] = 109225, - [SMALL_STATE(2302)] = 109232, - [SMALL_STATE(2303)] = 109239, - [SMALL_STATE(2304)] = 109246, - [SMALL_STATE(2305)] = 109253, - [SMALL_STATE(2306)] = 109260, - [SMALL_STATE(2307)] = 109267, - [SMALL_STATE(2308)] = 109274, - [SMALL_STATE(2309)] = 109281, - [SMALL_STATE(2310)] = 109288, - [SMALL_STATE(2311)] = 109295, - [SMALL_STATE(2312)] = 109302, - [SMALL_STATE(2313)] = 109309, - [SMALL_STATE(2314)] = 109316, - [SMALL_STATE(2315)] = 109323, - [SMALL_STATE(2316)] = 109330, - [SMALL_STATE(2317)] = 109337, - [SMALL_STATE(2318)] = 109344, - [SMALL_STATE(2319)] = 109351, - [SMALL_STATE(2320)] = 109358, - [SMALL_STATE(2321)] = 109365, - [SMALL_STATE(2322)] = 109372, - [SMALL_STATE(2323)] = 109379, - [SMALL_STATE(2324)] = 109386, - [SMALL_STATE(2325)] = 109393, - [SMALL_STATE(2326)] = 109400, - [SMALL_STATE(2327)] = 109407, - [SMALL_STATE(2328)] = 109414, - [SMALL_STATE(2329)] = 109421, - [SMALL_STATE(2330)] = 109428, - [SMALL_STATE(2331)] = 109435, - [SMALL_STATE(2332)] = 109442, - [SMALL_STATE(2333)] = 109449, - [SMALL_STATE(2334)] = 109456, - [SMALL_STATE(2335)] = 109463, - [SMALL_STATE(2336)] = 109470, - [SMALL_STATE(2337)] = 109477, - [SMALL_STATE(2338)] = 109484, - [SMALL_STATE(2339)] = 109491, - [SMALL_STATE(2340)] = 109498, - [SMALL_STATE(2341)] = 109505, - [SMALL_STATE(2342)] = 109512, - [SMALL_STATE(2343)] = 109519, - [SMALL_STATE(2344)] = 109526, - [SMALL_STATE(2345)] = 109533, - [SMALL_STATE(2346)] = 109540, - [SMALL_STATE(2347)] = 109547, - [SMALL_STATE(2348)] = 109554, - [SMALL_STATE(2349)] = 109561, - [SMALL_STATE(2350)] = 109568, - [SMALL_STATE(2351)] = 109575, - [SMALL_STATE(2352)] = 109582, - [SMALL_STATE(2353)] = 109589, - [SMALL_STATE(2354)] = 109596, - [SMALL_STATE(2355)] = 109603, - [SMALL_STATE(2356)] = 109610, - [SMALL_STATE(2357)] = 109617, - [SMALL_STATE(2358)] = 109624, - [SMALL_STATE(2359)] = 109631, - [SMALL_STATE(2360)] = 109638, - [SMALL_STATE(2361)] = 109645, - [SMALL_STATE(2362)] = 109652, - [SMALL_STATE(2363)] = 109659, - [SMALL_STATE(2364)] = 109666, - [SMALL_STATE(2365)] = 109673, - [SMALL_STATE(2366)] = 109680, - [SMALL_STATE(2367)] = 109687, - [SMALL_STATE(2368)] = 109694, - [SMALL_STATE(2369)] = 109701, - [SMALL_STATE(2370)] = 109708, - [SMALL_STATE(2371)] = 109715, - [SMALL_STATE(2372)] = 109722, - [SMALL_STATE(2373)] = 109729, - [SMALL_STATE(2374)] = 109736, - [SMALL_STATE(2375)] = 109743, - [SMALL_STATE(2376)] = 109750, - [SMALL_STATE(2377)] = 109757, - [SMALL_STATE(2378)] = 109764, - [SMALL_STATE(2379)] = 109771, - [SMALL_STATE(2380)] = 109778, - [SMALL_STATE(2381)] = 109785, - [SMALL_STATE(2382)] = 109792, - [SMALL_STATE(2383)] = 109799, - [SMALL_STATE(2384)] = 109806, - [SMALL_STATE(2385)] = 109813, - [SMALL_STATE(2386)] = 109820, - [SMALL_STATE(2387)] = 109827, - [SMALL_STATE(2388)] = 109834, - [SMALL_STATE(2389)] = 109841, - [SMALL_STATE(2390)] = 109848, - [SMALL_STATE(2391)] = 109855, - [SMALL_STATE(2392)] = 109862, - [SMALL_STATE(2393)] = 109869, - [SMALL_STATE(2394)] = 109876, - [SMALL_STATE(2395)] = 109883, - [SMALL_STATE(2396)] = 109890, - [SMALL_STATE(2397)] = 109897, - [SMALL_STATE(2398)] = 109904, - [SMALL_STATE(2399)] = 109911, - [SMALL_STATE(2400)] = 109918, - [SMALL_STATE(2401)] = 109925, - [SMALL_STATE(2402)] = 109932, - [SMALL_STATE(2403)] = 109939, - [SMALL_STATE(2404)] = 109946, - [SMALL_STATE(2405)] = 109953, - [SMALL_STATE(2406)] = 109960, - [SMALL_STATE(2407)] = 109967, - [SMALL_STATE(2408)] = 109974, - [SMALL_STATE(2409)] = 109981, - [SMALL_STATE(2410)] = 109988, - [SMALL_STATE(2411)] = 109995, - [SMALL_STATE(2412)] = 110002, - [SMALL_STATE(2413)] = 110009, - [SMALL_STATE(2414)] = 110016, - [SMALL_STATE(2415)] = 110023, - [SMALL_STATE(2416)] = 110030, - [SMALL_STATE(2417)] = 110037, - [SMALL_STATE(2418)] = 110044, - [SMALL_STATE(2419)] = 110051, - [SMALL_STATE(2420)] = 110058, - [SMALL_STATE(2421)] = 110065, - [SMALL_STATE(2422)] = 110072, - [SMALL_STATE(2423)] = 110079, - [SMALL_STATE(2424)] = 110086, - [SMALL_STATE(2425)] = 110093, - [SMALL_STATE(2426)] = 110100, - [SMALL_STATE(2427)] = 110107, - [SMALL_STATE(2428)] = 110114, - [SMALL_STATE(2429)] = 110121, - [SMALL_STATE(2430)] = 110128, - [SMALL_STATE(2431)] = 110135, - [SMALL_STATE(2432)] = 110142, - [SMALL_STATE(2433)] = 110149, - [SMALL_STATE(2434)] = 110156, - [SMALL_STATE(2435)] = 110163, - [SMALL_STATE(2436)] = 110170, - [SMALL_STATE(2437)] = 110177, - [SMALL_STATE(2438)] = 110184, - [SMALL_STATE(2439)] = 110191, - [SMALL_STATE(2440)] = 110198, - [SMALL_STATE(2441)] = 110205, - [SMALL_STATE(2442)] = 110212, - [SMALL_STATE(2443)] = 110219, - [SMALL_STATE(2444)] = 110226, - [SMALL_STATE(2445)] = 110233, - [SMALL_STATE(2446)] = 110240, - [SMALL_STATE(2447)] = 110247, - [SMALL_STATE(2448)] = 110254, - [SMALL_STATE(2449)] = 110261, - [SMALL_STATE(2450)] = 110268, - [SMALL_STATE(2451)] = 110275, - [SMALL_STATE(2452)] = 110282, - [SMALL_STATE(2453)] = 110289, - [SMALL_STATE(2454)] = 110296, - [SMALL_STATE(2455)] = 110303, - [SMALL_STATE(2456)] = 110310, - [SMALL_STATE(2457)] = 110317, - [SMALL_STATE(2458)] = 110324, - [SMALL_STATE(2459)] = 110331, - [SMALL_STATE(2460)] = 110338, - [SMALL_STATE(2461)] = 110345, - [SMALL_STATE(2462)] = 110352, - [SMALL_STATE(2463)] = 110359, - [SMALL_STATE(2464)] = 110366, - [SMALL_STATE(2465)] = 110373, - [SMALL_STATE(2466)] = 110380, - [SMALL_STATE(2467)] = 110387, - [SMALL_STATE(2468)] = 110394, - [SMALL_STATE(2469)] = 110401, - [SMALL_STATE(2470)] = 110408, - [SMALL_STATE(2471)] = 110415, - [SMALL_STATE(2472)] = 110422, - [SMALL_STATE(2473)] = 110429, - [SMALL_STATE(2474)] = 110436, - [SMALL_STATE(2475)] = 110443, - [SMALL_STATE(2476)] = 110450, - [SMALL_STATE(2477)] = 110457, - [SMALL_STATE(2478)] = 110464, - [SMALL_STATE(2479)] = 110471, - [SMALL_STATE(2480)] = 110478, - [SMALL_STATE(2481)] = 110485, - [SMALL_STATE(2482)] = 110492, - [SMALL_STATE(2483)] = 110499, - [SMALL_STATE(2484)] = 110506, - [SMALL_STATE(2485)] = 110513, - [SMALL_STATE(2486)] = 110520, - [SMALL_STATE(2487)] = 110527, - [SMALL_STATE(2488)] = 110534, - [SMALL_STATE(2489)] = 110541, - [SMALL_STATE(2490)] = 110548, - [SMALL_STATE(2491)] = 110555, + [SMALL_STATE(1942)] = 105323, + [SMALL_STATE(1943)] = 105336, + [SMALL_STATE(1944)] = 105349, + [SMALL_STATE(1945)] = 105362, + [SMALL_STATE(1946)] = 105375, + [SMALL_STATE(1947)] = 105388, + [SMALL_STATE(1948)] = 105401, + [SMALL_STATE(1949)] = 105414, + [SMALL_STATE(1950)] = 105427, + [SMALL_STATE(1951)] = 105440, + [SMALL_STATE(1952)] = 105449, + [SMALL_STATE(1953)] = 105462, + [SMALL_STATE(1954)] = 105475, + [SMALL_STATE(1955)] = 105488, + [SMALL_STATE(1956)] = 105501, + [SMALL_STATE(1957)] = 105514, + [SMALL_STATE(1958)] = 105527, + [SMALL_STATE(1959)] = 105540, + [SMALL_STATE(1960)] = 105551, + [SMALL_STATE(1961)] = 105564, + [SMALL_STATE(1962)] = 105577, + [SMALL_STATE(1963)] = 105590, + [SMALL_STATE(1964)] = 105599, + [SMALL_STATE(1965)] = 105612, + [SMALL_STATE(1966)] = 105625, + [SMALL_STATE(1967)] = 105638, + [SMALL_STATE(1968)] = 105647, + [SMALL_STATE(1969)] = 105660, + [SMALL_STATE(1970)] = 105673, + [SMALL_STATE(1971)] = 105684, + [SMALL_STATE(1972)] = 105697, + [SMALL_STATE(1973)] = 105710, + [SMALL_STATE(1974)] = 105723, + [SMALL_STATE(1975)] = 105736, + [SMALL_STATE(1976)] = 105749, + [SMALL_STATE(1977)] = 105762, + [SMALL_STATE(1978)] = 105775, + [SMALL_STATE(1979)] = 105788, + [SMALL_STATE(1980)] = 105801, + [SMALL_STATE(1981)] = 105814, + [SMALL_STATE(1982)] = 105827, + [SMALL_STATE(1983)] = 105840, + [SMALL_STATE(1984)] = 105853, + [SMALL_STATE(1985)] = 105866, + [SMALL_STATE(1986)] = 105879, + [SMALL_STATE(1987)] = 105892, + [SMALL_STATE(1988)] = 105905, + [SMALL_STATE(1989)] = 105918, + [SMALL_STATE(1990)] = 105931, + [SMALL_STATE(1991)] = 105944, + [SMALL_STATE(1992)] = 105955, + [SMALL_STATE(1993)] = 105968, + [SMALL_STATE(1994)] = 105981, + [SMALL_STATE(1995)] = 105994, + [SMALL_STATE(1996)] = 106005, + [SMALL_STATE(1997)] = 106016, + [SMALL_STATE(1998)] = 106029, + [SMALL_STATE(1999)] = 106042, + [SMALL_STATE(2000)] = 106055, + [SMALL_STATE(2001)] = 106068, + [SMALL_STATE(2002)] = 106079, + [SMALL_STATE(2003)] = 106092, + [SMALL_STATE(2004)] = 106105, + [SMALL_STATE(2005)] = 106118, + [SMALL_STATE(2006)] = 106131, + [SMALL_STATE(2007)] = 106144, + [SMALL_STATE(2008)] = 106157, + [SMALL_STATE(2009)] = 106170, + [SMALL_STATE(2010)] = 106183, + [SMALL_STATE(2011)] = 106194, + [SMALL_STATE(2012)] = 106203, + [SMALL_STATE(2013)] = 106216, + [SMALL_STATE(2014)] = 106229, + [SMALL_STATE(2015)] = 106242, + [SMALL_STATE(2016)] = 106255, + [SMALL_STATE(2017)] = 106268, + [SMALL_STATE(2018)] = 106281, + [SMALL_STATE(2019)] = 106294, + [SMALL_STATE(2020)] = 106303, + [SMALL_STATE(2021)] = 106316, + [SMALL_STATE(2022)] = 106329, + [SMALL_STATE(2023)] = 106342, + [SMALL_STATE(2024)] = 106355, + [SMALL_STATE(2025)] = 106368, + [SMALL_STATE(2026)] = 106381, + [SMALL_STATE(2027)] = 106394, + [SMALL_STATE(2028)] = 106407, + [SMALL_STATE(2029)] = 106420, + [SMALL_STATE(2030)] = 106433, + [SMALL_STATE(2031)] = 106446, + [SMALL_STATE(2032)] = 106459, + [SMALL_STATE(2033)] = 106472, + [SMALL_STATE(2034)] = 106485, + [SMALL_STATE(2035)] = 106498, + [SMALL_STATE(2036)] = 106509, + [SMALL_STATE(2037)] = 106522, + [SMALL_STATE(2038)] = 106533, + [SMALL_STATE(2039)] = 106546, + [SMALL_STATE(2040)] = 106559, + [SMALL_STATE(2041)] = 106572, + [SMALL_STATE(2042)] = 106585, + [SMALL_STATE(2043)] = 106598, + [SMALL_STATE(2044)] = 106611, + [SMALL_STATE(2045)] = 106624, + [SMALL_STATE(2046)] = 106637, + [SMALL_STATE(2047)] = 106650, + [SMALL_STATE(2048)] = 106663, + [SMALL_STATE(2049)] = 106676, + [SMALL_STATE(2050)] = 106689, + [SMALL_STATE(2051)] = 106702, + [SMALL_STATE(2052)] = 106715, + [SMALL_STATE(2053)] = 106728, + [SMALL_STATE(2054)] = 106741, + [SMALL_STATE(2055)] = 106754, + [SMALL_STATE(2056)] = 106767, + [SMALL_STATE(2057)] = 106780, + [SMALL_STATE(2058)] = 106793, + [SMALL_STATE(2059)] = 106806, + [SMALL_STATE(2060)] = 106819, + [SMALL_STATE(2061)] = 106832, + [SMALL_STATE(2062)] = 106845, + [SMALL_STATE(2063)] = 106858, + [SMALL_STATE(2064)] = 106871, + [SMALL_STATE(2065)] = 106884, + [SMALL_STATE(2066)] = 106897, + [SMALL_STATE(2067)] = 106910, + [SMALL_STATE(2068)] = 106923, + [SMALL_STATE(2069)] = 106936, + [SMALL_STATE(2070)] = 106949, + [SMALL_STATE(2071)] = 106962, + [SMALL_STATE(2072)] = 106975, + [SMALL_STATE(2073)] = 106984, + [SMALL_STATE(2074)] = 106997, + [SMALL_STATE(2075)] = 107010, + [SMALL_STATE(2076)] = 107023, + [SMALL_STATE(2077)] = 107036, + [SMALL_STATE(2078)] = 107049, + [SMALL_STATE(2079)] = 107062, + [SMALL_STATE(2080)] = 107075, + [SMALL_STATE(2081)] = 107086, + [SMALL_STATE(2082)] = 107095, + [SMALL_STATE(2083)] = 107108, + [SMALL_STATE(2084)] = 107121, + [SMALL_STATE(2085)] = 107132, + [SMALL_STATE(2086)] = 107143, + [SMALL_STATE(2087)] = 107154, + [SMALL_STATE(2088)] = 107167, + [SMALL_STATE(2089)] = 107180, + [SMALL_STATE(2090)] = 107193, + [SMALL_STATE(2091)] = 107204, + [SMALL_STATE(2092)] = 107215, + [SMALL_STATE(2093)] = 107228, + [SMALL_STATE(2094)] = 107239, + [SMALL_STATE(2095)] = 107252, + [SMALL_STATE(2096)] = 107265, + [SMALL_STATE(2097)] = 107276, + [SMALL_STATE(2098)] = 107289, + [SMALL_STATE(2099)] = 107302, + [SMALL_STATE(2100)] = 107315, + [SMALL_STATE(2101)] = 107328, + [SMALL_STATE(2102)] = 107341, + [SMALL_STATE(2103)] = 107354, + [SMALL_STATE(2104)] = 107367, + [SMALL_STATE(2105)] = 107378, + [SMALL_STATE(2106)] = 107391, + [SMALL_STATE(2107)] = 107404, + [SMALL_STATE(2108)] = 107417, + [SMALL_STATE(2109)] = 107426, + [SMALL_STATE(2110)] = 107439, + [SMALL_STATE(2111)] = 107452, + [SMALL_STATE(2112)] = 107465, + [SMALL_STATE(2113)] = 107476, + [SMALL_STATE(2114)] = 107489, + [SMALL_STATE(2115)] = 107502, + [SMALL_STATE(2116)] = 107513, + [SMALL_STATE(2117)] = 107524, + [SMALL_STATE(2118)] = 107537, + [SMALL_STATE(2119)] = 107550, + [SMALL_STATE(2120)] = 107563, + [SMALL_STATE(2121)] = 107576, + [SMALL_STATE(2122)] = 107589, + [SMALL_STATE(2123)] = 107602, + [SMALL_STATE(2124)] = 107615, + [SMALL_STATE(2125)] = 107628, + [SMALL_STATE(2126)] = 107641, + [SMALL_STATE(2127)] = 107654, + [SMALL_STATE(2128)] = 107667, + [SMALL_STATE(2129)] = 107680, + [SMALL_STATE(2130)] = 107693, + [SMALL_STATE(2131)] = 107706, + [SMALL_STATE(2132)] = 107719, + [SMALL_STATE(2133)] = 107732, + [SMALL_STATE(2134)] = 107745, + [SMALL_STATE(2135)] = 107758, + [SMALL_STATE(2136)] = 107771, + [SMALL_STATE(2137)] = 107784, + [SMALL_STATE(2138)] = 107797, + [SMALL_STATE(2139)] = 107810, + [SMALL_STATE(2140)] = 107823, + [SMALL_STATE(2141)] = 107836, + [SMALL_STATE(2142)] = 107849, + [SMALL_STATE(2143)] = 107862, + [SMALL_STATE(2144)] = 107875, + [SMALL_STATE(2145)] = 107888, + [SMALL_STATE(2146)] = 107901, + [SMALL_STATE(2147)] = 107914, + [SMALL_STATE(2148)] = 107927, + [SMALL_STATE(2149)] = 107940, + [SMALL_STATE(2150)] = 107953, + [SMALL_STATE(2151)] = 107966, + [SMALL_STATE(2152)] = 107979, + [SMALL_STATE(2153)] = 107992, + [SMALL_STATE(2154)] = 108005, + [SMALL_STATE(2155)] = 108018, + [SMALL_STATE(2156)] = 108031, + [SMALL_STATE(2157)] = 108044, + [SMALL_STATE(2158)] = 108057, + [SMALL_STATE(2159)] = 108070, + [SMALL_STATE(2160)] = 108080, + [SMALL_STATE(2161)] = 108088, + [SMALL_STATE(2162)] = 108098, + [SMALL_STATE(2163)] = 108108, + [SMALL_STATE(2164)] = 108118, + [SMALL_STATE(2165)] = 108126, + [SMALL_STATE(2166)] = 108136, + [SMALL_STATE(2167)] = 108144, + [SMALL_STATE(2168)] = 108154, + [SMALL_STATE(2169)] = 108164, + [SMALL_STATE(2170)] = 108172, + [SMALL_STATE(2171)] = 108180, + [SMALL_STATE(2172)] = 108190, + [SMALL_STATE(2173)] = 108198, + [SMALL_STATE(2174)] = 108206, + [SMALL_STATE(2175)] = 108216, + [SMALL_STATE(2176)] = 108224, + [SMALL_STATE(2177)] = 108232, + [SMALL_STATE(2178)] = 108240, + [SMALL_STATE(2179)] = 108250, + [SMALL_STATE(2180)] = 108260, + [SMALL_STATE(2181)] = 108270, + [SMALL_STATE(2182)] = 108280, + [SMALL_STATE(2183)] = 108288, + [SMALL_STATE(2184)] = 108296, + [SMALL_STATE(2185)] = 108306, + [SMALL_STATE(2186)] = 108314, + [SMALL_STATE(2187)] = 108324, + [SMALL_STATE(2188)] = 108334, + [SMALL_STATE(2189)] = 108344, + [SMALL_STATE(2190)] = 108352, + [SMALL_STATE(2191)] = 108360, + [SMALL_STATE(2192)] = 108370, + [SMALL_STATE(2193)] = 108378, + [SMALL_STATE(2194)] = 108386, + [SMALL_STATE(2195)] = 108396, + [SMALL_STATE(2196)] = 108406, + [SMALL_STATE(2197)] = 108414, + [SMALL_STATE(2198)] = 108422, + [SMALL_STATE(2199)] = 108430, + [SMALL_STATE(2200)] = 108440, + [SMALL_STATE(2201)] = 108450, + [SMALL_STATE(2202)] = 108458, + [SMALL_STATE(2203)] = 108466, + [SMALL_STATE(2204)] = 108476, + [SMALL_STATE(2205)] = 108486, + [SMALL_STATE(2206)] = 108494, + [SMALL_STATE(2207)] = 108504, + [SMALL_STATE(2208)] = 108514, + [SMALL_STATE(2209)] = 108522, + [SMALL_STATE(2210)] = 108532, + [SMALL_STATE(2211)] = 108542, + [SMALL_STATE(2212)] = 108550, + [SMALL_STATE(2213)] = 108558, + [SMALL_STATE(2214)] = 108566, + [SMALL_STATE(2215)] = 108576, + [SMALL_STATE(2216)] = 108586, + [SMALL_STATE(2217)] = 108596, + [SMALL_STATE(2218)] = 108604, + [SMALL_STATE(2219)] = 108614, + [SMALL_STATE(2220)] = 108622, + [SMALL_STATE(2221)] = 108630, + [SMALL_STATE(2222)] = 108640, + [SMALL_STATE(2223)] = 108648, + [SMALL_STATE(2224)] = 108656, + [SMALL_STATE(2225)] = 108666, + [SMALL_STATE(2226)] = 108674, + [SMALL_STATE(2227)] = 108682, + [SMALL_STATE(2228)] = 108690, + [SMALL_STATE(2229)] = 108700, + [SMALL_STATE(2230)] = 108708, + [SMALL_STATE(2231)] = 108716, + [SMALL_STATE(2232)] = 108724, + [SMALL_STATE(2233)] = 108732, + [SMALL_STATE(2234)] = 108740, + [SMALL_STATE(2235)] = 108748, + [SMALL_STATE(2236)] = 108758, + [SMALL_STATE(2237)] = 108768, + [SMALL_STATE(2238)] = 108776, + [SMALL_STATE(2239)] = 108786, + [SMALL_STATE(2240)] = 108796, + [SMALL_STATE(2241)] = 108806, + [SMALL_STATE(2242)] = 108816, + [SMALL_STATE(2243)] = 108824, + [SMALL_STATE(2244)] = 108834, + [SMALL_STATE(2245)] = 108842, + [SMALL_STATE(2246)] = 108852, + [SMALL_STATE(2247)] = 108860, + [SMALL_STATE(2248)] = 108868, + [SMALL_STATE(2249)] = 108878, + [SMALL_STATE(2250)] = 108886, + [SMALL_STATE(2251)] = 108894, + [SMALL_STATE(2252)] = 108902, + [SMALL_STATE(2253)] = 108910, + [SMALL_STATE(2254)] = 108918, + [SMALL_STATE(2255)] = 108928, + [SMALL_STATE(2256)] = 108938, + [SMALL_STATE(2257)] = 108946, + [SMALL_STATE(2258)] = 108956, + [SMALL_STATE(2259)] = 108964, + [SMALL_STATE(2260)] = 108974, + [SMALL_STATE(2261)] = 108982, + [SMALL_STATE(2262)] = 108990, + [SMALL_STATE(2263)] = 108998, + [SMALL_STATE(2264)] = 109005, + [SMALL_STATE(2265)] = 109012, + [SMALL_STATE(2266)] = 109019, + [SMALL_STATE(2267)] = 109026, + [SMALL_STATE(2268)] = 109033, + [SMALL_STATE(2269)] = 109040, + [SMALL_STATE(2270)] = 109047, + [SMALL_STATE(2271)] = 109054, + [SMALL_STATE(2272)] = 109061, + [SMALL_STATE(2273)] = 109068, + [SMALL_STATE(2274)] = 109075, + [SMALL_STATE(2275)] = 109082, + [SMALL_STATE(2276)] = 109089, + [SMALL_STATE(2277)] = 109096, + [SMALL_STATE(2278)] = 109103, + [SMALL_STATE(2279)] = 109110, + [SMALL_STATE(2280)] = 109117, + [SMALL_STATE(2281)] = 109124, + [SMALL_STATE(2282)] = 109131, + [SMALL_STATE(2283)] = 109138, + [SMALL_STATE(2284)] = 109145, + [SMALL_STATE(2285)] = 109152, + [SMALL_STATE(2286)] = 109159, + [SMALL_STATE(2287)] = 109166, + [SMALL_STATE(2288)] = 109173, + [SMALL_STATE(2289)] = 109180, + [SMALL_STATE(2290)] = 109187, + [SMALL_STATE(2291)] = 109194, + [SMALL_STATE(2292)] = 109201, + [SMALL_STATE(2293)] = 109208, + [SMALL_STATE(2294)] = 109215, + [SMALL_STATE(2295)] = 109222, + [SMALL_STATE(2296)] = 109229, + [SMALL_STATE(2297)] = 109236, + [SMALL_STATE(2298)] = 109243, + [SMALL_STATE(2299)] = 109250, + [SMALL_STATE(2300)] = 109257, + [SMALL_STATE(2301)] = 109264, + [SMALL_STATE(2302)] = 109271, + [SMALL_STATE(2303)] = 109278, + [SMALL_STATE(2304)] = 109285, + [SMALL_STATE(2305)] = 109292, + [SMALL_STATE(2306)] = 109299, + [SMALL_STATE(2307)] = 109306, + [SMALL_STATE(2308)] = 109313, + [SMALL_STATE(2309)] = 109320, + [SMALL_STATE(2310)] = 109327, + [SMALL_STATE(2311)] = 109334, + [SMALL_STATE(2312)] = 109341, + [SMALL_STATE(2313)] = 109348, + [SMALL_STATE(2314)] = 109355, + [SMALL_STATE(2315)] = 109362, + [SMALL_STATE(2316)] = 109369, + [SMALL_STATE(2317)] = 109376, + [SMALL_STATE(2318)] = 109383, + [SMALL_STATE(2319)] = 109390, + [SMALL_STATE(2320)] = 109397, + [SMALL_STATE(2321)] = 109404, + [SMALL_STATE(2322)] = 109411, + [SMALL_STATE(2323)] = 109418, + [SMALL_STATE(2324)] = 109425, + [SMALL_STATE(2325)] = 109432, + [SMALL_STATE(2326)] = 109439, + [SMALL_STATE(2327)] = 109446, + [SMALL_STATE(2328)] = 109453, + [SMALL_STATE(2329)] = 109460, + [SMALL_STATE(2330)] = 109467, + [SMALL_STATE(2331)] = 109474, + [SMALL_STATE(2332)] = 109481, + [SMALL_STATE(2333)] = 109488, + [SMALL_STATE(2334)] = 109495, + [SMALL_STATE(2335)] = 109502, + [SMALL_STATE(2336)] = 109509, + [SMALL_STATE(2337)] = 109516, + [SMALL_STATE(2338)] = 109523, + [SMALL_STATE(2339)] = 109530, + [SMALL_STATE(2340)] = 109537, + [SMALL_STATE(2341)] = 109544, + [SMALL_STATE(2342)] = 109551, + [SMALL_STATE(2343)] = 109558, + [SMALL_STATE(2344)] = 109565, + [SMALL_STATE(2345)] = 109572, + [SMALL_STATE(2346)] = 109579, + [SMALL_STATE(2347)] = 109586, + [SMALL_STATE(2348)] = 109593, + [SMALL_STATE(2349)] = 109600, + [SMALL_STATE(2350)] = 109607, + [SMALL_STATE(2351)] = 109614, + [SMALL_STATE(2352)] = 109621, + [SMALL_STATE(2353)] = 109628, + [SMALL_STATE(2354)] = 109635, + [SMALL_STATE(2355)] = 109642, + [SMALL_STATE(2356)] = 109649, + [SMALL_STATE(2357)] = 109656, + [SMALL_STATE(2358)] = 109663, + [SMALL_STATE(2359)] = 109670, + [SMALL_STATE(2360)] = 109677, + [SMALL_STATE(2361)] = 109684, + [SMALL_STATE(2362)] = 109691, + [SMALL_STATE(2363)] = 109698, + [SMALL_STATE(2364)] = 109705, + [SMALL_STATE(2365)] = 109712, + [SMALL_STATE(2366)] = 109719, + [SMALL_STATE(2367)] = 109726, + [SMALL_STATE(2368)] = 109733, + [SMALL_STATE(2369)] = 109740, + [SMALL_STATE(2370)] = 109747, + [SMALL_STATE(2371)] = 109754, + [SMALL_STATE(2372)] = 109761, + [SMALL_STATE(2373)] = 109768, + [SMALL_STATE(2374)] = 109775, + [SMALL_STATE(2375)] = 109782, + [SMALL_STATE(2376)] = 109789, + [SMALL_STATE(2377)] = 109796, + [SMALL_STATE(2378)] = 109803, + [SMALL_STATE(2379)] = 109810, + [SMALL_STATE(2380)] = 109817, + [SMALL_STATE(2381)] = 109824, + [SMALL_STATE(2382)] = 109831, + [SMALL_STATE(2383)] = 109838, + [SMALL_STATE(2384)] = 109845, + [SMALL_STATE(2385)] = 109852, + [SMALL_STATE(2386)] = 109859, + [SMALL_STATE(2387)] = 109866, + [SMALL_STATE(2388)] = 109873, + [SMALL_STATE(2389)] = 109880, + [SMALL_STATE(2390)] = 109887, + [SMALL_STATE(2391)] = 109894, + [SMALL_STATE(2392)] = 109901, + [SMALL_STATE(2393)] = 109908, + [SMALL_STATE(2394)] = 109915, + [SMALL_STATE(2395)] = 109922, + [SMALL_STATE(2396)] = 109929, + [SMALL_STATE(2397)] = 109936, + [SMALL_STATE(2398)] = 109943, + [SMALL_STATE(2399)] = 109950, + [SMALL_STATE(2400)] = 109957, + [SMALL_STATE(2401)] = 109964, + [SMALL_STATE(2402)] = 109971, + [SMALL_STATE(2403)] = 109978, + [SMALL_STATE(2404)] = 109985, + [SMALL_STATE(2405)] = 109992, + [SMALL_STATE(2406)] = 109999, + [SMALL_STATE(2407)] = 110006, + [SMALL_STATE(2408)] = 110013, + [SMALL_STATE(2409)] = 110020, + [SMALL_STATE(2410)] = 110027, + [SMALL_STATE(2411)] = 110034, + [SMALL_STATE(2412)] = 110041, + [SMALL_STATE(2413)] = 110048, + [SMALL_STATE(2414)] = 110055, + [SMALL_STATE(2415)] = 110062, + [SMALL_STATE(2416)] = 110069, + [SMALL_STATE(2417)] = 110076, + [SMALL_STATE(2418)] = 110083, + [SMALL_STATE(2419)] = 110090, + [SMALL_STATE(2420)] = 110097, + [SMALL_STATE(2421)] = 110104, + [SMALL_STATE(2422)] = 110111, + [SMALL_STATE(2423)] = 110118, + [SMALL_STATE(2424)] = 110125, + [SMALL_STATE(2425)] = 110132, + [SMALL_STATE(2426)] = 110139, + [SMALL_STATE(2427)] = 110146, + [SMALL_STATE(2428)] = 110153, + [SMALL_STATE(2429)] = 110160, + [SMALL_STATE(2430)] = 110167, + [SMALL_STATE(2431)] = 110174, + [SMALL_STATE(2432)] = 110181, + [SMALL_STATE(2433)] = 110188, + [SMALL_STATE(2434)] = 110195, + [SMALL_STATE(2435)] = 110202, + [SMALL_STATE(2436)] = 110209, + [SMALL_STATE(2437)] = 110216, + [SMALL_STATE(2438)] = 110223, + [SMALL_STATE(2439)] = 110230, + [SMALL_STATE(2440)] = 110237, + [SMALL_STATE(2441)] = 110244, + [SMALL_STATE(2442)] = 110251, + [SMALL_STATE(2443)] = 110258, + [SMALL_STATE(2444)] = 110265, + [SMALL_STATE(2445)] = 110272, + [SMALL_STATE(2446)] = 110279, + [SMALL_STATE(2447)] = 110286, + [SMALL_STATE(2448)] = 110293, + [SMALL_STATE(2449)] = 110300, + [SMALL_STATE(2450)] = 110307, + [SMALL_STATE(2451)] = 110314, + [SMALL_STATE(2452)] = 110321, + [SMALL_STATE(2453)] = 110328, + [SMALL_STATE(2454)] = 110335, + [SMALL_STATE(2455)] = 110342, + [SMALL_STATE(2456)] = 110349, + [SMALL_STATE(2457)] = 110356, + [SMALL_STATE(2458)] = 110363, + [SMALL_STATE(2459)] = 110370, + [SMALL_STATE(2460)] = 110377, + [SMALL_STATE(2461)] = 110384, + [SMALL_STATE(2462)] = 110391, + [SMALL_STATE(2463)] = 110398, + [SMALL_STATE(2464)] = 110405, + [SMALL_STATE(2465)] = 110412, + [SMALL_STATE(2466)] = 110419, + [SMALL_STATE(2467)] = 110426, + [SMALL_STATE(2468)] = 110433, + [SMALL_STATE(2469)] = 110440, + [SMALL_STATE(2470)] = 110447, + [SMALL_STATE(2471)] = 110454, + [SMALL_STATE(2472)] = 110461, + [SMALL_STATE(2473)] = 110468, + [SMALL_STATE(2474)] = 110475, + [SMALL_STATE(2475)] = 110482, + [SMALL_STATE(2476)] = 110489, + [SMALL_STATE(2477)] = 110496, + [SMALL_STATE(2478)] = 110503, + [SMALL_STATE(2479)] = 110510, + [SMALL_STATE(2480)] = 110517, + [SMALL_STATE(2481)] = 110524, + [SMALL_STATE(2482)] = 110531, + [SMALL_STATE(2483)] = 110538, + [SMALL_STATE(2484)] = 110545, + [SMALL_STATE(2485)] = 110552, + [SMALL_STATE(2486)] = 110559, + [SMALL_STATE(2487)] = 110566, + [SMALL_STATE(2488)] = 110573, + [SMALL_STATE(2489)] = 110580, + [SMALL_STATE(2490)] = 110587, + [SMALL_STATE(2491)] = 110594, + [SMALL_STATE(2492)] = 110601, + [SMALL_STATE(2493)] = 110608, + [SMALL_STATE(2494)] = 110615, + [SMALL_STATE(2495)] = 110622, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -121967,1106 +122032,1106 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_recipe, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2486), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2485), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2481), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2477), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2475), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2364), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2489), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2485), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2482), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2481), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2479), [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2469), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2434), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2437), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2417), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2428), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), - [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), + [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(145), - [134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(147), - [137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(136), - [140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1024), - [143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1909), - [146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1707), - [149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(705), - [152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(35), - [155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(399), - [158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(325), - [161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(387), - [164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(271), - [167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(2213), - [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(2210), - [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(2199), - [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(2415), - [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(2421), - [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(441), - [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(491), - [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(528), - [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(582), - [194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(478), - [197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(2417), - [200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(376), - [203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(464), - [206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(800), - [209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(800), - [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1476), - [215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(276), - [218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(897), - [221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(75), - [224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(537), - [227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(534), - [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(897), - [233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(533), - [236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), - [238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1560), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), + [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(129), + [142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(130), + [145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(150), + [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1032), + [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1913), + [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1726), + [157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(687), + [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(33), + [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(396), + [166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(319), + [169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(386), + [172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(272), + [175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(2208), + [178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(2198), + [181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(2196), + [184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(2434), + [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(2437), + [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(405), + [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(459), + [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(528), + [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(579), + [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(448), + [205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(2428), + [208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(377), + [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(464), + [214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(806), + [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(806), + [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1482), + [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(269), + [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(896), + [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(75), + [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(538), + [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(537), + [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(896), + [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(536), + [244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), + [246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1582), + [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), [251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .production_id = 1), [253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_expression_lhs, 1, .production_id = 1), [255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), - [257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(214), - [260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .production_id = 1), REDUCE(sym_primary_expression, 1, .production_id = 1), - [263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(209), - [266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), REDUCE(sym_primary_expression, 1, .production_id = 1), - [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(719), - [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), - [280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), - [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(464), - [285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(800), - [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), - [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), - [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), - [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33), - [302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), - [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), - [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), - [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), - [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), - [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), - [436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), - [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), + [257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(217), + [260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(189), + [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), + [265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), + [267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), + [269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), REDUCE(sym_primary_expression, 1, .production_id = 1), + [272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(703), + [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(464), + [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(806), + [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), + [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), + [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .production_id = 1), REDUCE(sym_primary_expression, 1, .production_id = 1), + [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), + [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), + [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), + [436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), + [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), [440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 4), [442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 4), - [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), + [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), [452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 4), - [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), - [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), - [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), - [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), - [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), - [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), - [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), - [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), - [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), - [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), - [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), - [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), - [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), - [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), - [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), - [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), - [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), - [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), - [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), - [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), - [577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 4), - [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), - [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), - [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), - [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), - [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), - [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), - [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), - [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), - [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), - [610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), - [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), - [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), - [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), - [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), - [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), - [632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), - [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), - [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), - [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), - [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), - [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), - [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), - [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), - [666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), - [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), - [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), - [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), - [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), - [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), - [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), - [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), - [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), - [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), - [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3), - [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), - [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), - [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), - [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), - [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), - [796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2), - [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), - [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), - [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), - [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), - [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), - [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), - [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), - [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), - [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), - [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), - [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), - [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), - [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), - [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), - [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), - [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), - [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), - [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), - [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), - [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), - [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), - [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), - [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), - [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), - [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), - [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), - [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), - [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 1), - [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), - [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), - [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), - [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), - [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), - [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), - [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), - [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), - [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), - [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), - [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), - [930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), - [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), - [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), - [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), - [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), - [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), - [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), - [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), - [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), - [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), - [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), - [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 66), - [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [1070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 66), - [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), - [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2), - [1076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 65), - [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 65), - [1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), + [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), + [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), + [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), + [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), + [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), + [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), + [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), + [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 4), + [498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), + [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), + [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), + [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), + [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), + [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), + [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), + [544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), + [556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), + [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), + [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), + [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), + [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), + [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), + [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), + [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), + [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), + [588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), + [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), + [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), + [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), + [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), + [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), + [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), + [632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), + [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), + [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), + [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), + [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), + [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), + [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), + [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), + [676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), + [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), + [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), + [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), + [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), + [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), + [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), + [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), + [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), + [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2), + [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), + [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), + [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), + [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), + [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), + [796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3), + [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), + [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), + [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), + [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), + [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), + [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), + [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), + [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), + [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), + [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), + [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), + [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), + [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), + [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), + [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), + [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), + [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), + [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), + [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), + [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), + [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), + [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), + [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), + [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), + [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), + [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), + [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), + [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 1), + [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), + [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), + [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), + [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), + [942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), + [944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), + [946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), + [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), + [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), + [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), + [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), + [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), + [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), + [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 65), + [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [1070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 65), + [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), + [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2), + [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), + [1080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 52), + [1082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, .production_id = 52), [1084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 3), - [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), - [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 52), - [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, .production_id = 52), - [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, .production_id = 72), - [1096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, .production_id = 72), - [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), - [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), - [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2), - [1110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3), - [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), - [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [1128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 1), - [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), - [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [1138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), - [1140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), - [1142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), - [1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [1148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), - [1150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [1152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [1162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [1166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), - [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2), - [1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3), + [1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2), + [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 66), + [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 66), + [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), + [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), + [1108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), + [1112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, .production_id = 72), + [1114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, .production_id = 72), + [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), + [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), + [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [1132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [1134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 1), + [1138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [1142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [1144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), + [1146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), + [1148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [1150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [1152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [1154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [1162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [1174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 3), + [1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1), + [1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 4), + [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 4), - [1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 3), - [1216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2), - [1218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [1226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [1228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [1246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1), - [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [1250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1), - [1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [1254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3), - [1258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [1262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .dynamic_precedence = -1, .production_id = 43), - [1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 42), - [1266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2), - [1268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4), - [1270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 3), - [1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .dynamic_precedence = -1, .production_id = 5), - [1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3), - [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [1212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [1214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [1218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2), + [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [1226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [1228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [1240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1), + [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [1250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2), + [1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [1254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2), + [1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [1258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4), + [1260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 42), + [1262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3), + [1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .dynamic_precedence = -1, .production_id = 43), + [1266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3), + [1268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 3), + [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), + [1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .dynamic_precedence = -1, .production_id = 5), + [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [1278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3), - [1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [1282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), - [1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), - [1288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), - [1290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), - [1292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), - [1294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), - [1296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), - [1298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [1300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), - [1302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), - [1304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), - [1306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), - [1308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), - [1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), - [1312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), - [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), - [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), - [1322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), - [1324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), - [1326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), - [1328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), - [1330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), - [1332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), - [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), - [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), - [1338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), - [1340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), - [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [1284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), + [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), + [1288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), + [1290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), + [1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [1294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), + [1296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [1298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), + [1300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), + [1302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), + [1304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), + [1306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), + [1308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), + [1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), + [1312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), + [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), + [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), + [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), + [1322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), + [1324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [1326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [1328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), + [1330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [1332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), + [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [1338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), + [1340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), [1346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1), [1348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_expression_lhs, 1), [1350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1), - [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [1354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1), REDUCE(sym_primary_expression, 1), [1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), [1359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1), REDUCE(sym_primary_expression, 1), [1362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), [1364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, .production_id = 80), [1366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, .production_id = 80), - [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), - [1370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), - [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 69), - [1378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 69), - [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), - [1388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [1390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), - [1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), - [1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 2), - [1396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1), REDUCE(sym_primary_expression, 1, .production_id = 2), - [1399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 2), - [1401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 37), - [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 37), - [1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 2), - [1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), - [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), - [1411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), REDUCE(sym_tuple, 2), - [1414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), - [1416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2), - [1418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2), - [1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), - [1422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern, 2), REDUCE(sym_list, 2), - [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), - [1427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 25), - [1429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 25), - [1431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2), - [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2), - [1435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_list_splat_pattern, 2), - [1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat_type, 2), - [1440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_list_splat_pattern, 2), - [1443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splat_type, 2), - [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 25), - [1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 25), - [1449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, .production_id = 15), - [1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 15), - [1453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 37), - [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 37), - [1457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 67), - [1459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 67), - [1461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), - [1463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324), - [1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2), - [1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), - [1469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2), SHIFT_REPEAT(425), - [1472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 87), - [1474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 87), - [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), - [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), - [1480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(388), - [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 76), - [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 76), - [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 75), - [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 75), - [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426), - [1501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), - [1505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), - [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 85), - [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 85), - [1511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 85), SHIFT_REPEAT(401), - [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 3), - [1518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 3), - [1520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 3), - [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1), - [1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1), - [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 2), - [1528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 2), - [1530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), - [1532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), - [1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 3, .production_id = 91), - [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 3, .production_id = 91), - [1538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [1544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), - [1546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [1548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), - [1550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), - [1552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 4), - [1554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 4), - [1556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4), - [1558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4), - [1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2), - [1562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, .production_id = 96), - [1564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, .production_id = 96), - [1566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 4, .production_id = 96), - [1568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 4, .production_id = 96), - [1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3), - [1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [1578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), - [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), - [1582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), - [1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), + [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), + [1370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), + [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 69), + [1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 69), + [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [1380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2), + [1382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2), + [1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), + [1386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern, 2), REDUCE(sym_list, 2), + [1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), + [1391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 2), + [1393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), + [1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), + [1397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), REDUCE(sym_tuple, 2), + [1400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), + [1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2), + [1404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2), + [1406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_list_splat_pattern, 2), + [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat_type, 2), + [1411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_list_splat_pattern, 2), + [1414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splat_type, 2), + [1416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 37), + [1418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 37), + [1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 2), + [1422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1), REDUCE(sym_primary_expression, 1, .production_id = 2), + [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 2), + [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), + [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), + [1437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), + [1439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), + [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 37), + [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 37), + [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, .production_id = 15), + [1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 15), + [1449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 25), + [1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 25), + [1453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 25), + [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 25), + [1457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2), + [1459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), + [1461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2), SHIFT_REPEAT(420), + [1464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), + [1466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), + [1468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(385), + [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 75), + [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 75), + [1475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), + [1477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), + [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 87), + [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 87), + [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 67), + [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 67), + [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 76), + [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 76), + [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), + [1501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [1505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), + [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [1509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 85), + [1511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 85), + [1513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 85), SHIFT_REPEAT(398), + [1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 7), + [1518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 7), + [1520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4), + [1522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4), + [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2), + [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [1532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), + [1534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [1536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), + [1538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), + [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [1546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), + [1548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [1550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), + [1552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), + [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1), + [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1), + [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), + [1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), + [1562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 3), + [1564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 3), + [1566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 4), + [1568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 4), + [1570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 2), + [1572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 2), + [1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 4, .production_id = 96), + [1576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 4, .production_id = 96), + [1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 3), + [1580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, .production_id = 96), + [1582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, .production_id = 96), + [1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2), [1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 5), [1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 5), [1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 5), [1592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 5), [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 6, .production_id = 47), [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 6, .production_id = 47), - [1598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2), - [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 6, .production_id = 47), - [1602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 6, .production_id = 47), - [1604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 7), - [1606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 7), - [1608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 7), - [1610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 7), - [1612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, .production_id = 67), - [1614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, .production_id = 67), - [1616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 95), - [1618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 95), - [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [1622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, .production_id = 68), - [1624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, .production_id = 68), - [1626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 89), - [1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 89), - [1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 73), - [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 73), - [1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 80), - [1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 80), - [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 93), - [1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 93), - [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, .production_id = 69), - [1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, .production_id = 69), - [1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, .production_id = 76), - [1648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, .production_id = 76), - [1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [1652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 98), - [1654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 98), - [1656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 79), - [1658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 79), + [1598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 3, .production_id = 91), + [1600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 3, .production_id = 91), + [1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 6, .production_id = 47), + [1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 6, .production_id = 47), + [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 7), + [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 7), + [1610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3), + [1612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, .production_id = 76), + [1614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, .production_id = 76), + [1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, .production_id = 68), + [1622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, .production_id = 68), + [1624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 80), + [1626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 80), + [1628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 73), + [1630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 73), + [1632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 93), + [1634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 93), + [1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 95), + [1638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 95), + [1640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, .production_id = 67), + [1642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, .production_id = 67), + [1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 79), + [1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 79), + [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 98), + [1650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 98), + [1652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 89), + [1654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 89), + [1656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, .production_id = 69), + [1658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, .production_id = 69), [1660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, .production_id = 80), [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, .production_id = 80), - [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, .production_id = 69), - [1666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, .production_id = 69), - [1668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1), - [1670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), - [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), - [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), - [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), - [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424), - [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), - [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), - [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), - [1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 84), - [1690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 84), - [1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6), - [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6), - [1696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), - [1698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1), + [1666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), + [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), + [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), + [1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, .production_id = 69), + [1678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, .production_id = 69), + [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), + [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), + [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), + [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), + [1690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 100), + [1692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 100), + [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6), + [1698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6), [1700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7), [1702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7), - [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), - [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), - [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 74), - [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 74), - [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), - [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), - [1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 77), - [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 77), - [1722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), - [1724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 78), - [1726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 78), - [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), - [1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 7, .production_id = 80), - [1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 7, .production_id = 80), - [1734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 86), - [1736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 86), - [1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, .production_id = 70), - [1740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, .production_id = 70), - [1742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, .production_id = 88), - [1744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, .production_id = 88), - [1746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, .production_id = 90), - [1748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, .production_id = 90), - [1750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 100), - [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 100), - [1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 81), - [1756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 81), - [1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 92), - [1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 92), - [1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 99), - [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 99), - [1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 94), - [1768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 94), - [1770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 97), - [1772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 97), - [1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 4), - [1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 4), - [1778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 3, .production_id = 91), - [1780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 3, .production_id = 91), - [1782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), - [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 69), - [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 69), - [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422), - [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), - [1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), - [1794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), - [1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), - [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), - [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), - [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), - [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), - [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), - [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), - [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), - [1818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), - [1820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), - [1822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), - [1824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), - [1826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), - [1828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), - [1830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), - [1832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), - [1834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), - [1836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), - [1838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [1840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [1842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), - [1844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), - [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [1848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), - [1850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), - [1852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), - [1854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), - [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), - [1858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [1860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), - [1862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), - [1864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), - [1866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), - [1868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), - [1870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), - [1872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), - [1874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), - [1876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), - [1878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), - [1880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [1882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), - [1884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), - [1886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), - [1888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), - [1890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), - [1892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), - [1894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), - [1896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), - [1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), - [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), - [1902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), - [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), - [1908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), - [1910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), - [1912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), - [1914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [1916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [1918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1560), + [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), + [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(757), + [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), + [1716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 84), + [1718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 84), + [1720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 74), + [1722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 74), + [1724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 69), + [1726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 69), + [1728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 86), + [1730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 86), + [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 77), + [1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 77), + [1736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 78), + [1738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 78), + [1740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 4), + [1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 4), + [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [1746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, .production_id = 88), + [1748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, .production_id = 88), + [1750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, .production_id = 70), + [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, .production_id = 70), + [1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 7, .production_id = 80), + [1756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 7, .production_id = 80), + [1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, .production_id = 90), + [1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, .production_id = 90), + [1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 81), + [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 81), + [1766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), + [1768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 92), + [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 92), + [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 99), + [1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 99), + [1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 94), + [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 94), + [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 97), + [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 97), + [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 3, .production_id = 91), + [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 3, .production_id = 91), + [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), + [1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), + [1794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), + [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), + [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), + [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), + [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), + [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), + [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), + [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), + [1818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [1820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [1822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [1824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [1826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), + [1828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), + [1830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), + [1832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), + [1834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378), + [1836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), + [1838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), + [1840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [1842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), + [1844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), + [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [1848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), + [1850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [1852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), + [1854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), + [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [1858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), + [1860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), + [1862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), + [1864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), + [1866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), + [1868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422), + [1870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), + [1872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), + [1874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), + [1876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [1878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [1880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [1882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), + [1884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), + [1886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [1888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), + [1890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), + [1892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), + [1894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [1896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), + [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), + [1902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), + [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), + [1908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [1910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [1912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [1914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1582), + [1917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), + [1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), [1921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), - [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), [1925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), - [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), - [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), [1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), - [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [1955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1582), - [1958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1554), - [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), - [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), - [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), - [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), + [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [1955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1580), + [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), + [1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [1970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [1972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [1978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [1980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [1982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [1984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), + [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [1988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1575), + [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), + [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [2017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), - [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [2017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, .production_id = 14), [2023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, .production_id = 14), - [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), - [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [2051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), - [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 26), - [2057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 26), - [2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 27), - [2061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 27), - [2063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1555), - [2066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2), - [2068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2), - [2070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 16), - [2072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 16), - [2074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, .production_id = 6), - [2076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, .production_id = 6), - [2078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1580), - [2081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1559), - [2084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_python_string, 3), - [2086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_python_string, 3), - [2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [2094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), - [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [2114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), - [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [2122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_python_string, 2), - [2124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_python_string, 2), - [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [2132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), - [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [2152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), - [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [2156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1588), - [2159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), - [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), - [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [2189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [2209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [2213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2), - [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2), - [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [2223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), - [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [2243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), - [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [2247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, .production_id = 7), - [2249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, .production_id = 7), - [2251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), - [2253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), - [2255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [2257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [2259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3), - [2261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3), - [2263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3), - [2265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3), - [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, .production_id = 6), + [2027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, .production_id = 6), + [2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [2049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), + [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), + [2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), + [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [2083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1557), + [2086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 16), + [2088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 16), + [2090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 26), + [2092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 26), + [2094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1572), + [2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 27), + [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 27), + [2101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1577), + [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [2110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), + [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [2130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), + [2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [2134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2), + [2136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2), + [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [2144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), + [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), + [2166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [2168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_python_string, 3), + [2170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_python_string, 3), + [2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [2176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1568), + [2179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_python_string, 2), + [2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_python_string, 2), + [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [2211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [2215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2), + [2217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2), + [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [2225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), + [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [2245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [2249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, .production_id = 7), + [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, .production_id = 7), + [2253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), + [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), + [2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [2261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3), + [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3), + [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3), + [2267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3), [2269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3), [2271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3), [2273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), @@ -123085,1110 +123150,1116 @@ static const TSParseActionEntry ts_parse_actions[] = { [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, .production_id = 20), [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, .production_id = 20), - [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [2307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5), - [2309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5), - [2311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 20), - [2313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 20), - [2315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [2317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), - [2321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1581), - [2324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 20), - [2326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 20), - [2328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), - [2330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), - [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [2334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(2488), - [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), - [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [2305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5), + [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5), + [2309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 20), + [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 20), + [2313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), + [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), + [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [2319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 20), + [2321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 20), + [2323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), + [2325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), + [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [2329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1587), + [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [2334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [2336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(2492), + [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [2359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), - [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_recipe, 1), - [2365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_recipe_repeat1, 2), - [2367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2360), - [2370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(1812), - [2373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2486), - [2376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2485), - [2379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2159), - [2382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2481), - [2385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2160), - [2388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2478), - [2391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2477), - [2394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2475), - [2397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2167), - [2400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(1502), - [2403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2469), - [2406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), - [2408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), - [2410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(734), - [2413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2328), - [2416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(734), - [2419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(654), - [2422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, .production_id = 8), - [2424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, .production_id = 8), - [2426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(794), - [2429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2372), - [2432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(794), - [2435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(645), - [2438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(809), - [2441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2368), - [2444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(809), - [2447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(642), - [2450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(710), - [2453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2444), - [2456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(710), - [2459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(678), - [2462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(812), - [2465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2320), - [2468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(812), - [2471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(656), - [2474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(739), - [2477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2401), - [2480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(739), - [2483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(650), - [2486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(783), - [2489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2311), - [2492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(783), - [2495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(646), - [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [2500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(772), - [2503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2338), - [2506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(772), - [2509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(648), - [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), - [2514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), SHIFT_REPEAT(622), - [2517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(803), - [2520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2389), - [2523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(803), - [2526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(643), - [2529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2), - [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), - [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3), - [2549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3), - [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), - [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [2583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), SHIFT_REPEAT(606), - [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [2600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_hand_side, 1), - [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [2359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), + [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_recipe_repeat1, 2), + [2365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2364), + [2368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(1784), + [2371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2490), + [2374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2489), + [2377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2161), + [2380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2485), + [2383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2165), + [2386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2482), + [2389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2481), + [2392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2479), + [2395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2167), + [2398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(1503), + [2401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), SHIFT_REPEAT(2473), + [2404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_recipe, 1), + [2406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, .production_id = 8), + [2408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, .production_id = 8), + [2410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), + [2412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), + [2414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(767), + [2417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2335), + [2420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(767), + [2423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(644), + [2426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(692), + [2429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2379), + [2432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(692), + [2435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(639), + [2438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(763), + [2441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2375), + [2444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(763), + [2447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(650), + [2450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(717), + [2453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2455), + [2456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(717), + [2459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(672), + [2462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(791), + [2465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2263), + [2468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(791), + [2471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(652), + [2474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(738), + [2477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2412), + [2480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(738), + [2483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(660), + [2486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), + [2488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), SHIFT_REPEAT(607), + [2491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(721), + [2494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2396), + [2497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(721), + [2500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(641), + [2503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(772), + [2506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2350), + [2509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(772), + [2512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(648), + [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2), + [2517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(785), + [2520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2330), + [2523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(785), + [2526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(645), + [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), + [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [2553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [2567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [2581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), SHIFT_REPEAT(606), + [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [2594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_hand_side, 1), + [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [2608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 2), - [2610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 2), - [2612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), - [2614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), - [2616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), - [2618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2409), - [2620] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [2622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(748), - [2625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2277), - [2628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(748), - [2631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(651), - [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), - [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [2608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(747), + [2611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2285), + [2614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(747), + [2617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 17), SHIFT_REPEAT(649), + [2620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 2), + [2622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 2), + [2624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), + [2626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [2628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), + [2630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), + [2632] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), + [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), [2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 2), [2648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 3), - [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), [2658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_recipe_repeat1, 2), - [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 1), - [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [2666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), - [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, .production_id = 5), + [2660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, .production_id = 5), + [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [2664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 1), + [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), + [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), [2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, .production_id = 14), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [2684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), - [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [2700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5), - [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [2726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), - [2728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(454), - [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [2735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = 1, .production_id = 40), SHIFT(254), - [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [2748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_override, 2), - [2750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_override, 2), - [2752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), - [2754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, .production_id = 11), - [2756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1), - [2758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), - [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [2766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_override, 3), - [2768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_override, 3), - [2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [2782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_pattern, 3, .production_id = 13), - [2784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_override_repeat1, 2), - [2786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_override_repeat1, 2), - [2788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_override_repeat1, 2), SHIFT_REPEAT(1929), - [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, .production_id = 24), - [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [2809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), - [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 2), - [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [2843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(522), - [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [2686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), + [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [2700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [2722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_override, 3), + [2724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_override, 3), + [2726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), + [2728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = 1, .production_id = 40), SHIFT(243), + [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1), + [2737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [2757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_override, 2), + [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_override, 2), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5), + [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, .production_id = 11), + [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), + [2779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(454), + [2782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_override_repeat1, 2), + [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_override_repeat1, 2), + [2786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_override_repeat1, 2), SHIFT_REPEAT(1923), + [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_pattern, 3, .production_id = 13), + [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [2799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, .production_id = 24), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [2825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(520), + [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [2832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__f_expression, 1), + [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [2854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_python_string_repeat1, 2), SHIFT_REPEAT(157), - [2857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_python_string_repeat1, 2), SHIFT_REPEAT(1705), - [2860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_python_string_repeat1, 2), SHIFT_REPEAT(1705), + [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [2854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_python_string_repeat1, 2), SHIFT_REPEAT(158), + [2857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_python_string_repeat1, 2), SHIFT_REPEAT(1724), + [2860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_python_string_repeat1, 2), SHIFT_REPEAT(1724), [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_python_string_repeat1, 2), - [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [2879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__f_expression, 1), - [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), - [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2), - [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), - [2905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1592), - [2908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1592), - [2911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(500), - [2914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2436), - [2917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(1593), - [2920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), - [2922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(1593), - [2925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(517), - [2928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(2449), - [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [2939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(409), - [2942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), - [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), - [2946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), - [2948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), - [2950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2436), - [2952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593), - [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [2956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), - [2958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2449), - [2960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), - [2962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), - [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [2968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), - [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [2978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), - [2980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, .production_id = 14), - [2982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_pattern, 3, .production_id = 13), - [2984] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(392), - [2987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(465), - [2990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 3), - [2992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(458), - [2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, .production_id = 5), - [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [3003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(482), - [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [3012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 22), - [3014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_within_for_in_clause, 1), - [3016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(494), - [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [3027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_expansion, 3), - [3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_expansion, 3), - [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [3035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2), - [3037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [3039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2), - [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, .dynamic_precedence = -1, .production_id = 5), - [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [3057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, .production_id = 31), - [3059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inherit_directive, 2), - [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), - [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), - [3065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), - [3067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(526), - [3070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_inherit_directive_repeat1, 2), - [3072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_inherit_directive_repeat1, 2), SHIFT_REPEAT(1684), - [3075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_inherit_directive_repeat1, 2), SHIFT_REPEAT(477), - [3078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_inherit_directive_repeat1, 2), SHIFT_REPEAT(2455), - [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [3085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_flag, 3), - [3087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_flag, 3), - [3089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_flag, 3, .production_id = 9), - [3091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_flag, 3, .production_id = 9), - [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [3105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), - [3107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(422), - [3110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(2405), - [3113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(594), - [3116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 5), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [3128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2), - [3130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(417), - [3133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(2490), - [3136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(599), - [3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 2), - [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2), - [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [3149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1), - [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [3153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2411), - [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), - [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [3171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 1), - [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [3179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(398), - [3182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(2491), - [3185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(575), - [3188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), - [3190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(1716), - [3193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(1716), - [3196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 36), - [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, .production_id = 64), - [3220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, .production_id = 64), - [3222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 51), - [3224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 51), - [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [3228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, .production_id = 52), - [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [3232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), SHIFT_REPEAT(612), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [3239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constrained_type, 3), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, .production_id = 53), - [3249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(442), - [3252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = 1, .production_id = 40), - [3254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, .production_id = 19), - [3256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, .production_id = 19), - [3258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3), - [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_type, 3), - [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [3272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 2), - [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [3276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3), - [3278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 19), - [3280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 19), - [3282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 65), - [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [3288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [3290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [3292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2), - [3294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), - [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [3298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_python, 3), - [3300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_python, 3), - [3302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, .production_id = 44), - [3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), - [3306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(336), - [3309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 66), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [3315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4), - [3317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, .production_id = 12), - [3319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 34), - [3321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 34), - [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [3325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, .production_id = 23), - [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [3329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [3333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 46), - [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 72), - [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [3343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 4, .production_id = 61), - [3345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 1), - [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [3349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(348), - [3352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 12), - [3354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 49), - [3356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 49), - [3358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2), - [3360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 50), - [3362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 50), - [3364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5), - [3366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 39), - [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [3376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 35), - [3378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 35), - [3380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2), - [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [3384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2), - [3386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2), SHIFT_REPEAT(2466), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [3391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(352), - [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), - [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [3408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, .production_id = 24), - [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [3412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_repeat1, 2), - [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 2), + [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), + [2893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1591), + [2896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1591), + [2899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(468), + [2902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2228), + [2905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(1592), + [2908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), + [2910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(1592), + [2913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(469), + [2916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(2259), + [2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 3), + [2921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(393), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [2932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, .production_id = 5), + [2934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(392), + [2937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_pattern, 3, .production_id = 13), + [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, .production_id = 14), + [2941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), + [2943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), + [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), + [2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), + [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [2953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), + [2955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), + [2959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(417), + [2962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [2976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), + [2978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), + [2980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), + [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [2984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(465), + [2987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), + [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [2995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), + [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_within_for_in_clause, 1), + [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [3009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [3013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(421), + [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2), + [3022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_expansion, 3), + [3024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_expansion, 3), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2), + [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [3034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, .dynamic_precedence = -1, .production_id = 5), + [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [3038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(494), + [3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inherit_directive, 2), + [3043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), + [3045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), + [3047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), + [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [3053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(484), + [3056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_flag, 3), + [3058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_flag, 3), + [3060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 22), + [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [3070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_flag, 3, .production_id = 9), + [3072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_flag, 3, .production_id = 9), + [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [3078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_expansion, 2), + [3080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_expansion, 2), + [3082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, .production_id = 31), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [3094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_inherit_directive_repeat1, 2), + [3096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_inherit_directive_repeat1, 2), SHIFT_REPEAT(1694), + [3099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_inherit_directive_repeat1, 2), SHIFT_REPEAT(503), + [3102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_inherit_directive_repeat1, 2), SHIFT_REPEAT(2179), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), + [3109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(1697), + [3112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(1697), + [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 1), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 5), + [3125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2), + [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), + [3141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(474), + [3144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(2415), + [3147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(584), + [3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 36), + [3152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 2), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [3172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2), + [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [3176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(433), + [3179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(2494), + [3182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(573), + [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1), + [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2422), + [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), + [3209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(523), + [3212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(2495), + [3215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(599), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [3222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 1), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [3226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 49), + [3228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 49), + [3230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 19), + [3232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 19), + [3234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(444), + [3237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), + [3239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, .production_id = 52), + [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [3243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constrained_type, 3), + [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [3257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_type, 3), + [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [3261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3), + [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [3265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2), + [3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, .production_id = 12), + [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, .production_id = 53), + [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [3283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, .production_id = 44), + [3285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, .production_id = 19), + [3287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, .production_id = 19), + [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [3291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, .production_id = 23), + [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2), + [3295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [3297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), SHIFT_REPEAT(609), + [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [3302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 12), + [3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3), + [3306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 65), + [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [3310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, .production_id = 64), + [3312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, .production_id = 64), + [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [3316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 46), + [3318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2), + [3320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 39), + [3322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 50), + [3324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 50), + [3326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = 1, .production_id = 40), + [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [3332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 51), + [3334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 51), + [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [3338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 66), + [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [3342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [3346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5), + [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [3352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4), + [3354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 72), + [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [3360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), + [3362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(363), + [3365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 2), + [3367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 34), + [3369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 34), + [3371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 4, .production_id = 61), + [3373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_python, 3), + [3375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_python, 3), + [3377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2), + [3379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2), SHIFT_REPEAT(2467), + [3382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(375), + [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [3391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 35), + [3393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 35), + [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [3397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(329), + [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [3410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 3, .production_id = 41), + [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), [3418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, .production_id = 11), - [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [3422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 3, .production_id = 41), - [3424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2), SHIFT_REPEAT(2291), - [3427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(488), - [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [3434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(158), - [3437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2), - [3439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(1838), - [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 1, .production_id = 30), - [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), - [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), - [3480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1), - [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [3494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2), - [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [3500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 30), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), - [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), - [3514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(419), - [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [3523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 3), - [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [3527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_prefix_repeat1, 2), - [3529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_prefix_repeat1, 2), SHIFT_REPEAT(1897), - [3532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 42), - [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [3536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3), - [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1), - [3544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .dynamic_precedence = -1, .production_id = 43), - [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [3548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 54), - [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 41), - [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [3554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 3), - [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), - [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [3562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, .production_id = 31), - [3564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2), - [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [3572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_functions_statement, 2), - [3574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_functions_statement, 2), - [3576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), - [3578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 2), - [3580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 2), - [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [3586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 2), - [3588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 2), - [3590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_addtask_statement, 2), - [3592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_addtask_statement, 2), - [3594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), - [3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [3600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2), - [3602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2), SHIFT_REPEAT(2454), - [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [3613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [3615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 60), - [3617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 60), SHIFT_REPEAT(406), - [3620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [3622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), - [3624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_addtask_statement, 6), - [3626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_addtask_statement, 6), - [3628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(501), - [3631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_functions_statement_repeat1, 2), - [3633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_functions_statement_repeat1, 2), - [3635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_functions_statement_repeat1, 2), SHIFT_REPEAT(1935), - [3638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_prefix, 1), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), - [3642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 55), - [3644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 55), SHIFT_REPEAT(2146), - [3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 1), - [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [3653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1), - [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [3673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_override_repeat1, 2), SHIFT_REPEAT(1905), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [3680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), SHIFT_REPEAT(275), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [3693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(247), - [3696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), SHIFT_REPEAT(73), - [3699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [3703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), - [3705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(1505), - [3708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), SHIFT_REPEAT(621), - [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [3725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(492), - [3728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 38), - [3730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 38), SHIFT_REPEAT(362), - [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [3741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(426), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [3746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), SHIFT_REPEAT(613), - [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [3751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(469), - [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [3776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), SHIFT_REPEAT(274), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [3791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), SHIFT_REPEAT(286), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [3826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_functions_statement_repeat1, 2), SHIFT_REPEAT(2021), - [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [3839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 33), - [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 33), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aliased_import, 3, .production_id = 56), - [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [3897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2), - [3899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2), SHIFT_REPEAT(319), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [3918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), - [3920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), SHIFT_REPEAT(386), - [3923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), SHIFT_REPEAT(605), - [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [3930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2), SHIFT_REPEAT(2447), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [3937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 1), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, .production_id = 31), - [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [3945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(1504), - [3948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 55), SHIFT_REPEAT(2133), - [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [3985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_repeat1, 2), SHIFT_REPEAT(176), - [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [4000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relative_import, 1), - [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [4004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), - [4006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), - [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [4026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), - [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [4046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_functions_statement_repeat1, 2), SHIFT_REPEAT(2142), - [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [4059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_overrides_statement_repeat1, 2), SHIFT_REPEAT(2396), - [4062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overrides_statement_repeat1, 2), - [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [4066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), SHIFT_REPEAT(384), - [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 6, .production_id = 82), - [4079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 6, .production_id = 83), - [4081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, .production_id = 71), - [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [4089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, .production_id = 58), - [4091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, .production_id = 20), - [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [4097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_python_function, 7), - [4099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_python_function, 7), - [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), - [4105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3), - [4107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_directive, 2), - [4109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_directive, 2), + [3420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 12), SHIFT(488), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [3433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, .production_id = 24), + [3435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(157), + [3438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2), + [3440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(1838), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 30), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [3463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(440), + [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), + [3468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1), + [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [3480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2), + [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [3490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 1, .production_id = 30), + [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [3502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_repeat1, 2), + [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [3506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2), SHIFT_REPEAT(2297), + [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [3527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 2), + [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [3531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 41), + [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [3537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_prefix_repeat1, 2), + [3539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_prefix_repeat1, 2), SHIFT_REPEAT(1903), + [3542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [3548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_addtask_statement, 2), + [3550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_addtask_statement, 2), + [3552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), + [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), + [3556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [3562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_functions_statement, 2), + [3564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_functions_statement, 2), + [3566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), + [3568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_functions_statement_repeat1, 2), + [3570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_functions_statement_repeat1, 2), + [3572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_functions_statement_repeat1, 2), SHIFT_REPEAT(1912), + [3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .dynamic_precedence = -1, .production_id = 43), + [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [3583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3), + [3585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), + [3587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 2), + [3589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 42), + [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [3593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), + [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [3597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_addtask_statement, 6), + [3599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_addtask_statement, 6), + [3601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), + [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [3613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1), + [3615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2), + [3617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2), SHIFT_REPEAT(2458), + [3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 2), + [3622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 2), + [3624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207), + [3626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 60), + [3628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 60), SHIFT_REPEAT(401), + [3631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 54), + [3633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 3), + [3635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, .production_id = 31), + [3637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 3), + [3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 55), + [3641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 55), SHIFT_REPEAT(2152), + [3644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(502), + [3647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_prefix, 1), + [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [3675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 1), + [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [3683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1), + [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [3687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_override_repeat1, 2), SHIFT_REPEAT(1904), + [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [3694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), SHIFT_REPEAT(281), + [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [3705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), SHIFT_REPEAT(73), + [3708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), + [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [3712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(246), + [3715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), + [3717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(1505), + [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [3724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), SHIFT_REPEAT(613), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [3733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(522), + [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [3740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(432), + [3743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 38), + [3745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 38), SHIFT_REPEAT(338), + [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [3758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), SHIFT_REPEAT(603), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [3767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(429), + [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [3788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), SHIFT_REPEAT(279), + [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [3805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2), SHIFT_REPEAT(284), + [3808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aliased_import, 3, .production_id = 56), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [3832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_functions_statement_repeat1, 2), SHIFT_REPEAT(2023), + [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [3855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 33), + [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 33), + [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [3917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_list_repeat1, 2), SHIFT_REPEAT(611), + [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [3928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2), + [3930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2), SHIFT_REPEAT(321), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [3935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 1), + [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [3943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2), SHIFT_REPEAT(2470), + [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [3950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, .production_id = 31), + [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [3954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(1504), + [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [3983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 55), SHIFT_REPEAT(2139), + [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [3988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relative_import, 1), + [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [4004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), + [4006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), + [4008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), + [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [4036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_repeat1, 2), SHIFT_REPEAT(160), + [4039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_functions_statement_repeat1, 2), SHIFT_REPEAT(2137), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [4052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_overrides_statement_repeat1, 2), SHIFT_REPEAT(2390), + [4055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overrides_statement_repeat1, 2), + [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [4059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), + [4061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), SHIFT_REPEAT(387), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [4070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), SHIFT_REPEAT(383), + [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_python_function, 9), + [4085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_python_function, 9), + [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, .production_id = 71), + [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [4097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_import, 1), + [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_python_function, 7), + [4101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_python_function, 7), + [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), + [4107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, .production_id = 20), + [4109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3), [4111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overrides_statement, 6), [4113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overrides_statement, 6), - [4115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_require_directive, 2), - [4117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_require_directive, 2), - [4119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_python_function_definition, 5, .production_id = 18), - [4121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_python_function_definition, 5, .production_id = 18), - [4123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2), - [4125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3), - [4127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, .production_id = 14), - [4129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 45), - [4131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_python_function, 6, .production_id = 28), - [4133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_python_function, 6, .production_id = 28), - [4135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), - [4137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), - [4139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 4, .production_id = 10), - [4141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 4, .production_id = 10), - [4143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 20), - [4145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deltask_statement, 2), - [4147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_deltask_statement, 2), - [4149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_addhandler_statement, 2), - [4151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_addhandler_statement, 2), - [4153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, .production_id = 29), - [4155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), - [4157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), - [4159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), - [4161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), - [4163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1), - [4165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2333), - [4167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2330), - [4169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_python_function, 9), - [4171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_python_function, 9), - [4173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_python_function_definition, 7, .production_id = 48), - [4175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_python_function_definition, 7, .production_id = 48), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [4179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1), - [4181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 3), - [4183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 3), - [4185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1), - [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [4189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overrides_statement, 5), - [4191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overrides_statement, 5), - [4193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_python_function_definition, 8, .production_id = 63), - [4195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_python_function_definition, 8, .production_id = 63), - [4197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 4, .production_id = 57), - [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [4203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_import, 1), - [4205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_python_function, 7, .production_id = 47), - [4207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_python_function, 7, .production_id = 47), - [4209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1), - [4211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1), - [4213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 3), - [4215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 3), + [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [4119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_directive, 2), + [4121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_directive, 2), + [4123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_python_function_definition, 5, .production_id = 18), + [4125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_python_function_definition, 5, .production_id = 18), + [4127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2), + [4129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_require_directive, 2), + [4131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_require_directive, 2), + [4133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3), + [4135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 4, .production_id = 10), + [4137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 4, .production_id = 10), + [4139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), + [4141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), + [4143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_python_function, 6, .production_id = 28), + [4145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_python_function, 6, .production_id = 28), + [4147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, .production_id = 14), + [4149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_python_function, 7, .production_id = 47), + [4151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_python_function, 7, .production_id = 47), + [4153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1), + [4155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1), + [4157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deltask_statement, 2), + [4159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_deltask_statement, 2), + [4161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_addhandler_statement, 2), + [4163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_addhandler_statement, 2), + [4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, .production_id = 29), + [4167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), + [4169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), + [4171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), + [4173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2299), + [4175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1), + [4177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2337), + [4179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2336), + [4181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1), + [4183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 20), + [4185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_python_function_definition, 7, .production_id = 48), + [4187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_python_function_definition, 7, .production_id = 48), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [4191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_python_function_definition, 8, .production_id = 63), + [4193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_python_function_definition, 8, .production_id = 63), + [4195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 3), + [4197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 3), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [4201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overrides_statement, 5), + [4203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overrides_statement, 5), + [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [4209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 4, .production_id = 57), + [4211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 45), + [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), [4217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, .production_id = 59), - [4219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_python_function, 8), - [4221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_python_function, 8), - [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [4219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1), + [4221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1), + [4223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 3), + [4225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 3), [4227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_python_function, 8, .production_id = 62), [4229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_python_function, 8, .production_id = 62), - [4231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_python_function_definition, 6, .production_id = 32), - [4233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_python_function_definition, 6, .production_id = 32), - [4235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1), - [4237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5), - [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), - [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [4443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [4523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2380), - [4525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [4529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), - [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [4553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [4587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_import, 2), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [4599] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [4623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [4635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), - [4637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [4231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_python_function, 8), + [4233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_python_function, 8), + [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, .production_id = 58), + [4241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 6, .production_id = 83), + [4243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 6, .production_id = 82), + [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [4249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_python_function_definition, 6, .production_id = 32), + [4251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_python_function_definition, 6, .production_id = 32), + [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [4339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [4371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), + [4537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [4569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [4593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_import, 2), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [4607] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [4645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), + [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), }; enum ts_external_scanner_symbol_identifiers { @@ -124281,11 +124352,11 @@ static const bool ts_external_scanner_states[15][EXTERNAL_TOKEN_COUNT] = { }, [12] = { [ts_external_token_comment] = true, - [ts_external_token_RPAREN] = true, + [ts_external_token_RBRACK] = true, }, [13] = { [ts_external_token_comment] = true, - [ts_external_token_RBRACK] = true, + [ts_external_token_RPAREN] = true, }, [14] = { [ts_external_token__string_content] = true,