diff --git a/grammar.js b/grammar.js index fbb6b52..b219135 100644 --- a/grammar.js +++ b/grammar.js @@ -56,6 +56,7 @@ module.exports = grammar({ [$.named_expression, $.as_pattern], [$.print_statement, $.primary_expression], [$.type_alias_statement, $.primary_expression], + [$.match_statement, $.primary_expression], ], supertypes: $ => [ @@ -1171,11 +1172,13 @@ module.exports = grammar({ 'exec', 'async', 'await', - 'match', ), $.identifier, )), - alias('type', $.identifier), + alias( + choice('type', 'match'), + $.identifier, + ), ), true: _ => 'True', diff --git a/src/grammar.json b/src/grammar.json index 34315aa..ef4b8a4 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -6052,10 +6052,6 @@ { "type": "STRING", "value": "await" - }, - { - "type": "STRING", - "value": "match" } ] }, @@ -6066,8 +6062,17 @@ { "type": "ALIAS", "content": { - "type": "STRING", - "value": "type" + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "type" + }, + { + "type": "STRING", + "value": "match" + } + ] }, "named": true, "value": "identifier" @@ -6216,6 +6221,10 @@ [ "type_alias_statement", "primary_expression" + ], + [ + "match_statement", + "primary_expression" ] ], "precedences": [], diff --git a/src/parser.c b/src/parser.c index 7e7062e..73485dc 100644 --- a/src/parser.c +++ b/src/parser.c @@ -5,7 +5,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 2831 +#define STATE_COUNT 2832 #define LARGE_STATE_COUNT 189 #define SYMBOL_COUNT 271 #define ALIAS_COUNT 4 @@ -2808,7 +2808,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [27] = 27, [28] = 28, [29] = 29, - [30] = 2, + [30] = 27, [31] = 31, [32] = 32, [33] = 33, @@ -2833,33 +2833,33 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [52] = 20, [53] = 21, [54] = 22, - [55] = 23, + [55] = 24, [56] = 25, - [57] = 26, + [57] = 28, [58] = 29, [59] = 59, - [60] = 31, + [60] = 34, [61] = 59, [62] = 62, - [63] = 63, - [64] = 62, + [63] = 62, + [64] = 64, [65] = 65, - [66] = 65, + [66] = 62, [67] = 65, - [68] = 65, - [69] = 65, - [70] = 65, - [71] = 65, - [72] = 65, + [68] = 62, + [69] = 62, + [70] = 62, + [71] = 62, + [72] = 62, [73] = 73, [74] = 73, [75] = 75, [76] = 76, [77] = 75, [78] = 78, - [79] = 76, + [79] = 78, [80] = 80, - [81] = 78, + [81] = 76, [82] = 80, [83] = 83, [84] = 83, @@ -2878,59 +2878,59 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [97] = 97, [98] = 98, [99] = 99, - [100] = 98, + [100] = 100, [101] = 101, - [102] = 102, + [102] = 98, [103] = 103, [104] = 104, [105] = 105, - [106] = 99, + [106] = 92, [107] = 107, - [108] = 108, - [109] = 109, - [110] = 97, - [111] = 96, - [112] = 90, + [108] = 99, + [109] = 96, + [110] = 88, + [111] = 111, + [112] = 112, [113] = 113, - [114] = 93, - [115] = 91, - [116] = 116, - [117] = 92, - [118] = 109, - [119] = 119, - [120] = 120, - [121] = 120, - [122] = 122, - [123] = 113, - [124] = 122, - [125] = 94, - [126] = 107, + [114] = 90, + [115] = 115, + [116] = 91, + [117] = 100, + [118] = 118, + [119] = 112, + [120] = 105, + [121] = 121, + [122] = 103, + [123] = 121, + [124] = 93, + [125] = 113, + [126] = 126, [127] = 104, - [128] = 101, - [129] = 105, - [130] = 95, - [131] = 131, - [132] = 103, - [133] = 108, - [134] = 102, - [135] = 135, + [128] = 128, + [129] = 94, + [130] = 130, + [131] = 87, + [132] = 107, + [133] = 97, + [134] = 130, + [135] = 95, [136] = 89, [137] = 137, - [138] = 137, - [139] = 137, - [140] = 140, - [141] = 140, - [142] = 140, - [143] = 140, - [144] = 140, + [138] = 138, + [139] = 138, + [140] = 137, + [141] = 138, + [142] = 137, + [143] = 138, + [144] = 137, [145] = 137, - [146] = 140, + [146] = 138, [147] = 137, - [148] = 140, + [148] = 138, [149] = 137, - [150] = 140, + [150] = 138, [151] = 137, - [152] = 137, + [152] = 138, [153] = 153, [154] = 154, [155] = 154, @@ -2942,251 +2942,251 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [161] = 161, [162] = 157, [163] = 157, - [164] = 164, - [165] = 165, + [164] = 156, + [165] = 161, [166] = 157, - [167] = 157, - [168] = 156, - [169] = 161, - [170] = 154, - [171] = 164, - [172] = 157, - [173] = 165, + [167] = 167, + [168] = 157, + [169] = 169, + [170] = 170, + [171] = 157, + [172] = 156, + [173] = 157, [174] = 161, - [175] = 157, - [176] = 176, - [177] = 156, + [175] = 154, + [176] = 169, + [177] = 167, [178] = 157, [179] = 161, - [180] = 165, - [181] = 161, + [180] = 161, + [181] = 169, [182] = 154, [183] = 156, [184] = 161, [185] = 161, [186] = 161, - [187] = 156, - [188] = 176, + [187] = 170, + [188] = 156, [189] = 189, [190] = 190, [191] = 191, [192] = 192, - [193] = 189, - [194] = 192, - [195] = 190, - [196] = 196, - [197] = 197, - [198] = 198, - [199] = 190, - [200] = 191, - [201] = 189, - [202] = 190, - [203] = 191, - [204] = 189, + [193] = 190, + [194] = 194, + [195] = 192, + [196] = 190, + [197] = 194, + [198] = 194, + [199] = 192, + [200] = 192, + [201] = 190, + [202] = 194, + [203] = 203, + [204] = 204, [205] = 190, - [206] = 191, - [207] = 191, - [208] = 189, - [209] = 190, - [210] = 191, - [211] = 189, + [206] = 194, + [207] = 192, + [208] = 190, + [209] = 194, + [210] = 194, + [211] = 192, [212] = 190, - [213] = 191, - [214] = 189, - [215] = 190, - [216] = 191, - [217] = 189, + [213] = 194, + [214] = 190, + [215] = 204, + [216] = 192, + [217] = 190, [218] = 190, [219] = 190, - [220] = 190, - [221] = 189, + [220] = 192, + [221] = 192, [222] = 222, [223] = 223, [224] = 224, - [225] = 224, - [226] = 224, + [225] = 225, + [226] = 225, [227] = 227, - [228] = 224, - [229] = 227, - [230] = 227, - [231] = 231, + [228] = 227, + [229] = 225, + [230] = 225, + [231] = 227, [232] = 227, - [233] = 231, + [233] = 224, [234] = 234, - [235] = 235, - [236] = 234, + [235] = 234, + [236] = 222, [237] = 237, [238] = 238, - [239] = 234, + [239] = 239, [240] = 240, - [241] = 241, - [242] = 242, + [241] = 237, + [242] = 240, [243] = 243, - [244] = 242, - [245] = 238, - [246] = 238, - [247] = 237, - [248] = 238, - [249] = 222, + [244] = 244, + [245] = 223, + [246] = 234, + [247] = 240, + [248] = 248, + [249] = 249, [250] = 250, - [251] = 238, - [252] = 242, + [251] = 240, + [252] = 252, [253] = 253, - [254] = 238, + [254] = 240, [255] = 255, - [256] = 256, - [257] = 238, - [258] = 258, - [259] = 259, - [260] = 223, - [261] = 250, - [262] = 238, - [263] = 263, - [264] = 264, - [265] = 235, - [266] = 235, - [267] = 235, - [268] = 234, - [269] = 258, - [270] = 240, - [271] = 242, + [256] = 234, + [257] = 257, + [258] = 237, + [259] = 240, + [260] = 260, + [261] = 240, + [262] = 262, + [263] = 244, + [264] = 244, + [265] = 244, + [266] = 237, + [267] = 255, + [268] = 250, + [269] = 253, + [270] = 238, + [271] = 240, [272] = 272, [273] = 273, - [274] = 272, + [274] = 274, [275] = 275, [276] = 276, [277] = 277, - [278] = 278, + [278] = 272, [279] = 275, - [280] = 273, + [280] = 276, [281] = 281, - [282] = 281, - [283] = 281, - [284] = 273, - [285] = 281, - [286] = 273, - [287] = 276, - [288] = 277, - [289] = 278, - [290] = 275, - [291] = 278, + [282] = 273, + [283] = 274, + [284] = 275, + [285] = 276, + [286] = 277, + [287] = 272, + [288] = 281, + [289] = 273, + [290] = 274, + [291] = 277, [292] = 272, - [293] = 276, - [294] = 281, - [295] = 273, - [296] = 273, - [297] = 272, - [298] = 276, - [299] = 277, - [300] = 278, + [293] = 275, + [294] = 276, + [295] = 277, + [296] = 272, + [297] = 281, + [298] = 273, + [299] = 274, + [300] = 281, [301] = 275, - [302] = 272, - [303] = 276, - [304] = 276, + [302] = 276, + [303] = 277, + [304] = 281, [305] = 281, [306] = 273, - [307] = 277, - [308] = 278, - [309] = 276, - [310] = 277, - [311] = 278, - [312] = 275, - [313] = 278, - [314] = 275, - [315] = 275, - [316] = 276, - [317] = 277, + [307] = 273, + [308] = 281, + [309] = 273, + [310] = 274, + [311] = 275, + [312] = 276, + [313] = 277, + [314] = 272, + [315] = 281, + [316] = 273, + [317] = 274, [318] = 275, - [319] = 281, + [319] = 276, [320] = 277, - [321] = 278, - [322] = 281, - [323] = 273, + [321] = 275, + [322] = 276, + [323] = 277, [324] = 272, - [325] = 277, + [325] = 272, [326] = 326, [327] = 327, [328] = 328, - [329] = 176, - [330] = 327, - [331] = 328, - [332] = 327, - [333] = 333, + [329] = 329, + [330] = 330, + [331] = 329, + [332] = 332, + [333] = 326, [334] = 334, - [335] = 333, - [336] = 336, - [337] = 333, - [338] = 338, - [339] = 339, - [340] = 339, - [341] = 334, - [342] = 338, - [343] = 334, - [344] = 344, - [345] = 339, - [346] = 338, + [335] = 335, + [336] = 328, + [337] = 337, + [338] = 334, + [339] = 330, + [340] = 170, + [341] = 330, + [342] = 326, + [343] = 332, + [344] = 334, + [345] = 332, + [346] = 329, [347] = 328, [348] = 348, - [349] = 349, + [349] = 348, [350] = 350, - [351] = 349, + [351] = 351, [352] = 348, - [353] = 348, - [354] = 350, - [355] = 349, - [356] = 349, - [357] = 357, - [358] = 349, + [353] = 351, + [354] = 239, + [355] = 350, + [356] = 350, + [357] = 350, + [358] = 350, [359] = 348, - [360] = 348, - [361] = 256, + [360] = 350, + [361] = 348, [362] = 350, - [363] = 256, - [364] = 349, - [365] = 256, - [366] = 349, - [367] = 348, + [363] = 350, + [364] = 348, + [365] = 365, + [366] = 239, + [367] = 239, [368] = 348, - [369] = 348, - [370] = 349, + [369] = 351, + [370] = 348, [371] = 371, - [372] = 372, + [372] = 335, [373] = 373, [374] = 373, - [375] = 372, - [376] = 371, - [377] = 372, - [378] = 156, - [379] = 372, - [380] = 373, - [381] = 371, - [382] = 373, - [383] = 383, - [384] = 373, - [385] = 372, - [386] = 372, + [375] = 371, + [376] = 373, + [377] = 373, + [378] = 378, + [379] = 378, + [380] = 380, + [381] = 378, + [382] = 378, + [383] = 156, + [384] = 384, + [385] = 371, + [386] = 373, [387] = 371, - [388] = 344, - [389] = 371, - [390] = 373, - [391] = 372, - [392] = 392, - [393] = 371, - [394] = 373, - [395] = 372, - [396] = 371, - [397] = 326, + [388] = 378, + [389] = 378, + [390] = 371, + [391] = 373, + [392] = 371, + [393] = 378, + [394] = 371, + [395] = 373, + [396] = 396, + [397] = 373, [398] = 371, [399] = 373, - [400] = 400, - [401] = 373, - [402] = 372, - [403] = 373, + [400] = 378, + [401] = 378, + [402] = 402, + [403] = 337, [404] = 371, - [405] = 405, - [406] = 406, - [407] = 371, - [408] = 372, + [405] = 378, + [406] = 371, + [407] = 373, + [408] = 408, [409] = 409, [410] = 410, [411] = 411, @@ -3201,34 +3201,34 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [420] = 420, [421] = 416, [422] = 422, - [423] = 176, + [423] = 170, [424] = 410, [425] = 414, [426] = 426, [427] = 417, [428] = 428, [429] = 416, - [430] = 176, + [430] = 170, [431] = 422, [432] = 410, [433] = 417, [434] = 434, - [435] = 405, - [436] = 344, - [437] = 326, + [435] = 408, + [436] = 337, + [437] = 335, [438] = 422, [439] = 156, - [440] = 176, + [440] = 170, [441] = 441, - [442] = 344, - [443] = 326, + [442] = 337, + [443] = 335, [444] = 444, [445] = 445, [446] = 446, [447] = 447, [448] = 415, - [449] = 449, - [450] = 415, + [449] = 415, + [450] = 450, [451] = 415, [452] = 415, [453] = 415, @@ -3244,17 +3244,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [463] = 463, [464] = 464, [465] = 465, - [466] = 466, - [467] = 462, + [466] = 462, + [467] = 467, [468] = 464, [469] = 469, [470] = 470, [471] = 470, [472] = 465, [473] = 461, - [474] = 466, - [475] = 344, - [476] = 326, + [474] = 467, + [475] = 337, + [476] = 335, [477] = 477, [478] = 477, [479] = 469, @@ -3274,210 +3274,210 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [493] = 493, [494] = 494, [495] = 495, - [496] = 480, + [496] = 496, [497] = 497, - [498] = 486, - [499] = 483, - [500] = 491, - [501] = 481, - [502] = 485, - [503] = 503, - [504] = 490, - [505] = 505, - [506] = 492, - [507] = 493, - [508] = 508, + [498] = 498, + [499] = 499, + [500] = 485, + [501] = 493, + [502] = 483, + [503] = 490, + [504] = 504, + [505] = 492, + [506] = 506, + [507] = 494, + [508] = 495, [509] = 509, - [510] = 508, - [511] = 511, - [512] = 487, - [513] = 488, - [514] = 483, - [515] = 491, - [516] = 490, - [517] = 505, - [518] = 518, + [510] = 510, + [511] = 487, + [512] = 509, + [513] = 513, + [514] = 488, + [515] = 485, + [516] = 493, + [517] = 492, + [518] = 506, [519] = 519, - [520] = 494, - [521] = 505, - [522] = 508, - [523] = 482, + [520] = 520, + [521] = 497, + [522] = 489, + [523] = 509, [524] = 484, [525] = 486, [526] = 487, [527] = 488, - [528] = 503, - [529] = 491, - [530] = 530, - [531] = 495, - [532] = 495, - [533] = 490, - [534] = 505, - [535] = 503, - [536] = 495, - [537] = 537, - [538] = 482, - [539] = 490, - [540] = 505, - [541] = 482, + [528] = 489, + [529] = 506, + [530] = 493, + [531] = 498, + [532] = 496, + [533] = 492, + [534] = 506, + [535] = 535, + [536] = 504, + [537] = 496, + [538] = 538, + [539] = 484, + [540] = 492, + [541] = 506, [542] = 484, [543] = 486, - [544] = 487, + [544] = 496, [545] = 488, - [546] = 503, - [547] = 483, - [548] = 495, - [549] = 549, - [550] = 503, - [551] = 551, + [546] = 489, + [547] = 485, + [548] = 496, + [549] = 481, + [550] = 504, + [551] = 504, [552] = 552, - [553] = 553, - [554] = 508, - [555] = 482, + [553] = 492, + [554] = 554, + [555] = 509, [556] = 484, [557] = 486, [558] = 487, [559] = 488, - [560] = 490, - [561] = 495, - [562] = 562, - [563] = 490, - [564] = 503, + [560] = 489, + [561] = 496, + [562] = 504, + [563] = 492, + [564] = 504, [565] = 565, [566] = 566, - [567] = 484, - [568] = 482, - [569] = 484, - [570] = 486, - [571] = 487, - [572] = 488, - [573] = 495, - [574] = 503, - [575] = 505, - [576] = 482, + [567] = 486, + [568] = 484, + [569] = 486, + [570] = 487, + [571] = 488, + [572] = 489, + [573] = 496, + [574] = 504, + [575] = 492, + [576] = 489, [577] = 484, [578] = 486, [579] = 487, [580] = 488, - [581] = 495, - [582] = 503, - [583] = 511, - [584] = 491, - [585] = 511, - [586] = 586, - [587] = 511, - [588] = 482, - [589] = 511, - [590] = 519, - [591] = 511, - [592] = 592, - [593] = 511, + [581] = 489, + [582] = 496, + [583] = 513, + [584] = 506, + [585] = 504, + [586] = 513, + [587] = 493, + [588] = 513, + [589] = 589, + [590] = 513, + [591] = 513, + [592] = 520, + [593] = 513, [594] = 594, - [595] = 511, - [596] = 537, - [597] = 530, - [598] = 518, + [595] = 513, + [596] = 535, + [597] = 484, + [598] = 519, [599] = 599, [600] = 600, - [601] = 594, - [602] = 484, - [603] = 600, - [604] = 486, - [605] = 487, - [606] = 488, - [607] = 549, - [608] = 490, + [601] = 601, + [602] = 538, + [603] = 599, + [604] = 601, + [605] = 486, + [606] = 487, + [607] = 488, + [608] = 487, [609] = 609, [610] = 610, [611] = 611, [612] = 612, [613] = 613, [614] = 614, - [615] = 615, + [615] = 614, [616] = 616, - [617] = 613, - [618] = 612, - [619] = 619, - [620] = 620, - [621] = 611, - [622] = 614, - [623] = 620, - [624] = 619, - [625] = 615, - [626] = 626, + [617] = 617, + [618] = 618, + [619] = 617, + [620] = 618, + [621] = 612, + [622] = 613, + [623] = 623, + [624] = 616, + [625] = 611, + [626] = 610, [627] = 627, [628] = 628, [629] = 629, [630] = 630, [631] = 631, [632] = 632, - [633] = 633, - [634] = 634, + [633] = 631, + [634] = 630, [635] = 635, - [636] = 635, - [637] = 626, + [636] = 636, + [637] = 637, [638] = 638, [639] = 639, [640] = 640, - [641] = 641, - [642] = 630, + [641] = 635, + [642] = 642, [643] = 643, - [644] = 643, + [644] = 629, [645] = 645, - [646] = 641, - [647] = 647, + [646] = 646, + [647] = 640, [648] = 648, - [649] = 649, + [649] = 223, [650] = 650, [651] = 651, - [652] = 650, - [653] = 649, + [652] = 651, + [653] = 653, [654] = 654, - [655] = 647, + [655] = 651, [656] = 656, - [657] = 647, - [658] = 658, - [659] = 650, - [660] = 658, - [661] = 650, - [662] = 658, - [663] = 663, - [664] = 649, - [665] = 658, - [666] = 666, + [657] = 650, + [658] = 651, + [659] = 659, + [660] = 654, + [661] = 651, + [662] = 662, + [663] = 222, + [664] = 659, + [665] = 653, + [666] = 650, [667] = 648, - [668] = 647, - [669] = 650, + [668] = 659, + [669] = 654, [670] = 670, - [671] = 658, - [672] = 649, + [671] = 653, + [672] = 672, [673] = 673, - [674] = 656, - [675] = 651, - [676] = 651, - [677] = 649, - [678] = 651, - [679] = 663, - [680] = 680, - [681] = 681, - [682] = 223, - [683] = 666, - [684] = 651, - [685] = 680, - [686] = 670, - [687] = 673, - [688] = 654, - [689] = 647, - [690] = 690, - [691] = 681, - [692] = 222, - [693] = 647, - [694] = 690, - [695] = 649, - [696] = 658, - [697] = 650, - [698] = 651, - [699] = 699, + [674] = 650, + [675] = 654, + [676] = 659, + [677] = 656, + [678] = 662, + [679] = 679, + [680] = 650, + [681] = 650, + [682] = 682, + [683] = 672, + [684] = 654, + [685] = 653, + [686] = 686, + [687] = 654, + [688] = 653, + [689] = 686, + [690] = 670, + [691] = 691, + [692] = 653, + [693] = 673, + [694] = 682, + [695] = 691, + [696] = 659, + [697] = 679, + [698] = 659, + [699] = 651, [700] = 700, [701] = 701, [702] = 702, @@ -3485,27 +3485,27 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [704] = 704, [705] = 705, [706] = 706, - [707] = 700, - [708] = 708, + [707] = 707, + [708] = 701, [709] = 709, [710] = 710, - [711] = 699, - [712] = 706, - [713] = 709, + [711] = 711, + [712] = 700, + [713] = 707, [714] = 710, - [715] = 701, + [715] = 711, [716] = 702, - [717] = 705, - [718] = 704, - [719] = 703, - [720] = 708, - [721] = 721, + [717] = 703, + [718] = 706, + [719] = 705, + [720] = 704, + [721] = 709, [722] = 722, [723] = 723, - [724] = 722, + [724] = 724, [725] = 723, - [726] = 721, - [727] = 727, + [726] = 724, + [727] = 722, [728] = 728, [729] = 729, [730] = 730, @@ -3522,7 +3522,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [741] = 741, [742] = 742, [743] = 743, - [744] = 727, + [744] = 744, [745] = 745, [746] = 746, [747] = 747, @@ -3540,2075 +3540,2076 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [759] = 759, [760] = 760, [761] = 761, - [762] = 223, + [762] = 762, [763] = 763, [764] = 764, - [765] = 734, + [765] = 765, [766] = 766, - [767] = 742, + [767] = 767, [768] = 768, [769] = 769, [770] = 770, [771] = 222, [772] = 772, [773] = 773, - [774] = 774, + [774] = 748, [775] = 775, - [776] = 776, - [777] = 731, + [776] = 754, + [777] = 777, [778] = 778, - [779] = 738, - [780] = 741, + [779] = 779, + [780] = 223, [781] = 781, - [782] = 760, + [782] = 736, [783] = 783, - [784] = 761, - [785] = 763, - [786] = 764, - [787] = 766, - [788] = 768, - [789] = 773, - [790] = 790, - [791] = 772, - [792] = 792, - [793] = 778, - [794] = 783, - [795] = 792, - [796] = 796, - [797] = 797, + [784] = 741, + [785] = 785, + [786] = 745, + [787] = 787, + [788] = 752, + [789] = 753, + [790] = 769, + [791] = 791, + [792] = 770, + [793] = 772, + [794] = 773, + [795] = 775, + [796] = 777, + [797] = 781, [798] = 798, - [799] = 790, - [800] = 796, - [801] = 740, - [802] = 797, + [799] = 787, + [800] = 791, + [801] = 798, + [802] = 802, [803] = 803, [804] = 804, - [805] = 730, - [806] = 739, - [807] = 745, - [808] = 752, - [809] = 756, - [810] = 728, - [811] = 759, - [812] = 769, - [813] = 770, - [814] = 776, - [815] = 781, - [816] = 816, - [817] = 803, - [818] = 818, - [819] = 774, - [820] = 820, - [821] = 821, - [822] = 729, - [823] = 818, - [824] = 798, - [825] = 732, - [826] = 733, - [827] = 735, - [828] = 736, - [829] = 737, - [830] = 775, - [831] = 804, - [832] = 832, - [833] = 820, - [834] = 746, - [835] = 747, - [836] = 749, - [837] = 750, - [838] = 751, - [839] = 821, - [840] = 753, - [841] = 754, - [842] = 755, - [843] = 757, - [844] = 758, - [845] = 748, - [846] = 728, - [847] = 743, - [848] = 832, - [849] = 748, - [850] = 816, - [851] = 851, - [852] = 851, - [853] = 851, - [854] = 851, - [855] = 851, - [856] = 851, - [857] = 857, - [858] = 857, - [859] = 859, - [860] = 859, - [861] = 859, - [862] = 859, - [863] = 859, - [864] = 859, - [865] = 859, - [866] = 859, - [867] = 867, + [805] = 768, + [806] = 802, + [807] = 807, + [808] = 803, + [809] = 767, + [810] = 778, + [811] = 779, + [812] = 785, + [813] = 813, + [814] = 729, + [815] = 730, + [816] = 731, + [817] = 732, + [818] = 733, + [819] = 734, + [820] = 735, + [821] = 737, + [822] = 807, + [823] = 740, + [824] = 742, + [825] = 743, + [826] = 744, + [827] = 813, + [828] = 804, + [829] = 746, + [830] = 747, + [831] = 749, + [832] = 750, + [833] = 751, + [834] = 755, + [835] = 756, + [836] = 757, + [837] = 759, + [838] = 760, + [839] = 761, + [840] = 762, + [841] = 763, + [842] = 764, + [843] = 728, + [844] = 766, + [845] = 758, + [846] = 738, + [847] = 765, + [848] = 783, + [849] = 758, + [850] = 738, + [851] = 739, + [852] = 852, + [853] = 852, + [854] = 852, + [855] = 852, + [856] = 852, + [857] = 852, + [858] = 858, + [859] = 858, + [860] = 860, + [861] = 860, + [862] = 860, + [863] = 860, + [864] = 860, + [865] = 860, + [866] = 860, + [867] = 860, [868] = 868, - [869] = 867, + [869] = 869, [870] = 870, - [871] = 867, + [871] = 871, [872] = 872, [873] = 873, - [874] = 874, + [874] = 873, [875] = 875, - [876] = 876, - [877] = 877, - [878] = 878, + [876] = 869, + [877] = 870, + [878] = 871, [879] = 879, - [880] = 874, - [881] = 870, - [882] = 867, - [883] = 883, - [884] = 875, - [885] = 872, + [880] = 880, + [881] = 881, + [882] = 882, + [883] = 880, + [884] = 884, + [885] = 885, [886] = 873, - [887] = 874, - [888] = 875, - [889] = 876, - [890] = 877, - [891] = 878, - [892] = 879, - [893] = 870, + [887] = 875, + [888] = 868, + [889] = 889, + [890] = 879, + [891] = 880, + [892] = 873, + [893] = 873, [894] = 872, - [895] = 873, - [896] = 874, - [897] = 875, - [898] = 876, - [899] = 877, - [900] = 878, - [901] = 879, - [902] = 870, - [903] = 870, - [904] = 867, - [905] = 868, - [906] = 906, - [907] = 876, - [908] = 883, - [909] = 867, - [910] = 910, - [911] = 877, - [912] = 878, - [913] = 883, - [914] = 879, - [915] = 872, - [916] = 873, - [917] = 874, - [918] = 875, - [919] = 876, - [920] = 877, - [921] = 878, - [922] = 879, - [923] = 910, - [924] = 872, - [925] = 906, - [926] = 868, - [927] = 906, - [928] = 883, - [929] = 872, - [930] = 873, - [931] = 874, - [932] = 870, - [933] = 867, - [934] = 868, - [935] = 875, - [936] = 906, - [937] = 876, - [938] = 877, - [939] = 883, - [940] = 878, - [941] = 879, - [942] = 868, - [943] = 906, - [944] = 873, - [945] = 874, - [946] = 870, - [947] = 867, - [948] = 875, - [949] = 876, - [950] = 868, - [951] = 877, - [952] = 906, - [953] = 868, - [954] = 906, - [955] = 872, - [956] = 868, - [957] = 873, - [958] = 906, - [959] = 878, - [960] = 879, - [961] = 872, - [962] = 873, - [963] = 874, - [964] = 875, - [965] = 876, - [966] = 877, - [967] = 878, - [968] = 879, - [969] = 868, - [970] = 868, - [971] = 868, - [972] = 868, - [973] = 868, - [974] = 870, - [975] = 975, + [895] = 875, + [896] = 869, + [897] = 870, + [898] = 871, + [899] = 879, + [900] = 873, + [901] = 872, + [902] = 875, + [903] = 869, + [904] = 870, + [905] = 871, + [906] = 879, + [907] = 880, + [908] = 880, + [909] = 889, + [910] = 872, + [911] = 885, + [912] = 875, + [913] = 884, + [914] = 885, + [915] = 869, + [916] = 868, + [917] = 881, + [918] = 882, + [919] = 884, + [920] = 885, + [921] = 881, + [922] = 868, + [923] = 882, + [924] = 869, + [925] = 870, + [926] = 884, + [927] = 885, + [928] = 871, + [929] = 879, + [930] = 880, + [931] = 881, + [932] = 882, + [933] = 882, + [934] = 873, + [935] = 872, + [936] = 884, + [937] = 875, + [938] = 885, + [939] = 869, + [940] = 870, + [941] = 871, + [942] = 879, + [943] = 880, + [944] = 872, + [945] = 884, + [946] = 885, + [947] = 881, + [948] = 882, + [949] = 870, + [950] = 884, + [951] = 885, + [952] = 868, + [953] = 871, + [954] = 875, + [955] = 873, + [956] = 884, + [957] = 872, + [958] = 875, + [959] = 884, + [960] = 869, + [961] = 881, + [962] = 870, + [963] = 871, + [964] = 879, + [965] = 880, + [966] = 881, + [967] = 884, + [968] = 882, + [969] = 881, + [970] = 882, + [971] = 884, + [972] = 884, + [973] = 884, + [974] = 879, + [975] = 872, [976] = 976, [977] = 977, [978] = 978, [979] = 979, [980] = 980, - [981] = 978, - [982] = 982, + [981] = 981, + [982] = 976, [983] = 983, - [984] = 977, - [985] = 985, + [984] = 979, + [985] = 977, [986] = 986, - [987] = 977, - [988] = 975, - [989] = 976, + [987] = 987, + [988] = 979, + [989] = 989, [990] = 990, [991] = 991, [992] = 992, [993] = 993, - [994] = 994, - [995] = 995, - [996] = 975, + [994] = 978, + [995] = 976, + [996] = 977, [997] = 978, - [998] = 976, - [999] = 993, - [1000] = 979, - [1001] = 640, - [1002] = 634, - [1003] = 992, - [1004] = 977, - [1005] = 975, - [1006] = 1006, - [1007] = 976, - [1008] = 990, - [1009] = 632, - [1010] = 639, - [1011] = 995, - [1012] = 977, - [1013] = 645, - [1014] = 1014, - [1015] = 994, - [1016] = 975, - [1017] = 991, + [998] = 998, + [999] = 999, + [1000] = 628, + [1001] = 987, + [1002] = 992, + [1003] = 987, + [1004] = 986, + [1005] = 989, + [1006] = 976, + [1007] = 638, + [1008] = 992, + [1009] = 980, + [1010] = 977, + [1011] = 981, + [1012] = 639, + [1013] = 646, + [1014] = 627, + [1015] = 977, + [1016] = 636, + [1017] = 978, [1018] = 979, - [1019] = 993, - [1020] = 980, - [1021] = 627, - [1022] = 975, - [1023] = 991, - [1024] = 976, - [1025] = 633, - [1026] = 976, - [1027] = 983, - [1028] = 977, - [1029] = 985, - [1030] = 978, - [1031] = 1031, - [1032] = 992, - [1033] = 990, - [1034] = 978, - [1035] = 1035, - [1036] = 986, - [1037] = 977, - [1038] = 975, - [1039] = 986, - [1040] = 975, - [1041] = 976, - [1042] = 995, - [1043] = 994, - [1044] = 985, - [1045] = 978, - [1046] = 978, - [1047] = 1047, - [1048] = 980, - [1049] = 982, - [1050] = 983, - [1051] = 982, - [1052] = 1052, - [1053] = 977, - [1054] = 616, - [1055] = 1055, - [1056] = 1056, - [1057] = 1057, - [1058] = 1058, - [1059] = 629, + [1019] = 1019, + [1020] = 990, + [1021] = 978, + [1022] = 1022, + [1023] = 993, + [1024] = 978, + [1025] = 976, + [1026] = 999, + [1027] = 980, + [1028] = 993, + [1029] = 979, + [1030] = 983, + [1031] = 981, + [1032] = 1032, + [1033] = 986, + [1034] = 991, + [1035] = 989, + [1036] = 998, + [1037] = 983, + [1038] = 1038, + [1039] = 977, + [1040] = 977, + [1041] = 978, + [1042] = 976, + [1043] = 990, + [1044] = 977, + [1045] = 998, + [1046] = 991, + [1047] = 999, + [1048] = 976, + [1049] = 979, + [1050] = 979, + [1051] = 1051, + [1052] = 642, + [1053] = 979, + [1054] = 1054, + [1055] = 980, + [1056] = 981, + [1057] = 998, + [1058] = 642, + [1059] = 1059, [1060] = 1060, - [1061] = 983, - [1062] = 1062, - [1063] = 1052, - [1064] = 991, - [1065] = 979, - [1066] = 979, - [1067] = 1067, - [1068] = 991, - [1069] = 979, - [1070] = 1031, - [1071] = 991, - [1072] = 979, - [1073] = 1031, - [1074] = 1047, - [1075] = 1075, - [1076] = 1076, + [1061] = 1019, + [1062] = 999, + [1063] = 1063, + [1064] = 993, + [1065] = 1065, + [1066] = 998, + [1067] = 999, + [1068] = 1019, + [1069] = 1069, + [1070] = 1070, + [1071] = 638, + [1072] = 980, + [1073] = 981, + [1074] = 639, + [1075] = 646, + [1076] = 627, [1077] = 1077, - [1078] = 1078, - [1079] = 1047, - [1080] = 1080, + [1078] = 628, + [1079] = 636, + [1080] = 983, [1081] = 1081, - [1082] = 634, - [1083] = 992, - [1084] = 995, - [1085] = 994, - [1086] = 993, - [1087] = 980, - [1088] = 982, - [1089] = 983, - [1090] = 995, - [1091] = 985, - [1092] = 986, - [1093] = 994, - [1094] = 993, - [1095] = 980, - [1096] = 982, - [1097] = 983, + [1082] = 986, + [1083] = 998, + [1084] = 1038, + [1085] = 999, + [1086] = 989, + [1087] = 993, + [1088] = 983, + [1089] = 986, + [1090] = 989, + [1091] = 990, + [1092] = 991, + [1093] = 990, + [1094] = 987, + [1095] = 992, + [1096] = 991, + [1097] = 623, [1098] = 1098, - [1099] = 985, - [1100] = 986, - [1101] = 990, - [1102] = 632, - [1103] = 639, - [1104] = 1104, + [1099] = 1099, + [1100] = 987, + [1101] = 980, + [1102] = 981, + [1103] = 1103, + [1104] = 978, [1105] = 1105, [1106] = 1106, [1107] = 1107, - [1108] = 1108, - [1109] = 992, - [1110] = 990, - [1111] = 990, - [1112] = 645, - [1113] = 995, - [1114] = 994, - [1115] = 993, - [1116] = 980, - [1117] = 982, - [1118] = 983, - [1119] = 985, - [1120] = 986, - [1121] = 1121, - [1122] = 976, - [1123] = 992, - [1124] = 990, + [1108] = 1022, + [1109] = 1109, + [1110] = 1110, + [1111] = 1032, + [1112] = 1038, + [1113] = 1113, + [1114] = 1114, + [1115] = 1115, + [1116] = 1116, + [1117] = 1117, + [1118] = 992, + [1119] = 993, + [1120] = 983, + [1121] = 986, + [1122] = 989, + [1123] = 990, + [1124] = 991, [1125] = 1125, - [1126] = 1126, - [1127] = 1127, + [1126] = 987, + [1127] = 992, [1128] = 1128, - [1129] = 1035, - [1130] = 1006, - [1131] = 1014, - [1132] = 627, - [1133] = 633, + [1129] = 993, + [1130] = 1130, + [1131] = 983, + [1132] = 986, + [1133] = 989, [1134] = 1134, - [1135] = 1135, + [1135] = 990, [1136] = 1136, - [1137] = 640, + [1137] = 991, [1138] = 1138, - [1139] = 985, - [1140] = 986, - [1141] = 982, - [1142] = 995, - [1143] = 978, - [1144] = 994, - [1145] = 1145, - [1146] = 993, - [1147] = 1147, - [1148] = 980, + [1139] = 977, + [1140] = 987, + [1141] = 976, + [1142] = 612, + [1143] = 613, + [1144] = 637, + [1145] = 645, + [1146] = 1022, + [1147] = 1051, + [1148] = 1032, [1149] = 1149, - [1150] = 975, - [1151] = 1151, - [1152] = 612, - [1153] = 610, - [1154] = 628, - [1155] = 638, - [1156] = 1035, - [1157] = 1006, - [1158] = 1014, - [1159] = 991, - [1160] = 992, - [1161] = 1125, - [1162] = 1105, - [1163] = 1077, - [1164] = 1078, - [1165] = 1106, - [1166] = 634, - [1167] = 634, - [1168] = 1121, - [1169] = 1135, - [1170] = 628, - [1171] = 638, - [1172] = 1151, - [1173] = 1138, - [1174] = 1149, - [1175] = 629, - [1176] = 629, - [1177] = 1047, - [1178] = 1075, - [1179] = 632, - [1180] = 1078, - [1181] = 1080, - [1182] = 639, - [1183] = 645, - [1184] = 627, - [1185] = 1047, - [1186] = 633, - [1187] = 975, - [1188] = 1127, - [1189] = 1031, - [1190] = 629, - [1191] = 1145, - [1192] = 1151, - [1193] = 1147, - [1194] = 632, - [1195] = 639, - [1196] = 645, - [1197] = 1121, - [1198] = 1136, - [1199] = 626, - [1200] = 1081, - [1201] = 635, - [1202] = 1062, - [1203] = 1031, - [1204] = 641, - [1205] = 1098, - [1206] = 628, - [1207] = 1104, - [1208] = 1108, - [1209] = 1134, - [1210] = 638, - [1211] = 1035, - [1212] = 1006, - [1213] = 1014, - [1214] = 643, - [1215] = 1056, - [1216] = 1057, - [1217] = 1052, - [1218] = 991, - [1219] = 627, - [1220] = 633, - [1221] = 1060, - [1222] = 616, - [1223] = 979, - [1224] = 1135, - [1225] = 1107, - [1226] = 1105, - [1227] = 640, - [1228] = 1035, - [1229] = 640, - [1230] = 1006, - [1231] = 1106, - [1232] = 1014, - [1233] = 1035, - [1234] = 1031, - [1235] = 1056, - [1236] = 1057, - [1237] = 612, - [1238] = 1055, - [1239] = 1060, - [1240] = 610, - [1241] = 1149, - [1242] = 992, - [1243] = 1047, - [1244] = 1047, - [1245] = 1127, - [1246] = 1076, - [1247] = 1136, - [1248] = 1035, - [1249] = 1006, - [1250] = 1014, - [1251] = 1077, - [1252] = 1081, - [1253] = 1098, - [1254] = 1104, - [1255] = 1006, - [1256] = 1014, - [1257] = 1145, - [1258] = 975, - [1259] = 1075, - [1260] = 612, - [1261] = 1147, - [1262] = 616, - [1263] = 995, - [1264] = 994, - [1265] = 1031, - [1266] = 1080, - [1267] = 1055, - [1268] = 1058, - [1269] = 1058, - [1270] = 1062, - [1271] = 610, - [1272] = 1108, - [1273] = 1076, - [1274] = 1125, - [1275] = 993, - [1276] = 980, - [1277] = 1052, - [1278] = 982, - [1279] = 983, - [1280] = 1107, - [1281] = 985, - [1282] = 986, - [1283] = 1134, - [1284] = 990, - [1285] = 975, - [1286] = 1138, - [1287] = 1062, - [1288] = 635, - [1289] = 629, - [1290] = 643, - [1291] = 629, - [1292] = 1127, - [1293] = 1076, - [1294] = 1136, - [1295] = 1077, - [1296] = 1076, - [1297] = 1077, - [1298] = 1134, - [1299] = 631, - [1300] = 626, - [1301] = 1135, - [1302] = 1081, - [1303] = 1098, - [1304] = 1104, - [1305] = 635, - [1306] = 1151, - [1307] = 1076, - [1308] = 1077, - [1309] = 641, - [1310] = 640, - [1311] = 1121, - [1312] = 1125, - [1313] = 626, - [1314] = 1108, - [1315] = 635, - [1316] = 1149, - [1317] = 641, - [1318] = 628, - [1319] = 638, - [1320] = 629, + [1150] = 1150, + [1151] = 992, + [1152] = 1152, + [1153] = 998, + [1154] = 643, + [1155] = 999, + [1156] = 1156, + [1157] = 1157, + [1158] = 980, + [1159] = 1081, + [1160] = 981, + [1161] = 1051, + [1162] = 1022, + [1163] = 638, + [1164] = 639, + [1165] = 646, + [1166] = 627, + [1167] = 628, + [1168] = 636, + [1169] = 977, + [1170] = 1019, + [1171] = 643, + [1172] = 1077, + [1173] = 998, + [1174] = 1105, + [1175] = 999, + [1176] = 1106, + [1177] = 1130, + [1178] = 1038, + [1179] = 1038, + [1180] = 1103, + [1181] = 1117, + [1182] = 1038, + [1183] = 1105, + [1184] = 1106, + [1185] = 993, + [1186] = 983, + [1187] = 986, + [1188] = 989, + [1189] = 990, + [1190] = 991, + [1191] = 987, + [1192] = 992, + [1193] = 1115, + [1194] = 1136, + [1195] = 980, + [1196] = 981, + [1197] = 637, + [1198] = 645, + [1199] = 643, + [1200] = 1152, + [1201] = 1081, + [1202] = 613, + [1203] = 1109, + [1204] = 1113, + [1205] = 623, + [1206] = 1114, + [1207] = 1019, + [1208] = 1116, + [1209] = 612, + [1210] = 613, + [1211] = 1149, + [1212] = 1022, + [1213] = 1051, + [1214] = 1032, + [1215] = 1150, + [1216] = 1059, + [1217] = 1065, + [1218] = 1110, + [1219] = 1128, + [1220] = 1134, + [1221] = 1099, + [1222] = 1107, + [1223] = 1069, + [1224] = 1038, + [1225] = 1156, + [1226] = 1070, + [1227] = 1054, + [1228] = 643, + [1229] = 1022, + [1230] = 1051, + [1231] = 1032, + [1232] = 1060, + [1233] = 642, + [1234] = 1063, + [1235] = 1156, + [1236] = 1070, + [1237] = 1157, + [1238] = 1054, + [1239] = 1130, + [1240] = 1103, + [1241] = 1117, + [1242] = 638, + [1243] = 1115, + [1244] = 1136, + [1245] = 1152, + [1246] = 612, + [1247] = 1109, + [1248] = 1051, + [1249] = 1032, + [1250] = 1113, + [1251] = 1114, + [1252] = 1116, + [1253] = 1149, + [1254] = 1150, + [1255] = 1059, + [1256] = 639, + [1257] = 646, + [1258] = 627, + [1259] = 1065, + [1260] = 1110, + [1261] = 1128, + [1262] = 1134, + [1263] = 1099, + [1264] = 1107, + [1265] = 977, + [1266] = 628, + [1267] = 636, + [1268] = 1069, + [1269] = 635, + [1270] = 629, + [1271] = 1019, + [1272] = 631, + [1273] = 637, + [1274] = 645, + [1275] = 977, + [1276] = 623, + [1277] = 1022, + [1278] = 1019, + [1279] = 642, + [1280] = 1051, + [1281] = 1077, + [1282] = 1032, + [1283] = 640, + [1284] = 1081, + [1285] = 1060, + [1286] = 1063, + [1287] = 1157, + [1288] = 1059, + [1289] = 643, + [1290] = 640, + [1291] = 1105, + [1292] = 643, + [1293] = 1134, + [1294] = 1106, + [1295] = 1134, + [1296] = 642, + [1297] = 1059, + [1298] = 1149, + [1299] = 1130, + [1300] = 1130, + [1301] = 1103, + [1302] = 1117, + [1303] = 1105, + [1304] = 1106, + [1305] = 1065, + [1306] = 1069, + [1307] = 1115, + [1308] = 635, + [1309] = 629, + [1310] = 1099, + [1311] = 1107, + [1312] = 1099, + [1313] = 631, + [1314] = 1107, + [1315] = 637, + [1316] = 645, + [1317] = 643, + [1318] = 1063, + [1319] = 632, + [1320] = 1065, [1321] = 640, - [1322] = 1121, - [1323] = 1055, - [1324] = 1060, - [1325] = 1058, - [1326] = 643, - [1327] = 1056, - [1328] = 1057, - [1329] = 628, - [1330] = 1060, - [1331] = 638, - [1332] = 1035, - [1333] = 1006, - [1334] = 1014, - [1335] = 1056, - [1336] = 1057, - [1337] = 1060, - [1338] = 1149, - [1339] = 1107, - [1340] = 1134, - [1341] = 1127, - [1342] = 1136, - [1343] = 1135, - [1344] = 1151, - [1345] = 1108, - [1346] = 631, - [1347] = 1149, - [1348] = 1062, - [1349] = 1081, - [1350] = 1098, - [1351] = 1104, - [1352] = 1055, - [1353] = 1127, - [1354] = 1136, - [1355] = 1081, - [1356] = 1125, - [1357] = 1067, - [1358] = 1126, - [1359] = 1128, - [1360] = 1098, - [1361] = 1104, - [1362] = 1058, - [1363] = 634, - [1364] = 1125, - [1365] = 634, - [1366] = 643, - [1367] = 1056, - [1368] = 1138, - [1369] = 1145, - [1370] = 1147, - [1371] = 632, - [1372] = 632, - [1373] = 1107, - [1374] = 639, - [1375] = 645, - [1376] = 1107, - [1377] = 1134, - [1378] = 1135, - [1379] = 1151, - [1380] = 1108, - [1381] = 639, - [1382] = 645, - [1383] = 1055, - [1384] = 1134, - [1385] = 1135, - [1386] = 1151, - [1387] = 1108, - [1388] = 1058, - [1389] = 1055, - [1390] = 1058, - [1391] = 627, - [1392] = 633, - [1393] = 1105, - [1394] = 1138, - [1395] = 1145, - [1396] = 1147, - [1397] = 1106, - [1398] = 627, - [1399] = 1105, - [1400] = 1106, - [1401] = 633, - [1402] = 628, - [1403] = 638, - [1404] = 1062, - [1405] = 1057, - [1406] = 1138, - [1407] = 1138, - [1408] = 1145, - [1409] = 1147, - [1410] = 1145, - [1411] = 1411, - [1412] = 1412, - [1413] = 1060, - [1414] = 1147, - [1415] = 1081, - [1416] = 1098, - [1417] = 1105, - [1418] = 1106, - [1419] = 1104, - [1420] = 629, - [1421] = 1062, - [1422] = 1127, - [1423] = 1105, - [1424] = 1106, - [1425] = 1136, - [1426] = 640, - [1427] = 1107, - [1428] = 1121, - [1429] = 1076, - [1430] = 1077, - [1431] = 1149, - [1432] = 634, - [1433] = 1125, - [1434] = 632, - [1435] = 1121, - [1436] = 639, - [1437] = 645, - [1438] = 627, - [1439] = 633, - [1440] = 629, - [1441] = 1031, - [1442] = 628, - [1443] = 638, - [1444] = 629, - [1445] = 1047, - [1446] = 1056, - [1447] = 1057, - [1448] = 626, - [1449] = 641, - [1450] = 1098, - [1451] = 629, - [1452] = 628, - [1453] = 638, - [1454] = 1075, - [1455] = 1078, - [1456] = 1080, - [1457] = 1076, - [1458] = 1056, - [1459] = 1057, - [1460] = 1077, - [1461] = 1060, - [1462] = 1080, - [1463] = 631, - [1464] = 1149, - [1465] = 1062, - [1466] = 1127, - [1467] = 1136, - [1468] = 1081, - [1469] = 633, - [1470] = 1121, - [1471] = 1125, - [1472] = 1075, - [1473] = 1078, - [1474] = 1080, - [1475] = 1107, - [1476] = 1134, - [1477] = 1135, - [1478] = 1151, - [1479] = 1108, - [1480] = 1055, - [1481] = 1058, - [1482] = 1075, - [1483] = 1138, - [1484] = 1145, - [1485] = 1147, + [1322] = 1060, + [1323] = 1063, + [1324] = 638, + [1325] = 1070, + [1326] = 1115, + [1327] = 1136, + [1328] = 1105, + [1329] = 639, + [1330] = 646, + [1331] = 627, + [1332] = 628, + [1333] = 636, + [1334] = 1130, + [1335] = 1152, + [1336] = 1136, + [1337] = 1070, + [1338] = 1069, + [1339] = 637, + [1340] = 1103, + [1341] = 1117, + [1342] = 645, + [1343] = 1152, + [1344] = 1077, + [1345] = 632, + [1346] = 1106, + [1347] = 1077, + [1348] = 642, + [1349] = 1115, + [1350] = 1136, + [1351] = 1152, + [1352] = 642, + [1353] = 1353, + [1354] = 1354, + [1355] = 1109, + [1356] = 1103, + [1357] = 1109, + [1358] = 1098, + [1359] = 1125, + [1360] = 1138, + [1361] = 1109, + [1362] = 1113, + [1363] = 635, + [1364] = 629, + [1365] = 1110, + [1366] = 631, + [1367] = 1114, + [1368] = 1116, + [1369] = 1113, + [1370] = 1149, + [1371] = 1113, + [1372] = 1150, + [1373] = 1114, + [1374] = 1114, + [1375] = 1117, + [1376] = 631, + [1377] = 1149, + [1378] = 1150, + [1379] = 1128, + [1380] = 1059, + [1381] = 1065, + [1382] = 1105, + [1383] = 1106, + [1384] = 1116, + [1385] = 1150, + [1386] = 1149, + [1387] = 1150, + [1388] = 1077, + [1389] = 1059, + [1390] = 1065, + [1391] = 638, + [1392] = 1110, + [1393] = 1110, + [1394] = 1128, + [1395] = 638, + [1396] = 1110, + [1397] = 1128, + [1398] = 1134, + [1399] = 1128, + [1400] = 1134, + [1401] = 639, + [1402] = 646, + [1403] = 639, + [1404] = 627, + [1405] = 1099, + [1406] = 1107, + [1407] = 646, + [1408] = 627, + [1409] = 628, + [1410] = 636, + [1411] = 1069, + [1412] = 637, + [1413] = 1099, + [1414] = 1107, + [1415] = 628, + [1416] = 645, + [1417] = 636, + [1418] = 1022, + [1419] = 1051, + [1420] = 1032, + [1421] = 1060, + [1422] = 1063, + [1423] = 1070, + [1424] = 1019, + [1425] = 637, + [1426] = 645, + [1427] = 643, + [1428] = 1130, + [1429] = 1077, + [1430] = 1103, + [1431] = 1117, + [1432] = 643, + [1433] = 1115, + [1434] = 1136, + [1435] = 1069, + [1436] = 1152, + [1437] = 1038, + [1438] = 1109, + [1439] = 643, + [1440] = 640, + [1441] = 1060, + [1442] = 1063, + [1443] = 635, + [1444] = 1060, + [1445] = 1113, + [1446] = 629, + [1447] = 1070, + [1448] = 1114, + [1449] = 1116, + [1450] = 1116, + [1451] = 1114, + [1452] = 1063, + [1453] = 637, + [1454] = 645, + [1455] = 1070, + [1456] = 1156, + [1457] = 1157, + [1458] = 1054, + [1459] = 1156, + [1460] = 1157, + [1461] = 1054, + [1462] = 1069, + [1463] = 1113, + [1464] = 632, + [1465] = 1130, + [1466] = 1116, + [1467] = 1149, + [1468] = 1150, + [1469] = 1059, + [1470] = 1065, + [1471] = 1103, + [1472] = 1156, + [1473] = 1110, + [1474] = 1117, + [1475] = 1157, + [1476] = 1128, + [1477] = 1134, + [1478] = 1109, + [1479] = 1115, + [1480] = 1136, + [1481] = 1107, + [1482] = 1054, + [1483] = 1077, + [1484] = 1152, + [1485] = 643, [1486] = 1105, [1487] = 1106, - [1488] = 631, - [1489] = 1078, - [1490] = 640, - [1491] = 634, - [1492] = 632, - [1493] = 639, - [1494] = 645, - [1495] = 627, - [1496] = 1104, - [1497] = 1412, - [1498] = 639, - [1499] = 641, - [1500] = 640, - [1501] = 629, - [1502] = 629, - [1503] = 645, - [1504] = 633, - [1505] = 628, - [1506] = 638, - [1507] = 626, - [1508] = 629, - [1509] = 629, - [1510] = 643, - [1511] = 634, - [1512] = 632, - [1513] = 1411, - [1514] = 635, - [1515] = 627, - [1516] = 1516, + [1488] = 632, + [1489] = 1060, + [1490] = 642, + [1491] = 638, + [1492] = 639, + [1493] = 646, + [1494] = 627, + [1495] = 628, + [1496] = 636, + [1497] = 1099, + [1498] = 643, + [1499] = 645, + [1500] = 646, + [1501] = 635, + [1502] = 627, + [1503] = 629, + [1504] = 631, + [1505] = 643, + [1506] = 628, + [1507] = 638, + [1508] = 639, + [1509] = 643, + [1510] = 1353, + [1511] = 1354, + [1512] = 640, + [1513] = 636, + [1514] = 637, + [1515] = 642, + [1516] = 643, [1517] = 1517, [1518] = 1518, [1519] = 1519, [1520] = 1520, - [1521] = 1518, + [1521] = 1521, [1522] = 1522, - [1523] = 1523, - [1524] = 1518, + [1523] = 1519, + [1524] = 1524, [1525] = 1525, - [1526] = 1519, - [1527] = 1523, - [1528] = 1528, - [1529] = 1519, - [1530] = 1528, - [1531] = 1523, + [1526] = 1520, + [1527] = 1527, + [1528] = 1519, + [1529] = 1520, + [1530] = 1521, + [1531] = 1522, [1532] = 1532, - [1533] = 1525, - [1534] = 1528, - [1535] = 1523, - [1536] = 1528, - [1537] = 1522, - [1538] = 1532, - [1539] = 1532, - [1540] = 1525, - [1541] = 1541, - [1542] = 1541, - [1543] = 1541, - [1544] = 1519, - [1545] = 1520, - [1546] = 1522, - [1547] = 1525, - [1548] = 1541, - [1549] = 1520, - [1550] = 1520, - [1551] = 1522, - [1552] = 1532, - [1553] = 1518, - [1554] = 1554, - [1555] = 1554, - [1556] = 1554, + [1533] = 1533, + [1534] = 1527, + [1535] = 1522, + [1536] = 1524, + [1537] = 1525, + [1538] = 1521, + [1539] = 1520, + [1540] = 1527, + [1541] = 1521, + [1542] = 1524, + [1543] = 1525, + [1544] = 1522, + [1545] = 1533, + [1546] = 1533, + [1547] = 1532, + [1548] = 1532, + [1549] = 1532, + [1550] = 1519, + [1551] = 1533, + [1552] = 1524, + [1553] = 1525, + [1554] = 1527, + [1555] = 1555, + [1556] = 1555, [1557] = 1557, - [1558] = 1558, + [1558] = 1555, [1559] = 1559, [1560] = 1560, - [1561] = 1559, + [1561] = 1561, [1562] = 1562, [1563] = 1563, - [1564] = 1564, - [1565] = 1563, + [1564] = 1562, + [1565] = 1561, [1566] = 1563, - [1567] = 1562, - [1568] = 1564, - [1569] = 1560, - [1570] = 1559, - [1571] = 1564, - [1572] = 1559, - [1573] = 1564, - [1574] = 1560, - [1575] = 1560, - [1576] = 1562, - [1577] = 1562, - [1578] = 1563, - [1579] = 1579, + [1567] = 1567, + [1568] = 1561, + [1569] = 1567, + [1570] = 1561, + [1571] = 1562, + [1572] = 1560, + [1573] = 1563, + [1574] = 1562, + [1575] = 1567, + [1576] = 1563, + [1577] = 1560, + [1578] = 1560, + [1579] = 1567, [1580] = 1580, [1581] = 1581, [1582] = 1581, - [1583] = 1581, - [1584] = 1580, - [1585] = 1581, - [1586] = 1580, - [1587] = 1580, - [1588] = 1588, + [1583] = 1583, + [1584] = 1583, + [1585] = 1583, + [1586] = 1583, + [1587] = 1581, + [1588] = 1581, [1589] = 1589, - [1590] = 643, - [1591] = 1411, + [1590] = 1590, + [1591] = 1590, [1592] = 1589, - [1593] = 1412, - [1594] = 626, - [1595] = 1589, - [1596] = 1588, - [1597] = 641, - [1598] = 635, - [1599] = 1588, - [1600] = 1588, + [1593] = 1589, + [1594] = 640, + [1595] = 1354, + [1596] = 631, + [1597] = 1353, + [1598] = 1590, + [1599] = 629, + [1600] = 635, [1601] = 1589, - [1602] = 1588, - [1603] = 1588, + [1602] = 1590, + [1603] = 1590, [1604] = 1589, [1605] = 1589, - [1606] = 1606, - [1607] = 1607, + [1606] = 1590, + [1607] = 643, [1608] = 1608, - [1609] = 628, - [1610] = 1610, - [1611] = 1589, - [1612] = 1612, - [1613] = 638, - [1614] = 629, - [1615] = 1589, - [1616] = 1588, - [1617] = 1588, - [1618] = 626, - [1619] = 1612, - [1620] = 635, - [1621] = 641, - [1622] = 629, - [1623] = 1411, - [1624] = 1624, - [1625] = 1625, - [1626] = 1624, - [1627] = 643, - [1628] = 1624, - [1629] = 626, - [1630] = 1624, + [1609] = 1589, + [1610] = 1589, + [1611] = 1590, + [1612] = 1590, + [1613] = 1613, + [1614] = 637, + [1615] = 1615, + [1616] = 645, + [1617] = 1617, + [1618] = 1618, + [1619] = 629, + [1620] = 1354, + [1621] = 1621, + [1622] = 631, + [1623] = 635, + [1624] = 1618, + [1625] = 1354, + [1626] = 1621, + [1627] = 1627, + [1628] = 1621, + [1629] = 1608, + [1630] = 1621, [1631] = 635, - [1632] = 1624, - [1633] = 1624, - [1634] = 641, - [1635] = 1624, - [1636] = 643, - [1637] = 1637, - [1638] = 1624, - [1639] = 1624, - [1640] = 1411, - [1641] = 1412, - [1642] = 1608, - [1643] = 1412, - [1644] = 1644, - [1645] = 641, - [1646] = 1624, + [1632] = 1621, + [1633] = 629, + [1634] = 1621, + [1635] = 1353, + [1636] = 631, + [1637] = 1621, + [1638] = 629, + [1639] = 1621, + [1640] = 1621, + [1641] = 1354, + [1642] = 1621, + [1643] = 631, + [1644] = 643, + [1645] = 640, + [1646] = 1617, [1647] = 1647, - [1648] = 1412, - [1649] = 643, - [1650] = 626, - [1651] = 628, - [1652] = 1606, - [1653] = 635, - [1654] = 638, - [1655] = 1411, - [1656] = 1637, - [1657] = 1657, - [1658] = 1647, - [1659] = 1610, - [1660] = 1660, + [1648] = 1648, + [1649] = 640, + [1650] = 1353, + [1651] = 635, + [1652] = 1353, + [1653] = 637, + [1654] = 645, + [1655] = 640, + [1656] = 1656, + [1657] = 1656, + [1658] = 1658, + [1659] = 1627, + [1660] = 1658, [1661] = 1661, - [1662] = 1662, - [1663] = 1625, - [1664] = 1661, - [1665] = 1657, - [1666] = 1657, - [1667] = 1657, - [1668] = 1662, - [1669] = 1657, - [1670] = 1607, - [1671] = 1657, - [1672] = 1657, - [1673] = 1644, - [1674] = 1657, - [1675] = 1661, - [1676] = 1676, + [1662] = 1648, + [1663] = 1663, + [1664] = 1664, + [1665] = 1658, + [1666] = 1664, + [1667] = 1663, + [1668] = 1615, + [1669] = 1658, + [1670] = 1664, + [1671] = 1658, + [1672] = 1658, + [1673] = 1647, + [1674] = 1658, + [1675] = 1613, + [1676] = 1658, [1677] = 1677, - [1678] = 1677, - [1679] = 1679, + [1678] = 1678, + [1679] = 1678, [1680] = 1680, - [1681] = 1679, - [1682] = 1682, - [1683] = 1682, - [1684] = 1684, + [1681] = 1681, + [1682] = 1681, + [1683] = 1683, + [1684] = 1683, [1685] = 1685, [1686] = 1686, [1687] = 1687, - [1688] = 1684, - [1689] = 1684, - [1690] = 1684, + [1688] = 1688, + [1689] = 1685, + [1690] = 1685, [1691] = 1691, - [1692] = 1684, - [1693] = 1693, - [1694] = 1684, - [1695] = 1684, - [1696] = 1696, + [1692] = 1685, + [1693] = 1685, + [1694] = 1694, + [1695] = 1685, + [1696] = 1685, [1697] = 1697, [1698] = 1698, [1699] = 1699, - [1700] = 1684, - [1701] = 1701, - [1702] = 1701, + [1700] = 1700, + [1701] = 1685, + [1702] = 1702, [1703] = 1703, - [1704] = 1704, + [1704] = 1702, [1705] = 1705, [1706] = 1706, - [1707] = 1701, - [1708] = 1708, - [1709] = 1703, - [1710] = 1706, - [1711] = 1701, - [1712] = 1708, - [1713] = 1713, - [1714] = 1706, - [1715] = 1701, - [1716] = 1708, - [1717] = 1703, - [1718] = 1713, - [1719] = 1706, - [1720] = 1701, - [1721] = 1708, - [1722] = 1703, - [1723] = 1706, - [1724] = 1701, - [1725] = 1708, - [1726] = 1703, - [1727] = 1706, - [1728] = 1701, - [1729] = 1708, - [1730] = 1703, - [1731] = 1706, - [1732] = 1706, - [1733] = 1701, - [1734] = 1708, - [1735] = 1735, - [1736] = 1703, - [1737] = 1706, - [1738] = 1708, - [1739] = 1713, - [1740] = 1713, - [1741] = 1713, - [1742] = 1713, - [1743] = 1713, - [1744] = 1713, - [1745] = 1703, - [1746] = 1687, - [1747] = 1693, - [1748] = 1696, - [1749] = 1698, - [1750] = 1691, - [1751] = 1699, - [1752] = 1685, - [1753] = 1698, - [1754] = 1691, - [1755] = 1755, - [1756] = 1697, - [1757] = 1757, - [1758] = 1686, - [1759] = 1759, - [1760] = 1697, - [1761] = 1686, - [1762] = 1687, - [1763] = 1755, - [1764] = 1693, - [1765] = 1696, - [1766] = 1699, - [1767] = 1685, - [1768] = 1693, + [1707] = 1707, + [1708] = 1703, + [1709] = 1709, + [1710] = 1702, + [1711] = 1707, + [1712] = 1703, + [1713] = 1709, + [1714] = 1714, + [1715] = 1707, + [1716] = 1703, + [1717] = 1709, + [1718] = 1702, + [1719] = 1714, + [1720] = 1707, + [1721] = 1703, + [1722] = 1709, + [1723] = 1707, + [1724] = 1703, + [1725] = 1709, + [1726] = 1702, + [1727] = 1707, + [1728] = 1703, + [1729] = 1709, + [1730] = 1702, + [1731] = 1707, + [1732] = 1707, + [1733] = 1733, + [1734] = 1703, + [1735] = 1709, + [1736] = 1702, + [1737] = 1707, + [1738] = 1703, + [1739] = 1709, + [1740] = 1714, + [1741] = 1714, + [1742] = 1714, + [1743] = 1714, + [1744] = 1714, + [1745] = 1714, + [1746] = 1702, + [1747] = 1697, + [1748] = 1691, + [1749] = 1694, + [1750] = 1698, + [1751] = 1686, + [1752] = 1700, + [1753] = 1687, + [1754] = 1698, + [1755] = 1686, + [1756] = 1756, + [1757] = 1688, + [1758] = 1758, + [1759] = 1699, + [1760] = 1760, + [1761] = 1688, + [1762] = 1699, + [1763] = 1697, + [1764] = 1756, + [1765] = 1691, + [1766] = 1694, + [1767] = 1700, + [1768] = 1687, [1769] = 1691, - [1770] = 1770, - [1771] = 1698, - [1772] = 1691, - [1773] = 1697, - [1774] = 1686, - [1775] = 1755, + [1770] = 1686, + [1771] = 1771, + [1772] = 1698, + [1773] = 1686, + [1774] = 1688, + [1775] = 1756, [1776] = 1776, [1777] = 1777, [1778] = 1778, - [1779] = 1698, - [1780] = 1687, - [1781] = 1691, - [1782] = 1697, - [1783] = 1696, - [1784] = 1698, - [1785] = 1686, - [1786] = 1755, - [1787] = 1687, - [1788] = 1693, - [1789] = 1789, - [1790] = 1696, - [1791] = 1699, - [1792] = 1686, - [1793] = 1685, - [1794] = 1699, + [1779] = 1699, + [1780] = 1697, + [1781] = 1686, + [1782] = 1688, + [1783] = 1688, + [1784] = 1694, + [1785] = 1698, + [1786] = 1756, + [1787] = 1697, + [1788] = 1788, + [1789] = 1691, + [1790] = 1694, + [1791] = 1700, + [1792] = 1699, + [1793] = 1687, + [1794] = 1700, [1795] = 1795, - [1796] = 1687, - [1797] = 1685, - [1798] = 1693, - [1799] = 1696, - [1800] = 1699, - [1801] = 1685, + [1796] = 1697, + [1797] = 1687, + [1798] = 1691, + [1799] = 1694, + [1800] = 1700, + [1801] = 1687, [1802] = 1802, - [1803] = 1697, - [1804] = 1686, + [1803] = 1698, + [1804] = 1699, [1805] = 1805, [1806] = 1806, - [1807] = 1687, - [1808] = 1795, - [1809] = 1693, - [1810] = 1757, - [1811] = 1811, - [1812] = 1696, - [1813] = 1699, - [1814] = 1685, - [1815] = 1811, + [1807] = 1698, + [1808] = 1808, + [1809] = 1809, + [1810] = 1810, + [1811] = 1699, + [1812] = 1758, + [1813] = 1813, + [1814] = 1688, + [1815] = 1686, [1816] = 1816, - [1817] = 1698, + [1817] = 1817, [1818] = 1818, - [1819] = 1811, + [1819] = 1697, [1820] = 1691, - [1821] = 1770, - [1822] = 1822, - [1823] = 1770, - [1824] = 1824, - [1825] = 1811, - [1826] = 1824, - [1827] = 1827, - [1828] = 1811, - [1829] = 1811, - [1830] = 1830, - [1831] = 1822, - [1832] = 1806, - [1833] = 1770, - [1834] = 1818, - [1835] = 1824, - [1836] = 1697, + [1821] = 1821, + [1822] = 1810, + [1823] = 1694, + [1824] = 1700, + [1825] = 1687, + [1826] = 1810, + [1827] = 1699, + [1828] = 1698, + [1829] = 1810, + [1830] = 1686, + [1831] = 1771, + [1832] = 1821, + [1833] = 1833, + [1834] = 1834, + [1835] = 1835, + [1836] = 1810, [1837] = 1837, - [1838] = 1811, - [1839] = 1691, - [1840] = 1811, - [1841] = 1841, - [1842] = 1811, - [1843] = 1698, - [1844] = 1687, - [1845] = 1845, - [1846] = 1693, - [1847] = 1847, - [1848] = 1696, - [1849] = 1811, - [1850] = 1699, - [1851] = 1686, - [1852] = 1685, - [1853] = 1822, - [1854] = 1854, - [1855] = 1855, - [1856] = 1697, - [1857] = 1857, - [1858] = 1818, - [1859] = 1859, + [1838] = 1838, + [1839] = 1839, + [1840] = 1795, + [1841] = 1771, + [1842] = 1839, + [1843] = 1810, + [1844] = 1834, + [1845] = 1810, + [1846] = 1837, + [1847] = 1810, + [1848] = 1697, + [1849] = 1691, + [1850] = 1694, + [1851] = 1700, + [1852] = 1688, + [1853] = 1687, + [1854] = 1810, + [1855] = 1838, + [1856] = 1856, + [1857] = 1821, + [1858] = 1771, + [1859] = 1805, [1860] = 1860, - [1861] = 1830, - [1862] = 1862, - [1863] = 1827, - [1864] = 1757, - [1865] = 1857, + [1861] = 1861, + [1862] = 1805, + [1863] = 1834, + [1864] = 1810, + [1865] = 1865, [1866] = 1866, [1867] = 1867, - [1868] = 1789, - [1869] = 1776, + [1868] = 1868, + [1869] = 1869, [1870] = 1776, - [1871] = 1871, - [1872] = 1872, - [1873] = 1873, - [1874] = 1867, - [1875] = 1802, - [1876] = 1876, - [1877] = 1802, + [1871] = 1776, + [1872] = 1802, + [1873] = 1867, + [1874] = 1874, + [1875] = 1875, + [1876] = 1788, + [1877] = 1877, [1878] = 1878, - [1879] = 1879, - [1880] = 1880, - [1881] = 1857, - [1882] = 1880, - [1883] = 1880, - [1884] = 1884, - [1885] = 1876, - [1886] = 1886, + [1879] = 1875, + [1880] = 1868, + [1881] = 1881, + [1882] = 1875, + [1883] = 1758, + [1884] = 1875, + [1885] = 1885, + [1886] = 1869, [1887] = 1867, - [1888] = 1888, - [1889] = 1879, - [1890] = 1789, - [1891] = 1867, - [1892] = 1892, + [1888] = 1788, + [1889] = 1889, + [1890] = 1878, + [1891] = 1788, + [1892] = 1875, [1893] = 1893, - [1894] = 1789, - [1895] = 1757, - [1896] = 1886, - [1897] = 1867, - [1898] = 1888, - [1899] = 1899, - [1900] = 1857, + [1894] = 1868, + [1895] = 1895, + [1896] = 1835, + [1897] = 1758, + [1898] = 1885, + [1899] = 1835, + [1900] = 1893, [1901] = 1901, - [1902] = 1886, - [1903] = 1867, - [1904] = 1776, + [1902] = 1875, + [1903] = 1885, + [1904] = 1893, [1905] = 1905, - [1906] = 1892, - [1907] = 1888, - [1908] = 1892, + [1906] = 1906, + [1907] = 1835, + [1908] = 1875, [1909] = 1802, - [1910] = 1867, - [1911] = 1911, - [1912] = 1867, - [1913] = 1872, - [1914] = 1914, - [1915] = 1860, - [1916] = 1916, - [1917] = 1871, - [1918] = 1802, + [1910] = 1802, + [1911] = 1776, + [1912] = 1875, + [1913] = 1913, + [1914] = 1905, + [1915] = 1915, + [1916] = 1795, + [1917] = 1917, + [1918] = 1918, [1919] = 1919, - [1920] = 1920, - [1921] = 1911, - [1922] = 1916, - [1923] = 1923, - [1924] = 1924, + [1920] = 1861, + [1921] = 1921, + [1922] = 1913, + [1923] = 1778, + [1924] = 1776, [1925] = 1925, [1926] = 1926, [1927] = 1927, - [1928] = 1919, + [1928] = 1928, [1929] = 1929, [1930] = 1930, - [1931] = 1871, - [1932] = 1932, + [1931] = 1931, + [1932] = 1906, [1933] = 1933, - [1934] = 1920, - [1935] = 1916, + [1934] = 1934, + [1935] = 1935, [1936] = 1936, - [1937] = 1937, - [1938] = 1938, - [1939] = 1924, + [1937] = 1913, + [1938] = 1933, + [1939] = 1928, [1940] = 1940, [1941] = 1941, - [1942] = 1942, - [1943] = 1936, - [1944] = 1944, - [1945] = 1607, - [1946] = 1916, - [1947] = 1795, + [1942] = 1930, + [1943] = 1943, + [1944] = 1813, + [1945] = 1941, + [1946] = 1946, + [1947] = 1947, [1948] = 1948, - [1949] = 1949, + [1949] = 1933, [1950] = 1950, - [1951] = 1951, + [1951] = 1802, [1952] = 1952, - [1953] = 1953, - [1954] = 1933, - [1955] = 1860, + [1953] = 1935, + [1954] = 1936, + [1955] = 1955, [1956] = 1956, [1957] = 1957, - [1958] = 1958, - [1959] = 1959, - [1960] = 1960, + [1958] = 1615, + [1959] = 1795, + [1960] = 1933, [1961] = 1961, - [1962] = 1962, + [1962] = 1926, [1963] = 1963, - [1964] = 1958, - [1965] = 1965, + [1964] = 1948, + [1965] = 1861, [1966] = 1966, - [1967] = 1923, - [1968] = 1968, - [1969] = 1968, + [1967] = 1967, + [1968] = 1915, + [1969] = 1917, [1970] = 1970, - [1971] = 1919, - [1972] = 1610, - [1973] = 1871, - [1974] = 1974, - [1975] = 1960, - [1976] = 1951, - [1977] = 1925, - [1978] = 1929, - [1979] = 1961, - [1980] = 1911, - [1981] = 1927, - [1982] = 1956, - [1983] = 1778, - [1984] = 1789, - [1985] = 1985, - [1986] = 1911, - [1987] = 1778, - [1988] = 1951, - [1989] = 1795, + [1971] = 1971, + [1972] = 1972, + [1973] = 1613, + [1974] = 1906, + [1975] = 1975, + [1976] = 1906, + [1977] = 1913, + [1978] = 1978, + [1979] = 1930, + [1980] = 1925, + [1981] = 1981, + [1982] = 1921, + [1983] = 1983, + [1984] = 1984, + [1985] = 1950, + [1986] = 1986, + [1987] = 1987, + [1988] = 1925, + [1989] = 1943, [1990] = 1990, - [1991] = 1776, - [1992] = 1927, + [1991] = 1991, + [1992] = 1992, [1993] = 1993, [1994] = 1994, - [1995] = 1860, + [1995] = 1955, [1996] = 1956, - [1997] = 1997, - [1998] = 1940, - [1999] = 1941, - [2000] = 1924, - [2001] = 1953, - [2002] = 2002, - [2003] = 2003, - [2004] = 1923, - [2005] = 2002, + [1997] = 1928, + [1998] = 1998, + [1999] = 1975, + [2000] = 2000, + [2001] = 2001, + [2002] = 1998, + [2003] = 1927, + [2004] = 1941, + [2005] = 1778, [2006] = 2006, - [2007] = 1778, - [2008] = 2008, - [2009] = 2009, - [2010] = 1855, - [2011] = 1920, - [2012] = 1952, - [2013] = 2013, - [2014] = 1925, - [2015] = 1795, - [2016] = 2016, - [2017] = 1968, - [2018] = 2018, - [2019] = 2003, - [2020] = 1929, - [2021] = 2021, - [2022] = 1956, - [2023] = 1951, - [2024] = 2024, + [2007] = 1967, + [2008] = 1971, + [2009] = 1943, + [2010] = 1935, + [2011] = 1788, + [2012] = 2012, + [2013] = 1795, + [2014] = 2014, + [2015] = 1971, + [2016] = 2000, + [2017] = 1861, + [2018] = 1778, + [2019] = 1936, + [2020] = 1921, + [2021] = 1975, + [2022] = 2022, + [2023] = 2023, + [2024] = 1656, [2025] = 2025, [2026] = 2026, - [2027] = 2027, - [2028] = 2028, + [2027] = 1967, + [2028] = 1915, [2029] = 2029, - [2030] = 1892, - [2031] = 2027, + [2030] = 1917, + [2031] = 2031, [2032] = 2032, [2033] = 2033, - [2034] = 2033, + [2034] = 2034, [2035] = 2035, [2036] = 2036, [2037] = 2037, - [2038] = 2038, - [2039] = 2039, + [2038] = 2014, + [2039] = 1918, [2040] = 2040, [2041] = 2041, - [2042] = 2006, - [2043] = 2009, - [2044] = 1937, - [2045] = 2041, - [2046] = 2006, - [2047] = 2040, - [2048] = 2009, - [2049] = 2029, - [2050] = 2006, - [2051] = 2027, - [2052] = 2052, - [2053] = 2053, - [2054] = 2054, - [2055] = 2055, - [2056] = 1938, - [2057] = 1985, - [2058] = 1647, - [2059] = 1985, - [2060] = 1993, - [2061] = 1994, - [2062] = 1993, - [2063] = 2063, - [2064] = 2064, - [2065] = 2027, - [2066] = 1940, - [2067] = 1941, - [2068] = 2068, + [2042] = 2042, + [2043] = 1919, + [2044] = 2044, + [2045] = 1861, + [2046] = 1984, + [2047] = 2047, + [2048] = 2048, + [2049] = 2049, + [2050] = 2022, + [2051] = 2051, + [2052] = 1971, + [2053] = 1648, + [2054] = 1948, + [2055] = 2023, + [2056] = 2056, + [2057] = 2037, + [2058] = 2058, + [2059] = 1647, + [2060] = 2060, + [2061] = 2061, + [2062] = 1627, + [2063] = 1994, + [2064] = 2037, + [2065] = 2065, + [2066] = 2066, + [2067] = 2067, + [2068] = 2022, [2069] = 2069, - [2070] = 1933, + [2070] = 2070, [2071] = 2071, - [2072] = 2072, + [2072] = 1931, [2073] = 2073, - [2074] = 1994, + [2074] = 1940, [2075] = 2075, - [2076] = 1938, - [2077] = 2077, - [2078] = 2027, - [2079] = 1644, - [2080] = 1994, - [2081] = 2081, + [2076] = 1885, + [2077] = 2037, + [2078] = 1975, + [2079] = 2079, + [2080] = 2080, + [2081] = 1931, [2082] = 2082, - [2083] = 1933, - [2084] = 2084, - [2085] = 2027, - [2086] = 2086, + [2083] = 1940, + [2084] = 2073, + [2085] = 1967, + [2086] = 2037, [2087] = 2087, - [2088] = 1637, - [2089] = 2027, - [2090] = 2040, - [2091] = 1860, - [2092] = 2053, - [2093] = 1997, - [2094] = 2072, - [2095] = 2073, + [2088] = 1981, + [2089] = 2014, + [2090] = 1915, + [2091] = 1918, + [2092] = 1919, + [2093] = 2093, + [2094] = 2094, + [2095] = 2037, [2096] = 2096, - [2097] = 2097, - [2098] = 2098, - [2099] = 1625, - [2100] = 2100, - [2101] = 1958, - [2102] = 1940, - [2103] = 2033, - [2104] = 2075, - [2105] = 2098, - [2106] = 1941, - [2107] = 2082, - [2108] = 2021, - [2109] = 2013, - [2110] = 1960, - [2111] = 1961, - [2112] = 2112, - [2113] = 1958, - [2114] = 2041, - [2115] = 1960, - [2116] = 2075, - [2117] = 2117, - [2118] = 2028, - [2119] = 2119, + [2097] = 1931, + [2098] = 1948, + [2099] = 2099, + [2100] = 1940, + [2101] = 2101, + [2102] = 2102, + [2103] = 2037, + [2104] = 1981, + [2105] = 1925, + [2106] = 1981, + [2107] = 2037, + [2108] = 2012, + [2109] = 2109, + [2110] = 2061, + [2111] = 1917, + [2112] = 2069, + [2113] = 2113, + [2114] = 2026, + [2115] = 2025, + [2116] = 2061, + [2117] = 2093, + [2118] = 2014, + [2119] = 2056, [2120] = 2120, - [2121] = 1961, - [2122] = 2122, - [2123] = 2040, - [2124] = 1938, - [2125] = 2125, - [2126] = 2126, - [2127] = 1968, - [2128] = 2027, - [2129] = 2129, + [2121] = 1918, + [2122] = 1919, + [2123] = 1955, + [2124] = 1956, + [2125] = 2069, + [2126] = 2023, + [2127] = 2120, + [2128] = 2102, + [2129] = 2094, [2130] = 2130, [2131] = 2131, - [2132] = 2132, + [2132] = 2022, [2133] = 2133, - [2134] = 1985, - [2135] = 2135, - [2136] = 2136, - [2137] = 1993, - [2138] = 2009, + [2134] = 2134, + [2135] = 1955, + [2136] = 1956, + [2137] = 2137, + [2138] = 2138, [2139] = 2139, - [2140] = 2140, - [2141] = 2141, - [2142] = 2129, - [2143] = 2130, - [2144] = 2132, - [2145] = 2145, - [2146] = 2133, - [2147] = 2081, - [2148] = 2026, - [2149] = 2029, - [2150] = 2032, - [2151] = 2151, - [2152] = 2038, - [2153] = 2153, - [2154] = 2039, - [2155] = 2052, - [2156] = 2055, - [2157] = 2064, - [2158] = 2068, - [2159] = 2069, - [2160] = 2160, - [2161] = 2071, - [2162] = 2162, - [2163] = 2119, - [2164] = 2126, - [2165] = 2135, - [2166] = 2141, - [2167] = 2151, - [2168] = 2136, - [2169] = 2025, - [2170] = 2035, - [2171] = 2097, - [2172] = 2100, - [2173] = 2173, - [2174] = 2129, - [2175] = 2130, - [2176] = 2132, - [2177] = 2133, - [2178] = 2081, - [2179] = 2039, - [2180] = 2180, - [2181] = 2181, - [2182] = 2182, - [2183] = 2183, - [2184] = 2184, - [2185] = 2141, - [2186] = 2151, - [2187] = 2112, + [2140] = 2101, + [2141] = 2044, + [2142] = 2142, + [2143] = 2070, + [2144] = 2031, + [2145] = 2075, + [2146] = 2146, + [2147] = 2147, + [2148] = 2139, + [2149] = 2070, + [2150] = 2150, + [2151] = 2049, + [2152] = 2073, + [2153] = 2058, + [2154] = 2154, + [2155] = 2075, + [2156] = 2130, + [2157] = 2131, + [2158] = 2134, + [2159] = 2137, + [2160] = 2138, + [2161] = 2130, + [2162] = 2082, + [2163] = 2113, + [2164] = 2065, + [2165] = 2079, + [2166] = 2031, + [2167] = 2049, + [2168] = 2058, + [2169] = 2065, + [2170] = 2139, + [2171] = 2073, + [2172] = 2079, + [2173] = 2080, + [2174] = 2174, + [2175] = 2096, + [2176] = 2101, + [2177] = 2032, + [2178] = 2033, + [2179] = 2179, + [2180] = 2080, + [2181] = 2096, + [2182] = 2034, + [2183] = 2035, + [2184] = 2036, + [2185] = 2044, + [2186] = 2186, + [2187] = 2101, [2188] = 2188, - [2189] = 2180, - [2190] = 2190, - [2191] = 2026, - [2192] = 2029, - [2193] = 2087, - [2194] = 2032, - [2195] = 2195, - [2196] = 2038, - [2197] = 2197, - [2198] = 2198, + [2189] = 2189, + [2190] = 2131, + [2191] = 2191, + [2192] = 2192, + [2193] = 2070, + [2194] = 2194, + [2195] = 2147, + [2196] = 2154, + [2197] = 2133, + [2198] = 2142, [2199] = 2199, - [2200] = 2200, - [2201] = 2141, - [2202] = 2151, - [2203] = 2180, + [2200] = 2075, + [2201] = 2201, + [2202] = 2191, + [2203] = 2134, [2204] = 2204, [2205] = 2205, - [2206] = 2180, + [2206] = 2206, [2207] = 2207, [2208] = 2208, - [2209] = 2209, - [2210] = 2210, - [2211] = 2100, - [2212] = 2212, - [2213] = 2052, - [2214] = 2026, - [2215] = 2055, - [2216] = 2032, - [2217] = 2217, - [2218] = 2038, - [2219] = 2064, - [2220] = 2068, - [2221] = 2069, - [2222] = 2052, - [2223] = 2055, - [2224] = 2064, - [2225] = 2068, - [2226] = 2069, - [2227] = 2071, - [2228] = 2071, - [2229] = 2119, - [2230] = 2126, - [2231] = 2231, - [2232] = 2135, - [2233] = 2136, - [2234] = 2025, - [2235] = 2035, - [2236] = 2097, - [2237] = 2100, - [2238] = 2129, - [2239] = 2130, - [2240] = 2132, - [2241] = 2133, - [2242] = 2081, - [2243] = 2039, - [2244] = 2244, + [2209] = 2130, + [2210] = 2131, + [2211] = 2211, + [2212] = 2191, + [2213] = 2137, + [2214] = 2214, + [2215] = 2138, + [2216] = 2174, + [2217] = 2147, + [2218] = 2041, + [2219] = 2137, + [2220] = 2220, + [2221] = 2082, + [2222] = 2222, + [2223] = 2223, + [2224] = 2032, + [2225] = 2033, + [2226] = 2226, + [2227] = 2034, + [2228] = 2138, + [2229] = 2035, + [2230] = 2230, + [2231] = 2139, + [2232] = 2036, + [2233] = 2233, + [2234] = 2031, + [2235] = 2188, + [2236] = 2049, + [2237] = 2058, + [2238] = 2065, + [2239] = 2239, + [2240] = 2147, + [2241] = 2154, + [2242] = 2154, + [2243] = 2243, + [2244] = 2079, [2245] = 2245, - [2246] = 2063, - [2247] = 2145, + [2246] = 2080, + [2247] = 2247, [2248] = 2248, - [2249] = 2249, - [2250] = 2250, + [2249] = 2096, + [2250] = 2082, [2251] = 2251, - [2252] = 2119, - [2253] = 2126, - [2254] = 2135, - [2255] = 2136, - [2256] = 2025, - [2257] = 2208, - [2258] = 2258, - [2259] = 2173, - [2260] = 2260, - [2261] = 2244, - [2262] = 2035, - [2263] = 2199, - [2264] = 2097, - [2265] = 2125, - [2266] = 2024, - [2267] = 2267, - [2268] = 2268, - [2269] = 2269, + [2252] = 2044, + [2253] = 2253, + [2254] = 2254, + [2255] = 2255, + [2256] = 2256, + [2257] = 2257, + [2258] = 2254, + [2259] = 2032, + [2260] = 2186, + [2261] = 2033, + [2262] = 2066, + [2263] = 2191, + [2264] = 2034, + [2265] = 2060, + [2266] = 2035, + [2267] = 2036, + [2268] = 2134, + [2269] = 2189, [2270] = 2270, [2271] = 2271, [2272] = 2272, - [2273] = 2268, + [2273] = 2273, [2274] = 2274, [2275] = 2275, [2276] = 2276, - [2277] = 2268, + [2277] = 2277, [2278] = 2278, [2279] = 2279, - [2280] = 2280, + [2280] = 2279, [2281] = 2281, [2282] = 2282, [2283] = 2283, - [2284] = 650, + [2284] = 2284, [2285] = 2285, [2286] = 2286, [2287] = 2287, [2288] = 2288, - [2289] = 2281, + [2289] = 2289, [2290] = 2290, [2291] = 2291, - [2292] = 2292, + [2292] = 2289, [2293] = 2293, - [2294] = 2279, - [2295] = 2292, - [2296] = 2270, - [2297] = 2013, - [2298] = 2278, - [2299] = 2286, - [2300] = 2270, + [2294] = 654, + [2295] = 2295, + [2296] = 1038, + [2297] = 2297, + [2298] = 2298, + [2299] = 2299, + [2300] = 2300, [2301] = 2301, - [2302] = 2302, + [2302] = 2253, [2303] = 2303, - [2304] = 2278, - [2305] = 2286, - [2306] = 2207, - [2307] = 2303, + [2304] = 2304, + [2305] = 2273, + [2306] = 1994, + [2307] = 2307, [2308] = 2308, - [2309] = 2292, - [2310] = 2310, - [2311] = 2303, - [2312] = 2312, - [2313] = 2313, - [2314] = 2314, - [2315] = 2315, - [2316] = 2313, - [2317] = 2313, - [2318] = 1997, - [2319] = 2319, - [2320] = 2320, - [2321] = 2315, - [2322] = 2315, + [2309] = 2309, + [2310] = 2274, + [2311] = 2311, + [2312] = 2301, + [2313] = 2301, + [2314] = 2307, + [2315] = 2281, + [2316] = 2271, + [2317] = 2272, + [2318] = 2271, + [2319] = 2276, + [2320] = 2277, + [2321] = 2278, + [2322] = 2279, [2323] = 2323, - [2324] = 2268, - [2325] = 2209, - [2326] = 2326, - [2327] = 2276, - [2328] = 2328, - [2329] = 2329, - [2330] = 2280, - [2331] = 2331, - [2332] = 2283, - [2333] = 2285, - [2334] = 2287, - [2335] = 2288, - [2336] = 2212, - [2337] = 2281, - [2338] = 1607, - [2339] = 1914, - [2340] = 2271, - [2341] = 1930, - [2342] = 2279, - [2343] = 651, - [2344] = 2270, + [2324] = 2272, + [2325] = 1613, + [2326] = 2281, + [2327] = 2012, + [2328] = 2283, + [2329] = 2283, + [2330] = 2284, + [2331] = 2285, + [2332] = 2286, + [2333] = 2273, + [2334] = 2274, + [2335] = 2284, + [2336] = 2285, + [2337] = 2308, + [2338] = 2338, + [2339] = 2289, + [2340] = 2340, + [2341] = 2338, + [2342] = 2295, + [2343] = 2340, + [2344] = 2297, [2345] = 2345, - [2346] = 2278, - [2347] = 2286, - [2348] = 1932, - [2349] = 2013, - [2350] = 1031, - [2351] = 2245, - [2352] = 2352, - [2353] = 2320, - [2354] = 2354, + [2346] = 2299, + [2347] = 2300, + [2348] = 2348, + [2349] = 2304, + [2350] = 2276, + [2351] = 1957, + [2352] = 2291, + [2353] = 2353, + [2354] = 1615, [2355] = 2301, - [2356] = 2302, + [2356] = 2356, [2357] = 2357, - [2358] = 2358, - [2359] = 2276, - [2360] = 2319, - [2361] = 2280, - [2362] = 2362, - [2363] = 2283, - [2364] = 2364, - [2365] = 2365, - [2366] = 2285, - [2367] = 2268, - [2368] = 2368, - [2369] = 2287, - [2370] = 2288, - [2371] = 2281, - [2372] = 2276, - [2373] = 2287, - [2374] = 2279, - [2375] = 2270, - [2376] = 2376, - [2377] = 2278, - [2378] = 2286, - [2379] = 2280, - [2380] = 2380, - [2381] = 2283, - [2382] = 2382, - [2383] = 2383, - [2384] = 2209, - [2385] = 2285, - [2386] = 2207, + [2358] = 2307, + [2359] = 2359, + [2360] = 2360, + [2361] = 2271, + [2362] = 2290, + [2363] = 2272, + [2364] = 2277, + [2365] = 2276, + [2366] = 2278, + [2367] = 2277, + [2368] = 2278, + [2369] = 2279, + [2370] = 2279, + [2371] = 1963, + [2372] = 2372, + [2373] = 653, + [2374] = 2374, + [2375] = 2281, + [2376] = 2283, + [2377] = 2284, + [2378] = 2285, + [2379] = 2379, + [2380] = 1978, + [2381] = 2381, + [2382] = 1966, + [2383] = 2248, + [2384] = 1970, + [2385] = 2385, + [2386] = 2386, [2387] = 2387, - [2388] = 2288, - [2389] = 2268, - [2390] = 2364, - [2391] = 2287, - [2392] = 2276, - [2393] = 2288, - [2394] = 2281, - [2395] = 2280, - [2396] = 2209, - [2397] = 2397, - [2398] = 2283, - [2399] = 2399, - [2400] = 2279, - [2401] = 2285, - [2402] = 2270, - [2403] = 658, - [2404] = 2287, - [2405] = 2288, - [2406] = 2212, - [2407] = 2268, - [2408] = 2281, - [2409] = 2409, - [2410] = 2278, - [2411] = 2286, - [2412] = 1997, - [2413] = 1926, - [2414] = 2270, - [2415] = 2301, - [2416] = 2278, - [2417] = 2286, - [2418] = 2291, - [2419] = 2283, - [2420] = 1957, - [2421] = 2421, - [2422] = 2422, - [2423] = 2268, - [2424] = 2424, - [2425] = 2276, - [2426] = 1963, - [2427] = 2271, - [2428] = 2280, - [2429] = 2276, - [2430] = 2283, - [2431] = 2328, - [2432] = 2285, - [2433] = 2210, - [2434] = 2382, - [2435] = 2287, - [2436] = 2288, - [2437] = 2383, - [2438] = 2281, - [2439] = 2217, - [2440] = 2308, - [2441] = 2424, - [2442] = 2279, - [2443] = 2270, - [2444] = 2444, - [2445] = 2278, - [2446] = 2286, - [2447] = 2302, - [2448] = 1647, - [2449] = 2380, - [2450] = 2450, - [2451] = 2281, - [2452] = 2272, - [2453] = 2278, - [2454] = 2286, - [2455] = 1970, - [2456] = 2280, - [2457] = 2281, - [2458] = 2278, - [2459] = 2286, - [2460] = 2329, - [2461] = 2364, - [2462] = 2274, + [2388] = 2301, + [2389] = 2307, + [2390] = 1972, + [2391] = 2391, + [2392] = 2271, + [2393] = 2374, + [2394] = 2272, + [2395] = 2248, + [2396] = 2357, + [2397] = 2276, + [2398] = 2398, + [2399] = 2277, + [2400] = 2278, + [2401] = 2281, + [2402] = 2279, + [2403] = 2283, + [2404] = 2404, + [2405] = 2284, + [2406] = 2281, + [2407] = 2285, + [2408] = 2283, + [2409] = 2348, + [2410] = 2284, + [2411] = 2285, + [2412] = 2205, + [2413] = 2386, + [2414] = 2301, + [2415] = 2415, + [2416] = 2286, + [2417] = 2307, + [2418] = 2418, + [2419] = 2419, + [2420] = 2271, + [2421] = 2272, + [2422] = 2381, + [2423] = 2276, + [2424] = 2255, + [2425] = 2205, + [2426] = 2277, + [2427] = 2278, + [2428] = 2207, + [2429] = 2304, + [2430] = 2279, + [2431] = 2431, + [2432] = 2432, + [2433] = 2281, + [2434] = 2372, + [2435] = 2283, + [2436] = 2284, + [2437] = 2285, + [2438] = 2438, + [2439] = 2308, + [2440] = 2301, + [2441] = 2255, + [2442] = 2205, + [2443] = 2307, + [2444] = 2207, + [2445] = 2271, + [2446] = 2272, + [2447] = 2206, + [2448] = 2222, + [2449] = 2276, + [2450] = 2419, + [2451] = 2277, + [2452] = 2278, + [2453] = 2453, + [2454] = 2295, + [2455] = 2279, + [2456] = 2415, + [2457] = 2457, + [2458] = 2281, + [2459] = 2459, + [2460] = 2283, + [2461] = 2284, + [2462] = 2285, [2463] = 2463, - [2464] = 2283, - [2465] = 1610, - [2466] = 2466, - [2467] = 2280, - [2468] = 2468, - [2469] = 2469, - [2470] = 2376, - [2471] = 2382, - [2472] = 2357, - [2473] = 2383, - [2474] = 2474, - [2475] = 2310, - [2476] = 2312, - [2477] = 2477, - [2478] = 2290, - [2479] = 2362, - [2480] = 2292, - [2481] = 2345, - [2482] = 2276, - [2483] = 2323, - [2484] = 649, - [2485] = 2376, - [2486] = 2357, - [2487] = 2468, - [2488] = 647, - [2489] = 2489, - [2490] = 1997, - [2491] = 1607, - [2492] = 2285, - [2493] = 2493, - [2494] = 2352, - [2495] = 1607, - [2496] = 2303, - [2497] = 1047, - [2498] = 2287, - [2499] = 2288, - [2500] = 2313, - [2501] = 2308, - [2502] = 2281, - [2503] = 2013, - [2504] = 2469, - [2505] = 2315, - [2506] = 2301, - [2507] = 2421, - [2508] = 2474, - [2509] = 2308, - [2510] = 2477, - [2511] = 2320, - [2512] = 2512, - [2513] = 2200, - [2514] = 2514, - [2515] = 2285, - [2516] = 2205, - [2517] = 2016, - [2518] = 2269, - [2519] = 2320, - [2520] = 2251, - [2521] = 2245, - [2522] = 2245, - [2523] = 2140, - [2524] = 2279, - [2525] = 2358, - [2526] = 2354, - [2527] = 2279, - [2528] = 2528, + [2464] = 1648, + [2465] = 2270, + [2466] = 2359, + [2467] = 2463, + [2468] = 2309, + [2469] = 2289, + [2470] = 2279, + [2471] = 2284, + [2472] = 2285, + [2473] = 2297, + [2474] = 2279, + [2475] = 2272, + [2476] = 2284, + [2477] = 2285, + [2478] = 2299, + [2479] = 1994, + [2480] = 2277, + [2481] = 2278, + [2482] = 2295, + [2483] = 2300, + [2484] = 2271, + [2485] = 2298, + [2486] = 2297, + [2487] = 2487, + [2488] = 2385, + [2489] = 2299, + [2490] = 2387, + [2491] = 2300, + [2492] = 2492, + [2493] = 2432, + [2494] = 2303, + [2495] = 2356, + [2496] = 2307, + [2497] = 2497, + [2498] = 2275, + [2499] = 650, + [2500] = 2290, + [2501] = 2385, + [2502] = 2387, + [2503] = 659, + [2504] = 2504, + [2505] = 1019, + [2506] = 1994, + [2507] = 1615, + [2508] = 1952, + [2509] = 2293, + [2510] = 2304, + [2511] = 2511, + [2512] = 1615, + [2513] = 2463, + [2514] = 2487, + [2515] = 651, + [2516] = 2012, + [2517] = 2012, + [2518] = 2286, + [2519] = 2492, + [2520] = 2520, + [2521] = 2301, + [2522] = 2276, + [2523] = 2223, + [2524] = 1946, + [2525] = 2307, + [2526] = 2201, + [2527] = 2353, + [2528] = 2248, [2529] = 2529, [2530] = 2530, [2531] = 2531, [2532] = 2532, [2533] = 2533, [2534] = 2534, - [2535] = 650, + [2535] = 2535, [2536] = 2536, [2537] = 2537, - [2538] = 2538, - [2539] = 2539, + [2538] = 650, + [2539] = 2042, [2540] = 2540, - [2541] = 2541, + [2541] = 2360, [2542] = 2542, [2543] = 2543, [2544] = 2544, - [2545] = 2545, + [2545] = 2529, [2546] = 2546, [2547] = 2547, - [2548] = 2548, - [2549] = 2037, - [2550] = 1647, + [2548] = 1656, + [2549] = 2534, + [2550] = 2535, [2551] = 2551, [2552] = 2552, - [2553] = 2528, - [2554] = 2529, - [2555] = 2530, - [2556] = 2556, - [2557] = 2331, + [2553] = 2529, + [2554] = 654, + [2555] = 2537, + [2556] = 2534, + [2557] = 2535, [2558] = 2558, - [2559] = 2528, - [2560] = 2556, - [2561] = 2561, - [2562] = 2556, + [2559] = 1656, + [2560] = 2042, + [2561] = 653, + [2562] = 2552, [2563] = 2563, - [2564] = 2531, - [2565] = 2529, + [2564] = 2564, + [2565] = 2565, [2566] = 2566, [2567] = 2567, - [2568] = 2532, + [2568] = 2568, [2569] = 2569, - [2570] = 2534, + [2570] = 2531, [2571] = 2571, [2572] = 2572, - [2573] = 2530, + [2573] = 2573, [2574] = 2574, - [2575] = 2528, + [2575] = 1648, [2576] = 2576, - [2577] = 2037, - [2578] = 1644, - [2579] = 2530, - [2580] = 2532, - [2581] = 2581, - [2582] = 2582, - [2583] = 651, + [2577] = 2577, + [2578] = 2578, + [2579] = 2579, + [2580] = 2529, + [2581] = 2531, + [2582] = 2535, + [2583] = 2552, [2584] = 2584, - [2585] = 2585, - [2586] = 647, - [2587] = 2587, - [2588] = 649, - [2589] = 2589, - [2590] = 1644, - [2591] = 1625, + [2585] = 1647, + [2586] = 2586, + [2587] = 2042, + [2588] = 2552, + [2589] = 2577, + [2590] = 2590, + [2591] = 2586, [2592] = 2592, - [2593] = 2572, - [2594] = 2542, - [2595] = 2561, - [2596] = 2582, - [2597] = 2597, - [2598] = 658, - [2599] = 2556, - [2600] = 2600, - [2601] = 2037, + [2593] = 2593, + [2594] = 2594, + [2595] = 2579, + [2596] = 1647, + [2597] = 2593, + [2598] = 2598, + [2599] = 659, + [2600] = 2536, + [2601] = 2601, [2602] = 2602, - [2603] = 1637, - [2604] = 2597, - [2605] = 2605, - [2606] = 1625, - [2607] = 1637, + [2603] = 1627, + [2604] = 2604, + [2605] = 2576, + [2606] = 1627, + [2607] = 2568, [2608] = 2608, [2609] = 2609, - [2610] = 2529, + [2610] = 2610, [2611] = 2611, - [2612] = 2534, + [2612] = 2612, [2613] = 2613, [2614] = 2614, [2615] = 2615, [2616] = 2616, - [2617] = 2589, - [2618] = 2581, - [2619] = 2584, - [2620] = 2602, - [2621] = 2621, - [2622] = 2622, - [2623] = 2623, - [2624] = 2463, - [2625] = 2275, - [2626] = 2626, - [2627] = 2531, - [2628] = 2592, - [2629] = 2629, + [2617] = 2617, + [2618] = 2574, + [2619] = 2578, + [2620] = 2604, + [2621] = 651, + [2622] = 2453, + [2623] = 2534, + [2624] = 2624, + [2625] = 2625, + [2626] = 2511, + [2627] = 2566, + [2628] = 2568, + [2629] = 2566, [2630] = 2630, - [2631] = 2631, + [2631] = 2630, [2632] = 2632, [2633] = 2633, [2634] = 2634, - [2635] = 2635, + [2635] = 2633, [2636] = 2636, [2637] = 2637, - [2638] = 2633, + [2638] = 2638, [2639] = 2639, - [2640] = 2633, + [2640] = 2640, [2641] = 2641, [2642] = 2642, [2643] = 2643, - [2644] = 2629, + [2644] = 2644, [2645] = 2645, [2646] = 2646, - [2647] = 2635, - [2648] = 2636, + [2647] = 2647, + [2648] = 2630, [2649] = 2649, - [2650] = 2650, - [2651] = 2651, - [2652] = 2639, - [2653] = 2653, - [2654] = 2654, + [2650] = 2636, + [2651] = 2643, + [2652] = 2652, + [2653] = 2652, + [2654] = 2636, [2655] = 2655, [2656] = 2656, - [2657] = 2642, - [2658] = 2646, - [2659] = 2639, + [2657] = 2630, + [2658] = 2645, + [2659] = 2646, [2660] = 2660, [2661] = 2661, - [2662] = 2633, - [2663] = 2649, - [2664] = 2664, - [2665] = 2643, - [2666] = 2629, - [2667] = 2643, - [2668] = 2634, - [2669] = 2629, - [2670] = 2670, + [2662] = 2655, + [2663] = 2655, + [2664] = 2656, + [2665] = 2639, + [2666] = 2666, + [2667] = 2636, + [2668] = 2668, + [2669] = 2669, + [2670] = 2666, [2671] = 2671, - [2672] = 2645, - [2673] = 2645, + [2672] = 2636, + [2673] = 2633, [2674] = 2674, - [2675] = 2635, - [2676] = 2653, - [2677] = 2653, - [2678] = 2639, - [2679] = 2650, - [2680] = 2633, - [2681] = 2649, - [2682] = 2635, - [2683] = 2633, - [2684] = 2664, - [2685] = 2650, - [2686] = 2632, + [2675] = 2675, + [2676] = 2676, + [2677] = 2666, + [2678] = 2646, + [2679] = 2641, + [2680] = 2637, + [2681] = 2637, + [2682] = 2655, + [2683] = 2630, + [2684] = 2684, + [2685] = 2643, + [2686] = 2656, [2687] = 2687, - [2688] = 2651, - [2689] = 2650, - [2690] = 2636, - [2691] = 2687, - [2692] = 2635, - [2693] = 2693, - [2694] = 2654, - [2695] = 2695, - [2696] = 2639, - [2697] = 2633, - [2698] = 2655, - [2699] = 2632, - [2700] = 2643, - [2701] = 2701, - [2702] = 2651, - [2703] = 2643, - [2704] = 2704, - [2705] = 2629, - [2706] = 2634, - [2707] = 2707, - [2708] = 2701, + [2688] = 2640, + [2689] = 2640, + [2690] = 2633, + [2691] = 2652, + [2692] = 2692, + [2693] = 2687, + [2694] = 2655, + [2695] = 2641, + [2696] = 2656, + [2697] = 2637, + [2698] = 2644, + [2699] = 2674, + [2700] = 2644, + [2701] = 2675, + [2702] = 2656, + [2703] = 2630, + [2704] = 2640, + [2705] = 2645, + [2706] = 2642, + [2707] = 2641, + [2708] = 2643, [2709] = 2709, - [2710] = 2635, - [2711] = 2711, - [2712] = 2649, - [2713] = 2713, - [2714] = 2636, - [2715] = 2715, - [2716] = 2646, - [2717] = 2664, - [2718] = 2635, - [2719] = 2711, - [2720] = 2720, - [2721] = 2653, - [2722] = 2707, - [2723] = 2635, + [2710] = 2630, + [2711] = 2645, + [2712] = 2712, + [2713] = 2636, + [2714] = 2675, + [2715] = 2643, + [2716] = 2716, + [2717] = 2652, + [2718] = 2655, + [2719] = 2644, + [2720] = 2645, + [2721] = 2721, + [2722] = 2633, + [2723] = 2723, [2724] = 2724, - [2725] = 2670, - [2726] = 2639, - [2727] = 2727, - [2728] = 2649, - [2729] = 2729, - [2730] = 2650, - [2731] = 2704, + [2725] = 2725, + [2726] = 2640, + [2727] = 2655, + [2728] = 2634, + [2729] = 2630, + [2730] = 2730, + [2731] = 2656, [2732] = 2732, - [2733] = 2674, - [2734] = 2633, - [2735] = 2651, - [2736] = 2650, - [2737] = 2632, - [2738] = 2738, - [2739] = 2664, - [2740] = 2643, - [2741] = 2741, - [2742] = 2654, - [2743] = 2713, - [2744] = 2655, - [2745] = 2635, - [2746] = 2687, + [2733] = 2733, + [2734] = 2671, + [2735] = 2656, + [2736] = 2636, + [2737] = 2737, + [2738] = 2643, + [2739] = 2739, + [2740] = 2647, + [2741] = 2652, + [2742] = 2742, + [2743] = 2743, + [2744] = 2676, + [2745] = 2666, + [2746] = 2674, [2747] = 2747, - [2748] = 2649, - [2749] = 2654, - [2750] = 2687, - [2751] = 2643, - [2752] = 2636, - [2753] = 2664, - [2754] = 2650, - [2755] = 2651, - [2756] = 2707, - [2757] = 2649, - [2758] = 2704, - [2759] = 2642, - [2760] = 2713, - [2761] = 2654, - [2762] = 2651, - [2763] = 2655, - [2764] = 2654, - [2765] = 2646, + [2748] = 2655, + [2749] = 2687, + [2750] = 2644, + [2751] = 2751, + [2752] = 2637, + [2753] = 2656, + [2754] = 2637, + [2755] = 2640, + [2756] = 2640, + [2757] = 2723, + [2758] = 2647, + [2759] = 2732, + [2760] = 2737, + [2761] = 2676, + [2762] = 2762, + [2763] = 2687, + [2764] = 2764, + [2765] = 2765, [2766] = 2766, - [2767] = 2649, - [2768] = 2646, - [2769] = 2655, - [2770] = 2654, - [2771] = 2655, - [2772] = 2650, - [2773] = 2693, - [2774] = 2651, - [2775] = 2775, - [2776] = 2646, + [2767] = 2640, + [2768] = 2641, + [2769] = 2769, + [2770] = 2641, + [2771] = 2646, + [2772] = 2646, + [2773] = 2646, + [2774] = 2643, + [2775] = 2709, + [2776] = 2644, [2777] = 2646, - [2778] = 2729, - [2779] = 2779, - [2780] = 2643, - [2781] = 2629, - [2782] = 2642, - [2783] = 2632, - [2784] = 2784, - [2785] = 2785, - [2786] = 2720, - [2787] = 2654, - [2788] = 2655, - [2789] = 2634, - [2790] = 2634, - [2791] = 2651, - [2792] = 2629, - [2793] = 2793, - [2794] = 2794, - [2795] = 2635, - [2796] = 2796, - [2797] = 2794, - [2798] = 2798, - [2799] = 2747, - [2800] = 2800, - [2801] = 2630, - [2802] = 2646, - [2803] = 2715, - [2804] = 2636, - [2805] = 2805, - [2806] = 2632, - [2807] = 2724, - [2808] = 2636, - [2809] = 2732, - [2810] = 2810, - [2811] = 2645, - [2812] = 2796, - [2813] = 2813, - [2814] = 2632, - [2815] = 2653, - [2816] = 2655, - [2817] = 2632, - [2818] = 2639, - [2819] = 2671, - [2820] = 2779, - [2821] = 2821, - [2822] = 2775, - [2823] = 2785, - [2824] = 2641, - [2825] = 2636, - [2826] = 2741, - [2827] = 2641, - [2828] = 2639, - [2829] = 2727, - [2830] = 2629, + [2778] = 2641, + [2779] = 2645, + [2780] = 2780, + [2781] = 2668, + [2782] = 2712, + [2783] = 2687, + [2784] = 2730, + [2785] = 2647, + [2786] = 2721, + [2787] = 2652, + [2788] = 2641, + [2789] = 2789, + [2790] = 2630, + [2791] = 2652, + [2792] = 2674, + [2793] = 2737, + [2794] = 2732, + [2795] = 2795, + [2796] = 2795, + [2797] = 2797, + [2798] = 2636, + [2799] = 2633, + [2800] = 2716, + [2801] = 2652, + [2802] = 2630, + [2803] = 2645, + [2804] = 2633, + [2805] = 2666, + [2806] = 2765, + [2807] = 2725, + [2808] = 2723, + [2809] = 2809, + [2810] = 2733, + [2811] = 2637, + [2812] = 2797, + [2813] = 2675, + [2814] = 2814, + [2815] = 2633, + [2816] = 2816, + [2817] = 2644, + [2818] = 2737, + [2819] = 2644, + [2820] = 2649, + [2821] = 2814, + [2822] = 2637, + [2823] = 2739, + [2824] = 2742, + [2825] = 2669, + [2826] = 2643, + [2827] = 2809, + [2828] = 2669, + [2829] = 2645, + [2830] = 2675, + [2831] = 2646, }; static TSCharacterRange sym_identifier_character_set_1[] = { @@ -7579,9 +7580,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [60] = {.lex_state = 52, .external_lex_state = 3}, [61] = {.lex_state = 52, .external_lex_state = 3}, [62] = {.lex_state = 52, .external_lex_state = 3}, - [63] = {.lex_state = 52, .external_lex_state = 2}, + [63] = {.lex_state = 52, .external_lex_state = 3}, [64] = {.lex_state = 52, .external_lex_state = 2}, - [65] = {.lex_state = 52, .external_lex_state = 3}, + [65] = {.lex_state = 52, .external_lex_state = 2}, [66] = {.lex_state = 52, .external_lex_state = 3}, [67] = {.lex_state = 52, .external_lex_state = 3}, [68] = {.lex_state = 52, .external_lex_state = 3}, @@ -7680,105 +7681,105 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [161] = {.lex_state = 12, .external_lex_state = 4}, [162] = {.lex_state = 5, .external_lex_state = 6}, [163] = {.lex_state = 5, .external_lex_state = 2}, - [164] = {.lex_state = 5, .external_lex_state = 7}, - [165] = {.lex_state = 5, .external_lex_state = 6}, + [164] = {.lex_state = 12, .external_lex_state = 7}, + [165] = {.lex_state = 12, .external_lex_state = 6}, [166] = {.lex_state = 5, .external_lex_state = 6}, [167] = {.lex_state = 5, .external_lex_state = 7}, - [168] = {.lex_state = 12, .external_lex_state = 7}, - [169] = {.lex_state = 12, .external_lex_state = 6}, - [170] = {.lex_state = 5, .external_lex_state = 8}, - [171] = {.lex_state = 5, .external_lex_state = 7}, - [172] = {.lex_state = 5, .external_lex_state = 7}, + [168] = {.lex_state = 5, .external_lex_state = 7}, + [169] = {.lex_state = 5, .external_lex_state = 6}, + [170] = {.lex_state = 11, .external_lex_state = 4}, + [171] = {.lex_state = 5, .external_lex_state = 8}, + [172] = {.lex_state = 12, .external_lex_state = 8}, [173] = {.lex_state = 5, .external_lex_state = 8}, - [174] = {.lex_state = 12, .external_lex_state = 6}, + [174] = {.lex_state = 12, .external_lex_state = 7}, [175] = {.lex_state = 5, .external_lex_state = 8}, - [176] = {.lex_state = 11, .external_lex_state = 4}, - [177] = {.lex_state = 12, .external_lex_state = 8}, - [178] = {.lex_state = 5, .external_lex_state = 8}, - [179] = {.lex_state = 12, .external_lex_state = 7}, - [180] = {.lex_state = 5, .external_lex_state = 7}, - [181] = {.lex_state = 12, .external_lex_state = 2}, + [176] = {.lex_state = 5, .external_lex_state = 8}, + [177] = {.lex_state = 5, .external_lex_state = 7}, + [178] = {.lex_state = 5, .external_lex_state = 7}, + [179] = {.lex_state = 12, .external_lex_state = 2}, + [180] = {.lex_state = 12, .external_lex_state = 6}, + [181] = {.lex_state = 5, .external_lex_state = 7}, [182] = {.lex_state = 5, .external_lex_state = 7}, [183] = {.lex_state = 12, .external_lex_state = 2}, [184] = {.lex_state = 5, .external_lex_state = 8}, - [185] = {.lex_state = 5, .external_lex_state = 7}, - [186] = {.lex_state = 12, .external_lex_state = 8}, + [185] = {.lex_state = 12, .external_lex_state = 8}, + [186] = {.lex_state = 5, .external_lex_state = 7}, [187] = {.lex_state = 11, .external_lex_state = 2}, [188] = {.lex_state = 11, .external_lex_state = 2}, - [189] = {.lex_state = 52, .external_lex_state = 7}, + [189] = {.lex_state = 52, .external_lex_state = 2}, [190] = {.lex_state = 52, .external_lex_state = 8}, - [191] = {.lex_state = 5, .external_lex_state = 6}, + [191] = {.lex_state = 52, .external_lex_state = 2}, [192] = {.lex_state = 52, .external_lex_state = 7}, - [193] = {.lex_state = 52, .external_lex_state = 7}, - [194] = {.lex_state = 52, .external_lex_state = 7}, - [195] = {.lex_state = 52, .external_lex_state = 8}, - [196] = {.lex_state = 52, .external_lex_state = 2}, - [197] = {.lex_state = 52, .external_lex_state = 2}, - [198] = {.lex_state = 52, .external_lex_state = 2}, - [199] = {.lex_state = 52, .external_lex_state = 8}, - [200] = {.lex_state = 5, .external_lex_state = 6}, - [201] = {.lex_state = 52, .external_lex_state = 7}, - [202] = {.lex_state = 52, .external_lex_state = 8}, - [203] = {.lex_state = 5, .external_lex_state = 6}, + [193] = {.lex_state = 52, .external_lex_state = 8}, + [194] = {.lex_state = 5, .external_lex_state = 6}, + [195] = {.lex_state = 52, .external_lex_state = 7}, + [196] = {.lex_state = 52, .external_lex_state = 8}, + [197] = {.lex_state = 5, .external_lex_state = 6}, + [198] = {.lex_state = 5, .external_lex_state = 6}, + [199] = {.lex_state = 52, .external_lex_state = 7}, + [200] = {.lex_state = 52, .external_lex_state = 7}, + [201] = {.lex_state = 52, .external_lex_state = 8}, + [202] = {.lex_state = 5, .external_lex_state = 6}, + [203] = {.lex_state = 52, .external_lex_state = 2}, [204] = {.lex_state = 52, .external_lex_state = 7}, [205] = {.lex_state = 52, .external_lex_state = 8}, [206] = {.lex_state = 5, .external_lex_state = 6}, - [207] = {.lex_state = 5, .external_lex_state = 6}, - [208] = {.lex_state = 52, .external_lex_state = 7}, - [209] = {.lex_state = 52, .external_lex_state = 8}, + [207] = {.lex_state = 52, .external_lex_state = 7}, + [208] = {.lex_state = 52, .external_lex_state = 8}, + [209] = {.lex_state = 5, .external_lex_state = 6}, [210] = {.lex_state = 5, .external_lex_state = 6}, [211] = {.lex_state = 52, .external_lex_state = 7}, [212] = {.lex_state = 52, .external_lex_state = 8}, [213] = {.lex_state = 5, .external_lex_state = 6}, - [214] = {.lex_state = 52, .external_lex_state = 7}, - [215] = {.lex_state = 52, .external_lex_state = 8}, - [216] = {.lex_state = 5, .external_lex_state = 6}, - [217] = {.lex_state = 52, .external_lex_state = 7}, + [214] = {.lex_state = 52, .external_lex_state = 8}, + [215] = {.lex_state = 52, .external_lex_state = 7}, + [216] = {.lex_state = 52, .external_lex_state = 7}, + [217] = {.lex_state = 52, .external_lex_state = 8}, [218] = {.lex_state = 52, .external_lex_state = 8}, [219] = {.lex_state = 52, .external_lex_state = 8}, - [220] = {.lex_state = 52, .external_lex_state = 8}, + [220] = {.lex_state = 52, .external_lex_state = 7}, [221] = {.lex_state = 52, .external_lex_state = 7}, [222] = {.lex_state = 6, .external_lex_state = 4}, [223] = {.lex_state = 6, .external_lex_state = 4}, - [224] = {.lex_state = 5, .external_lex_state = 8}, + [224] = {.lex_state = 52, .external_lex_state = 2}, [225] = {.lex_state = 5, .external_lex_state = 8}, [226] = {.lex_state = 5, .external_lex_state = 8}, [227] = {.lex_state = 5, .external_lex_state = 8}, [228] = {.lex_state = 5, .external_lex_state = 8}, [229] = {.lex_state = 5, .external_lex_state = 8}, [230] = {.lex_state = 5, .external_lex_state = 8}, - [231] = {.lex_state = 52, .external_lex_state = 2}, + [231] = {.lex_state = 5, .external_lex_state = 8}, [232] = {.lex_state = 5, .external_lex_state = 8}, [233] = {.lex_state = 52, .external_lex_state = 2}, [234] = {.lex_state = 5, .external_lex_state = 2}, [235] = {.lex_state = 5, .external_lex_state = 2}, - [236] = {.lex_state = 5, .external_lex_state = 2}, + [236] = {.lex_state = 6, .external_lex_state = 2}, [237] = {.lex_state = 5, .external_lex_state = 2}, - [238] = {.lex_state = 5, .external_lex_state = 7}, - [239] = {.lex_state = 5, .external_lex_state = 2}, - [240] = {.lex_state = 5, .external_lex_state = 2}, + [238] = {.lex_state = 5, .external_lex_state = 2}, + [239] = {.lex_state = 52, .external_lex_state = 6}, + [240] = {.lex_state = 5, .external_lex_state = 7}, [241] = {.lex_state = 5, .external_lex_state = 2}, - [242] = {.lex_state = 5, .external_lex_state = 2}, - [243] = {.lex_state = 5, .external_lex_state = 7}, + [242] = {.lex_state = 5, .external_lex_state = 7}, + [243] = {.lex_state = 52, .external_lex_state = 7}, [244] = {.lex_state = 5, .external_lex_state = 2}, - [245] = {.lex_state = 5, .external_lex_state = 7}, - [246] = {.lex_state = 5, .external_lex_state = 7}, - [247] = {.lex_state = 5, .external_lex_state = 2}, - [248] = {.lex_state = 5, .external_lex_state = 7}, - [249] = {.lex_state = 6, .external_lex_state = 2}, + [245] = {.lex_state = 6, .external_lex_state = 2}, + [246] = {.lex_state = 5, .external_lex_state = 2}, + [247] = {.lex_state = 5, .external_lex_state = 7}, + [248] = {.lex_state = 5, .external_lex_state = 2}, + [249] = {.lex_state = 5, .external_lex_state = 2}, [250] = {.lex_state = 5, .external_lex_state = 2}, [251] = {.lex_state = 5, .external_lex_state = 7}, [252] = {.lex_state = 5, .external_lex_state = 2}, - [253] = {.lex_state = 52, .external_lex_state = 7}, + [253] = {.lex_state = 5, .external_lex_state = 2}, [254] = {.lex_state = 5, .external_lex_state = 7}, [255] = {.lex_state = 5, .external_lex_state = 2}, - [256] = {.lex_state = 52, .external_lex_state = 6}, - [257] = {.lex_state = 5, .external_lex_state = 7}, + [256] = {.lex_state = 5, .external_lex_state = 2}, + [257] = {.lex_state = 5, .external_lex_state = 2}, [258] = {.lex_state = 5, .external_lex_state = 2}, - [259] = {.lex_state = 5, .external_lex_state = 2}, - [260] = {.lex_state = 6, .external_lex_state = 2}, - [261] = {.lex_state = 5, .external_lex_state = 2}, - [262] = {.lex_state = 5, .external_lex_state = 7}, + [259] = {.lex_state = 5, .external_lex_state = 7}, + [260] = {.lex_state = 5, .external_lex_state = 7}, + [261] = {.lex_state = 5, .external_lex_state = 7}, + [262] = {.lex_state = 5, .external_lex_state = 2}, [263] = {.lex_state = 5, .external_lex_state = 2}, [264] = {.lex_state = 5, .external_lex_state = 2}, [265] = {.lex_state = 5, .external_lex_state = 2}, @@ -7787,8 +7788,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [268] = {.lex_state = 5, .external_lex_state = 2}, [269] = {.lex_state = 5, .external_lex_state = 2}, [270] = {.lex_state = 5, .external_lex_state = 2}, - [271] = {.lex_state = 5, .external_lex_state = 2}, - [272] = {.lex_state = 52, .external_lex_state = 7}, + [271] = {.lex_state = 5, .external_lex_state = 7}, + [272] = {.lex_state = 5, .external_lex_state = 7}, [273] = {.lex_state = 52, .external_lex_state = 8}, [274] = {.lex_state = 52, .external_lex_state = 7}, [275] = {.lex_state = 5, .external_lex_state = 7}, @@ -7796,115 +7797,115 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [277] = {.lex_state = 5, .external_lex_state = 7}, [278] = {.lex_state = 5, .external_lex_state = 7}, [279] = {.lex_state = 5, .external_lex_state = 7}, - [280] = {.lex_state = 52, .external_lex_state = 8}, + [280] = {.lex_state = 5, .external_lex_state = 7}, [281] = {.lex_state = 52, .external_lex_state = 7}, - [282] = {.lex_state = 52, .external_lex_state = 7}, + [282] = {.lex_state = 52, .external_lex_state = 8}, [283] = {.lex_state = 52, .external_lex_state = 7}, - [284] = {.lex_state = 52, .external_lex_state = 8}, - [285] = {.lex_state = 52, .external_lex_state = 7}, - [286] = {.lex_state = 52, .external_lex_state = 8}, + [284] = {.lex_state = 5, .external_lex_state = 7}, + [285] = {.lex_state = 5, .external_lex_state = 7}, + [286] = {.lex_state = 5, .external_lex_state = 7}, [287] = {.lex_state = 5, .external_lex_state = 7}, - [288] = {.lex_state = 5, .external_lex_state = 7}, - [289] = {.lex_state = 5, .external_lex_state = 7}, - [290] = {.lex_state = 5, .external_lex_state = 7}, + [288] = {.lex_state = 52, .external_lex_state = 7}, + [289] = {.lex_state = 52, .external_lex_state = 8}, + [290] = {.lex_state = 52, .external_lex_state = 7}, [291] = {.lex_state = 5, .external_lex_state = 7}, - [292] = {.lex_state = 52, .external_lex_state = 7}, + [292] = {.lex_state = 5, .external_lex_state = 7}, [293] = {.lex_state = 5, .external_lex_state = 7}, - [294] = {.lex_state = 52, .external_lex_state = 7}, - [295] = {.lex_state = 52, .external_lex_state = 8}, - [296] = {.lex_state = 52, .external_lex_state = 8}, + [294] = {.lex_state = 5, .external_lex_state = 7}, + [295] = {.lex_state = 5, .external_lex_state = 7}, + [296] = {.lex_state = 5, .external_lex_state = 7}, [297] = {.lex_state = 52, .external_lex_state = 7}, - [298] = {.lex_state = 5, .external_lex_state = 7}, - [299] = {.lex_state = 5, .external_lex_state = 7}, - [300] = {.lex_state = 5, .external_lex_state = 7}, + [298] = {.lex_state = 52, .external_lex_state = 8}, + [299] = {.lex_state = 52, .external_lex_state = 7}, + [300] = {.lex_state = 52, .external_lex_state = 7}, [301] = {.lex_state = 5, .external_lex_state = 7}, - [302] = {.lex_state = 52, .external_lex_state = 7}, + [302] = {.lex_state = 5, .external_lex_state = 7}, [303] = {.lex_state = 5, .external_lex_state = 7}, - [304] = {.lex_state = 5, .external_lex_state = 7}, + [304] = {.lex_state = 52, .external_lex_state = 7}, [305] = {.lex_state = 52, .external_lex_state = 7}, [306] = {.lex_state = 52, .external_lex_state = 8}, - [307] = {.lex_state = 5, .external_lex_state = 7}, - [308] = {.lex_state = 5, .external_lex_state = 7}, - [309] = {.lex_state = 5, .external_lex_state = 7}, - [310] = {.lex_state = 5, .external_lex_state = 7}, + [307] = {.lex_state = 52, .external_lex_state = 8}, + [308] = {.lex_state = 52, .external_lex_state = 7}, + [309] = {.lex_state = 52, .external_lex_state = 8}, + [310] = {.lex_state = 52, .external_lex_state = 7}, [311] = {.lex_state = 5, .external_lex_state = 7}, [312] = {.lex_state = 5, .external_lex_state = 7}, [313] = {.lex_state = 5, .external_lex_state = 7}, [314] = {.lex_state = 5, .external_lex_state = 7}, - [315] = {.lex_state = 5, .external_lex_state = 7}, - [316] = {.lex_state = 5, .external_lex_state = 7}, - [317] = {.lex_state = 5, .external_lex_state = 7}, + [315] = {.lex_state = 52, .external_lex_state = 7}, + [316] = {.lex_state = 52, .external_lex_state = 8}, + [317] = {.lex_state = 52, .external_lex_state = 7}, [318] = {.lex_state = 5, .external_lex_state = 7}, - [319] = {.lex_state = 52, .external_lex_state = 7}, + [319] = {.lex_state = 5, .external_lex_state = 7}, [320] = {.lex_state = 5, .external_lex_state = 7}, [321] = {.lex_state = 5, .external_lex_state = 7}, - [322] = {.lex_state = 52, .external_lex_state = 7}, - [323] = {.lex_state = 52, .external_lex_state = 8}, - [324] = {.lex_state = 52, .external_lex_state = 7}, + [322] = {.lex_state = 5, .external_lex_state = 7}, + [323] = {.lex_state = 5, .external_lex_state = 7}, + [324] = {.lex_state = 5, .external_lex_state = 7}, [325] = {.lex_state = 5, .external_lex_state = 7}, [326] = {.lex_state = 52, .external_lex_state = 6}, - [327] = {.lex_state = 52, .external_lex_state = 6}, - [328] = {.lex_state = 52, .external_lex_state = 8}, - [329] = {.lex_state = 12, .external_lex_state = 6}, + [327] = {.lex_state = 5, .external_lex_state = 2}, + [328] = {.lex_state = 52, .external_lex_state = 7}, + [329] = {.lex_state = 52, .external_lex_state = 6}, [330] = {.lex_state = 52, .external_lex_state = 8}, - [331] = {.lex_state = 52, .external_lex_state = 7}, + [331] = {.lex_state = 52, .external_lex_state = 8}, [332] = {.lex_state = 52, .external_lex_state = 7}, [333] = {.lex_state = 52, .external_lex_state = 8}, [334] = {.lex_state = 52, .external_lex_state = 6}, [335] = {.lex_state = 52, .external_lex_state = 6}, - [336] = {.lex_state = 5, .external_lex_state = 2}, - [337] = {.lex_state = 52, .external_lex_state = 7}, - [338] = {.lex_state = 52, .external_lex_state = 6}, - [339] = {.lex_state = 52, .external_lex_state = 8}, - [340] = {.lex_state = 52, .external_lex_state = 7}, - [341] = {.lex_state = 52, .external_lex_state = 8}, + [336] = {.lex_state = 52, .external_lex_state = 8}, + [337] = {.lex_state = 52, .external_lex_state = 6}, + [338] = {.lex_state = 52, .external_lex_state = 7}, + [339] = {.lex_state = 52, .external_lex_state = 7}, + [340] = {.lex_state = 12, .external_lex_state = 6}, + [341] = {.lex_state = 52, .external_lex_state = 6}, [342] = {.lex_state = 52, .external_lex_state = 7}, - [343] = {.lex_state = 52, .external_lex_state = 7}, - [344] = {.lex_state = 52, .external_lex_state = 6}, + [343] = {.lex_state = 52, .external_lex_state = 8}, + [344] = {.lex_state = 52, .external_lex_state = 8}, [345] = {.lex_state = 52, .external_lex_state = 6}, - [346] = {.lex_state = 52, .external_lex_state = 8}, + [346] = {.lex_state = 52, .external_lex_state = 7}, [347] = {.lex_state = 52, .external_lex_state = 6}, [348] = {.lex_state = 5, .external_lex_state = 6}, [349] = {.lex_state = 5, .external_lex_state = 6}, - [350] = {.lex_state = 52, .external_lex_state = 2}, - [351] = {.lex_state = 5, .external_lex_state = 6}, + [350] = {.lex_state = 5, .external_lex_state = 6}, + [351] = {.lex_state = 52, .external_lex_state = 2}, [352] = {.lex_state = 5, .external_lex_state = 6}, - [353] = {.lex_state = 5, .external_lex_state = 6}, - [354] = {.lex_state = 52, .external_lex_state = 2}, + [353] = {.lex_state = 52, .external_lex_state = 2}, + [354] = {.lex_state = 52, .external_lex_state = 4}, [355] = {.lex_state = 5, .external_lex_state = 6}, [356] = {.lex_state = 5, .external_lex_state = 6}, - [357] = {.lex_state = 52, .external_lex_state = 4}, + [357] = {.lex_state = 5, .external_lex_state = 6}, [358] = {.lex_state = 5, .external_lex_state = 6}, [359] = {.lex_state = 5, .external_lex_state = 6}, [360] = {.lex_state = 5, .external_lex_state = 6}, - [361] = {.lex_state = 52, .external_lex_state = 4}, - [362] = {.lex_state = 52, .external_lex_state = 2}, - [363] = {.lex_state = 52, .external_lex_state = 7}, + [361] = {.lex_state = 5, .external_lex_state = 6}, + [362] = {.lex_state = 5, .external_lex_state = 6}, + [363] = {.lex_state = 5, .external_lex_state = 6}, [364] = {.lex_state = 5, .external_lex_state = 6}, - [365] = {.lex_state = 52, .external_lex_state = 8}, - [366] = {.lex_state = 5, .external_lex_state = 6}, - [367] = {.lex_state = 5, .external_lex_state = 6}, + [365] = {.lex_state = 52, .external_lex_state = 4}, + [366] = {.lex_state = 52, .external_lex_state = 8}, + [367] = {.lex_state = 52, .external_lex_state = 7}, [368] = {.lex_state = 5, .external_lex_state = 6}, - [369] = {.lex_state = 5, .external_lex_state = 6}, + [369] = {.lex_state = 52, .external_lex_state = 2}, [370] = {.lex_state = 5, .external_lex_state = 6}, [371] = {.lex_state = 52, .external_lex_state = 8}, - [372] = {.lex_state = 52, .external_lex_state = 8}, + [372] = {.lex_state = 52, .external_lex_state = 4}, [373] = {.lex_state = 52, .external_lex_state = 8}, [374] = {.lex_state = 52, .external_lex_state = 8}, [375] = {.lex_state = 52, .external_lex_state = 8}, [376] = {.lex_state = 52, .external_lex_state = 8}, [377] = {.lex_state = 52, .external_lex_state = 8}, - [378] = {.lex_state = 12, .external_lex_state = 7}, + [378] = {.lex_state = 52, .external_lex_state = 8}, [379] = {.lex_state = 52, .external_lex_state = 8}, [380] = {.lex_state = 52, .external_lex_state = 8}, [381] = {.lex_state = 52, .external_lex_state = 8}, [382] = {.lex_state = 52, .external_lex_state = 8}, - [383] = {.lex_state = 52, .external_lex_state = 4}, - [384] = {.lex_state = 52, .external_lex_state = 8}, + [383] = {.lex_state = 12, .external_lex_state = 7}, + [384] = {.lex_state = 52, .external_lex_state = 4}, [385] = {.lex_state = 52, .external_lex_state = 8}, [386] = {.lex_state = 52, .external_lex_state = 8}, [387] = {.lex_state = 52, .external_lex_state = 8}, - [388] = {.lex_state = 52, .external_lex_state = 4}, + [388] = {.lex_state = 52, .external_lex_state = 8}, [389] = {.lex_state = 52, .external_lex_state = 8}, [390] = {.lex_state = 52, .external_lex_state = 8}, [391] = {.lex_state = 52, .external_lex_state = 8}, @@ -7912,19 +7913,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [393] = {.lex_state = 52, .external_lex_state = 8}, [394] = {.lex_state = 52, .external_lex_state = 8}, [395] = {.lex_state = 52, .external_lex_state = 8}, - [396] = {.lex_state = 52, .external_lex_state = 8}, - [397] = {.lex_state = 52, .external_lex_state = 4}, + [396] = {.lex_state = 5, .external_lex_state = 2}, + [397] = {.lex_state = 52, .external_lex_state = 8}, [398] = {.lex_state = 52, .external_lex_state = 8}, [399] = {.lex_state = 52, .external_lex_state = 8}, - [400] = {.lex_state = 5, .external_lex_state = 2}, + [400] = {.lex_state = 52, .external_lex_state = 8}, [401] = {.lex_state = 52, .external_lex_state = 8}, [402] = {.lex_state = 52, .external_lex_state = 8}, - [403] = {.lex_state = 52, .external_lex_state = 8}, + [403] = {.lex_state = 52, .external_lex_state = 4}, [404] = {.lex_state = 52, .external_lex_state = 8}, - [405] = {.lex_state = 12, .external_lex_state = 7}, + [405] = {.lex_state = 52, .external_lex_state = 8}, [406] = {.lex_state = 52, .external_lex_state = 8}, [407] = {.lex_state = 52, .external_lex_state = 8}, - [408] = {.lex_state = 52, .external_lex_state = 8}, + [408] = {.lex_state = 12, .external_lex_state = 7}, [409] = {.lex_state = 52, .external_lex_state = 2}, [410] = {.lex_state = 52, .external_lex_state = 2}, [411] = {.lex_state = 52, .external_lex_state = 4}, @@ -7997,34 +7998,34 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [478] = {.lex_state = 52, .external_lex_state = 2}, [479] = {.lex_state = 52, .external_lex_state = 2}, [480] = {.lex_state = 52, .external_lex_state = 2}, - [481] = {.lex_state = 53, .external_lex_state = 10}, + [481] = {.lex_state = 52, .external_lex_state = 2}, [482] = {.lex_state = 52, .external_lex_state = 2}, - [483] = {.lex_state = 52, .external_lex_state = 2}, + [483] = {.lex_state = 53, .external_lex_state = 10}, [484] = {.lex_state = 52, .external_lex_state = 2}, - [485] = {.lex_state = 54, .external_lex_state = 2}, + [485] = {.lex_state = 52, .external_lex_state = 2}, [486] = {.lex_state = 52, .external_lex_state = 2}, [487] = {.lex_state = 52, .external_lex_state = 2}, [488] = {.lex_state = 52, .external_lex_state = 2}, [489] = {.lex_state = 52, .external_lex_state = 2}, - [490] = {.lex_state = 52, .external_lex_state = 2}, + [490] = {.lex_state = 54, .external_lex_state = 2}, [491] = {.lex_state = 52, .external_lex_state = 2}, - [492] = {.lex_state = 53, .external_lex_state = 10}, - [493] = {.lex_state = 54, .external_lex_state = 2}, - [494] = {.lex_state = 52, .external_lex_state = 2}, - [495] = {.lex_state = 52, .external_lex_state = 2}, + [492] = {.lex_state = 52, .external_lex_state = 2}, + [493] = {.lex_state = 52, .external_lex_state = 2}, + [494] = {.lex_state = 53, .external_lex_state = 10}, + [495] = {.lex_state = 54, .external_lex_state = 2}, [496] = {.lex_state = 52, .external_lex_state = 2}, [497] = {.lex_state = 52, .external_lex_state = 2}, [498] = {.lex_state = 52, .external_lex_state = 2}, [499] = {.lex_state = 52, .external_lex_state = 2}, [500] = {.lex_state = 52, .external_lex_state = 2}, - [501] = {.lex_state = 53, .external_lex_state = 11}, - [502] = {.lex_state = 54, .external_lex_state = 3}, - [503] = {.lex_state = 52, .external_lex_state = 2}, + [501] = {.lex_state = 52, .external_lex_state = 2}, + [502] = {.lex_state = 53, .external_lex_state = 11}, + [503] = {.lex_state = 54, .external_lex_state = 3}, [504] = {.lex_state = 52, .external_lex_state = 2}, [505] = {.lex_state = 52, .external_lex_state = 2}, - [506] = {.lex_state = 53, .external_lex_state = 11}, - [507] = {.lex_state = 54, .external_lex_state = 3}, - [508] = {.lex_state = 52, .external_lex_state = 2}, + [506] = {.lex_state = 52, .external_lex_state = 2}, + [507] = {.lex_state = 53, .external_lex_state = 11}, + [508] = {.lex_state = 54, .external_lex_state = 3}, [509] = {.lex_state = 52, .external_lex_state = 2}, [510] = {.lex_state = 52, .external_lex_state = 2}, [511] = {.lex_state = 52, .external_lex_state = 2}, @@ -8126,23 +8127,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [607] = {.lex_state = 52, .external_lex_state = 2}, [608] = {.lex_state = 52, .external_lex_state = 2}, [609] = {.lex_state = 7, .external_lex_state = 9}, - [610] = {.lex_state = 7, .external_lex_state = 9}, - [611] = {.lex_state = 52, .external_lex_state = 2}, + [610] = {.lex_state = 52, .external_lex_state = 2}, + [611] = {.lex_state = 53, .external_lex_state = 11}, [612] = {.lex_state = 7, .external_lex_state = 9}, - [613] = {.lex_state = 52, .external_lex_state = 3}, - [614] = {.lex_state = 53, .external_lex_state = 10}, - [615] = {.lex_state = 52, .external_lex_state = 2}, - [616] = {.lex_state = 7, .external_lex_state = 9}, - [617] = {.lex_state = 52, .external_lex_state = 2}, - [618] = {.lex_state = 7, .external_lex_state = 9}, - [619] = {.lex_state = 54, .external_lex_state = 2}, - [620] = {.lex_state = 52, .external_lex_state = 3}, - [621] = {.lex_state = 52, .external_lex_state = 3}, - [622] = {.lex_state = 53, .external_lex_state = 11}, - [623] = {.lex_state = 52, .external_lex_state = 2}, - [624] = {.lex_state = 54, .external_lex_state = 3}, - [625] = {.lex_state = 52, .external_lex_state = 3}, - [626] = {.lex_state = 8, .external_lex_state = 9}, + [613] = {.lex_state = 7, .external_lex_state = 9}, + [614] = {.lex_state = 54, .external_lex_state = 3}, + [615] = {.lex_state = 54, .external_lex_state = 2}, + [616] = {.lex_state = 52, .external_lex_state = 3}, + [617] = {.lex_state = 52, .external_lex_state = 3}, + [618] = {.lex_state = 52, .external_lex_state = 3}, + [619] = {.lex_state = 52, .external_lex_state = 2}, + [620] = {.lex_state = 52, .external_lex_state = 2}, + [621] = {.lex_state = 7, .external_lex_state = 9}, + [622] = {.lex_state = 7, .external_lex_state = 9}, + [623] = {.lex_state = 7, .external_lex_state = 9}, + [624] = {.lex_state = 52, .external_lex_state = 2}, + [625] = {.lex_state = 53, .external_lex_state = 10}, + [626] = {.lex_state = 52, .external_lex_state = 3}, [627] = {.lex_state = 8, .external_lex_state = 9}, [628] = {.lex_state = 8, .external_lex_state = 9}, [629] = {.lex_state = 8, .external_lex_state = 9}, @@ -8150,7 +8151,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [631] = {.lex_state = 8, .external_lex_state = 9}, [632] = {.lex_state = 8, .external_lex_state = 9}, [633] = {.lex_state = 8, .external_lex_state = 9}, - [634] = {.lex_state = 8, .external_lex_state = 9}, + [634] = {.lex_state = 52, .external_lex_state = 3}, [635] = {.lex_state = 8, .external_lex_state = 9}, [636] = {.lex_state = 8, .external_lex_state = 9}, [637] = {.lex_state = 8, .external_lex_state = 9}, @@ -8158,66 +8159,66 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [639] = {.lex_state = 8, .external_lex_state = 9}, [640] = {.lex_state = 8, .external_lex_state = 9}, [641] = {.lex_state = 8, .external_lex_state = 9}, - [642] = {.lex_state = 52, .external_lex_state = 3}, + [642] = {.lex_state = 8, .external_lex_state = 9}, [643] = {.lex_state = 8, .external_lex_state = 9}, [644] = {.lex_state = 8, .external_lex_state = 9}, [645] = {.lex_state = 8, .external_lex_state = 9}, [646] = {.lex_state = 8, .external_lex_state = 9}, - [647] = {.lex_state = 52, .external_lex_state = 2}, - [648] = {.lex_state = 53, .external_lex_state = 10}, - [649] = {.lex_state = 54, .external_lex_state = 2}, - [650] = {.lex_state = 52, .external_lex_state = 3}, - [651] = {.lex_state = 53, .external_lex_state = 11}, - [652] = {.lex_state = 54, .external_lex_state = 3}, - [653] = {.lex_state = 53, .external_lex_state = 10}, - [654] = {.lex_state = 53, .external_lex_state = 11}, - [655] = {.lex_state = 54, .external_lex_state = 2}, - [656] = {.lex_state = 54, .external_lex_state = 2}, - [657] = {.lex_state = 53, .external_lex_state = 11}, - [658] = {.lex_state = 53, .external_lex_state = 11}, + [647] = {.lex_state = 8, .external_lex_state = 9}, + [648] = {.lex_state = 53, .external_lex_state = 11}, + [649] = {.lex_state = 52, .external_lex_state = 6}, + [650] = {.lex_state = 54, .external_lex_state = 2}, + [651] = {.lex_state = 54, .external_lex_state = 3}, + [652] = {.lex_state = 53, .external_lex_state = 10}, + [653] = {.lex_state = 53, .external_lex_state = 11}, + [654] = {.lex_state = 53, .external_lex_state = 10}, + [655] = {.lex_state = 52, .external_lex_state = 3}, + [656] = {.lex_state = 53, .external_lex_state = 11}, + [657] = {.lex_state = 53, .external_lex_state = 10}, + [658] = {.lex_state = 52, .external_lex_state = 2}, [659] = {.lex_state = 53, .external_lex_state = 11}, - [660] = {.lex_state = 52, .external_lex_state = 3}, - [661] = {.lex_state = 53, .external_lex_state = 10}, + [660] = {.lex_state = 53, .external_lex_state = 11}, + [661] = {.lex_state = 53, .external_lex_state = 11}, [662] = {.lex_state = 54, .external_lex_state = 3}, - [663] = {.lex_state = 53, .external_lex_state = 10}, - [664] = {.lex_state = 53, .external_lex_state = 11}, + [663] = {.lex_state = 52, .external_lex_state = 6}, + [664] = {.lex_state = 54, .external_lex_state = 2}, [665] = {.lex_state = 52, .external_lex_state = 2}, - [666] = {.lex_state = 54, .external_lex_state = 2}, - [667] = {.lex_state = 53, .external_lex_state = 11}, - [668] = {.lex_state = 54, .external_lex_state = 3}, - [669] = {.lex_state = 54, .external_lex_state = 2}, - [670] = {.lex_state = 53, .external_lex_state = 10}, - [671] = {.lex_state = 53, .external_lex_state = 10}, - [672] = {.lex_state = 52, .external_lex_state = 3}, - [673] = {.lex_state = 54, .external_lex_state = 2}, - [674] = {.lex_state = 54, .external_lex_state = 3}, + [666] = {.lex_state = 53, .external_lex_state = 11}, + [667] = {.lex_state = 53, .external_lex_state = 10}, + [668] = {.lex_state = 52, .external_lex_state = 2}, + [669] = {.lex_state = 52, .external_lex_state = 3}, + [670] = {.lex_state = 54, .external_lex_state = 2}, + [671] = {.lex_state = 54, .external_lex_state = 2}, + [672] = {.lex_state = 54, .external_lex_state = 3}, + [673] = {.lex_state = 53, .external_lex_state = 11}, + [674] = {.lex_state = 52, .external_lex_state = 3}, [675] = {.lex_state = 54, .external_lex_state = 2}, - [676] = {.lex_state = 52, .external_lex_state = 3}, - [677] = {.lex_state = 52, .external_lex_state = 2}, - [678] = {.lex_state = 53, .external_lex_state = 10}, + [676] = {.lex_state = 54, .external_lex_state = 3}, + [677] = {.lex_state = 53, .external_lex_state = 10}, + [678] = {.lex_state = 54, .external_lex_state = 2}, [679] = {.lex_state = 53, .external_lex_state = 11}, - [680] = {.lex_state = 53, .external_lex_state = 10}, - [681] = {.lex_state = 54, .external_lex_state = 2}, - [682] = {.lex_state = 52, .external_lex_state = 6}, - [683] = {.lex_state = 54, .external_lex_state = 3}, - [684] = {.lex_state = 54, .external_lex_state = 3}, - [685] = {.lex_state = 53, .external_lex_state = 11}, - [686] = {.lex_state = 53, .external_lex_state = 11}, + [680] = {.lex_state = 52, .external_lex_state = 2}, + [681] = {.lex_state = 54, .external_lex_state = 3}, + [682] = {.lex_state = 53, .external_lex_state = 10}, + [683] = {.lex_state = 54, .external_lex_state = 2}, + [684] = {.lex_state = 52, .external_lex_state = 2}, + [685] = {.lex_state = 53, .external_lex_state = 10}, + [686] = {.lex_state = 53, .external_lex_state = 10}, [687] = {.lex_state = 54, .external_lex_state = 3}, - [688] = {.lex_state = 53, .external_lex_state = 10}, - [689] = {.lex_state = 52, .external_lex_state = 3}, - [690] = {.lex_state = 53, .external_lex_state = 10}, - [691] = {.lex_state = 54, .external_lex_state = 3}, - [692] = {.lex_state = 52, .external_lex_state = 6}, + [688] = {.lex_state = 52, .external_lex_state = 3}, + [689] = {.lex_state = 53, .external_lex_state = 11}, + [690] = {.lex_state = 54, .external_lex_state = 3}, + [691] = {.lex_state = 54, .external_lex_state = 2}, + [692] = {.lex_state = 54, .external_lex_state = 3}, [693] = {.lex_state = 53, .external_lex_state = 10}, [694] = {.lex_state = 53, .external_lex_state = 11}, [695] = {.lex_state = 54, .external_lex_state = 3}, - [696] = {.lex_state = 54, .external_lex_state = 2}, - [697] = {.lex_state = 52, .external_lex_state = 2}, - [698] = {.lex_state = 52, .external_lex_state = 2}, - [699] = {.lex_state = 52, .external_lex_state = 2}, - [700] = {.lex_state = 52, .external_lex_state = 3}, - [701] = {.lex_state = 52, .external_lex_state = 2}, + [696] = {.lex_state = 53, .external_lex_state = 10}, + [697] = {.lex_state = 53, .external_lex_state = 10}, + [698] = {.lex_state = 52, .external_lex_state = 3}, + [699] = {.lex_state = 54, .external_lex_state = 2}, + [700] = {.lex_state = 52, .external_lex_state = 2}, + [701] = {.lex_state = 52, .external_lex_state = 3}, [702] = {.lex_state = 52, .external_lex_state = 2}, [703] = {.lex_state = 52, .external_lex_state = 2}, [704] = {.lex_state = 52, .external_lex_state = 2}, @@ -8227,7 +8228,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [708] = {.lex_state = 52, .external_lex_state = 2}, [709] = {.lex_state = 52, .external_lex_state = 2}, [710] = {.lex_state = 52, .external_lex_state = 2}, - [711] = {.lex_state = 52, .external_lex_state = 3}, + [711] = {.lex_state = 52, .external_lex_state = 2}, [712] = {.lex_state = 52, .external_lex_state = 3}, [713] = {.lex_state = 52, .external_lex_state = 3}, [714] = {.lex_state = 52, .external_lex_state = 3}, @@ -8237,11 +8238,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [718] = {.lex_state = 52, .external_lex_state = 3}, [719] = {.lex_state = 52, .external_lex_state = 3}, [720] = {.lex_state = 52, .external_lex_state = 3}, - [721] = {.lex_state = 52, .external_lex_state = 2}, - [722] = {.lex_state = 52, .external_lex_state = 7}, - [723] = {.lex_state = 52, .external_lex_state = 2}, - [724] = {.lex_state = 52, .external_lex_state = 7}, - [725] = {.lex_state = 52, .external_lex_state = 3}, + [721] = {.lex_state = 52, .external_lex_state = 3}, + [722] = {.lex_state = 52, .external_lex_state = 2}, + [723] = {.lex_state = 52, .external_lex_state = 7}, + [724] = {.lex_state = 52, .external_lex_state = 2}, + [725] = {.lex_state = 52, .external_lex_state = 7}, [726] = {.lex_state = 52, .external_lex_state = 3}, [727] = {.lex_state = 52, .external_lex_state = 3}, [728] = {.lex_state = 52, .external_lex_state = 2}, @@ -8252,13 +8253,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [733] = {.lex_state = 52, .external_lex_state = 2}, [734] = {.lex_state = 52, .external_lex_state = 2}, [735] = {.lex_state = 52, .external_lex_state = 2}, - [736] = {.lex_state = 52, .external_lex_state = 2}, + [736] = {.lex_state = 52, .external_lex_state = 7}, [737] = {.lex_state = 52, .external_lex_state = 2}, [738] = {.lex_state = 52, .external_lex_state = 2}, [739] = {.lex_state = 52, .external_lex_state = 2}, [740] = {.lex_state = 52, .external_lex_state = 2}, [741] = {.lex_state = 52, .external_lex_state = 2}, - [742] = {.lex_state = 52, .external_lex_state = 7}, + [742] = {.lex_state = 52, .external_lex_state = 2}, [743] = {.lex_state = 52, .external_lex_state = 2}, [744] = {.lex_state = 52, .external_lex_state = 2}, [745] = {.lex_state = 52, .external_lex_state = 2}, @@ -8270,7 +8271,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [751] = {.lex_state = 52, .external_lex_state = 2}, [752] = {.lex_state = 52, .external_lex_state = 2}, [753] = {.lex_state = 52, .external_lex_state = 2}, - [754] = {.lex_state = 52, .external_lex_state = 2}, + [754] = {.lex_state = 52, .external_lex_state = 7}, [755] = {.lex_state = 52, .external_lex_state = 2}, [756] = {.lex_state = 52, .external_lex_state = 2}, [757] = {.lex_state = 52, .external_lex_state = 2}, @@ -8281,81 +8282,81 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [762] = {.lex_state = 52, .external_lex_state = 2}, [763] = {.lex_state = 52, .external_lex_state = 2}, [764] = {.lex_state = 52, .external_lex_state = 2}, - [765] = {.lex_state = 52, .external_lex_state = 3}, + [765] = {.lex_state = 52, .external_lex_state = 2}, [766] = {.lex_state = 52, .external_lex_state = 2}, - [767] = {.lex_state = 52, .external_lex_state = 8}, + [767] = {.lex_state = 52, .external_lex_state = 2}, [768] = {.lex_state = 52, .external_lex_state = 2}, [769] = {.lex_state = 52, .external_lex_state = 2}, [770] = {.lex_state = 52, .external_lex_state = 2}, [771] = {.lex_state = 52, .external_lex_state = 2}, [772] = {.lex_state = 52, .external_lex_state = 2}, - [773] = {.lex_state = 52, .external_lex_state = 8}, + [773] = {.lex_state = 52, .external_lex_state = 2}, [774] = {.lex_state = 52, .external_lex_state = 3}, - [775] = {.lex_state = 52, .external_lex_state = 3}, - [776] = {.lex_state = 52, .external_lex_state = 2}, - [777] = {.lex_state = 52, .external_lex_state = 3}, + [775] = {.lex_state = 52, .external_lex_state = 2}, + [776] = {.lex_state = 52, .external_lex_state = 8}, + [777] = {.lex_state = 52, .external_lex_state = 2}, [778] = {.lex_state = 52, .external_lex_state = 2}, - [779] = {.lex_state = 52, .external_lex_state = 3}, - [780] = {.lex_state = 52, .external_lex_state = 3}, + [779] = {.lex_state = 52, .external_lex_state = 2}, + [780] = {.lex_state = 52, .external_lex_state = 2}, [781] = {.lex_state = 52, .external_lex_state = 2}, - [782] = {.lex_state = 52, .external_lex_state = 3}, + [782] = {.lex_state = 52, .external_lex_state = 8}, [783] = {.lex_state = 52, .external_lex_state = 2}, [784] = {.lex_state = 52, .external_lex_state = 3}, - [785] = {.lex_state = 52, .external_lex_state = 3}, + [785] = {.lex_state = 52, .external_lex_state = 2}, [786] = {.lex_state = 52, .external_lex_state = 3}, - [787] = {.lex_state = 52, .external_lex_state = 3}, + [787] = {.lex_state = 52, .external_lex_state = 2}, [788] = {.lex_state = 52, .external_lex_state = 3}, - [789] = {.lex_state = 52, .external_lex_state = 7}, - [790] = {.lex_state = 52, .external_lex_state = 2}, - [791] = {.lex_state = 52, .external_lex_state = 3}, - [792] = {.lex_state = 52, .external_lex_state = 2}, + [789] = {.lex_state = 52, .external_lex_state = 3}, + [790] = {.lex_state = 52, .external_lex_state = 3}, + [791] = {.lex_state = 52, .external_lex_state = 2}, + [792] = {.lex_state = 52, .external_lex_state = 3}, [793] = {.lex_state = 52, .external_lex_state = 3}, [794] = {.lex_state = 52, .external_lex_state = 3}, [795] = {.lex_state = 52, .external_lex_state = 3}, [796] = {.lex_state = 52, .external_lex_state = 3}, [797] = {.lex_state = 52, .external_lex_state = 3}, - [798] = {.lex_state = 52, .external_lex_state = 3}, + [798] = {.lex_state = 52, .external_lex_state = 2}, [799] = {.lex_state = 52, .external_lex_state = 3}, - [800] = {.lex_state = 52, .external_lex_state = 2}, + [800] = {.lex_state = 52, .external_lex_state = 3}, [801] = {.lex_state = 52, .external_lex_state = 3}, - [802] = {.lex_state = 52, .external_lex_state = 2}, + [802] = {.lex_state = 52, .external_lex_state = 3}, [803] = {.lex_state = 52, .external_lex_state = 3}, [804] = {.lex_state = 52, .external_lex_state = 3}, [805] = {.lex_state = 52, .external_lex_state = 3}, - [806] = {.lex_state = 52, .external_lex_state = 3}, + [806] = {.lex_state = 52, .external_lex_state = 2}, [807] = {.lex_state = 52, .external_lex_state = 3}, - [808] = {.lex_state = 52, .external_lex_state = 3}, + [808] = {.lex_state = 52, .external_lex_state = 2}, [809] = {.lex_state = 52, .external_lex_state = 3}, - [810] = {.lex_state = 52, .external_lex_state = 2}, + [810] = {.lex_state = 52, .external_lex_state = 3}, [811] = {.lex_state = 52, .external_lex_state = 3}, [812] = {.lex_state = 52, .external_lex_state = 3}, [813] = {.lex_state = 52, .external_lex_state = 3}, [814] = {.lex_state = 52, .external_lex_state = 3}, [815] = {.lex_state = 52, .external_lex_state = 3}, [816] = {.lex_state = 52, .external_lex_state = 3}, - [817] = {.lex_state = 52, .external_lex_state = 2}, + [817] = {.lex_state = 52, .external_lex_state = 3}, [818] = {.lex_state = 52, .external_lex_state = 3}, - [819] = {.lex_state = 52, .external_lex_state = 2}, + [819] = {.lex_state = 52, .external_lex_state = 3}, [820] = {.lex_state = 52, .external_lex_state = 3}, [821] = {.lex_state = 52, .external_lex_state = 3}, - [822] = {.lex_state = 52, .external_lex_state = 3}, - [823] = {.lex_state = 52, .external_lex_state = 2}, - [824] = {.lex_state = 52, .external_lex_state = 2}, + [822] = {.lex_state = 52, .external_lex_state = 2}, + [823] = {.lex_state = 52, .external_lex_state = 3}, + [824] = {.lex_state = 52, .external_lex_state = 3}, [825] = {.lex_state = 52, .external_lex_state = 3}, [826] = {.lex_state = 52, .external_lex_state = 3}, - [827] = {.lex_state = 52, .external_lex_state = 3}, - [828] = {.lex_state = 52, .external_lex_state = 3}, + [827] = {.lex_state = 52, .external_lex_state = 2}, + [828] = {.lex_state = 52, .external_lex_state = 2}, [829] = {.lex_state = 52, .external_lex_state = 3}, - [830] = {.lex_state = 52, .external_lex_state = 2}, - [831] = {.lex_state = 52, .external_lex_state = 2}, - [832] = {.lex_state = 52, .external_lex_state = 2}, - [833] = {.lex_state = 52, .external_lex_state = 2}, + [830] = {.lex_state = 52, .external_lex_state = 3}, + [831] = {.lex_state = 52, .external_lex_state = 3}, + [832] = {.lex_state = 52, .external_lex_state = 3}, + [833] = {.lex_state = 52, .external_lex_state = 3}, [834] = {.lex_state = 52, .external_lex_state = 3}, [835] = {.lex_state = 52, .external_lex_state = 3}, [836] = {.lex_state = 52, .external_lex_state = 3}, [837] = {.lex_state = 52, .external_lex_state = 3}, [838] = {.lex_state = 52, .external_lex_state = 3}, - [839] = {.lex_state = 52, .external_lex_state = 2}, + [839] = {.lex_state = 52, .external_lex_state = 3}, [840] = {.lex_state = 52, .external_lex_state = 3}, [841] = {.lex_state = 52, .external_lex_state = 3}, [842] = {.lex_state = 52, .external_lex_state = 3}, @@ -8367,7 +8368,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [848] = {.lex_state = 52, .external_lex_state = 2}, [849] = {.lex_state = 52, .external_lex_state = 2}, [850] = {.lex_state = 52, .external_lex_state = 2}, - [851] = {.lex_state = 52, .external_lex_state = 2}, + [851] = {.lex_state = 52, .external_lex_state = 3}, [852] = {.lex_state = 52, .external_lex_state = 2}, [853] = {.lex_state = 52, .external_lex_state = 2}, [854] = {.lex_state = 52, .external_lex_state = 2}, @@ -8491,566 +8492,566 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [972] = {.lex_state = 52, .external_lex_state = 2}, [973] = {.lex_state = 52, .external_lex_state = 2}, [974] = {.lex_state = 52, .external_lex_state = 2}, - [975] = {.lex_state = 13, .external_lex_state = 9}, + [975] = {.lex_state = 52, .external_lex_state = 2}, [976] = {.lex_state = 13, .external_lex_state = 4}, - [977] = {.lex_state = 13, .external_lex_state = 4}, + [977] = {.lex_state = 13, .external_lex_state = 9}, [978] = {.lex_state = 13, .external_lex_state = 4}, - [979] = {.lex_state = 13, .external_lex_state = 9}, + [979] = {.lex_state = 13, .external_lex_state = 4}, [980] = {.lex_state = 13, .external_lex_state = 9}, - [981] = {.lex_state = 13, .external_lex_state = 6}, - [982] = {.lex_state = 13, .external_lex_state = 9}, + [981] = {.lex_state = 13, .external_lex_state = 9}, + [982] = {.lex_state = 13, .external_lex_state = 6}, [983] = {.lex_state = 13, .external_lex_state = 9}, [984] = {.lex_state = 13, .external_lex_state = 6}, - [985] = {.lex_state = 13, .external_lex_state = 9}, + [985] = {.lex_state = 13, .external_lex_state = 12}, [986] = {.lex_state = 13, .external_lex_state = 9}, - [987] = {.lex_state = 13, .external_lex_state = 6}, - [988] = {.lex_state = 13, .external_lex_state = 12}, - [989] = {.lex_state = 13, .external_lex_state = 6}, + [987] = {.lex_state = 13, .external_lex_state = 9}, + [988] = {.lex_state = 13, .external_lex_state = 6}, + [989] = {.lex_state = 13, .external_lex_state = 9}, [990] = {.lex_state = 13, .external_lex_state = 9}, [991] = {.lex_state = 13, .external_lex_state = 9}, [992] = {.lex_state = 13, .external_lex_state = 9}, [993] = {.lex_state = 13, .external_lex_state = 9}, - [994] = {.lex_state = 13, .external_lex_state = 9}, - [995] = {.lex_state = 13, .external_lex_state = 9}, + [994] = {.lex_state = 13, .external_lex_state = 6}, + [995] = {.lex_state = 13, .external_lex_state = 6}, [996] = {.lex_state = 13, .external_lex_state = 12}, [997] = {.lex_state = 13, .external_lex_state = 6}, - [998] = {.lex_state = 13, .external_lex_state = 6}, - [999] = {.lex_state = 13, .external_lex_state = 12}, + [998] = {.lex_state = 13, .external_lex_state = 9}, + [999] = {.lex_state = 13, .external_lex_state = 9}, [1000] = {.lex_state = 13, .external_lex_state = 12}, [1001] = {.lex_state = 13, .external_lex_state = 12}, [1002] = {.lex_state = 13, .external_lex_state = 12}, [1003] = {.lex_state = 13, .external_lex_state = 12}, - [1004] = {.lex_state = 13, .external_lex_state = 8}, - [1005] = {.lex_state = 13, .external_lex_state = 13}, - [1006] = {.lex_state = 14, .external_lex_state = 9}, - [1007] = {.lex_state = 13, .external_lex_state = 8}, + [1004] = {.lex_state = 13, .external_lex_state = 12}, + [1005] = {.lex_state = 13, .external_lex_state = 12}, + [1006] = {.lex_state = 13, .external_lex_state = 2}, + [1007] = {.lex_state = 13, .external_lex_state = 12}, [1008] = {.lex_state = 13, .external_lex_state = 12}, [1009] = {.lex_state = 13, .external_lex_state = 12}, - [1010] = {.lex_state = 13, .external_lex_state = 12}, + [1010] = {.lex_state = 13, .external_lex_state = 13}, [1011] = {.lex_state = 13, .external_lex_state = 12}, - [1012] = {.lex_state = 13, .external_lex_state = 7}, + [1012] = {.lex_state = 13, .external_lex_state = 12}, [1013] = {.lex_state = 13, .external_lex_state = 12}, - [1014] = {.lex_state = 14, .external_lex_state = 9}, - [1015] = {.lex_state = 13, .external_lex_state = 12}, - [1016] = {.lex_state = 13, .external_lex_state = 9}, - [1017] = {.lex_state = 13, .external_lex_state = 12}, - [1018] = {.lex_state = 13, .external_lex_state = 12}, - [1019] = {.lex_state = 13, .external_lex_state = 12}, + [1014] = {.lex_state = 13, .external_lex_state = 12}, + [1015] = {.lex_state = 13, .external_lex_state = 9}, + [1016] = {.lex_state = 13, .external_lex_state = 12}, + [1017] = {.lex_state = 13, .external_lex_state = 7}, + [1018] = {.lex_state = 13, .external_lex_state = 7}, + [1019] = {.lex_state = 13, .external_lex_state = 4}, [1020] = {.lex_state = 13, .external_lex_state = 12}, - [1021] = {.lex_state = 13, .external_lex_state = 12}, - [1022] = {.lex_state = 13, .external_lex_state = 14}, + [1021] = {.lex_state = 13, .external_lex_state = 7}, + [1022] = {.lex_state = 14, .external_lex_state = 9}, [1023] = {.lex_state = 13, .external_lex_state = 12}, - [1024] = {.lex_state = 13, .external_lex_state = 7}, - [1025] = {.lex_state = 13, .external_lex_state = 12}, - [1026] = {.lex_state = 13, .external_lex_state = 7}, + [1024] = {.lex_state = 13, .external_lex_state = 8}, + [1025] = {.lex_state = 13, .external_lex_state = 7}, + [1026] = {.lex_state = 13, .external_lex_state = 12}, [1027] = {.lex_state = 13, .external_lex_state = 12}, - [1028] = {.lex_state = 13, .external_lex_state = 7}, - [1029] = {.lex_state = 13, .external_lex_state = 12}, - [1030] = {.lex_state = 13, .external_lex_state = 7}, - [1031] = {.lex_state = 13, .external_lex_state = 4}, - [1032] = {.lex_state = 13, .external_lex_state = 12}, + [1028] = {.lex_state = 13, .external_lex_state = 12}, + [1029] = {.lex_state = 13, .external_lex_state = 2}, + [1030] = {.lex_state = 13, .external_lex_state = 12}, + [1031] = {.lex_state = 13, .external_lex_state = 12}, + [1032] = {.lex_state = 14, .external_lex_state = 9}, [1033] = {.lex_state = 13, .external_lex_state = 12}, - [1034] = {.lex_state = 13, .external_lex_state = 8}, - [1035] = {.lex_state = 14, .external_lex_state = 9}, + [1034] = {.lex_state = 13, .external_lex_state = 12}, + [1035] = {.lex_state = 13, .external_lex_state = 12}, [1036] = {.lex_state = 13, .external_lex_state = 12}, - [1037] = {.lex_state = 13, .external_lex_state = 2}, - [1038] = {.lex_state = 13, .external_lex_state = 14}, - [1039] = {.lex_state = 13, .external_lex_state = 12}, - [1040] = {.lex_state = 13, .external_lex_state = 15}, + [1037] = {.lex_state = 13, .external_lex_state = 12}, + [1038] = {.lex_state = 13, .external_lex_state = 4}, + [1039] = {.lex_state = 13, .external_lex_state = 13}, + [1040] = {.lex_state = 13, .external_lex_state = 14}, [1041] = {.lex_state = 13, .external_lex_state = 2}, - [1042] = {.lex_state = 13, .external_lex_state = 12}, + [1042] = {.lex_state = 13, .external_lex_state = 7}, [1043] = {.lex_state = 13, .external_lex_state = 12}, - [1044] = {.lex_state = 13, .external_lex_state = 12}, - [1045] = {.lex_state = 13, .external_lex_state = 2}, - [1046] = {.lex_state = 13, .external_lex_state = 7}, - [1047] = {.lex_state = 13, .external_lex_state = 4}, - [1048] = {.lex_state = 13, .external_lex_state = 12}, - [1049] = {.lex_state = 13, .external_lex_state = 12}, - [1050] = {.lex_state = 13, .external_lex_state = 12}, - [1051] = {.lex_state = 13, .external_lex_state = 12}, - [1052] = {.lex_state = 14, .external_lex_state = 14}, + [1044] = {.lex_state = 13, .external_lex_state = 15}, + [1045] = {.lex_state = 13, .external_lex_state = 12}, + [1046] = {.lex_state = 13, .external_lex_state = 12}, + [1047] = {.lex_state = 13, .external_lex_state = 12}, + [1048] = {.lex_state = 13, .external_lex_state = 8}, + [1049] = {.lex_state = 13, .external_lex_state = 7}, + [1050] = {.lex_state = 13, .external_lex_state = 8}, + [1051] = {.lex_state = 14, .external_lex_state = 9}, + [1052] = {.lex_state = 13, .external_lex_state = 12}, [1053] = {.lex_state = 13, .external_lex_state = 8}, [1054] = {.lex_state = 14, .external_lex_state = 12}, - [1055] = {.lex_state = 13, .external_lex_state = 9}, - [1056] = {.lex_state = 13, .external_lex_state = 9}, - [1057] = {.lex_state = 13, .external_lex_state = 9}, + [1055] = {.lex_state = 13, .external_lex_state = 15}, + [1056] = {.lex_state = 13, .external_lex_state = 15}, + [1057] = {.lex_state = 13, .external_lex_state = 15}, [1058] = {.lex_state = 13, .external_lex_state = 9}, [1059] = {.lex_state = 13, .external_lex_state = 9}, [1060] = {.lex_state = 13, .external_lex_state = 9}, - [1061] = {.lex_state = 13, .external_lex_state = 15}, - [1062] = {.lex_state = 13, .external_lex_state = 9}, - [1063] = {.lex_state = 14, .external_lex_state = 9}, + [1061] = {.lex_state = 13, .external_lex_state = 6}, + [1062] = {.lex_state = 13, .external_lex_state = 15}, + [1063] = {.lex_state = 13, .external_lex_state = 9}, [1064] = {.lex_state = 13, .external_lex_state = 14}, - [1065] = {.lex_state = 13, .external_lex_state = 15}, - [1066] = {.lex_state = 13, .external_lex_state = 14}, - [1067] = {.lex_state = 14, .external_lex_state = 14}, - [1068] = {.lex_state = 13, .external_lex_state = 13}, - [1069] = {.lex_state = 13, .external_lex_state = 13}, - [1070] = {.lex_state = 13, .external_lex_state = 6}, - [1071] = {.lex_state = 13, .external_lex_state = 14}, + [1065] = {.lex_state = 13, .external_lex_state = 9}, + [1066] = {.lex_state = 13, .external_lex_state = 13}, + [1067] = {.lex_state = 13, .external_lex_state = 13}, + [1068] = {.lex_state = 13, .external_lex_state = 6}, + [1069] = {.lex_state = 13, .external_lex_state = 9}, + [1070] = {.lex_state = 13, .external_lex_state = 9}, + [1071] = {.lex_state = 13, .external_lex_state = 9}, [1072] = {.lex_state = 13, .external_lex_state = 14}, - [1073] = {.lex_state = 13, .external_lex_state = 6}, - [1074] = {.lex_state = 13, .external_lex_state = 6}, - [1075] = {.lex_state = 14, .external_lex_state = 12}, + [1073] = {.lex_state = 13, .external_lex_state = 14}, + [1074] = {.lex_state = 13, .external_lex_state = 9}, + [1075] = {.lex_state = 13, .external_lex_state = 9}, [1076] = {.lex_state = 13, .external_lex_state = 9}, [1077] = {.lex_state = 13, .external_lex_state = 9}, - [1078] = {.lex_state = 14, .external_lex_state = 12}, - [1079] = {.lex_state = 13, .external_lex_state = 6}, - [1080] = {.lex_state = 14, .external_lex_state = 12}, - [1081] = {.lex_state = 13, .external_lex_state = 9}, - [1082] = {.lex_state = 13, .external_lex_state = 9}, - [1083] = {.lex_state = 13, .external_lex_state = 15}, - [1084] = {.lex_state = 13, .external_lex_state = 14}, - [1085] = {.lex_state = 13, .external_lex_state = 14}, + [1078] = {.lex_state = 13, .external_lex_state = 9}, + [1079] = {.lex_state = 13, .external_lex_state = 9}, + [1080] = {.lex_state = 13, .external_lex_state = 14}, + [1081] = {.lex_state = 14, .external_lex_state = 9}, + [1082] = {.lex_state = 13, .external_lex_state = 14}, + [1083] = {.lex_state = 13, .external_lex_state = 13}, + [1084] = {.lex_state = 13, .external_lex_state = 6}, + [1085] = {.lex_state = 13, .external_lex_state = 13}, [1086] = {.lex_state = 13, .external_lex_state = 14}, - [1087] = {.lex_state = 13, .external_lex_state = 14}, - [1088] = {.lex_state = 13, .external_lex_state = 14}, - [1089] = {.lex_state = 13, .external_lex_state = 14}, - [1090] = {.lex_state = 13, .external_lex_state = 14}, - [1091] = {.lex_state = 13, .external_lex_state = 14}, - [1092] = {.lex_state = 13, .external_lex_state = 14}, + [1087] = {.lex_state = 13, .external_lex_state = 13}, + [1088] = {.lex_state = 13, .external_lex_state = 13}, + [1089] = {.lex_state = 13, .external_lex_state = 13}, + [1090] = {.lex_state = 13, .external_lex_state = 13}, + [1091] = {.lex_state = 13, .external_lex_state = 13}, + [1092] = {.lex_state = 13, .external_lex_state = 13}, [1093] = {.lex_state = 13, .external_lex_state = 14}, - [1094] = {.lex_state = 13, .external_lex_state = 14}, - [1095] = {.lex_state = 13, .external_lex_state = 14}, + [1094] = {.lex_state = 13, .external_lex_state = 13}, + [1095] = {.lex_state = 13, .external_lex_state = 13}, [1096] = {.lex_state = 13, .external_lex_state = 14}, - [1097] = {.lex_state = 13, .external_lex_state = 14}, - [1098] = {.lex_state = 13, .external_lex_state = 9}, - [1099] = {.lex_state = 13, .external_lex_state = 14}, + [1097] = {.lex_state = 14, .external_lex_state = 12}, + [1098] = {.lex_state = 14, .external_lex_state = 13}, + [1099] = {.lex_state = 13, .external_lex_state = 9}, [1100] = {.lex_state = 13, .external_lex_state = 14}, - [1101] = {.lex_state = 13, .external_lex_state = 15}, - [1102] = {.lex_state = 13, .external_lex_state = 9}, + [1101] = {.lex_state = 13, .external_lex_state = 13}, + [1102] = {.lex_state = 13, .external_lex_state = 13}, [1103] = {.lex_state = 13, .external_lex_state = 9}, - [1104] = {.lex_state = 13, .external_lex_state = 9}, + [1104] = {.lex_state = 13, .external_lex_state = 8}, [1105] = {.lex_state = 13, .external_lex_state = 9}, [1106] = {.lex_state = 13, .external_lex_state = 9}, [1107] = {.lex_state = 13, .external_lex_state = 9}, - [1108] = {.lex_state = 13, .external_lex_state = 9}, - [1109] = {.lex_state = 13, .external_lex_state = 14}, - [1110] = {.lex_state = 13, .external_lex_state = 14}, - [1111] = {.lex_state = 13, .external_lex_state = 14}, - [1112] = {.lex_state = 13, .external_lex_state = 9}, - [1113] = {.lex_state = 13, .external_lex_state = 13}, - [1114] = {.lex_state = 13, .external_lex_state = 13}, - [1115] = {.lex_state = 13, .external_lex_state = 13}, - [1116] = {.lex_state = 13, .external_lex_state = 13}, - [1117] = {.lex_state = 13, .external_lex_state = 13}, - [1118] = {.lex_state = 13, .external_lex_state = 13}, + [1108] = {.lex_state = 14, .external_lex_state = 12}, + [1109] = {.lex_state = 13, .external_lex_state = 9}, + [1110] = {.lex_state = 13, .external_lex_state = 9}, + [1111] = {.lex_state = 14, .external_lex_state = 12}, + [1112] = {.lex_state = 13, .external_lex_state = 6}, + [1113] = {.lex_state = 13, .external_lex_state = 9}, + [1114] = {.lex_state = 13, .external_lex_state = 9}, + [1115] = {.lex_state = 13, .external_lex_state = 9}, + [1116] = {.lex_state = 13, .external_lex_state = 9}, + [1117] = {.lex_state = 13, .external_lex_state = 9}, + [1118] = {.lex_state = 13, .external_lex_state = 14}, [1119] = {.lex_state = 13, .external_lex_state = 13}, [1120] = {.lex_state = 13, .external_lex_state = 13}, - [1121] = {.lex_state = 13, .external_lex_state = 9}, - [1122] = {.lex_state = 13, .external_lex_state = 8}, + [1121] = {.lex_state = 13, .external_lex_state = 13}, + [1122] = {.lex_state = 13, .external_lex_state = 13}, [1123] = {.lex_state = 13, .external_lex_state = 13}, [1124] = {.lex_state = 13, .external_lex_state = 13}, - [1125] = {.lex_state = 13, .external_lex_state = 9}, - [1126] = {.lex_state = 14, .external_lex_state = 14}, - [1127] = {.lex_state = 13, .external_lex_state = 9}, - [1128] = {.lex_state = 14, .external_lex_state = 14}, - [1129] = {.lex_state = 14, .external_lex_state = 12}, - [1130] = {.lex_state = 14, .external_lex_state = 12}, - [1131] = {.lex_state = 14, .external_lex_state = 12}, - [1132] = {.lex_state = 13, .external_lex_state = 9}, - [1133] = {.lex_state = 13, .external_lex_state = 9}, + [1125] = {.lex_state = 14, .external_lex_state = 13}, + [1126] = {.lex_state = 13, .external_lex_state = 13}, + [1127] = {.lex_state = 13, .external_lex_state = 13}, + [1128] = {.lex_state = 13, .external_lex_state = 9}, + [1129] = {.lex_state = 13, .external_lex_state = 15}, + [1130] = {.lex_state = 13, .external_lex_state = 9}, + [1131] = {.lex_state = 13, .external_lex_state = 15}, + [1132] = {.lex_state = 13, .external_lex_state = 15}, + [1133] = {.lex_state = 13, .external_lex_state = 15}, [1134] = {.lex_state = 13, .external_lex_state = 9}, - [1135] = {.lex_state = 13, .external_lex_state = 9}, + [1135] = {.lex_state = 13, .external_lex_state = 15}, [1136] = {.lex_state = 13, .external_lex_state = 9}, - [1137] = {.lex_state = 13, .external_lex_state = 9}, - [1138] = {.lex_state = 13, .external_lex_state = 9}, + [1137] = {.lex_state = 13, .external_lex_state = 15}, + [1138] = {.lex_state = 14, .external_lex_state = 13}, [1139] = {.lex_state = 13, .external_lex_state = 15}, [1140] = {.lex_state = 13, .external_lex_state = 15}, - [1141] = {.lex_state = 13, .external_lex_state = 15}, - [1142] = {.lex_state = 13, .external_lex_state = 15}, - [1143] = {.lex_state = 13, .external_lex_state = 8}, - [1144] = {.lex_state = 13, .external_lex_state = 15}, + [1141] = {.lex_state = 13, .external_lex_state = 8}, + [1142] = {.lex_state = 14, .external_lex_state = 12}, + [1143] = {.lex_state = 14, .external_lex_state = 12}, + [1144] = {.lex_state = 13, .external_lex_state = 9}, [1145] = {.lex_state = 13, .external_lex_state = 9}, - [1146] = {.lex_state = 13, .external_lex_state = 15}, - [1147] = {.lex_state = 13, .external_lex_state = 9}, - [1148] = {.lex_state = 13, .external_lex_state = 15}, + [1146] = {.lex_state = 14, .external_lex_state = 12}, + [1147] = {.lex_state = 14, .external_lex_state = 12}, + [1148] = {.lex_state = 14, .external_lex_state = 12}, [1149] = {.lex_state = 13, .external_lex_state = 9}, - [1150] = {.lex_state = 13, .external_lex_state = 13}, - [1151] = {.lex_state = 13, .external_lex_state = 9}, - [1152] = {.lex_state = 14, .external_lex_state = 12}, - [1153] = {.lex_state = 14, .external_lex_state = 12}, + [1150] = {.lex_state = 13, .external_lex_state = 9}, + [1151] = {.lex_state = 13, .external_lex_state = 15}, + [1152] = {.lex_state = 13, .external_lex_state = 9}, + [1153] = {.lex_state = 13, .external_lex_state = 14}, [1154] = {.lex_state = 13, .external_lex_state = 9}, - [1155] = {.lex_state = 13, .external_lex_state = 9}, + [1155] = {.lex_state = 13, .external_lex_state = 14}, [1156] = {.lex_state = 14, .external_lex_state = 12}, [1157] = {.lex_state = 14, .external_lex_state = 12}, - [1158] = {.lex_state = 14, .external_lex_state = 12}, - [1159] = {.lex_state = 13, .external_lex_state = 15}, - [1160] = {.lex_state = 13, .external_lex_state = 14}, - [1161] = {.lex_state = 13, .external_lex_state = 12}, - [1162] = {.lex_state = 13, .external_lex_state = 12}, + [1158] = {.lex_state = 13, .external_lex_state = 13}, + [1159] = {.lex_state = 14, .external_lex_state = 13}, + [1160] = {.lex_state = 13, .external_lex_state = 13}, + [1161] = {.lex_state = 14, .external_lex_state = 12}, + [1162] = {.lex_state = 14, .external_lex_state = 13}, [1163] = {.lex_state = 13, .external_lex_state = 12}, - [1164] = {.lex_state = 14, .external_lex_state = 14}, + [1164] = {.lex_state = 13, .external_lex_state = 12}, [1165] = {.lex_state = 13, .external_lex_state = 12}, - [1166] = {.lex_state = 13, .external_lex_state = 14}, + [1166] = {.lex_state = 13, .external_lex_state = 12}, [1167] = {.lex_state = 13, .external_lex_state = 12}, [1168] = {.lex_state = 13, .external_lex_state = 12}, - [1169] = {.lex_state = 13, .external_lex_state = 12}, - [1170] = {.lex_state = 13, .external_lex_state = 12}, + [1169] = {.lex_state = 13, .external_lex_state = 15}, + [1170] = {.lex_state = 13, .external_lex_state = 7}, [1171] = {.lex_state = 13, .external_lex_state = 12}, [1172] = {.lex_state = 13, .external_lex_state = 12}, - [1173] = {.lex_state = 13, .external_lex_state = 12}, + [1173] = {.lex_state = 13, .external_lex_state = 15}, [1174] = {.lex_state = 13, .external_lex_state = 12}, - [1175] = {.lex_state = 13, .external_lex_state = 12}, + [1175] = {.lex_state = 13, .external_lex_state = 15}, [1176] = {.lex_state = 13, .external_lex_state = 12}, - [1177] = {.lex_state = 13, .external_lex_state = 7}, - [1178] = {.lex_state = 14, .external_lex_state = 13}, - [1179] = {.lex_state = 13, .external_lex_state = 12}, - [1180] = {.lex_state = 14, .external_lex_state = 13}, - [1181] = {.lex_state = 14, .external_lex_state = 13}, - [1182] = {.lex_state = 13, .external_lex_state = 12}, + [1177] = {.lex_state = 13, .external_lex_state = 12}, + [1178] = {.lex_state = 13, .external_lex_state = 2}, + [1179] = {.lex_state = 13, .external_lex_state = 8}, + [1180] = {.lex_state = 13, .external_lex_state = 12}, + [1181] = {.lex_state = 13, .external_lex_state = 12}, + [1182] = {.lex_state = 13, .external_lex_state = 7}, [1183] = {.lex_state = 13, .external_lex_state = 12}, [1184] = {.lex_state = 13, .external_lex_state = 12}, - [1185] = {.lex_state = 13, .external_lex_state = 2}, - [1186] = {.lex_state = 13, .external_lex_state = 12}, - [1187] = {.lex_state = 13, .external_lex_state = 13}, - [1188] = {.lex_state = 13, .external_lex_state = 12}, - [1189] = {.lex_state = 13, .external_lex_state = 7}, - [1190] = {.lex_state = 13, .external_lex_state = 12}, - [1191] = {.lex_state = 13, .external_lex_state = 12}, - [1192] = {.lex_state = 13, .external_lex_state = 12}, + [1185] = {.lex_state = 13, .external_lex_state = 15}, + [1186] = {.lex_state = 13, .external_lex_state = 15}, + [1187] = {.lex_state = 13, .external_lex_state = 15}, + [1188] = {.lex_state = 13, .external_lex_state = 15}, + [1189] = {.lex_state = 13, .external_lex_state = 15}, + [1190] = {.lex_state = 13, .external_lex_state = 15}, + [1191] = {.lex_state = 13, .external_lex_state = 15}, + [1192] = {.lex_state = 13, .external_lex_state = 15}, [1193] = {.lex_state = 13, .external_lex_state = 12}, - [1194] = {.lex_state = 13, .external_lex_state = 14}, - [1195] = {.lex_state = 13, .external_lex_state = 14}, - [1196] = {.lex_state = 13, .external_lex_state = 14}, + [1194] = {.lex_state = 13, .external_lex_state = 12}, + [1195] = {.lex_state = 13, .external_lex_state = 15}, + [1196] = {.lex_state = 13, .external_lex_state = 15}, [1197] = {.lex_state = 13, .external_lex_state = 12}, [1198] = {.lex_state = 13, .external_lex_state = 12}, [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 = 13, .external_lex_state = 8}, + [1201] = {.lex_state = 14, .external_lex_state = 14}, + [1202] = {.lex_state = 14, .external_lex_state = 13}, + [1203] = {.lex_state = 13, .external_lex_state = 12}, [1204] = {.lex_state = 13, .external_lex_state = 12}, - [1205] = {.lex_state = 13, .external_lex_state = 12}, + [1205] = {.lex_state = 14, .external_lex_state = 13}, [1206] = {.lex_state = 13, .external_lex_state = 12}, - [1207] = {.lex_state = 13, .external_lex_state = 12}, + [1207] = {.lex_state = 13, .external_lex_state = 7}, [1208] = {.lex_state = 13, .external_lex_state = 12}, - [1209] = {.lex_state = 13, .external_lex_state = 12}, - [1210] = {.lex_state = 13, .external_lex_state = 12}, - [1211] = {.lex_state = 14, .external_lex_state = 14}, + [1209] = {.lex_state = 14, .external_lex_state = 15}, + [1210] = {.lex_state = 14, .external_lex_state = 15}, + [1211] = {.lex_state = 13, .external_lex_state = 12}, [1212] = {.lex_state = 14, .external_lex_state = 14}, [1213] = {.lex_state = 14, .external_lex_state = 14}, - [1214] = {.lex_state = 13, .external_lex_state = 12}, + [1214] = {.lex_state = 14, .external_lex_state = 14}, [1215] = {.lex_state = 13, .external_lex_state = 12}, [1216] = {.lex_state = 13, .external_lex_state = 12}, - [1217] = {.lex_state = 14, .external_lex_state = 15}, - [1218] = {.lex_state = 13, .external_lex_state = 13}, - [1219] = {.lex_state = 13, .external_lex_state = 14}, - [1220] = {.lex_state = 13, .external_lex_state = 14}, + [1217] = {.lex_state = 13, .external_lex_state = 12}, + [1218] = {.lex_state = 13, .external_lex_state = 12}, + [1219] = {.lex_state = 13, .external_lex_state = 12}, + [1220] = {.lex_state = 13, .external_lex_state = 12}, [1221] = {.lex_state = 13, .external_lex_state = 12}, - [1222] = {.lex_state = 14, .external_lex_state = 14}, - [1223] = {.lex_state = 13, .external_lex_state = 13}, - [1224] = {.lex_state = 13, .external_lex_state = 12}, - [1225] = {.lex_state = 13, .external_lex_state = 12}, + [1222] = {.lex_state = 13, .external_lex_state = 12}, + [1223] = {.lex_state = 13, .external_lex_state = 12}, + [1224] = {.lex_state = 13, .external_lex_state = 7}, + [1225] = {.lex_state = 14, .external_lex_state = 15}, [1226] = {.lex_state = 13, .external_lex_state = 12}, - [1227] = {.lex_state = 13, .external_lex_state = 12}, - [1228] = {.lex_state = 14, .external_lex_state = 13}, - [1229] = {.lex_state = 13, .external_lex_state = 14}, - [1230] = {.lex_state = 14, .external_lex_state = 13}, - [1231] = {.lex_state = 13, .external_lex_state = 12}, - [1232] = {.lex_state = 14, .external_lex_state = 13}, - [1233] = {.lex_state = 14, .external_lex_state = 14}, - [1234] = {.lex_state = 13, .external_lex_state = 7}, - [1235] = {.lex_state = 13, .external_lex_state = 12}, + [1227] = {.lex_state = 14, .external_lex_state = 15}, + [1228] = {.lex_state = 13, .external_lex_state = 12}, + [1229] = {.lex_state = 14, .external_lex_state = 15}, + [1230] = {.lex_state = 14, .external_lex_state = 15}, + [1231] = {.lex_state = 14, .external_lex_state = 15}, + [1232] = {.lex_state = 13, .external_lex_state = 12}, + [1233] = {.lex_state = 13, .external_lex_state = 13}, + [1234] = {.lex_state = 13, .external_lex_state = 12}, + [1235] = {.lex_state = 14, .external_lex_state = 13}, [1236] = {.lex_state = 13, .external_lex_state = 12}, [1237] = {.lex_state = 14, .external_lex_state = 13}, - [1238] = {.lex_state = 13, .external_lex_state = 12}, + [1238] = {.lex_state = 14, .external_lex_state = 13}, [1239] = {.lex_state = 13, .external_lex_state = 12}, - [1240] = {.lex_state = 14, .external_lex_state = 13}, + [1240] = {.lex_state = 13, .external_lex_state = 12}, [1241] = {.lex_state = 13, .external_lex_state = 12}, [1242] = {.lex_state = 13, .external_lex_state = 13}, - [1243] = {.lex_state = 13, .external_lex_state = 7}, - [1244] = {.lex_state = 13, .external_lex_state = 8}, + [1243] = {.lex_state = 13, .external_lex_state = 12}, + [1244] = {.lex_state = 13, .external_lex_state = 12}, [1245] = {.lex_state = 13, .external_lex_state = 12}, - [1246] = {.lex_state = 13, .external_lex_state = 12}, + [1246] = {.lex_state = 14, .external_lex_state = 13}, [1247] = {.lex_state = 13, .external_lex_state = 12}, - [1248] = {.lex_state = 14, .external_lex_state = 15}, - [1249] = {.lex_state = 14, .external_lex_state = 15}, - [1250] = {.lex_state = 14, .external_lex_state = 15}, + [1248] = {.lex_state = 14, .external_lex_state = 13}, + [1249] = {.lex_state = 14, .external_lex_state = 13}, + [1250] = {.lex_state = 13, .external_lex_state = 12}, [1251] = {.lex_state = 13, .external_lex_state = 12}, [1252] = {.lex_state = 13, .external_lex_state = 12}, [1253] = {.lex_state = 13, .external_lex_state = 12}, [1254] = {.lex_state = 13, .external_lex_state = 12}, - [1255] = {.lex_state = 14, .external_lex_state = 14}, - [1256] = {.lex_state = 14, .external_lex_state = 14}, - [1257] = {.lex_state = 13, .external_lex_state = 12}, - [1258] = {.lex_state = 13, .external_lex_state = 12}, - [1259] = {.lex_state = 14, .external_lex_state = 14}, - [1260] = {.lex_state = 14, .external_lex_state = 14}, + [1255] = {.lex_state = 13, .external_lex_state = 12}, + [1256] = {.lex_state = 13, .external_lex_state = 13}, + [1257] = {.lex_state = 13, .external_lex_state = 13}, + [1258] = {.lex_state = 13, .external_lex_state = 13}, + [1259] = {.lex_state = 13, .external_lex_state = 12}, + [1260] = {.lex_state = 13, .external_lex_state = 12}, [1261] = {.lex_state = 13, .external_lex_state = 12}, - [1262] = {.lex_state = 14, .external_lex_state = 13}, - [1263] = {.lex_state = 13, .external_lex_state = 13}, - [1264] = {.lex_state = 13, .external_lex_state = 13}, - [1265] = {.lex_state = 13, .external_lex_state = 2}, - [1266] = {.lex_state = 14, .external_lex_state = 14}, - [1267] = {.lex_state = 13, .external_lex_state = 12}, + [1262] = {.lex_state = 13, .external_lex_state = 12}, + [1263] = {.lex_state = 13, .external_lex_state = 12}, + [1264] = {.lex_state = 13, .external_lex_state = 12}, + [1265] = {.lex_state = 13, .external_lex_state = 13}, + [1266] = {.lex_state = 13, .external_lex_state = 13}, + [1267] = {.lex_state = 13, .external_lex_state = 13}, [1268] = {.lex_state = 13, .external_lex_state = 12}, [1269] = {.lex_state = 13, .external_lex_state = 12}, [1270] = {.lex_state = 13, .external_lex_state = 12}, - [1271] = {.lex_state = 14, .external_lex_state = 14}, + [1271] = {.lex_state = 13, .external_lex_state = 8}, [1272] = {.lex_state = 13, .external_lex_state = 12}, [1273] = {.lex_state = 13, .external_lex_state = 12}, [1274] = {.lex_state = 13, .external_lex_state = 12}, - [1275] = {.lex_state = 13, .external_lex_state = 13}, - [1276] = {.lex_state = 13, .external_lex_state = 13}, + [1275] = {.lex_state = 13, .external_lex_state = 12}, + [1276] = {.lex_state = 14, .external_lex_state = 15}, [1277] = {.lex_state = 14, .external_lex_state = 13}, - [1278] = {.lex_state = 13, .external_lex_state = 13}, - [1279] = {.lex_state = 13, .external_lex_state = 13}, - [1280] = {.lex_state = 13, .external_lex_state = 12}, - [1281] = {.lex_state = 13, .external_lex_state = 13}, - [1282] = {.lex_state = 13, .external_lex_state = 13}, + [1278] = {.lex_state = 13, .external_lex_state = 2}, + [1279] = {.lex_state = 13, .external_lex_state = 12}, + [1280] = {.lex_state = 14, .external_lex_state = 13}, + [1281] = {.lex_state = 13, .external_lex_state = 12}, + [1282] = {.lex_state = 14, .external_lex_state = 13}, [1283] = {.lex_state = 13, .external_lex_state = 12}, - [1284] = {.lex_state = 13, .external_lex_state = 13}, - [1285] = {.lex_state = 13, .external_lex_state = 14}, + [1284] = {.lex_state = 14, .external_lex_state = 15}, + [1285] = {.lex_state = 13, .external_lex_state = 12}, [1286] = {.lex_state = 13, .external_lex_state = 12}, - [1287] = {.lex_state = 13, .external_lex_state = 14}, - [1288] = {.lex_state = 8, .external_lex_state = 9}, - [1289] = {.lex_state = 13, .external_lex_state = 14}, + [1287] = {.lex_state = 14, .external_lex_state = 15}, + [1288] = {.lex_state = 13, .external_lex_state = 13}, + [1289] = {.lex_state = 13, .external_lex_state = 13}, [1290] = {.lex_state = 8, .external_lex_state = 9}, - [1291] = {.lex_state = 13, .external_lex_state = 13}, - [1292] = {.lex_state = 13, .external_lex_state = 13}, - [1293] = {.lex_state = 13, .external_lex_state = 15}, - [1294] = {.lex_state = 13, .external_lex_state = 13}, - [1295] = {.lex_state = 13, .external_lex_state = 15}, - [1296] = {.lex_state = 13, .external_lex_state = 14}, + [1291] = {.lex_state = 13, .external_lex_state = 14}, + [1292] = {.lex_state = 13, .external_lex_state = 15}, + [1293] = {.lex_state = 13, .external_lex_state = 14}, + [1294] = {.lex_state = 13, .external_lex_state = 14}, + [1295] = {.lex_state = 13, .external_lex_state = 13}, + [1296] = {.lex_state = 13, .external_lex_state = 15}, [1297] = {.lex_state = 13, .external_lex_state = 14}, - [1298] = {.lex_state = 13, .external_lex_state = 15}, - [1299] = {.lex_state = 13, .external_lex_state = 14}, - [1300] = {.lex_state = 13, .external_lex_state = 13}, + [1298] = {.lex_state = 13, .external_lex_state = 13}, + [1299] = {.lex_state = 13, .external_lex_state = 15}, + [1300] = {.lex_state = 13, .external_lex_state = 14}, [1301] = {.lex_state = 13, .external_lex_state = 15}, - [1302] = {.lex_state = 13, .external_lex_state = 13}, + [1302] = {.lex_state = 13, .external_lex_state = 15}, [1303] = {.lex_state = 13, .external_lex_state = 13}, [1304] = {.lex_state = 13, .external_lex_state = 13}, [1305] = {.lex_state = 13, .external_lex_state = 13}, - [1306] = {.lex_state = 13, .external_lex_state = 15}, + [1306] = {.lex_state = 13, .external_lex_state = 13}, [1307] = {.lex_state = 13, .external_lex_state = 14}, - [1308] = {.lex_state = 13, .external_lex_state = 14}, + [1308] = {.lex_state = 13, .external_lex_state = 13}, [1309] = {.lex_state = 13, .external_lex_state = 13}, - [1310] = {.lex_state = 13, .external_lex_state = 15}, + [1310] = {.lex_state = 13, .external_lex_state = 14}, [1311] = {.lex_state = 13, .external_lex_state = 14}, [1312] = {.lex_state = 13, .external_lex_state = 13}, - [1313] = {.lex_state = 13, .external_lex_state = 14}, - [1314] = {.lex_state = 13, .external_lex_state = 15}, + [1313] = {.lex_state = 13, .external_lex_state = 13}, + [1314] = {.lex_state = 13, .external_lex_state = 13}, [1315] = {.lex_state = 13, .external_lex_state = 14}, - [1316] = {.lex_state = 13, .external_lex_state = 15}, - [1317] = {.lex_state = 13, .external_lex_state = 14}, + [1316] = {.lex_state = 13, .external_lex_state = 14}, + [1317] = {.lex_state = 13, .external_lex_state = 13}, [1318] = {.lex_state = 13, .external_lex_state = 15}, - [1319] = {.lex_state = 13, .external_lex_state = 15}, + [1319] = {.lex_state = 13, .external_lex_state = 13}, [1320] = {.lex_state = 13, .external_lex_state = 14}, [1321] = {.lex_state = 13, .external_lex_state = 13}, - [1322] = {.lex_state = 13, .external_lex_state = 14}, - [1323] = {.lex_state = 13, .external_lex_state = 15}, + [1322] = {.lex_state = 13, .external_lex_state = 13}, + [1323] = {.lex_state = 13, .external_lex_state = 13}, [1324] = {.lex_state = 13, .external_lex_state = 15}, - [1325] = {.lex_state = 13, .external_lex_state = 15}, - [1326] = {.lex_state = 13, .external_lex_state = 14}, - [1327] = {.lex_state = 13, .external_lex_state = 14}, - [1328] = {.lex_state = 13, .external_lex_state = 14}, - [1329] = {.lex_state = 13, .external_lex_state = 14}, - [1330] = {.lex_state = 13, .external_lex_state = 14}, - [1331] = {.lex_state = 13, .external_lex_state = 14}, - [1332] = {.lex_state = 14, .external_lex_state = 13}, - [1333] = {.lex_state = 14, .external_lex_state = 13}, - [1334] = {.lex_state = 14, .external_lex_state = 13}, - [1335] = {.lex_state = 13, .external_lex_state = 14}, + [1325] = {.lex_state = 13, .external_lex_state = 13}, + [1326] = {.lex_state = 13, .external_lex_state = 15}, + [1327] = {.lex_state = 13, .external_lex_state = 15}, + [1328] = {.lex_state = 13, .external_lex_state = 13}, + [1329] = {.lex_state = 13, .external_lex_state = 15}, + [1330] = {.lex_state = 13, .external_lex_state = 15}, + [1331] = {.lex_state = 13, .external_lex_state = 15}, + [1332] = {.lex_state = 13, .external_lex_state = 15}, + [1333] = {.lex_state = 13, .external_lex_state = 15}, + [1334] = {.lex_state = 13, .external_lex_state = 13}, + [1335] = {.lex_state = 13, .external_lex_state = 15}, [1336] = {.lex_state = 13, .external_lex_state = 14}, - [1337] = {.lex_state = 13, .external_lex_state = 14}, - [1338] = {.lex_state = 13, .external_lex_state = 14}, + [1337] = {.lex_state = 13, .external_lex_state = 15}, + [1338] = {.lex_state = 13, .external_lex_state = 15}, [1339] = {.lex_state = 13, .external_lex_state = 13}, [1340] = {.lex_state = 13, .external_lex_state = 13}, - [1341] = {.lex_state = 13, .external_lex_state = 14}, - [1342] = {.lex_state = 13, .external_lex_state = 14}, - [1343] = {.lex_state = 13, .external_lex_state = 13}, - [1344] = {.lex_state = 13, .external_lex_state = 13}, - [1345] = {.lex_state = 13, .external_lex_state = 13}, - [1346] = {.lex_state = 13, .external_lex_state = 9}, + [1341] = {.lex_state = 13, .external_lex_state = 13}, + [1342] = {.lex_state = 13, .external_lex_state = 13}, + [1343] = {.lex_state = 13, .external_lex_state = 14}, + [1344] = {.lex_state = 13, .external_lex_state = 15}, + [1345] = {.lex_state = 13, .external_lex_state = 9}, + [1346] = {.lex_state = 13, .external_lex_state = 13}, [1347] = {.lex_state = 13, .external_lex_state = 14}, - [1348] = {.lex_state = 13, .external_lex_state = 15}, - [1349] = {.lex_state = 13, .external_lex_state = 14}, - [1350] = {.lex_state = 13, .external_lex_state = 14}, - [1351] = {.lex_state = 13, .external_lex_state = 14}, - [1352] = {.lex_state = 13, .external_lex_state = 13}, - [1353] = {.lex_state = 13, .external_lex_state = 14}, - [1354] = {.lex_state = 13, .external_lex_state = 14}, - [1355] = {.lex_state = 13, .external_lex_state = 14}, + [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 = 14}, + [1353] = {.lex_state = 8, .external_lex_state = 9}, + [1354] = {.lex_state = 8, .external_lex_state = 9}, + [1355] = {.lex_state = 13, .external_lex_state = 15}, [1356] = {.lex_state = 13, .external_lex_state = 14}, - [1357] = {.lex_state = 14, .external_lex_state = 14}, - [1358] = {.lex_state = 14, .external_lex_state = 14}, - [1359] = {.lex_state = 14, .external_lex_state = 14}, - [1360] = {.lex_state = 13, .external_lex_state = 14}, + [1357] = {.lex_state = 13, .external_lex_state = 13}, + [1358] = {.lex_state = 14, .external_lex_state = 13}, + [1359] = {.lex_state = 14, .external_lex_state = 13}, + [1360] = {.lex_state = 14, .external_lex_state = 13}, [1361] = {.lex_state = 13, .external_lex_state = 14}, - [1362] = {.lex_state = 13, .external_lex_state = 13}, + [1362] = {.lex_state = 13, .external_lex_state = 14}, [1363] = {.lex_state = 13, .external_lex_state = 15}, - [1364] = {.lex_state = 13, .external_lex_state = 14}, + [1364] = {.lex_state = 13, .external_lex_state = 15}, [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 = 13, .external_lex_state = 13}, + [1366] = {.lex_state = 13, .external_lex_state = 15}, + [1367] = {.lex_state = 13, .external_lex_state = 14}, + [1368] = {.lex_state = 13, .external_lex_state = 14}, [1369] = {.lex_state = 13, .external_lex_state = 13}, - [1370] = {.lex_state = 13, .external_lex_state = 13}, + [1370] = {.lex_state = 13, .external_lex_state = 14}, [1371] = {.lex_state = 13, .external_lex_state = 15}, - [1372] = {.lex_state = 13, .external_lex_state = 13}, - [1373] = {.lex_state = 13, .external_lex_state = 14}, + [1372] = {.lex_state = 13, .external_lex_state = 14}, + [1373] = {.lex_state = 13, .external_lex_state = 15}, [1374] = {.lex_state = 13, .external_lex_state = 13}, - [1375] = {.lex_state = 13, .external_lex_state = 13}, - [1376] = {.lex_state = 13, .external_lex_state = 14}, - [1377] = {.lex_state = 13, .external_lex_state = 14}, - [1378] = {.lex_state = 13, .external_lex_state = 14}, - [1379] = {.lex_state = 13, .external_lex_state = 14}, - [1380] = {.lex_state = 13, .external_lex_state = 14}, - [1381] = {.lex_state = 13, .external_lex_state = 15}, + [1375] = {.lex_state = 13, .external_lex_state = 14}, + [1376] = {.lex_state = 8, .external_lex_state = 9}, + [1377] = {.lex_state = 13, .external_lex_state = 13}, + [1378] = {.lex_state = 13, .external_lex_state = 13}, + [1379] = {.lex_state = 13, .external_lex_state = 13}, + [1380] = {.lex_state = 13, .external_lex_state = 13}, + [1381] = {.lex_state = 13, .external_lex_state = 13}, [1382] = {.lex_state = 13, .external_lex_state = 15}, - [1383] = {.lex_state = 13, .external_lex_state = 14}, - [1384] = {.lex_state = 13, .external_lex_state = 14}, - [1385] = {.lex_state = 13, .external_lex_state = 14}, - [1386] = {.lex_state = 13, .external_lex_state = 14}, - [1387] = {.lex_state = 13, .external_lex_state = 14}, - [1388] = {.lex_state = 13, .external_lex_state = 14}, - [1389] = {.lex_state = 13, .external_lex_state = 14}, - [1390] = {.lex_state = 13, .external_lex_state = 14}, - [1391] = {.lex_state = 13, .external_lex_state = 13}, - [1392] = {.lex_state = 13, .external_lex_state = 13}, - [1393] = {.lex_state = 13, .external_lex_state = 13}, - [1394] = {.lex_state = 13, .external_lex_state = 14}, - [1395] = {.lex_state = 13, .external_lex_state = 14}, - [1396] = {.lex_state = 13, .external_lex_state = 14}, + [1383] = {.lex_state = 13, .external_lex_state = 15}, + [1384] = {.lex_state = 13, .external_lex_state = 15}, + [1385] = {.lex_state = 13, .external_lex_state = 13}, + [1386] = {.lex_state = 13, .external_lex_state = 15}, + [1387] = {.lex_state = 13, .external_lex_state = 15}, + [1388] = {.lex_state = 13, .external_lex_state = 13}, + [1389] = {.lex_state = 13, .external_lex_state = 15}, + [1390] = {.lex_state = 13, .external_lex_state = 15}, + [1391] = {.lex_state = 13, .external_lex_state = 14}, + [1392] = {.lex_state = 13, .external_lex_state = 15}, + [1393] = {.lex_state = 13, .external_lex_state = 14}, + [1394] = {.lex_state = 13, .external_lex_state = 15}, + [1395] = {.lex_state = 13, .external_lex_state = 13}, + [1396] = {.lex_state = 13, .external_lex_state = 13}, [1397] = {.lex_state = 13, .external_lex_state = 13}, - [1398] = {.lex_state = 13, .external_lex_state = 15}, + [1398] = {.lex_state = 13, .external_lex_state = 13}, [1399] = {.lex_state = 13, .external_lex_state = 14}, - [1400] = {.lex_state = 13, .external_lex_state = 14}, - [1401] = {.lex_state = 13, .external_lex_state = 15}, + [1400] = {.lex_state = 13, .external_lex_state = 15}, + [1401] = {.lex_state = 13, .external_lex_state = 14}, [1402] = {.lex_state = 13, .external_lex_state = 14}, - [1403] = {.lex_state = 13, .external_lex_state = 14}, - [1404] = {.lex_state = 13, .external_lex_state = 13}, - [1405] = {.lex_state = 13, .external_lex_state = 13}, + [1403] = {.lex_state = 13, .external_lex_state = 13}, + [1404] = {.lex_state = 13, .external_lex_state = 14}, + [1405] = {.lex_state = 13, .external_lex_state = 15}, [1406] = {.lex_state = 13, .external_lex_state = 15}, - [1407] = {.lex_state = 13, .external_lex_state = 14}, - [1408] = {.lex_state = 13, .external_lex_state = 14}, + [1407] = {.lex_state = 13, .external_lex_state = 13}, + [1408] = {.lex_state = 13, .external_lex_state = 13}, [1409] = {.lex_state = 13, .external_lex_state = 14}, - [1410] = {.lex_state = 13, .external_lex_state = 15}, - [1411] = {.lex_state = 8, .external_lex_state = 9}, - [1412] = {.lex_state = 8, .external_lex_state = 9}, + [1410] = {.lex_state = 13, .external_lex_state = 14}, + [1411] = {.lex_state = 13, .external_lex_state = 13}, + [1412] = {.lex_state = 13, .external_lex_state = 13}, [1413] = {.lex_state = 13, .external_lex_state = 13}, - [1414] = {.lex_state = 13, .external_lex_state = 15}, - [1415] = {.lex_state = 13, .external_lex_state = 15}, - [1416] = {.lex_state = 13, .external_lex_state = 15}, - [1417] = {.lex_state = 13, .external_lex_state = 15}, - [1418] = {.lex_state = 13, .external_lex_state = 15}, - [1419] = {.lex_state = 13, .external_lex_state = 15}, - [1420] = {.lex_state = 13, .external_lex_state = 13}, - [1421] = {.lex_state = 13, .external_lex_state = 14}, - [1422] = {.lex_state = 13, .external_lex_state = 15}, - [1423] = {.lex_state = 13, .external_lex_state = 14}, - [1424] = {.lex_state = 13, .external_lex_state = 14}, + [1414] = {.lex_state = 13, .external_lex_state = 13}, + [1415] = {.lex_state = 13, .external_lex_state = 13}, + [1416] = {.lex_state = 13, .external_lex_state = 13}, + [1417] = {.lex_state = 13, .external_lex_state = 13}, + [1418] = {.lex_state = 14, .external_lex_state = 15}, + [1419] = {.lex_state = 14, .external_lex_state = 15}, + [1420] = {.lex_state = 14, .external_lex_state = 15}, + [1421] = {.lex_state = 13, .external_lex_state = 13}, + [1422] = {.lex_state = 13, .external_lex_state = 13}, + [1423] = {.lex_state = 13, .external_lex_state = 13}, + [1424] = {.lex_state = 13, .external_lex_state = 8}, [1425] = {.lex_state = 13, .external_lex_state = 15}, - [1426] = {.lex_state = 13, .external_lex_state = 14}, + [1426] = {.lex_state = 13, .external_lex_state = 15}, [1427] = {.lex_state = 13, .external_lex_state = 15}, [1428] = {.lex_state = 13, .external_lex_state = 13}, [1429] = {.lex_state = 13, .external_lex_state = 13}, [1430] = {.lex_state = 13, .external_lex_state = 13}, [1431] = {.lex_state = 13, .external_lex_state = 13}, - [1432] = {.lex_state = 13, .external_lex_state = 14}, - [1433] = {.lex_state = 13, .external_lex_state = 15}, - [1434] = {.lex_state = 13, .external_lex_state = 14}, - [1435] = {.lex_state = 13, .external_lex_state = 15}, - [1436] = {.lex_state = 13, .external_lex_state = 14}, - [1437] = {.lex_state = 13, .external_lex_state = 14}, - [1438] = {.lex_state = 13, .external_lex_state = 14}, + [1432] = {.lex_state = 13, .external_lex_state = 13}, + [1433] = {.lex_state = 13, .external_lex_state = 13}, + [1434] = {.lex_state = 13, .external_lex_state = 13}, + [1435] = {.lex_state = 13, .external_lex_state = 14}, + [1436] = {.lex_state = 13, .external_lex_state = 13}, + [1437] = {.lex_state = 13, .external_lex_state = 8}, + [1438] = {.lex_state = 13, .external_lex_state = 13}, [1439] = {.lex_state = 13, .external_lex_state = 14}, [1440] = {.lex_state = 13, .external_lex_state = 15}, - [1441] = {.lex_state = 13, .external_lex_state = 8}, - [1442] = {.lex_state = 13, .external_lex_state = 13}, - [1443] = {.lex_state = 13, .external_lex_state = 13}, - [1444] = {.lex_state = 13, .external_lex_state = 14}, - [1445] = {.lex_state = 13, .external_lex_state = 8}, - [1446] = {.lex_state = 13, .external_lex_state = 15}, - [1447] = {.lex_state = 13, .external_lex_state = 15}, - [1448] = {.lex_state = 8, .external_lex_state = 9}, - [1449] = {.lex_state = 8, .external_lex_state = 9}, + [1441] = {.lex_state = 13, .external_lex_state = 14}, + [1442] = {.lex_state = 13, .external_lex_state = 14}, + [1443] = {.lex_state = 8, .external_lex_state = 9}, + [1444] = {.lex_state = 13, .external_lex_state = 15}, + [1445] = {.lex_state = 13, .external_lex_state = 13}, + [1446] = {.lex_state = 8, .external_lex_state = 9}, + [1447] = {.lex_state = 13, .external_lex_state = 14}, + [1448] = {.lex_state = 13, .external_lex_state = 13}, + [1449] = {.lex_state = 13, .external_lex_state = 13}, [1450] = {.lex_state = 13, .external_lex_state = 13}, - [1451] = {.lex_state = 13, .external_lex_state = 13}, - [1452] = {.lex_state = 13, .external_lex_state = 13}, - [1453] = {.lex_state = 13, .external_lex_state = 13}, - [1454] = {.lex_state = 14, .external_lex_state = 13}, - [1455] = {.lex_state = 14, .external_lex_state = 13}, - [1456] = {.lex_state = 14, .external_lex_state = 13}, - [1457] = {.lex_state = 13, .external_lex_state = 13}, - [1458] = {.lex_state = 13, .external_lex_state = 13}, - [1459] = {.lex_state = 13, .external_lex_state = 13}, - [1460] = {.lex_state = 13, .external_lex_state = 13}, - [1461] = {.lex_state = 13, .external_lex_state = 13}, - [1462] = {.lex_state = 14, .external_lex_state = 14}, + [1451] = {.lex_state = 13, .external_lex_state = 15}, + [1452] = {.lex_state = 13, .external_lex_state = 15}, + [1453] = {.lex_state = 13, .external_lex_state = 15}, + [1454] = {.lex_state = 13, .external_lex_state = 15}, + [1455] = {.lex_state = 13, .external_lex_state = 15}, + [1456] = {.lex_state = 14, .external_lex_state = 15}, + [1457] = {.lex_state = 14, .external_lex_state = 15}, + [1458] = {.lex_state = 14, .external_lex_state = 15}, + [1459] = {.lex_state = 14, .external_lex_state = 12}, + [1460] = {.lex_state = 14, .external_lex_state = 12}, + [1461] = {.lex_state = 14, .external_lex_state = 12}, + [1462] = {.lex_state = 13, .external_lex_state = 15}, [1463] = {.lex_state = 13, .external_lex_state = 15}, - [1464] = {.lex_state = 13, .external_lex_state = 13}, - [1465] = {.lex_state = 13, .external_lex_state = 13}, - [1466] = {.lex_state = 13, .external_lex_state = 13}, - [1467] = {.lex_state = 13, .external_lex_state = 13}, - [1468] = {.lex_state = 13, .external_lex_state = 13}, - [1469] = {.lex_state = 13, .external_lex_state = 13}, - [1470] = {.lex_state = 13, .external_lex_state = 13}, - [1471] = {.lex_state = 13, .external_lex_state = 13}, - [1472] = {.lex_state = 14, .external_lex_state = 12}, - [1473] = {.lex_state = 14, .external_lex_state = 12}, - [1474] = {.lex_state = 14, .external_lex_state = 12}, - [1475] = {.lex_state = 13, .external_lex_state = 13}, - [1476] = {.lex_state = 13, .external_lex_state = 13}, - [1477] = {.lex_state = 13, .external_lex_state = 13}, - [1478] = {.lex_state = 13, .external_lex_state = 13}, - [1479] = {.lex_state = 13, .external_lex_state = 13}, - [1480] = {.lex_state = 13, .external_lex_state = 13}, - [1481] = {.lex_state = 13, .external_lex_state = 13}, - [1482] = {.lex_state = 14, .external_lex_state = 14}, - [1483] = {.lex_state = 13, .external_lex_state = 13}, - [1484] = {.lex_state = 13, .external_lex_state = 13}, - [1485] = {.lex_state = 13, .external_lex_state = 13}, - [1486] = {.lex_state = 13, .external_lex_state = 13}, - [1487] = {.lex_state = 13, .external_lex_state = 13}, - [1488] = {.lex_state = 13, .external_lex_state = 13}, - [1489] = {.lex_state = 14, .external_lex_state = 14}, - [1490] = {.lex_state = 13, .external_lex_state = 13}, - [1491] = {.lex_state = 13, .external_lex_state = 13}, - [1492] = {.lex_state = 13, .external_lex_state = 13}, - [1493] = {.lex_state = 13, .external_lex_state = 13}, - [1494] = {.lex_state = 13, .external_lex_state = 13}, - [1495] = {.lex_state = 13, .external_lex_state = 13}, - [1496] = {.lex_state = 13, .external_lex_state = 13}, - [1497] = {.lex_state = 8, .external_lex_state = 15}, - [1498] = {.lex_state = 8, .external_lex_state = 15}, - [1499] = {.lex_state = 8, .external_lex_state = 15}, - [1500] = {.lex_state = 8, .external_lex_state = 15}, - [1501] = {.lex_state = 8, .external_lex_state = 15}, - [1502] = {.lex_state = 13, .external_lex_state = 14}, - [1503] = {.lex_state = 8, .external_lex_state = 15}, - [1504] = {.lex_state = 8, .external_lex_state = 15}, - [1505] = {.lex_state = 8, .external_lex_state = 15}, - [1506] = {.lex_state = 8, .external_lex_state = 15}, - [1507] = {.lex_state = 8, .external_lex_state = 15}, - [1508] = {.lex_state = 13, .external_lex_state = 13}, + [1464] = {.lex_state = 13, .external_lex_state = 14}, + [1465] = {.lex_state = 13, .external_lex_state = 15}, + [1466] = {.lex_state = 13, .external_lex_state = 15}, + [1467] = {.lex_state = 13, .external_lex_state = 15}, + [1468] = {.lex_state = 13, .external_lex_state = 15}, + [1469] = {.lex_state = 13, .external_lex_state = 15}, + [1470] = {.lex_state = 13, .external_lex_state = 15}, + [1471] = {.lex_state = 13, .external_lex_state = 15}, + [1472] = {.lex_state = 14, .external_lex_state = 13}, + [1473] = {.lex_state = 13, .external_lex_state = 15}, + [1474] = {.lex_state = 13, .external_lex_state = 15}, + [1475] = {.lex_state = 14, .external_lex_state = 13}, + [1476] = {.lex_state = 13, .external_lex_state = 15}, + [1477] = {.lex_state = 13, .external_lex_state = 15}, + [1478] = {.lex_state = 13, .external_lex_state = 15}, + [1479] = {.lex_state = 13, .external_lex_state = 15}, + [1480] = {.lex_state = 13, .external_lex_state = 15}, + [1481] = {.lex_state = 13, .external_lex_state = 15}, + [1482] = {.lex_state = 14, .external_lex_state = 13}, + [1483] = {.lex_state = 13, .external_lex_state = 15}, + [1484] = {.lex_state = 13, .external_lex_state = 15}, + [1485] = {.lex_state = 13, .external_lex_state = 15}, + [1486] = {.lex_state = 13, .external_lex_state = 15}, + [1487] = {.lex_state = 13, .external_lex_state = 15}, + [1488] = {.lex_state = 13, .external_lex_state = 15}, + [1489] = {.lex_state = 13, .external_lex_state = 15}, + [1490] = {.lex_state = 13, .external_lex_state = 15}, + [1491] = {.lex_state = 13, .external_lex_state = 15}, + [1492] = {.lex_state = 13, .external_lex_state = 15}, + [1493] = {.lex_state = 13, .external_lex_state = 15}, + [1494] = {.lex_state = 13, .external_lex_state = 15}, + [1495] = {.lex_state = 13, .external_lex_state = 15}, + [1496] = {.lex_state = 13, .external_lex_state = 15}, + [1497] = {.lex_state = 13, .external_lex_state = 15}, + [1498] = {.lex_state = 13, .external_lex_state = 15}, + [1499] = {.lex_state = 8, .external_lex_state = 14}, + [1500] = {.lex_state = 8, .external_lex_state = 14}, + [1501] = {.lex_state = 8, .external_lex_state = 14}, + [1502] = {.lex_state = 8, .external_lex_state = 14}, + [1503] = {.lex_state = 8, .external_lex_state = 14}, + [1504] = {.lex_state = 8, .external_lex_state = 14}, + [1505] = {.lex_state = 13, .external_lex_state = 13}, + [1506] = {.lex_state = 8, .external_lex_state = 14}, + [1507] = {.lex_state = 8, .external_lex_state = 14}, + [1508] = {.lex_state = 8, .external_lex_state = 14}, [1509] = {.lex_state = 13, .external_lex_state = 12}, - [1510] = {.lex_state = 8, .external_lex_state = 15}, - [1511] = {.lex_state = 8, .external_lex_state = 15}, - [1512] = {.lex_state = 8, .external_lex_state = 15}, - [1513] = {.lex_state = 8, .external_lex_state = 15}, - [1514] = {.lex_state = 8, .external_lex_state = 15}, - [1515] = {.lex_state = 8, .external_lex_state = 15}, - [1516] = {.lex_state = 12, .external_lex_state = 2}, + [1510] = {.lex_state = 8, .external_lex_state = 14}, + [1511] = {.lex_state = 8, .external_lex_state = 14}, + [1512] = {.lex_state = 8, .external_lex_state = 14}, + [1513] = {.lex_state = 8, .external_lex_state = 14}, + [1514] = {.lex_state = 8, .external_lex_state = 14}, + [1515] = {.lex_state = 8, .external_lex_state = 14}, + [1516] = {.lex_state = 8, .external_lex_state = 14}, [1517] = {.lex_state = 12, .external_lex_state = 2}, - [1518] = {.lex_state = 5, .external_lex_state = 7}, + [1518] = {.lex_state = 12, .external_lex_state = 2}, [1519] = {.lex_state = 5, .external_lex_state = 8}, [1520] = {.lex_state = 5, .external_lex_state = 7}, [1521] = {.lex_state = 5, .external_lex_state = 7}, - [1522] = {.lex_state = 5, .external_lex_state = 8}, - [1523] = {.lex_state = 5, .external_lex_state = 7}, + [1522] = {.lex_state = 5, .external_lex_state = 7}, + [1523] = {.lex_state = 5, .external_lex_state = 8}, [1524] = {.lex_state = 5, .external_lex_state = 7}, [1525] = {.lex_state = 5, .external_lex_state = 8}, - [1526] = {.lex_state = 5, .external_lex_state = 8}, - [1527] = {.lex_state = 5, .external_lex_state = 7}, - [1528] = {.lex_state = 5, .external_lex_state = 7}, - [1529] = {.lex_state = 5, .external_lex_state = 8}, + [1526] = {.lex_state = 5, .external_lex_state = 7}, + [1527] = {.lex_state = 5, .external_lex_state = 8}, + [1528] = {.lex_state = 5, .external_lex_state = 8}, + [1529] = {.lex_state = 5, .external_lex_state = 7}, [1530] = {.lex_state = 5, .external_lex_state = 7}, [1531] = {.lex_state = 5, .external_lex_state = 7}, [1532] = {.lex_state = 5, .external_lex_state = 7}, - [1533] = {.lex_state = 5, .external_lex_state = 8}, - [1534] = {.lex_state = 5, .external_lex_state = 7}, + [1533] = {.lex_state = 5, .external_lex_state = 7}, + [1534] = {.lex_state = 5, .external_lex_state = 8}, [1535] = {.lex_state = 5, .external_lex_state = 7}, [1536] = {.lex_state = 5, .external_lex_state = 7}, [1537] = {.lex_state = 5, .external_lex_state = 8}, @@ -9059,23 +9060,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1540] = {.lex_state = 5, .external_lex_state = 8}, [1541] = {.lex_state = 5, .external_lex_state = 7}, [1542] = {.lex_state = 5, .external_lex_state = 7}, - [1543] = {.lex_state = 5, .external_lex_state = 7}, - [1544] = {.lex_state = 5, .external_lex_state = 8}, + [1543] = {.lex_state = 5, .external_lex_state = 8}, + [1544] = {.lex_state = 5, .external_lex_state = 7}, [1545] = {.lex_state = 5, .external_lex_state = 7}, - [1546] = {.lex_state = 5, .external_lex_state = 8}, - [1547] = {.lex_state = 5, .external_lex_state = 8}, + [1546] = {.lex_state = 5, .external_lex_state = 7}, + [1547] = {.lex_state = 5, .external_lex_state = 7}, [1548] = {.lex_state = 5, .external_lex_state = 7}, [1549] = {.lex_state = 5, .external_lex_state = 7}, - [1550] = {.lex_state = 5, .external_lex_state = 7}, - [1551] = {.lex_state = 5, .external_lex_state = 8}, + [1550] = {.lex_state = 5, .external_lex_state = 8}, + [1551] = {.lex_state = 5, .external_lex_state = 7}, [1552] = {.lex_state = 5, .external_lex_state = 7}, - [1553] = {.lex_state = 5, .external_lex_state = 7}, - [1554] = {.lex_state = 5, .external_lex_state = 2}, + [1553] = {.lex_state = 5, .external_lex_state = 8}, + [1554] = {.lex_state = 5, .external_lex_state = 8}, [1555] = {.lex_state = 5, .external_lex_state = 2}, [1556] = {.lex_state = 5, .external_lex_state = 2}, [1557] = {.lex_state = 5, .external_lex_state = 2}, [1558] = {.lex_state = 5, .external_lex_state = 2}, - [1559] = {.lex_state = 5, .external_lex_state = 6}, + [1559] = {.lex_state = 5, .external_lex_state = 2}, [1560] = {.lex_state = 5, .external_lex_state = 6}, [1561] = {.lex_state = 5, .external_lex_state = 6}, [1562] = {.lex_state = 5, .external_lex_state = 6}, @@ -9095,7 +9096,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1576] = {.lex_state = 5, .external_lex_state = 6}, [1577] = {.lex_state = 5, .external_lex_state = 6}, [1578] = {.lex_state = 5, .external_lex_state = 6}, - [1579] = {.lex_state = 5, .external_lex_state = 2}, + [1579] = {.lex_state = 5, .external_lex_state = 6}, [1580] = {.lex_state = 5, .external_lex_state = 2}, [1581] = {.lex_state = 5, .external_lex_state = 2}, [1582] = {.lex_state = 5, .external_lex_state = 2}, @@ -9104,212 +9105,212 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1585] = {.lex_state = 5, .external_lex_state = 2}, [1586] = {.lex_state = 5, .external_lex_state = 2}, [1587] = {.lex_state = 5, .external_lex_state = 2}, - [1588] = {.lex_state = 8, .external_lex_state = 9}, + [1588] = {.lex_state = 5, .external_lex_state = 2}, [1589] = {.lex_state = 8, .external_lex_state = 9}, - [1590] = {.lex_state = 13, .external_lex_state = 12}, - [1591] = {.lex_state = 13, .external_lex_state = 12}, - [1592] = {.lex_state = 8, .external_lex_state = 14}, - [1593] = {.lex_state = 13, .external_lex_state = 12}, + [1590] = {.lex_state = 8, .external_lex_state = 9}, + [1591] = {.lex_state = 8, .external_lex_state = 14}, + [1592] = {.lex_state = 8, .external_lex_state = 13}, + [1593] = {.lex_state = 8, .external_lex_state = 14}, [1594] = {.lex_state = 13, .external_lex_state = 12}, - [1595] = {.lex_state = 8, .external_lex_state = 15}, - [1596] = {.lex_state = 8, .external_lex_state = 15}, + [1595] = {.lex_state = 13, .external_lex_state = 12}, + [1596] = {.lex_state = 13, .external_lex_state = 12}, [1597] = {.lex_state = 13, .external_lex_state = 12}, - [1598] = {.lex_state = 13, .external_lex_state = 12}, - [1599] = {.lex_state = 8, .external_lex_state = 14}, - [1600] = {.lex_state = 52, .external_lex_state = 12}, - [1601] = {.lex_state = 8, .external_lex_state = 13}, - [1602] = {.lex_state = 8, .external_lex_state = 13}, - [1603] = {.lex_state = 52, .external_lex_state = 12}, - [1604] = {.lex_state = 52, .external_lex_state = 12}, + [1598] = {.lex_state = 8, .external_lex_state = 13}, + [1599] = {.lex_state = 13, .external_lex_state = 12}, + [1600] = {.lex_state = 13, .external_lex_state = 12}, + [1601] = {.lex_state = 52, .external_lex_state = 12}, + [1602] = {.lex_state = 52, .external_lex_state = 12}, + [1603] = {.lex_state = 8, .external_lex_state = 15}, + [1604] = {.lex_state = 8, .external_lex_state = 15}, [1605] = {.lex_state = 52, .external_lex_state = 12}, - [1606] = {.lex_state = 13, .external_lex_state = 14}, - [1607] = {.lex_state = 11, .external_lex_state = 9}, - [1608] = {.lex_state = 13, .external_lex_state = 14}, - [1609] = {.lex_state = 13, .external_lex_state = 14}, - [1610] = {.lex_state = 11, .external_lex_state = 9}, - [1611] = {.lex_state = 52, .external_lex_state = 14}, - [1612] = {.lex_state = 13, .external_lex_state = 14}, - [1613] = {.lex_state = 13, .external_lex_state = 14}, - [1614] = {.lex_state = 13, .external_lex_state = 14}, - [1615] = {.lex_state = 52, .external_lex_state = 13}, - [1616] = {.lex_state = 52, .external_lex_state = 13}, - [1617] = {.lex_state = 52, .external_lex_state = 14}, - [1618] = {.lex_state = 13, .external_lex_state = 14}, - [1619] = {.lex_state = 13, .external_lex_state = 15}, + [1606] = {.lex_state = 52, .external_lex_state = 12}, + [1607] = {.lex_state = 13, .external_lex_state = 13}, + [1608] = {.lex_state = 13, .external_lex_state = 13}, + [1609] = {.lex_state = 52, .external_lex_state = 13}, + [1610] = {.lex_state = 52, .external_lex_state = 15}, + [1611] = {.lex_state = 52, .external_lex_state = 15}, + [1612] = {.lex_state = 52, .external_lex_state = 13}, + [1613] = {.lex_state = 11, .external_lex_state = 9}, + [1614] = {.lex_state = 13, .external_lex_state = 13}, + [1615] = {.lex_state = 11, .external_lex_state = 9}, + [1616] = {.lex_state = 13, .external_lex_state = 13}, + [1617] = {.lex_state = 13, .external_lex_state = 13}, + [1618] = {.lex_state = 13, .external_lex_state = 13}, + [1619] = {.lex_state = 13, .external_lex_state = 13}, [1620] = {.lex_state = 13, .external_lex_state = 14}, - [1621] = {.lex_state = 13, .external_lex_state = 13}, + [1621] = {.lex_state = 13, .external_lex_state = 14}, [1622] = {.lex_state = 13, .external_lex_state = 15}, - [1623] = {.lex_state = 13, .external_lex_state = 13}, - [1624] = {.lex_state = 13, .external_lex_state = 15}, - [1625] = {.lex_state = 11, .external_lex_state = 9}, - [1626] = {.lex_state = 13, .external_lex_state = 15}, - [1627] = {.lex_state = 13, .external_lex_state = 13}, - [1628] = {.lex_state = 13, .external_lex_state = 15}, - [1629] = {.lex_state = 13, .external_lex_state = 15}, - [1630] = {.lex_state = 13, .external_lex_state = 15}, - [1631] = {.lex_state = 13, .external_lex_state = 15}, - [1632] = {.lex_state = 13, .external_lex_state = 15}, - [1633] = {.lex_state = 13, .external_lex_state = 15}, - [1634] = {.lex_state = 13, .external_lex_state = 15}, - [1635] = {.lex_state = 13, .external_lex_state = 15}, + [1623] = {.lex_state = 13, .external_lex_state = 15}, + [1624] = {.lex_state = 13, .external_lex_state = 14}, + [1625] = {.lex_state = 13, .external_lex_state = 13}, + [1626] = {.lex_state = 13, .external_lex_state = 14}, + [1627] = {.lex_state = 11, .external_lex_state = 9}, + [1628] = {.lex_state = 13, .external_lex_state = 14}, + [1629] = {.lex_state = 13, .external_lex_state = 14}, + [1630] = {.lex_state = 13, .external_lex_state = 14}, + [1631] = {.lex_state = 13, .external_lex_state = 14}, + [1632] = {.lex_state = 13, .external_lex_state = 14}, + [1633] = {.lex_state = 13, .external_lex_state = 14}, + [1634] = {.lex_state = 13, .external_lex_state = 14}, + [1635] = {.lex_state = 13, .external_lex_state = 13}, [1636] = {.lex_state = 13, .external_lex_state = 14}, - [1637] = {.lex_state = 11, .external_lex_state = 9}, + [1637] = {.lex_state = 13, .external_lex_state = 14}, [1638] = {.lex_state = 13, .external_lex_state = 15}, - [1639] = {.lex_state = 13, .external_lex_state = 15}, + [1639] = {.lex_state = 13, .external_lex_state = 14}, [1640] = {.lex_state = 13, .external_lex_state = 14}, - [1641] = {.lex_state = 13, .external_lex_state = 14}, - [1642] = {.lex_state = 13, .external_lex_state = 15}, - [1643] = {.lex_state = 13, .external_lex_state = 15}, - [1644] = {.lex_state = 11, .external_lex_state = 9}, - [1645] = {.lex_state = 13, .external_lex_state = 14}, - [1646] = {.lex_state = 13, .external_lex_state = 15}, + [1641] = {.lex_state = 13, .external_lex_state = 15}, + [1642] = {.lex_state = 13, .external_lex_state = 14}, + [1643] = {.lex_state = 13, .external_lex_state = 13}, + [1644] = {.lex_state = 13, .external_lex_state = 14}, + [1645] = {.lex_state = 13, .external_lex_state = 15}, + [1646] = {.lex_state = 13, .external_lex_state = 14}, [1647] = {.lex_state = 11, .external_lex_state = 9}, - [1648] = {.lex_state = 13, .external_lex_state = 13}, - [1649] = {.lex_state = 13, .external_lex_state = 15}, - [1650] = {.lex_state = 13, .external_lex_state = 13}, - [1651] = {.lex_state = 13, .external_lex_state = 15}, + [1648] = {.lex_state = 11, .external_lex_state = 9}, + [1649] = {.lex_state = 13, .external_lex_state = 14}, + [1650] = {.lex_state = 13, .external_lex_state = 14}, + [1651] = {.lex_state = 13, .external_lex_state = 13}, [1652] = {.lex_state = 13, .external_lex_state = 15}, - [1653] = {.lex_state = 13, .external_lex_state = 13}, - [1654] = {.lex_state = 13, .external_lex_state = 15}, - [1655] = {.lex_state = 13, .external_lex_state = 15}, - [1656] = {.lex_state = 11, .external_lex_state = 15}, - [1657] = {.lex_state = 12, .external_lex_state = 15}, - [1658] = {.lex_state = 11, .external_lex_state = 15}, - [1659] = {.lex_state = 11, .external_lex_state = 15}, - [1660] = {.lex_state = 11, .external_lex_state = 9}, - [1661] = {.lex_state = 12, .external_lex_state = 15}, - [1662] = {.lex_state = 11, .external_lex_state = 15}, - [1663] = {.lex_state = 11, .external_lex_state = 15}, - [1664] = {.lex_state = 12, .external_lex_state = 15}, - [1665] = {.lex_state = 12, .external_lex_state = 15}, - [1666] = {.lex_state = 12, .external_lex_state = 15}, - [1667] = {.lex_state = 12, .external_lex_state = 15}, - [1668] = {.lex_state = 11, .external_lex_state = 15}, - [1669] = {.lex_state = 12, .external_lex_state = 15}, - [1670] = {.lex_state = 11, .external_lex_state = 15}, - [1671] = {.lex_state = 12, .external_lex_state = 15}, - [1672] = {.lex_state = 12, .external_lex_state = 15}, - [1673] = {.lex_state = 11, .external_lex_state = 15}, - [1674] = {.lex_state = 12, .external_lex_state = 15}, - [1675] = {.lex_state = 12, .external_lex_state = 15}, - [1676] = {.lex_state = 5, .external_lex_state = 14}, - [1677] = {.lex_state = 12, .external_lex_state = 15}, - [1678] = {.lex_state = 5, .external_lex_state = 14}, - [1679] = {.lex_state = 5, .external_lex_state = 14}, - [1680] = {.lex_state = 11, .external_lex_state = 15}, - [1681] = {.lex_state = 12, .external_lex_state = 15}, - [1682] = {.lex_state = 5, .external_lex_state = 15}, - [1683] = {.lex_state = 5, .external_lex_state = 15}, - [1684] = {.lex_state = 52, .external_lex_state = 12}, - [1685] = {.lex_state = 8, .external_lex_state = 9}, + [1653] = {.lex_state = 13, .external_lex_state = 14}, + [1654] = {.lex_state = 13, .external_lex_state = 14}, + [1655] = {.lex_state = 13, .external_lex_state = 13}, + [1656] = {.lex_state = 11, .external_lex_state = 9}, + [1657] = {.lex_state = 11, .external_lex_state = 14}, + [1658] = {.lex_state = 12, .external_lex_state = 14}, + [1659] = {.lex_state = 11, .external_lex_state = 14}, + [1660] = {.lex_state = 12, .external_lex_state = 14}, + [1661] = {.lex_state = 11, .external_lex_state = 9}, + [1662] = {.lex_state = 11, .external_lex_state = 14}, + [1663] = {.lex_state = 11, .external_lex_state = 14}, + [1664] = {.lex_state = 12, .external_lex_state = 14}, + [1665] = {.lex_state = 12, .external_lex_state = 14}, + [1666] = {.lex_state = 12, .external_lex_state = 14}, + [1667] = {.lex_state = 11, .external_lex_state = 14}, + [1668] = {.lex_state = 11, .external_lex_state = 14}, + [1669] = {.lex_state = 12, .external_lex_state = 14}, + [1670] = {.lex_state = 12, .external_lex_state = 14}, + [1671] = {.lex_state = 12, .external_lex_state = 14}, + [1672] = {.lex_state = 12, .external_lex_state = 14}, + [1673] = {.lex_state = 11, .external_lex_state = 14}, + [1674] = {.lex_state = 12, .external_lex_state = 14}, + [1675] = {.lex_state = 11, .external_lex_state = 14}, + [1676] = {.lex_state = 12, .external_lex_state = 14}, + [1677] = {.lex_state = 5, .external_lex_state = 13}, + [1678] = {.lex_state = 12, .external_lex_state = 14}, + [1679] = {.lex_state = 5, .external_lex_state = 13}, + [1680] = {.lex_state = 11, .external_lex_state = 14}, + [1681] = {.lex_state = 12, .external_lex_state = 14}, + [1682] = {.lex_state = 5, .external_lex_state = 13}, + [1683] = {.lex_state = 5, .external_lex_state = 14}, + [1684] = {.lex_state = 5, .external_lex_state = 14}, + [1685] = {.lex_state = 52, .external_lex_state = 12}, [1686] = {.lex_state = 8, .external_lex_state = 9}, [1687] = {.lex_state = 8, .external_lex_state = 9}, - [1688] = {.lex_state = 52, .external_lex_state = 12}, + [1688] = {.lex_state = 8, .external_lex_state = 9}, [1689] = {.lex_state = 52, .external_lex_state = 12}, [1690] = {.lex_state = 52, .external_lex_state = 12}, [1691] = {.lex_state = 8, .external_lex_state = 9}, [1692] = {.lex_state = 52, .external_lex_state = 12}, - [1693] = {.lex_state = 8, .external_lex_state = 9}, - [1694] = {.lex_state = 52, .external_lex_state = 12}, + [1693] = {.lex_state = 52, .external_lex_state = 12}, + [1694] = {.lex_state = 8, .external_lex_state = 9}, [1695] = {.lex_state = 52, .external_lex_state = 12}, - [1696] = {.lex_state = 8, .external_lex_state = 9}, + [1696] = {.lex_state = 52, .external_lex_state = 12}, [1697] = {.lex_state = 8, .external_lex_state = 9}, [1698] = {.lex_state = 8, .external_lex_state = 9}, [1699] = {.lex_state = 8, .external_lex_state = 9}, - [1700] = {.lex_state = 52, .external_lex_state = 12}, - [1701] = {.lex_state = 0, .external_lex_state = 16}, - [1702] = {.lex_state = 0, .external_lex_state = 16}, - [1703] = {.lex_state = 52, .external_lex_state = 14}, - [1704] = {.lex_state = 8, .external_lex_state = 9}, - [1705] = {.lex_state = 0, .external_lex_state = 16}, + [1700] = {.lex_state = 8, .external_lex_state = 9}, + [1701] = {.lex_state = 52, .external_lex_state = 12}, + [1702] = {.lex_state = 52, .external_lex_state = 13}, + [1703] = {.lex_state = 0, .external_lex_state = 16}, + [1704] = {.lex_state = 52, .external_lex_state = 13}, + [1705] = {.lex_state = 8, .external_lex_state = 9}, [1706] = {.lex_state = 0, .external_lex_state = 16}, [1707] = {.lex_state = 0, .external_lex_state = 16}, - [1708] = {.lex_state = 52, .external_lex_state = 14}, - [1709] = {.lex_state = 52, .external_lex_state = 14}, - [1710] = {.lex_state = 0, .external_lex_state = 16}, + [1708] = {.lex_state = 0, .external_lex_state = 16}, + [1709] = {.lex_state = 52, .external_lex_state = 13}, + [1710] = {.lex_state = 52, .external_lex_state = 13}, [1711] = {.lex_state = 0, .external_lex_state = 16}, - [1712] = {.lex_state = 52, .external_lex_state = 14}, + [1712] = {.lex_state = 0, .external_lex_state = 16}, [1713] = {.lex_state = 52, .external_lex_state = 13}, - [1714] = {.lex_state = 0, .external_lex_state = 16}, + [1714] = {.lex_state = 52, .external_lex_state = 15}, [1715] = {.lex_state = 0, .external_lex_state = 16}, - [1716] = {.lex_state = 52, .external_lex_state = 14}, - [1717] = {.lex_state = 52, .external_lex_state = 14}, + [1716] = {.lex_state = 0, .external_lex_state = 16}, + [1717] = {.lex_state = 52, .external_lex_state = 13}, [1718] = {.lex_state = 52, .external_lex_state = 13}, - [1719] = {.lex_state = 0, .external_lex_state = 16}, + [1719] = {.lex_state = 52, .external_lex_state = 15}, [1720] = {.lex_state = 0, .external_lex_state = 16}, - [1721] = {.lex_state = 52, .external_lex_state = 14}, - [1722] = {.lex_state = 52, .external_lex_state = 14}, + [1721] = {.lex_state = 0, .external_lex_state = 16}, + [1722] = {.lex_state = 52, .external_lex_state = 13}, [1723] = {.lex_state = 0, .external_lex_state = 16}, [1724] = {.lex_state = 0, .external_lex_state = 16}, - [1725] = {.lex_state = 52, .external_lex_state = 14}, - [1726] = {.lex_state = 52, .external_lex_state = 14}, + [1725] = {.lex_state = 52, .external_lex_state = 13}, + [1726] = {.lex_state = 52, .external_lex_state = 13}, [1727] = {.lex_state = 0, .external_lex_state = 16}, [1728] = {.lex_state = 0, .external_lex_state = 16}, - [1729] = {.lex_state = 52, .external_lex_state = 14}, - [1730] = {.lex_state = 52, .external_lex_state = 14}, + [1729] = {.lex_state = 52, .external_lex_state = 13}, + [1730] = {.lex_state = 52, .external_lex_state = 13}, [1731] = {.lex_state = 0, .external_lex_state = 16}, [1732] = {.lex_state = 0, .external_lex_state = 16}, - [1733] = {.lex_state = 0, .external_lex_state = 16}, - [1734] = {.lex_state = 52, .external_lex_state = 14}, - [1735] = {.lex_state = 52, .external_lex_state = 14}, - [1736] = {.lex_state = 52, .external_lex_state = 14}, + [1733] = {.lex_state = 52, .external_lex_state = 13}, + [1734] = {.lex_state = 0, .external_lex_state = 16}, + [1735] = {.lex_state = 52, .external_lex_state = 13}, + [1736] = {.lex_state = 52, .external_lex_state = 13}, [1737] = {.lex_state = 0, .external_lex_state = 16}, - [1738] = {.lex_state = 52, .external_lex_state = 14}, + [1738] = {.lex_state = 0, .external_lex_state = 16}, [1739] = {.lex_state = 52, .external_lex_state = 13}, - [1740] = {.lex_state = 52, .external_lex_state = 13}, - [1741] = {.lex_state = 52, .external_lex_state = 13}, - [1742] = {.lex_state = 52, .external_lex_state = 13}, - [1743] = {.lex_state = 52, .external_lex_state = 13}, - [1744] = {.lex_state = 52, .external_lex_state = 13}, - [1745] = {.lex_state = 52, .external_lex_state = 14}, - [1746] = {.lex_state = 8, .external_lex_state = 14}, - [1747] = {.lex_state = 8, .external_lex_state = 14}, - [1748] = {.lex_state = 8, .external_lex_state = 14}, - [1749] = {.lex_state = 8, .external_lex_state = 15}, - [1750] = {.lex_state = 8, .external_lex_state = 15}, + [1740] = {.lex_state = 52, .external_lex_state = 15}, + [1741] = {.lex_state = 52, .external_lex_state = 15}, + [1742] = {.lex_state = 52, .external_lex_state = 15}, + [1743] = {.lex_state = 52, .external_lex_state = 15}, + [1744] = {.lex_state = 52, .external_lex_state = 15}, + [1745] = {.lex_state = 52, .external_lex_state = 15}, + [1746] = {.lex_state = 52, .external_lex_state = 13}, + [1747] = {.lex_state = 8, .external_lex_state = 13}, + [1748] = {.lex_state = 8, .external_lex_state = 13}, + [1749] = {.lex_state = 8, .external_lex_state = 13}, + [1750] = {.lex_state = 8, .external_lex_state = 14}, [1751] = {.lex_state = 8, .external_lex_state = 14}, - [1752] = {.lex_state = 8, .external_lex_state = 14}, - [1753] = {.lex_state = 8, .external_lex_state = 14}, - [1754] = {.lex_state = 8, .external_lex_state = 14}, - [1755] = {.lex_state = 8, .external_lex_state = 14}, - [1756] = {.lex_state = 8, .external_lex_state = 15}, - [1757] = {.lex_state = 52, .external_lex_state = 12}, - [1758] = {.lex_state = 8, .external_lex_state = 15}, - [1759] = {.lex_state = 52, .external_lex_state = 12}, - [1760] = {.lex_state = 8, .external_lex_state = 14}, - [1761] = {.lex_state = 8, .external_lex_state = 14}, - [1762] = {.lex_state = 8, .external_lex_state = 15}, - [1763] = {.lex_state = 8, .external_lex_state = 9}, - [1764] = {.lex_state = 8, .external_lex_state = 15}, - [1765] = {.lex_state = 8, .external_lex_state = 15}, - [1766] = {.lex_state = 8, .external_lex_state = 15}, - [1767] = {.lex_state = 8, .external_lex_state = 15}, - [1768] = {.lex_state = 52, .external_lex_state = 12}, - [1769] = {.lex_state = 8, .external_lex_state = 13}, + [1752] = {.lex_state = 8, .external_lex_state = 13}, + [1753] = {.lex_state = 8, .external_lex_state = 13}, + [1754] = {.lex_state = 8, .external_lex_state = 13}, + [1755] = {.lex_state = 8, .external_lex_state = 13}, + [1756] = {.lex_state = 8, .external_lex_state = 13}, + [1757] = {.lex_state = 8, .external_lex_state = 14}, + [1758] = {.lex_state = 52, .external_lex_state = 12}, + [1759] = {.lex_state = 8, .external_lex_state = 14}, + [1760] = {.lex_state = 52, .external_lex_state = 12}, + [1761] = {.lex_state = 8, .external_lex_state = 13}, + [1762] = {.lex_state = 8, .external_lex_state = 13}, + [1763] = {.lex_state = 8, .external_lex_state = 14}, + [1764] = {.lex_state = 8, .external_lex_state = 9}, + [1765] = {.lex_state = 8, .external_lex_state = 14}, + [1766] = {.lex_state = 8, .external_lex_state = 14}, + [1767] = {.lex_state = 8, .external_lex_state = 14}, + [1768] = {.lex_state = 8, .external_lex_state = 14}, + [1769] = {.lex_state = 52, .external_lex_state = 12}, [1770] = {.lex_state = 8, .external_lex_state = 15}, - [1771] = {.lex_state = 52, .external_lex_state = 12}, + [1771] = {.lex_state = 8, .external_lex_state = 14}, [1772] = {.lex_state = 52, .external_lex_state = 12}, [1773] = {.lex_state = 52, .external_lex_state = 12}, [1774] = {.lex_state = 52, .external_lex_state = 12}, - [1775] = {.lex_state = 8, .external_lex_state = 15}, - [1776] = {.lex_state = 8, .external_lex_state = 15}, + [1775] = {.lex_state = 8, .external_lex_state = 14}, + [1776] = {.lex_state = 8, .external_lex_state = 14}, [1777] = {.lex_state = 52, .external_lex_state = 9}, [1778] = {.lex_state = 52, .external_lex_state = 12}, - [1779] = {.lex_state = 8, .external_lex_state = 13}, + [1779] = {.lex_state = 52, .external_lex_state = 12}, [1780] = {.lex_state = 52, .external_lex_state = 12}, [1781] = {.lex_state = 52, .external_lex_state = 12}, - [1782] = {.lex_state = 8, .external_lex_state = 13}, + [1782] = {.lex_state = 8, .external_lex_state = 15}, [1783] = {.lex_state = 52, .external_lex_state = 12}, [1784] = {.lex_state = 52, .external_lex_state = 12}, - [1785] = {.lex_state = 8, .external_lex_state = 13}, - [1786] = {.lex_state = 8, .external_lex_state = 13}, - [1787] = {.lex_state = 8, .external_lex_state = 13}, - [1788] = {.lex_state = 8, .external_lex_state = 13}, + [1785] = {.lex_state = 8, .external_lex_state = 15}, + [1786] = {.lex_state = 8, .external_lex_state = 15}, + [1787] = {.lex_state = 8, .external_lex_state = 15}, + [1788] = {.lex_state = 8, .external_lex_state = 14}, [1789] = {.lex_state = 8, .external_lex_state = 15}, - [1790] = {.lex_state = 8, .external_lex_state = 13}, - [1791] = {.lex_state = 8, .external_lex_state = 13}, + [1790] = {.lex_state = 8, .external_lex_state = 15}, + [1791] = {.lex_state = 8, .external_lex_state = 15}, [1792] = {.lex_state = 52, .external_lex_state = 12}, - [1793] = {.lex_state = 8, .external_lex_state = 13}, + [1793] = {.lex_state = 8, .external_lex_state = 15}, [1794] = {.lex_state = 52, .external_lex_state = 12}, [1795] = {.lex_state = 52, .external_lex_state = 12}, [1796] = {.lex_state = 52, .external_lex_state = 12}, @@ -9318,1035 +9319,1036 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1799] = {.lex_state = 52, .external_lex_state = 12}, [1800] = {.lex_state = 52, .external_lex_state = 12}, [1801] = {.lex_state = 52, .external_lex_state = 12}, - [1802] = {.lex_state = 8, .external_lex_state = 15}, + [1802] = {.lex_state = 8, .external_lex_state = 14}, [1803] = {.lex_state = 52, .external_lex_state = 12}, - [1804] = {.lex_state = 52, .external_lex_state = 14}, - [1805] = {.lex_state = 0, .external_lex_state = 16}, - [1806] = {.lex_state = 52, .external_lex_state = 15}, + [1804] = {.lex_state = 8, .external_lex_state = 15}, + [1805] = {.lex_state = 52, .external_lex_state = 15}, + [1806] = {.lex_state = 52, .external_lex_state = 9}, [1807] = {.lex_state = 52, .external_lex_state = 13}, [1808] = {.lex_state = 52, .external_lex_state = 9}, - [1809] = {.lex_state = 52, .external_lex_state = 13}, - [1810] = {.lex_state = 52, .external_lex_state = 9}, - [1811] = {.lex_state = 52, .external_lex_state = 13}, - [1812] = {.lex_state = 52, .external_lex_state = 13}, - [1813] = {.lex_state = 52, .external_lex_state = 13}, + [1809] = {.lex_state = 52, .external_lex_state = 9}, + [1810] = {.lex_state = 52, .external_lex_state = 15}, + [1811] = {.lex_state = 52, .external_lex_state = 15}, + [1812] = {.lex_state = 52, .external_lex_state = 9}, + [1813] = {.lex_state = 52, .external_lex_state = 12}, [1814] = {.lex_state = 52, .external_lex_state = 13}, [1815] = {.lex_state = 52, .external_lex_state = 13}, - [1816] = {.lex_state = 0, .external_lex_state = 16}, - [1817] = {.lex_state = 52, .external_lex_state = 13}, - [1818] = {.lex_state = 52, .external_lex_state = 13}, - [1819] = {.lex_state = 52, .external_lex_state = 13}, - [1820] = {.lex_state = 52, .external_lex_state = 13}, - [1821] = {.lex_state = 7, .external_lex_state = 12}, - [1822] = {.lex_state = 52, .external_lex_state = 14}, - [1823] = {.lex_state = 7, .external_lex_state = 14}, - [1824] = {.lex_state = 52, .external_lex_state = 13}, - [1825] = {.lex_state = 52, .external_lex_state = 13}, - [1826] = {.lex_state = 52, .external_lex_state = 14}, - [1827] = {.lex_state = 9, .external_lex_state = 17}, - [1828] = {.lex_state = 52, .external_lex_state = 13}, - [1829] = {.lex_state = 52, .external_lex_state = 13}, - [1830] = {.lex_state = 9, .external_lex_state = 17}, - [1831] = {.lex_state = 52, .external_lex_state = 12}, - [1832] = {.lex_state = 52, .external_lex_state = 15}, - [1833] = {.lex_state = 7, .external_lex_state = 13}, - [1834] = {.lex_state = 52, .external_lex_state = 12}, - [1835] = {.lex_state = 52, .external_lex_state = 12}, - [1836] = {.lex_state = 52, .external_lex_state = 13}, - [1837] = {.lex_state = 52, .external_lex_state = 9}, - [1838] = {.lex_state = 52, .external_lex_state = 13}, + [1816] = {.lex_state = 52, .external_lex_state = 9}, + [1817] = {.lex_state = 0, .external_lex_state = 16}, + [1818] = {.lex_state = 0, .external_lex_state = 16}, + [1819] = {.lex_state = 52, .external_lex_state = 15}, + [1820] = {.lex_state = 52, .external_lex_state = 15}, + [1821] = {.lex_state = 52, .external_lex_state = 15}, + [1822] = {.lex_state = 52, .external_lex_state = 15}, + [1823] = {.lex_state = 52, .external_lex_state = 15}, + [1824] = {.lex_state = 52, .external_lex_state = 15}, + [1825] = {.lex_state = 52, .external_lex_state = 15}, + [1826] = {.lex_state = 52, .external_lex_state = 15}, + [1827] = {.lex_state = 52, .external_lex_state = 13}, + [1828] = {.lex_state = 52, .external_lex_state = 15}, + [1829] = {.lex_state = 52, .external_lex_state = 15}, + [1830] = {.lex_state = 52, .external_lex_state = 15}, + [1831] = {.lex_state = 7, .external_lex_state = 12}, + [1832] = {.lex_state = 52, .external_lex_state = 13}, + [1833] = {.lex_state = 52, .external_lex_state = 9}, + [1834] = {.lex_state = 52, .external_lex_state = 15}, + [1835] = {.lex_state = 52, .external_lex_state = 2}, + [1836] = {.lex_state = 52, .external_lex_state = 15}, + [1837] = {.lex_state = 9, .external_lex_state = 17}, + [1838] = {.lex_state = 9, .external_lex_state = 17}, [1839] = {.lex_state = 52, .external_lex_state = 14}, - [1840] = {.lex_state = 52, .external_lex_state = 13}, - [1841] = {.lex_state = 52, .external_lex_state = 9}, - [1842] = {.lex_state = 52, .external_lex_state = 13}, - [1843] = {.lex_state = 52, .external_lex_state = 14}, - [1844] = {.lex_state = 52, .external_lex_state = 14}, - [1845] = {.lex_state = 52, .external_lex_state = 9}, - [1846] = {.lex_state = 52, .external_lex_state = 14}, - [1847] = {.lex_state = 52, .external_lex_state = 9}, - [1848] = {.lex_state = 52, .external_lex_state = 14}, + [1840] = {.lex_state = 52, .external_lex_state = 9}, + [1841] = {.lex_state = 7, .external_lex_state = 13}, + [1842] = {.lex_state = 52, .external_lex_state = 14}, + [1843] = {.lex_state = 52, .external_lex_state = 15}, + [1844] = {.lex_state = 52, .external_lex_state = 13}, + [1845] = {.lex_state = 52, .external_lex_state = 15}, + [1846] = {.lex_state = 9, .external_lex_state = 17}, + [1847] = {.lex_state = 52, .external_lex_state = 15}, + [1848] = {.lex_state = 52, .external_lex_state = 13}, [1849] = {.lex_state = 52, .external_lex_state = 13}, - [1850] = {.lex_state = 52, .external_lex_state = 14}, + [1850] = {.lex_state = 52, .external_lex_state = 13}, [1851] = {.lex_state = 52, .external_lex_state = 13}, - [1852] = {.lex_state = 52, .external_lex_state = 14}, + [1852] = {.lex_state = 52, .external_lex_state = 15}, [1853] = {.lex_state = 52, .external_lex_state = 13}, - [1854] = {.lex_state = 52, .external_lex_state = 9}, - [1855] = {.lex_state = 52, .external_lex_state = 12}, - [1856] = {.lex_state = 52, .external_lex_state = 14}, - [1857] = {.lex_state = 52, .external_lex_state = 2}, - [1858] = {.lex_state = 52, .external_lex_state = 14}, - [1859] = {.lex_state = 52, .external_lex_state = 9}, - [1860] = {.lex_state = 8, .external_lex_state = 15}, - [1861] = {.lex_state = 9, .external_lex_state = 17}, - [1862] = {.lex_state = 52, .external_lex_state = 9}, - [1863] = {.lex_state = 9, .external_lex_state = 17}, - [1864] = {.lex_state = 52, .external_lex_state = 14}, - [1865] = {.lex_state = 52, .external_lex_state = 7}, - [1866] = {.lex_state = 7, .external_lex_state = 15}, + [1854] = {.lex_state = 52, .external_lex_state = 15}, + [1855] = {.lex_state = 9, .external_lex_state = 17}, + [1856] = {.lex_state = 52, .external_lex_state = 9}, + [1857] = {.lex_state = 52, .external_lex_state = 12}, + [1858] = {.lex_state = 7, .external_lex_state = 15}, + [1859] = {.lex_state = 52, .external_lex_state = 13}, + [1860] = {.lex_state = 52, .external_lex_state = 9}, + [1861] = {.lex_state = 8, .external_lex_state = 14}, + [1862] = {.lex_state = 52, .external_lex_state = 12}, + [1863] = {.lex_state = 52, .external_lex_state = 12}, + [1864] = {.lex_state = 52, .external_lex_state = 15}, + [1865] = {.lex_state = 7, .external_lex_state = 14}, + [1866] = {.lex_state = 52, .external_lex_state = 14}, [1867] = {.lex_state = 52, .external_lex_state = 12}, - [1868] = {.lex_state = 7, .external_lex_state = 14}, - [1869] = {.lex_state = 7, .external_lex_state = 14}, + [1868] = {.lex_state = 52, .external_lex_state = 13}, + [1869] = {.lex_state = 52, .external_lex_state = 14}, [1870] = {.lex_state = 7, .external_lex_state = 12}, - [1871] = {.lex_state = 52, .external_lex_state = 15}, - [1872] = {.lex_state = 52, .external_lex_state = 15}, - [1873] = {.lex_state = 52, .external_lex_state = 13}, - [1874] = {.lex_state = 52, .external_lex_state = 12}, - [1875] = {.lex_state = 7, .external_lex_state = 14}, - [1876] = {.lex_state = 52, .external_lex_state = 15}, - [1877] = {.lex_state = 7, .external_lex_state = 13}, - [1878] = {.lex_state = 52, .external_lex_state = 13}, - [1879] = {.lex_state = 52, .external_lex_state = 15}, - [1880] = {.lex_state = 52, .external_lex_state = 13}, - [1881] = {.lex_state = 52, .external_lex_state = 8}, - [1882] = {.lex_state = 52, .external_lex_state = 14}, - [1883] = {.lex_state = 52, .external_lex_state = 12}, - [1884] = {.lex_state = 52, .external_lex_state = 13}, - [1885] = {.lex_state = 52, .external_lex_state = 15}, + [1871] = {.lex_state = 7, .external_lex_state = 13}, + [1872] = {.lex_state = 7, .external_lex_state = 15}, + [1873] = {.lex_state = 52, .external_lex_state = 15}, + [1874] = {.lex_state = 52, .external_lex_state = 13}, + [1875] = {.lex_state = 52, .external_lex_state = 12}, + [1876] = {.lex_state = 7, .external_lex_state = 13}, + [1877] = {.lex_state = 52, .external_lex_state = 15}, + [1878] = {.lex_state = 52, .external_lex_state = 14}, + [1879] = {.lex_state = 52, .external_lex_state = 12}, + [1880] = {.lex_state = 52, .external_lex_state = 15}, + [1881] = {.lex_state = 52, .external_lex_state = 15}, + [1882] = {.lex_state = 52, .external_lex_state = 12}, + [1883] = {.lex_state = 52, .external_lex_state = 13}, + [1884] = {.lex_state = 52, .external_lex_state = 12}, + [1885] = {.lex_state = 52, .external_lex_state = 12}, [1886] = {.lex_state = 52, .external_lex_state = 14}, - [1887] = {.lex_state = 52, .external_lex_state = 12}, - [1888] = {.lex_state = 52, .external_lex_state = 12}, + [1887] = {.lex_state = 52, .external_lex_state = 13}, + [1888] = {.lex_state = 7, .external_lex_state = 15}, [1889] = {.lex_state = 52, .external_lex_state = 15}, - [1890] = {.lex_state = 7, .external_lex_state = 12}, - [1891] = {.lex_state = 52, .external_lex_state = 12}, - [1892] = {.lex_state = 52, .external_lex_state = 13}, - [1893] = {.lex_state = 52, .external_lex_state = 9}, - [1894] = {.lex_state = 7, .external_lex_state = 13}, - [1895] = {.lex_state = 52, .external_lex_state = 13}, - [1896] = {.lex_state = 52, .external_lex_state = 13}, - [1897] = {.lex_state = 52, .external_lex_state = 12}, - [1898] = {.lex_state = 52, .external_lex_state = 13}, - [1899] = {.lex_state = 52, .external_lex_state = 9}, - [1900] = {.lex_state = 52, .external_lex_state = 6}, - [1901] = {.lex_state = 52, .external_lex_state = 15}, + [1890] = {.lex_state = 52, .external_lex_state = 14}, + [1891] = {.lex_state = 7, .external_lex_state = 12}, + [1892] = {.lex_state = 52, .external_lex_state = 12}, + [1893] = {.lex_state = 52, .external_lex_state = 12}, + [1894] = {.lex_state = 52, .external_lex_state = 12}, + [1895] = {.lex_state = 52, .external_lex_state = 9}, + [1896] = {.lex_state = 52, .external_lex_state = 7}, + [1897] = {.lex_state = 52, .external_lex_state = 15}, + [1898] = {.lex_state = 52, .external_lex_state = 15}, + [1899] = {.lex_state = 52, .external_lex_state = 6}, + [1900] = {.lex_state = 52, .external_lex_state = 15}, + [1901] = {.lex_state = 52, .external_lex_state = 9}, [1902] = {.lex_state = 52, .external_lex_state = 12}, - [1903] = {.lex_state = 52, .external_lex_state = 12}, - [1904] = {.lex_state = 7, .external_lex_state = 13}, + [1903] = {.lex_state = 52, .external_lex_state = 13}, + [1904] = {.lex_state = 52, .external_lex_state = 13}, [1905] = {.lex_state = 52, .external_lex_state = 14}, [1906] = {.lex_state = 52, .external_lex_state = 14}, - [1907] = {.lex_state = 52, .external_lex_state = 14}, + [1907] = {.lex_state = 52, .external_lex_state = 8}, [1908] = {.lex_state = 52, .external_lex_state = 12}, - [1909] = {.lex_state = 7, .external_lex_state = 12}, - [1910] = {.lex_state = 52, .external_lex_state = 12}, - [1911] = {.lex_state = 52, .external_lex_state = 15}, + [1909] = {.lex_state = 7, .external_lex_state = 13}, + [1910] = {.lex_state = 7, .external_lex_state = 12}, + [1911] = {.lex_state = 7, .external_lex_state = 15}, [1912] = {.lex_state = 52, .external_lex_state = 12}, - [1913] = {.lex_state = 52, .external_lex_state = 15}, - [1914] = {.lex_state = 0, .external_lex_state = 16}, - [1915] = {.lex_state = 7, .external_lex_state = 12}, - [1916] = {.lex_state = 8, .external_lex_state = 13}, - [1917] = {.lex_state = 52, .external_lex_state = 13}, - [1918] = {.lex_state = 7, .external_lex_state = 9}, - [1919] = {.lex_state = 52, .external_lex_state = 12}, - [1920] = {.lex_state = 52, .external_lex_state = 12}, - [1921] = {.lex_state = 52, .external_lex_state = 13}, - [1922] = {.lex_state = 8, .external_lex_state = 13}, - [1923] = {.lex_state = 52, .external_lex_state = 12}, - [1924] = {.lex_state = 52, .external_lex_state = 13}, - [1925] = {.lex_state = 52, .external_lex_state = 12}, - [1926] = {.lex_state = 0, .external_lex_state = 16}, + [1913] = {.lex_state = 52, .external_lex_state = 14}, + [1914] = {.lex_state = 52, .external_lex_state = 14}, + [1915] = {.lex_state = 8, .external_lex_state = 9}, + [1916] = {.lex_state = 52, .external_lex_state = 13}, + [1917] = {.lex_state = 8, .external_lex_state = 9}, + [1918] = {.lex_state = 52, .external_lex_state = 14}, + [1919] = {.lex_state = 52, .external_lex_state = 14}, + [1920] = {.lex_state = 7, .external_lex_state = 13}, + [1921] = {.lex_state = 52, .external_lex_state = 12}, + [1922] = {.lex_state = 52, .external_lex_state = 13}, + [1923] = {.lex_state = 52, .external_lex_state = 9}, + [1924] = {.lex_state = 7, .external_lex_state = 9}, + [1925] = {.lex_state = 8, .external_lex_state = 9}, + [1926] = {.lex_state = 52, .external_lex_state = 14}, [1927] = {.lex_state = 52, .external_lex_state = 14}, - [1928] = {.lex_state = 52, .external_lex_state = 14}, - [1929] = {.lex_state = 52, .external_lex_state = 14}, - [1930] = {.lex_state = 0, .external_lex_state = 16}, + [1928] = {.lex_state = 52, .external_lex_state = 15}, + [1929] = {.lex_state = 52, .external_lex_state = 13}, + [1930] = {.lex_state = 52, .external_lex_state = 12}, [1931] = {.lex_state = 52, .external_lex_state = 14}, - [1932] = {.lex_state = 0, .external_lex_state = 16}, - [1933] = {.lex_state = 8, .external_lex_state = 14}, + [1932] = {.lex_state = 52, .external_lex_state = 15}, + [1933] = {.lex_state = 8, .external_lex_state = 15}, [1934] = {.lex_state = 52, .external_lex_state = 14}, - [1935] = {.lex_state = 8, .external_lex_state = 13}, - [1936] = {.lex_state = 52, .external_lex_state = 15}, - [1937] = {.lex_state = 8, .external_lex_state = 14}, - [1938] = {.lex_state = 52, .external_lex_state = 15}, - [1939] = {.lex_state = 52, .external_lex_state = 14}, - [1940] = {.lex_state = 8, .external_lex_state = 14}, - [1941] = {.lex_state = 8, .external_lex_state = 14}, + [1935] = {.lex_state = 52, .external_lex_state = 12}, + [1936] = {.lex_state = 52, .external_lex_state = 12}, + [1937] = {.lex_state = 52, .external_lex_state = 15}, + [1938] = {.lex_state = 8, .external_lex_state = 15}, + [1939] = {.lex_state = 52, .external_lex_state = 12}, + [1940] = {.lex_state = 52, .external_lex_state = 14}, + [1941] = {.lex_state = 52, .external_lex_state = 12}, [1942] = {.lex_state = 52, .external_lex_state = 15}, - [1943] = {.lex_state = 52, .external_lex_state = 14}, - [1944] = {.lex_state = 52, .external_lex_state = 14}, - [1945] = {.lex_state = 52, .external_lex_state = 12}, - [1946] = {.lex_state = 8, .external_lex_state = 13}, - [1947] = {.lex_state = 52, .external_lex_state = 13}, - [1948] = {.lex_state = 52, .external_lex_state = 13}, - [1949] = {.lex_state = 52, .external_lex_state = 9}, + [1943] = {.lex_state = 52, .external_lex_state = 13}, + [1944] = {.lex_state = 52, .external_lex_state = 12}, + [1945] = {.lex_state = 52, .external_lex_state = 15}, + [1946] = {.lex_state = 0, .external_lex_state = 16}, + [1947] = {.lex_state = 52, .external_lex_state = 15}, + [1948] = {.lex_state = 8, .external_lex_state = 13}, + [1949] = {.lex_state = 8, .external_lex_state = 15}, [1950] = {.lex_state = 52, .external_lex_state = 14}, - [1951] = {.lex_state = 8, .external_lex_state = 9}, - [1952] = {.lex_state = 52, .external_lex_state = 14}, - [1953] = {.lex_state = 52, .external_lex_state = 14}, - [1954] = {.lex_state = 8, .external_lex_state = 9}, - [1955] = {.lex_state = 7, .external_lex_state = 13}, - [1956] = {.lex_state = 8, .external_lex_state = 15}, + [1951] = {.lex_state = 7, .external_lex_state = 9}, + [1952] = {.lex_state = 0, .external_lex_state = 16}, + [1953] = {.lex_state = 52, .external_lex_state = 13}, + [1954] = {.lex_state = 52, .external_lex_state = 13}, + [1955] = {.lex_state = 8, .external_lex_state = 13}, + [1956] = {.lex_state = 8, .external_lex_state = 13}, [1957] = {.lex_state = 0, .external_lex_state = 16}, - [1958] = {.lex_state = 8, .external_lex_state = 14}, + [1958] = {.lex_state = 52, .external_lex_state = 12}, [1959] = {.lex_state = 52, .external_lex_state = 15}, - [1960] = {.lex_state = 8, .external_lex_state = 14}, - [1961] = {.lex_state = 8, .external_lex_state = 14}, - [1962] = {.lex_state = 8, .external_lex_state = 9}, + [1960] = {.lex_state = 8, .external_lex_state = 15}, + [1961] = {.lex_state = 52, .external_lex_state = 9}, + [1962] = {.lex_state = 52, .external_lex_state = 13}, [1963] = {.lex_state = 0, .external_lex_state = 16}, [1964] = {.lex_state = 8, .external_lex_state = 9}, - [1965] = {.lex_state = 52, .external_lex_state = 9}, - [1966] = {.lex_state = 52, .external_lex_state = 13}, - [1967] = {.lex_state = 52, .external_lex_state = 14}, - [1968] = {.lex_state = 8, .external_lex_state = 9}, - [1969] = {.lex_state = 8, .external_lex_state = 14}, + [1965] = {.lex_state = 7, .external_lex_state = 15}, + [1966] = {.lex_state = 0, .external_lex_state = 16}, + [1967] = {.lex_state = 8, .external_lex_state = 13}, + [1968] = {.lex_state = 8, .external_lex_state = 13}, + [1969] = {.lex_state = 8, .external_lex_state = 13}, [1970] = {.lex_state = 0, .external_lex_state = 16}, - [1971] = {.lex_state = 52, .external_lex_state = 13}, - [1972] = {.lex_state = 52, .external_lex_state = 12}, + [1971] = {.lex_state = 8, .external_lex_state = 13}, + [1972] = {.lex_state = 0, .external_lex_state = 16}, [1973] = {.lex_state = 52, .external_lex_state = 12}, - [1974] = {.lex_state = 52, .external_lex_state = 15}, - [1975] = {.lex_state = 8, .external_lex_state = 9}, - [1976] = {.lex_state = 8, .external_lex_state = 14}, - [1977] = {.lex_state = 52, .external_lex_state = 14}, - [1978] = {.lex_state = 52, .external_lex_state = 13}, - [1979] = {.lex_state = 8, .external_lex_state = 9}, - [1980] = {.lex_state = 52, .external_lex_state = 12}, - [1981] = {.lex_state = 52, .external_lex_state = 12}, - [1982] = {.lex_state = 8, .external_lex_state = 14}, - [1983] = {.lex_state = 52, .external_lex_state = 9}, - [1984] = {.lex_state = 7, .external_lex_state = 9}, - [1985] = {.lex_state = 52, .external_lex_state = 15}, - [1986] = {.lex_state = 52, .external_lex_state = 14}, + [1974] = {.lex_state = 52, .external_lex_state = 12}, + [1975] = {.lex_state = 8, .external_lex_state = 13}, + [1976] = {.lex_state = 52, .external_lex_state = 13}, + [1977] = {.lex_state = 52, .external_lex_state = 12}, + [1978] = {.lex_state = 0, .external_lex_state = 16}, + [1979] = {.lex_state = 52, .external_lex_state = 13}, + [1980] = {.lex_state = 8, .external_lex_state = 13}, + [1981] = {.lex_state = 52, .external_lex_state = 14}, + [1982] = {.lex_state = 52, .external_lex_state = 13}, + [1983] = {.lex_state = 52, .external_lex_state = 14}, + [1984] = {.lex_state = 8, .external_lex_state = 13}, + [1985] = {.lex_state = 52, .external_lex_state = 13}, + [1986] = {.lex_state = 8, .external_lex_state = 9}, [1987] = {.lex_state = 52, .external_lex_state = 13}, - [1988] = {.lex_state = 8, .external_lex_state = 15}, - [1989] = {.lex_state = 52, .external_lex_state = 14}, + [1988] = {.lex_state = 8, .external_lex_state = 14}, + [1989] = {.lex_state = 52, .external_lex_state = 15}, [1990] = {.lex_state = 52, .external_lex_state = 14}, - [1991] = {.lex_state = 7, .external_lex_state = 9}, - [1992] = {.lex_state = 52, .external_lex_state = 13}, + [1991] = {.lex_state = 52, .external_lex_state = 15}, + [1992] = {.lex_state = 52, .external_lex_state = 9}, [1993] = {.lex_state = 52, .external_lex_state = 15}, - [1994] = {.lex_state = 52, .external_lex_state = 15}, - [1995] = {.lex_state = 7, .external_lex_state = 14}, + [1994] = {.lex_state = 52, .external_lex_state = 12}, + [1995] = {.lex_state = 8, .external_lex_state = 9}, [1996] = {.lex_state = 8, .external_lex_state = 9}, - [1997] = {.lex_state = 52, .external_lex_state = 12}, - [1998] = {.lex_state = 8, .external_lex_state = 9}, + [1997] = {.lex_state = 52, .external_lex_state = 13}, + [1998] = {.lex_state = 52, .external_lex_state = 14}, [1999] = {.lex_state = 8, .external_lex_state = 9}, - [2000] = {.lex_state = 52, .external_lex_state = 12}, - [2001] = {.lex_state = 52, .external_lex_state = 15}, - [2002] = {.lex_state = 52, .external_lex_state = 15}, - [2003] = {.lex_state = 52, .external_lex_state = 14}, + [2000] = {.lex_state = 52, .external_lex_state = 13}, + [2001] = {.lex_state = 52, .external_lex_state = 14}, + [2002] = {.lex_state = 52, .external_lex_state = 14}, + [2003] = {.lex_state = 52, .external_lex_state = 13}, [2004] = {.lex_state = 52, .external_lex_state = 13}, - [2005] = {.lex_state = 52, .external_lex_state = 15}, - [2006] = {.lex_state = 52, .external_lex_state = 15}, - [2007] = {.lex_state = 52, .external_lex_state = 14}, - [2008] = {.lex_state = 52, .external_lex_state = 15}, - [2009] = {.lex_state = 52, .external_lex_state = 15}, - [2010] = {.lex_state = 52, .external_lex_state = 12}, - [2011] = {.lex_state = 52, .external_lex_state = 13}, - [2012] = {.lex_state = 52, .external_lex_state = 15}, - [2013] = {.lex_state = 52, .external_lex_state = 12}, - [2014] = {.lex_state = 52, .external_lex_state = 13}, - [2015] = {.lex_state = 52, .external_lex_state = 15}, - [2016] = {.lex_state = 0, .external_lex_state = 16}, - [2017] = {.lex_state = 8, .external_lex_state = 15}, - [2018] = {.lex_state = 52, .external_lex_state = 13}, - [2019] = {.lex_state = 52, .external_lex_state = 12}, - [2020] = {.lex_state = 52, .external_lex_state = 12}, - [2021] = {.lex_state = 52, .external_lex_state = 15}, - [2022] = {.lex_state = 8, .external_lex_state = 13}, - [2023] = {.lex_state = 8, .external_lex_state = 13}, - [2024] = {.lex_state = 52, .external_lex_state = 9}, - [2025] = {.lex_state = 52, .external_lex_state = 15}, - [2026] = {.lex_state = 52, .external_lex_state = 15}, - [2027] = {.lex_state = 52, .external_lex_state = 15}, - [2028] = {.lex_state = 52, .external_lex_state = 12}, - [2029] = {.lex_state = 52, .external_lex_state = 15}, - [2030] = {.lex_state = 52, .external_lex_state = 15}, - [2031] = {.lex_state = 52, .external_lex_state = 15}, - [2032] = {.lex_state = 52, .external_lex_state = 15}, + [2005] = {.lex_state = 52, .external_lex_state = 13}, + [2006] = {.lex_state = 52, .external_lex_state = 13}, + [2007] = {.lex_state = 8, .external_lex_state = 9}, + [2008] = {.lex_state = 8, .external_lex_state = 9}, + [2009] = {.lex_state = 52, .external_lex_state = 12}, + [2010] = {.lex_state = 52, .external_lex_state = 15}, + [2011] = {.lex_state = 7, .external_lex_state = 9}, + [2012] = {.lex_state = 52, .external_lex_state = 12}, + [2013] = {.lex_state = 52, .external_lex_state = 14}, + [2014] = {.lex_state = 52, .external_lex_state = 14}, + [2015] = {.lex_state = 8, .external_lex_state = 14}, + [2016] = {.lex_state = 52, .external_lex_state = 12}, + [2017] = {.lex_state = 7, .external_lex_state = 12}, + [2018] = {.lex_state = 52, .external_lex_state = 15}, + [2019] = {.lex_state = 52, .external_lex_state = 15}, + [2020] = {.lex_state = 52, .external_lex_state = 15}, + [2021] = {.lex_state = 8, .external_lex_state = 14}, + [2022] = {.lex_state = 52, .external_lex_state = 12}, + [2023] = {.lex_state = 52, .external_lex_state = 13}, + [2024] = {.lex_state = 52, .external_lex_state = 12}, + [2025] = {.lex_state = 52, .external_lex_state = 14}, + [2026] = {.lex_state = 52, .external_lex_state = 12}, + [2027] = {.lex_state = 8, .external_lex_state = 14}, + [2028] = {.lex_state = 8, .external_lex_state = 14}, + [2029] = {.lex_state = 8, .external_lex_state = 9}, + [2030] = {.lex_state = 8, .external_lex_state = 14}, + [2031] = {.lex_state = 52, .external_lex_state = 14}, + [2032] = {.lex_state = 52, .external_lex_state = 14}, [2033] = {.lex_state = 52, .external_lex_state = 14}, - [2034] = {.lex_state = 52, .external_lex_state = 12}, - [2035] = {.lex_state = 52, .external_lex_state = 15}, - [2036] = {.lex_state = 52, .external_lex_state = 15}, - [2037] = {.lex_state = 52, .external_lex_state = 12}, - [2038] = {.lex_state = 52, .external_lex_state = 15}, - [2039] = {.lex_state = 52, .external_lex_state = 15}, - [2040] = {.lex_state = 52, .external_lex_state = 12}, - [2041] = {.lex_state = 52, .external_lex_state = 14}, + [2034] = {.lex_state = 52, .external_lex_state = 14}, + [2035] = {.lex_state = 52, .external_lex_state = 14}, + [2036] = {.lex_state = 52, .external_lex_state = 14}, + [2037] = {.lex_state = 52, .external_lex_state = 14}, + [2038] = {.lex_state = 52, .external_lex_state = 13}, + [2039] = {.lex_state = 52, .external_lex_state = 13}, + [2040] = {.lex_state = 52, .external_lex_state = 14}, + [2041] = {.lex_state = 52, .external_lex_state = 9}, [2042] = {.lex_state = 52, .external_lex_state = 12}, - [2043] = {.lex_state = 52, .external_lex_state = 12}, - [2044] = {.lex_state = 8, .external_lex_state = 15}, - [2045] = {.lex_state = 52, .external_lex_state = 12}, - [2046] = {.lex_state = 52, .external_lex_state = 14}, - [2047] = {.lex_state = 52, .external_lex_state = 12}, - [2048] = {.lex_state = 52, .external_lex_state = 14}, - [2049] = {.lex_state = 52, .external_lex_state = 12}, - [2050] = {.lex_state = 52, .external_lex_state = 13}, - [2051] = {.lex_state = 52, .external_lex_state = 15}, - [2052] = {.lex_state = 52, .external_lex_state = 15}, - [2053] = {.lex_state = 52, .external_lex_state = 15}, - [2054] = {.lex_state = 52, .external_lex_state = 15}, + [2043] = {.lex_state = 52, .external_lex_state = 13}, + [2044] = {.lex_state = 52, .external_lex_state = 14}, + [2045] = {.lex_state = 7, .external_lex_state = 9}, + [2046] = {.lex_state = 8, .external_lex_state = 14}, + [2047] = {.lex_state = 52, .external_lex_state = 14}, + [2048] = {.lex_state = 3, .external_lex_state = 12}, + [2049] = {.lex_state = 52, .external_lex_state = 14}, + [2050] = {.lex_state = 52, .external_lex_state = 12}, + [2051] = {.lex_state = 3, .external_lex_state = 12}, + [2052] = {.lex_state = 8, .external_lex_state = 15}, + [2053] = {.lex_state = 52, .external_lex_state = 12}, + [2054] = {.lex_state = 8, .external_lex_state = 14}, [2055] = {.lex_state = 52, .external_lex_state = 15}, - [2056] = {.lex_state = 52, .external_lex_state = 12}, - [2057] = {.lex_state = 52, .external_lex_state = 13}, - [2058] = {.lex_state = 52, .external_lex_state = 12}, + [2056] = {.lex_state = 52, .external_lex_state = 14}, + [2057] = {.lex_state = 52, .external_lex_state = 14}, + [2058] = {.lex_state = 52, .external_lex_state = 14}, [2059] = {.lex_state = 52, .external_lex_state = 12}, - [2060] = {.lex_state = 52, .external_lex_state = 12}, - [2061] = {.lex_state = 52, .external_lex_state = 12}, - [2062] = {.lex_state = 52, .external_lex_state = 13}, + [2060] = {.lex_state = 52, .external_lex_state = 9}, + [2061] = {.lex_state = 52, .external_lex_state = 15}, + [2062] = {.lex_state = 52, .external_lex_state = 12}, [2063] = {.lex_state = 52, .external_lex_state = 9}, - [2064] = {.lex_state = 52, .external_lex_state = 15}, - [2065] = {.lex_state = 52, .external_lex_state = 15}, - [2066] = {.lex_state = 8, .external_lex_state = 13}, - [2067] = {.lex_state = 8, .external_lex_state = 13}, - [2068] = {.lex_state = 52, .external_lex_state = 15}, + [2064] = {.lex_state = 52, .external_lex_state = 14}, + [2065] = {.lex_state = 52, .external_lex_state = 14}, + [2066] = {.lex_state = 52, .external_lex_state = 9}, + [2067] = {.lex_state = 52, .external_lex_state = 9}, + [2068] = {.lex_state = 52, .external_lex_state = 12}, [2069] = {.lex_state = 52, .external_lex_state = 15}, - [2070] = {.lex_state = 8, .external_lex_state = 15}, - [2071] = {.lex_state = 52, .external_lex_state = 15}, + [2070] = {.lex_state = 52, .external_lex_state = 14}, + [2071] = {.lex_state = 3, .external_lex_state = 12}, [2072] = {.lex_state = 52, .external_lex_state = 15}, - [2073] = {.lex_state = 52, .external_lex_state = 15}, - [2074] = {.lex_state = 52, .external_lex_state = 13}, - [2075] = {.lex_state = 52, .external_lex_state = 12}, + [2073] = {.lex_state = 52, .external_lex_state = 14}, + [2074] = {.lex_state = 52, .external_lex_state = 15}, + [2075] = {.lex_state = 52, .external_lex_state = 14}, [2076] = {.lex_state = 52, .external_lex_state = 14}, - [2077] = {.lex_state = 8, .external_lex_state = 13}, - [2078] = {.lex_state = 52, .external_lex_state = 15}, - [2079] = {.lex_state = 52, .external_lex_state = 12}, + [2077] = {.lex_state = 52, .external_lex_state = 14}, + [2078] = {.lex_state = 8, .external_lex_state = 15}, + [2079] = {.lex_state = 52, .external_lex_state = 14}, [2080] = {.lex_state = 52, .external_lex_state = 14}, - [2081] = {.lex_state = 52, .external_lex_state = 15}, - [2082] = {.lex_state = 52, .external_lex_state = 15}, - [2083] = {.lex_state = 8, .external_lex_state = 13}, - [2084] = {.lex_state = 52, .external_lex_state = 15}, - [2085] = {.lex_state = 52, .external_lex_state = 15}, - [2086] = {.lex_state = 52, .external_lex_state = 15}, - [2087] = {.lex_state = 52, .external_lex_state = 9}, + [2081] = {.lex_state = 52, .external_lex_state = 12}, + [2082] = {.lex_state = 52, .external_lex_state = 14}, + [2083] = {.lex_state = 52, .external_lex_state = 12}, + [2084] = {.lex_state = 52, .external_lex_state = 12}, + [2085] = {.lex_state = 8, .external_lex_state = 15}, + [2086] = {.lex_state = 52, .external_lex_state = 14}, + [2087] = {.lex_state = 52, .external_lex_state = 14}, [2088] = {.lex_state = 52, .external_lex_state = 12}, - [2089] = {.lex_state = 52, .external_lex_state = 15}, - [2090] = {.lex_state = 52, .external_lex_state = 12}, - [2091] = {.lex_state = 7, .external_lex_state = 9}, - [2092] = {.lex_state = 52, .external_lex_state = 15}, - [2093] = {.lex_state = 52, .external_lex_state = 9}, - [2094] = {.lex_state = 52, .external_lex_state = 15}, - [2095] = {.lex_state = 52, .external_lex_state = 15}, - [2096] = {.lex_state = 3, .external_lex_state = 12}, - [2097] = {.lex_state = 52, .external_lex_state = 15}, - [2098] = {.lex_state = 52, .external_lex_state = 15}, - [2099] = {.lex_state = 52, .external_lex_state = 12}, - [2100] = {.lex_state = 52, .external_lex_state = 15}, - [2101] = {.lex_state = 8, .external_lex_state = 13}, - [2102] = {.lex_state = 8, .external_lex_state = 15}, - [2103] = {.lex_state = 52, .external_lex_state = 13}, - [2104] = {.lex_state = 52, .external_lex_state = 13}, - [2105] = {.lex_state = 52, .external_lex_state = 15}, - [2106] = {.lex_state = 8, .external_lex_state = 15}, - [2107] = {.lex_state = 52, .external_lex_state = 15}, - [2108] = {.lex_state = 52, .external_lex_state = 15}, - [2109] = {.lex_state = 52, .external_lex_state = 9}, - [2110] = {.lex_state = 8, .external_lex_state = 13}, - [2111] = {.lex_state = 8, .external_lex_state = 13}, - [2112] = {.lex_state = 8, .external_lex_state = 14}, - [2113] = {.lex_state = 8, .external_lex_state = 15}, - [2114] = {.lex_state = 52, .external_lex_state = 13}, - [2115] = {.lex_state = 8, .external_lex_state = 15}, - [2116] = {.lex_state = 52, .external_lex_state = 14}, - [2117] = {.lex_state = 8, .external_lex_state = 9}, - [2118] = {.lex_state = 52, .external_lex_state = 12}, - [2119] = {.lex_state = 52, .external_lex_state = 15}, - [2120] = {.lex_state = 52, .external_lex_state = 9}, - [2121] = {.lex_state = 8, .external_lex_state = 15}, - [2122] = {.lex_state = 3, .external_lex_state = 12}, - [2123] = {.lex_state = 52, .external_lex_state = 12}, - [2124] = {.lex_state = 52, .external_lex_state = 13}, - [2125] = {.lex_state = 52, .external_lex_state = 9}, - [2126] = {.lex_state = 52, .external_lex_state = 15}, - [2127] = {.lex_state = 8, .external_lex_state = 13}, - [2128] = {.lex_state = 52, .external_lex_state = 15}, - [2129] = {.lex_state = 52, .external_lex_state = 15}, - [2130] = {.lex_state = 52, .external_lex_state = 15}, - [2131] = {.lex_state = 3, .external_lex_state = 12}, - [2132] = {.lex_state = 52, .external_lex_state = 15}, - [2133] = {.lex_state = 52, .external_lex_state = 15}, + [2089] = {.lex_state = 52, .external_lex_state = 12}, + [2090] = {.lex_state = 8, .external_lex_state = 15}, + [2091] = {.lex_state = 52, .external_lex_state = 12}, + [2092] = {.lex_state = 52, .external_lex_state = 12}, + [2093] = {.lex_state = 52, .external_lex_state = 14}, + [2094] = {.lex_state = 52, .external_lex_state = 14}, + [2095] = {.lex_state = 52, .external_lex_state = 14}, + [2096] = {.lex_state = 52, .external_lex_state = 14}, + [2097] = {.lex_state = 52, .external_lex_state = 13}, + [2098] = {.lex_state = 8, .external_lex_state = 15}, + [2099] = {.lex_state = 52, .external_lex_state = 14}, + [2100] = {.lex_state = 52, .external_lex_state = 13}, + [2101] = {.lex_state = 52, .external_lex_state = 14}, + [2102] = {.lex_state = 52, .external_lex_state = 14}, + [2103] = {.lex_state = 52, .external_lex_state = 14}, + [2104] = {.lex_state = 52, .external_lex_state = 15}, + [2105] = {.lex_state = 8, .external_lex_state = 15}, + [2106] = {.lex_state = 52, .external_lex_state = 13}, + [2107] = {.lex_state = 52, .external_lex_state = 14}, + [2108] = {.lex_state = 52, .external_lex_state = 9}, + [2109] = {.lex_state = 8, .external_lex_state = 15}, + [2110] = {.lex_state = 52, .external_lex_state = 12}, + [2111] = {.lex_state = 8, .external_lex_state = 15}, + [2112] = {.lex_state = 52, .external_lex_state = 12}, + [2113] = {.lex_state = 8, .external_lex_state = 13}, + [2114] = {.lex_state = 52, .external_lex_state = 12}, + [2115] = {.lex_state = 52, .external_lex_state = 14}, + [2116] = {.lex_state = 52, .external_lex_state = 13}, + [2117] = {.lex_state = 52, .external_lex_state = 14}, + [2118] = {.lex_state = 52, .external_lex_state = 15}, + [2119] = {.lex_state = 52, .external_lex_state = 14}, + [2120] = {.lex_state = 52, .external_lex_state = 14}, + [2121] = {.lex_state = 52, .external_lex_state = 15}, + [2122] = {.lex_state = 52, .external_lex_state = 15}, + [2123] = {.lex_state = 8, .external_lex_state = 14}, + [2124] = {.lex_state = 8, .external_lex_state = 14}, + [2125] = {.lex_state = 52, .external_lex_state = 13}, + [2126] = {.lex_state = 52, .external_lex_state = 12}, + [2127] = {.lex_state = 52, .external_lex_state = 14}, + [2128] = {.lex_state = 52, .external_lex_state = 14}, + [2129] = {.lex_state = 52, .external_lex_state = 14}, + [2130] = {.lex_state = 52, .external_lex_state = 14}, + [2131] = {.lex_state = 52, .external_lex_state = 14}, + [2132] = {.lex_state = 52, .external_lex_state = 12}, + [2133] = {.lex_state = 52, .external_lex_state = 9}, [2134] = {.lex_state = 52, .external_lex_state = 14}, - [2135] = {.lex_state = 52, .external_lex_state = 15}, - [2136] = {.lex_state = 52, .external_lex_state = 15}, + [2135] = {.lex_state = 8, .external_lex_state = 15}, + [2136] = {.lex_state = 8, .external_lex_state = 15}, [2137] = {.lex_state = 52, .external_lex_state = 14}, - [2138] = {.lex_state = 52, .external_lex_state = 13}, - [2139] = {.lex_state = 52, .external_lex_state = 9}, - [2140] = {.lex_state = 52, .external_lex_state = 9}, - [2141] = {.lex_state = 52, .external_lex_state = 14}, - [2142] = {.lex_state = 52, .external_lex_state = 14}, - [2143] = {.lex_state = 52, .external_lex_state = 14}, - [2144] = {.lex_state = 52, .external_lex_state = 14}, - [2145] = {.lex_state = 52, .external_lex_state = 18}, + [2138] = {.lex_state = 52, .external_lex_state = 14}, + [2139] = {.lex_state = 52, .external_lex_state = 14}, + [2140] = {.lex_state = 52, .external_lex_state = 15}, + [2141] = {.lex_state = 52, .external_lex_state = 15}, + [2142] = {.lex_state = 52, .external_lex_state = 18}, + [2143] = {.lex_state = 52, .external_lex_state = 12}, + [2144] = {.lex_state = 52, .external_lex_state = 13}, + [2145] = {.lex_state = 52, .external_lex_state = 12}, [2146] = {.lex_state = 52, .external_lex_state = 14}, - [2147] = {.lex_state = 52, .external_lex_state = 14}, - [2148] = {.lex_state = 52, .external_lex_state = 13}, - [2149] = {.lex_state = 52, .external_lex_state = 13}, - [2150] = {.lex_state = 52, .external_lex_state = 13}, + [2147] = {.lex_state = 52, .external_lex_state = 13}, + [2148] = {.lex_state = 52, .external_lex_state = 12}, + [2149] = {.lex_state = 52, .external_lex_state = 15}, + [2150] = {.lex_state = 52, .external_lex_state = 14}, [2151] = {.lex_state = 52, .external_lex_state = 13}, - [2152] = {.lex_state = 52, .external_lex_state = 13}, - [2153] = {.lex_state = 52, .external_lex_state = 9}, - [2154] = {.lex_state = 52, .external_lex_state = 14}, - [2155] = {.lex_state = 52, .external_lex_state = 13}, - [2156] = {.lex_state = 52, .external_lex_state = 13}, - [2157] = {.lex_state = 52, .external_lex_state = 13}, - [2158] = {.lex_state = 52, .external_lex_state = 13}, - [2159] = {.lex_state = 52, .external_lex_state = 13}, - [2160] = {.lex_state = 52, .external_lex_state = 15}, + [2152] = {.lex_state = 52, .external_lex_state = 15}, + [2153] = {.lex_state = 52, .external_lex_state = 13}, + [2154] = {.lex_state = 52, .external_lex_state = 15}, + [2155] = {.lex_state = 52, .external_lex_state = 15}, + [2156] = {.lex_state = 52, .external_lex_state = 12}, + [2157] = {.lex_state = 52, .external_lex_state = 12}, + [2158] = {.lex_state = 52, .external_lex_state = 12}, + [2159] = {.lex_state = 52, .external_lex_state = 12}, + [2160] = {.lex_state = 52, .external_lex_state = 12}, [2161] = {.lex_state = 52, .external_lex_state = 13}, - [2162] = {.lex_state = 52, .external_lex_state = 15}, - [2163] = {.lex_state = 52, .external_lex_state = 13}, + [2162] = {.lex_state = 52, .external_lex_state = 12}, + [2163] = {.lex_state = 8, .external_lex_state = 14}, [2164] = {.lex_state = 52, .external_lex_state = 13}, [2165] = {.lex_state = 52, .external_lex_state = 13}, - [2166] = {.lex_state = 52, .external_lex_state = 14}, - [2167] = {.lex_state = 52, .external_lex_state = 13}, - [2168] = {.lex_state = 52, .external_lex_state = 13}, - [2169] = {.lex_state = 52, .external_lex_state = 13}, - [2170] = {.lex_state = 52, .external_lex_state = 13}, + [2166] = {.lex_state = 52, .external_lex_state = 12}, + [2167] = {.lex_state = 52, .external_lex_state = 12}, + [2168] = {.lex_state = 52, .external_lex_state = 12}, + [2169] = {.lex_state = 52, .external_lex_state = 12}, + [2170] = {.lex_state = 52, .external_lex_state = 15}, [2171] = {.lex_state = 52, .external_lex_state = 13}, - [2172] = {.lex_state = 52, .external_lex_state = 13}, - [2173] = {.lex_state = 52, .external_lex_state = 15}, - [2174] = {.lex_state = 52, .external_lex_state = 13}, - [2175] = {.lex_state = 52, .external_lex_state = 13}, - [2176] = {.lex_state = 52, .external_lex_state = 13}, - [2177] = {.lex_state = 52, .external_lex_state = 13}, - [2178] = {.lex_state = 52, .external_lex_state = 13}, - [2179] = {.lex_state = 52, .external_lex_state = 13}, - [2180] = {.lex_state = 52, .external_lex_state = 14}, - [2181] = {.lex_state = 52, .external_lex_state = 9}, - [2182] = {.lex_state = 52, .external_lex_state = 9}, - [2183] = {.lex_state = 52, .external_lex_state = 9}, - [2184] = {.lex_state = 7, .external_lex_state = 15}, - [2185] = {.lex_state = 52, .external_lex_state = 14}, - [2186] = {.lex_state = 52, .external_lex_state = 13}, - [2187] = {.lex_state = 8, .external_lex_state = 15}, - [2188] = {.lex_state = 52, .external_lex_state = 9}, - [2189] = {.lex_state = 52, .external_lex_state = 14}, - [2190] = {.lex_state = 8, .external_lex_state = 15}, - [2191] = {.lex_state = 52, .external_lex_state = 14}, - [2192] = {.lex_state = 52, .external_lex_state = 14}, - [2193] = {.lex_state = 52, .external_lex_state = 14}, - [2194] = {.lex_state = 52, .external_lex_state = 14}, - [2195] = {.lex_state = 52, .external_lex_state = 9}, - [2196] = {.lex_state = 52, .external_lex_state = 14}, - [2197] = {.lex_state = 52, .external_lex_state = 9}, - [2198] = {.lex_state = 52, .external_lex_state = 9}, - [2199] = {.lex_state = 52, .external_lex_state = 18}, - [2200] = {.lex_state = 52, .external_lex_state = 9}, - [2201] = {.lex_state = 52, .external_lex_state = 14}, + [2172] = {.lex_state = 52, .external_lex_state = 12}, + [2173] = {.lex_state = 52, .external_lex_state = 12}, + [2174] = {.lex_state = 52, .external_lex_state = 12}, + [2175] = {.lex_state = 52, .external_lex_state = 12}, + [2176] = {.lex_state = 52, .external_lex_state = 12}, + [2177] = {.lex_state = 52, .external_lex_state = 12}, + [2178] = {.lex_state = 52, .external_lex_state = 12}, + [2179] = {.lex_state = 52, .external_lex_state = 9}, + [2180] = {.lex_state = 52, .external_lex_state = 13}, + [2181] = {.lex_state = 52, .external_lex_state = 13}, + [2182] = {.lex_state = 52, .external_lex_state = 12}, + [2183] = {.lex_state = 52, .external_lex_state = 12}, + [2184] = {.lex_state = 52, .external_lex_state = 12}, + [2185] = {.lex_state = 52, .external_lex_state = 12}, + [2186] = {.lex_state = 52, .external_lex_state = 14}, + [2187] = {.lex_state = 52, .external_lex_state = 13}, + [2188] = {.lex_state = 52, .external_lex_state = 18}, + [2189] = {.lex_state = 52, .external_lex_state = 9}, + [2190] = {.lex_state = 52, .external_lex_state = 13}, + [2191] = {.lex_state = 52, .external_lex_state = 13}, + [2192] = {.lex_state = 52, .external_lex_state = 12}, + [2193] = {.lex_state = 52, .external_lex_state = 13}, + [2194] = {.lex_state = 52, .external_lex_state = 9}, + [2195] = {.lex_state = 52, .external_lex_state = 13}, + [2196] = {.lex_state = 52, .external_lex_state = 15}, + [2197] = {.lex_state = 52, .external_lex_state = 13}, + [2198] = {.lex_state = 52, .external_lex_state = 18}, + [2199] = {.lex_state = 8, .external_lex_state = 14}, + [2200] = {.lex_state = 52, .external_lex_state = 13}, + [2201] = {.lex_state = 52, .external_lex_state = 9}, [2202] = {.lex_state = 52, .external_lex_state = 13}, - [2203] = {.lex_state = 52, .external_lex_state = 14}, - [2204] = {.lex_state = 52, .external_lex_state = 15}, + [2203] = {.lex_state = 52, .external_lex_state = 13}, + [2204] = {.lex_state = 52, .external_lex_state = 9}, [2205] = {.lex_state = 52, .external_lex_state = 14}, - [2206] = {.lex_state = 52, .external_lex_state = 14}, - [2207] = {.lex_state = 52, .external_lex_state = 15}, - [2208] = {.lex_state = 52, .external_lex_state = 12}, + [2206] = {.lex_state = 52, .external_lex_state = 9}, + [2207] = {.lex_state = 52, .external_lex_state = 14}, + [2208] = {.lex_state = 7, .external_lex_state = 14}, [2209] = {.lex_state = 52, .external_lex_state = 15}, - [2210] = {.lex_state = 52, .external_lex_state = 9}, - [2211] = {.lex_state = 52, .external_lex_state = 14}, - [2212] = {.lex_state = 52, .external_lex_state = 15}, - [2213] = {.lex_state = 52, .external_lex_state = 14}, - [2214] = {.lex_state = 52, .external_lex_state = 12}, - [2215] = {.lex_state = 52, .external_lex_state = 14}, + [2210] = {.lex_state = 52, .external_lex_state = 15}, + [2211] = {.lex_state = 52, .external_lex_state = 9}, + [2212] = {.lex_state = 52, .external_lex_state = 13}, + [2213] = {.lex_state = 52, .external_lex_state = 15}, + [2214] = {.lex_state = 52, .external_lex_state = 9}, + [2215] = {.lex_state = 52, .external_lex_state = 15}, [2216] = {.lex_state = 52, .external_lex_state = 12}, - [2217] = {.lex_state = 52, .external_lex_state = 9}, - [2218] = {.lex_state = 52, .external_lex_state = 12}, - [2219] = {.lex_state = 52, .external_lex_state = 14}, - [2220] = {.lex_state = 52, .external_lex_state = 14}, - [2221] = {.lex_state = 52, .external_lex_state = 14}, - [2222] = {.lex_state = 52, .external_lex_state = 12}, - [2223] = {.lex_state = 52, .external_lex_state = 12}, - [2224] = {.lex_state = 52, .external_lex_state = 12}, - [2225] = {.lex_state = 52, .external_lex_state = 12}, - [2226] = {.lex_state = 52, .external_lex_state = 12}, - [2227] = {.lex_state = 52, .external_lex_state = 12}, - [2228] = {.lex_state = 52, .external_lex_state = 14}, - [2229] = {.lex_state = 52, .external_lex_state = 12}, - [2230] = {.lex_state = 52, .external_lex_state = 12}, - [2231] = {.lex_state = 7, .external_lex_state = 15}, - [2232] = {.lex_state = 52, .external_lex_state = 12}, - [2233] = {.lex_state = 52, .external_lex_state = 12}, - [2234] = {.lex_state = 52, .external_lex_state = 12}, - [2235] = {.lex_state = 52, .external_lex_state = 12}, - [2236] = {.lex_state = 52, .external_lex_state = 12}, - [2237] = {.lex_state = 52, .external_lex_state = 12}, - [2238] = {.lex_state = 52, .external_lex_state = 12}, - [2239] = {.lex_state = 52, .external_lex_state = 12}, - [2240] = {.lex_state = 52, .external_lex_state = 12}, - [2241] = {.lex_state = 52, .external_lex_state = 12}, - [2242] = {.lex_state = 52, .external_lex_state = 12}, - [2243] = {.lex_state = 52, .external_lex_state = 12}, + [2217] = {.lex_state = 52, .external_lex_state = 13}, + [2218] = {.lex_state = 52, .external_lex_state = 13}, + [2219] = {.lex_state = 52, .external_lex_state = 13}, + [2220] = {.lex_state = 52, .external_lex_state = 9}, + [2221] = {.lex_state = 52, .external_lex_state = 15}, + [2222] = {.lex_state = 52, .external_lex_state = 9}, + [2223] = {.lex_state = 52, .external_lex_state = 13}, + [2224] = {.lex_state = 52, .external_lex_state = 13}, + [2225] = {.lex_state = 52, .external_lex_state = 13}, + [2226] = {.lex_state = 52, .external_lex_state = 9}, + [2227] = {.lex_state = 52, .external_lex_state = 13}, + [2228] = {.lex_state = 52, .external_lex_state = 13}, + [2229] = {.lex_state = 52, .external_lex_state = 13}, + [2230] = {.lex_state = 7, .external_lex_state = 14}, + [2231] = {.lex_state = 52, .external_lex_state = 13}, + [2232] = {.lex_state = 52, .external_lex_state = 13}, + [2233] = {.lex_state = 52, .external_lex_state = 14}, + [2234] = {.lex_state = 52, .external_lex_state = 15}, + [2235] = {.lex_state = 52, .external_lex_state = 18}, + [2236] = {.lex_state = 52, .external_lex_state = 15}, + [2237] = {.lex_state = 52, .external_lex_state = 15}, + [2238] = {.lex_state = 52, .external_lex_state = 15}, + [2239] = {.lex_state = 52, .external_lex_state = 9}, + [2240] = {.lex_state = 52, .external_lex_state = 13}, + [2241] = {.lex_state = 52, .external_lex_state = 15}, + [2242] = {.lex_state = 52, .external_lex_state = 15}, + [2243] = {.lex_state = 52, .external_lex_state = 9}, [2244] = {.lex_state = 52, .external_lex_state = 15}, - [2245] = {.lex_state = 52, .external_lex_state = 15}, - [2246] = {.lex_state = 52, .external_lex_state = 14}, + [2245] = {.lex_state = 52, .external_lex_state = 9}, + [2246] = {.lex_state = 52, .external_lex_state = 15}, [2247] = {.lex_state = 52, .external_lex_state = 18}, - [2248] = {.lex_state = 52, .external_lex_state = 18}, - [2249] = {.lex_state = 52, .external_lex_state = 9}, - [2250] = {.lex_state = 52, .external_lex_state = 9}, + [2248] = {.lex_state = 52, .external_lex_state = 14}, + [2249] = {.lex_state = 52, .external_lex_state = 15}, + [2250] = {.lex_state = 52, .external_lex_state = 13}, [2251] = {.lex_state = 52, .external_lex_state = 9}, - [2252] = {.lex_state = 52, .external_lex_state = 14}, - [2253] = {.lex_state = 52, .external_lex_state = 14}, + [2252] = {.lex_state = 52, .external_lex_state = 13}, + [2253] = {.lex_state = 52, .external_lex_state = 9}, [2254] = {.lex_state = 52, .external_lex_state = 14}, [2255] = {.lex_state = 52, .external_lex_state = 14}, [2256] = {.lex_state = 52, .external_lex_state = 14}, - [2257] = {.lex_state = 52, .external_lex_state = 12}, - [2258] = {.lex_state = 52, .external_lex_state = 15}, + [2257] = {.lex_state = 52, .external_lex_state = 9}, + [2258] = {.lex_state = 52, .external_lex_state = 14}, [2259] = {.lex_state = 52, .external_lex_state = 15}, - [2260] = {.lex_state = 52, .external_lex_state = 9}, + [2260] = {.lex_state = 52, .external_lex_state = 14}, [2261] = {.lex_state = 52, .external_lex_state = 15}, - [2262] = {.lex_state = 52, .external_lex_state = 14}, - [2263] = {.lex_state = 52, .external_lex_state = 18}, - [2264] = {.lex_state = 52, .external_lex_state = 14}, - [2265] = {.lex_state = 52, .external_lex_state = 14}, - [2266] = {.lex_state = 52, .external_lex_state = 14}, - [2267] = {.lex_state = 52, .external_lex_state = 12}, - [2268] = {.lex_state = 52, .external_lex_state = 9}, - [2269] = {.lex_state = 52, .external_lex_state = 19}, - [2270] = {.lex_state = 52, .external_lex_state = 14}, - [2271] = {.lex_state = 52, .external_lex_state = 13}, - [2272] = {.lex_state = 52, .external_lex_state = 13}, - [2273] = {.lex_state = 52, .external_lex_state = 9}, - [2274] = {.lex_state = 52, .external_lex_state = 14}, - [2275] = {.lex_state = 52, .external_lex_state = 9}, - [2276] = {.lex_state = 52, .external_lex_state = 14}, - [2277] = {.lex_state = 52, .external_lex_state = 9}, + [2262] = {.lex_state = 52, .external_lex_state = 13}, + [2263] = {.lex_state = 52, .external_lex_state = 13}, + [2264] = {.lex_state = 52, .external_lex_state = 15}, + [2265] = {.lex_state = 52, .external_lex_state = 13}, + [2266] = {.lex_state = 52, .external_lex_state = 15}, + [2267] = {.lex_state = 52, .external_lex_state = 15}, + [2268] = {.lex_state = 52, .external_lex_state = 15}, + [2269] = {.lex_state = 52, .external_lex_state = 13}, + [2270] = {.lex_state = 52, .external_lex_state = 13}, + [2271] = {.lex_state = 52, .external_lex_state = 12}, + [2272] = {.lex_state = 52, .external_lex_state = 9}, + [2273] = {.lex_state = 52, .external_lex_state = 13}, + [2274] = {.lex_state = 52, .external_lex_state = 13}, + [2275] = {.lex_state = 52, .external_lex_state = 14}, + [2276] = {.lex_state = 52, .external_lex_state = 12}, + [2277] = {.lex_state = 52, .external_lex_state = 13}, [2278] = {.lex_state = 52, .external_lex_state = 13}, - [2279] = {.lex_state = 52, .external_lex_state = 14}, - [2280] = {.lex_state = 52, .external_lex_state = 12}, + [2279] = {.lex_state = 52, .external_lex_state = 15}, + [2280] = {.lex_state = 52, .external_lex_state = 15}, [2281] = {.lex_state = 52, .external_lex_state = 13}, - [2282] = {.lex_state = 52, .external_lex_state = 13}, - [2283] = {.lex_state = 52, .external_lex_state = 9}, - [2284] = {.lex_state = 9, .external_lex_state = 17}, - [2285] = {.lex_state = 52, .external_lex_state = 12}, - [2286] = {.lex_state = 52, .external_lex_state = 13}, - [2287] = {.lex_state = 52, .external_lex_state = 14}, + [2282] = {.lex_state = 52, .external_lex_state = 12}, + [2283] = {.lex_state = 52, .external_lex_state = 13}, + [2284] = {.lex_state = 52, .external_lex_state = 15}, + [2285] = {.lex_state = 52, .external_lex_state = 15}, + [2286] = {.lex_state = 52, .external_lex_state = 15}, + [2287] = {.lex_state = 52, .external_lex_state = 15}, [2288] = {.lex_state = 52, .external_lex_state = 14}, - [2289] = {.lex_state = 52, .external_lex_state = 13}, - [2290] = {.lex_state = 8, .external_lex_state = 15}, - [2291] = {.lex_state = 52, .external_lex_state = 19}, - [2292] = {.lex_state = 52, .external_lex_state = 14}, - [2293] = {.lex_state = 52, .external_lex_state = 15}, - [2294] = {.lex_state = 52, .external_lex_state = 14}, - [2295] = {.lex_state = 52, .external_lex_state = 14}, - [2296] = {.lex_state = 52, .external_lex_state = 14}, - [2297] = {.lex_state = 52, .external_lex_state = 13}, - [2298] = {.lex_state = 52, .external_lex_state = 13}, - [2299] = {.lex_state = 52, .external_lex_state = 13}, - [2300] = {.lex_state = 52, .external_lex_state = 14}, - [2301] = {.lex_state = 52, .external_lex_state = 13}, - [2302] = {.lex_state = 52, .external_lex_state = 12}, - [2303] = {.lex_state = 52, .external_lex_state = 13}, + [2289] = {.lex_state = 52, .external_lex_state = 12}, + [2290] = {.lex_state = 52, .external_lex_state = 12}, + [2291] = {.lex_state = 52, .external_lex_state = 13}, + [2292] = {.lex_state = 52, .external_lex_state = 12}, + [2293] = {.lex_state = 52, .external_lex_state = 14}, + [2294] = {.lex_state = 9, .external_lex_state = 17}, + [2295] = {.lex_state = 52, .external_lex_state = 13}, + [2296] = {.lex_state = 52, .external_lex_state = 9}, + [2297] = {.lex_state = 52, .external_lex_state = 15}, + [2298] = {.lex_state = 52, .external_lex_state = 14}, + [2299] = {.lex_state = 52, .external_lex_state = 12}, + [2300] = {.lex_state = 52, .external_lex_state = 12}, + [2301] = {.lex_state = 52, .external_lex_state = 9}, + [2302] = {.lex_state = 52, .external_lex_state = 13}, + [2303] = {.lex_state = 8, .external_lex_state = 14}, [2304] = {.lex_state = 52, .external_lex_state = 13}, [2305] = {.lex_state = 52, .external_lex_state = 13}, - [2306] = {.lex_state = 52, .external_lex_state = 13}, + [2306] = {.lex_state = 52, .external_lex_state = 15}, [2307] = {.lex_state = 52, .external_lex_state = 13}, - [2308] = {.lex_state = 52, .external_lex_state = 12}, - [2309] = {.lex_state = 52, .external_lex_state = 14}, - [2310] = {.lex_state = 52, .external_lex_state = 19}, + [2308] = {.lex_state = 52, .external_lex_state = 15}, + [2309] = {.lex_state = 52, .external_lex_state = 15}, + [2310] = {.lex_state = 52, .external_lex_state = 13}, [2311] = {.lex_state = 52, .external_lex_state = 13}, - [2312] = {.lex_state = 52, .external_lex_state = 15}, - [2313] = {.lex_state = 52, .external_lex_state = 12}, - [2314] = {.lex_state = 3, .external_lex_state = 12}, - [2315] = {.lex_state = 52, .external_lex_state = 12}, + [2312] = {.lex_state = 52, .external_lex_state = 9}, + [2313] = {.lex_state = 52, .external_lex_state = 9}, + [2314] = {.lex_state = 52, .external_lex_state = 13}, + [2315] = {.lex_state = 52, .external_lex_state = 13}, [2316] = {.lex_state = 52, .external_lex_state = 12}, - [2317] = {.lex_state = 52, .external_lex_state = 12}, - [2318] = {.lex_state = 52, .external_lex_state = 14}, + [2317] = {.lex_state = 52, .external_lex_state = 9}, + [2318] = {.lex_state = 52, .external_lex_state = 12}, [2319] = {.lex_state = 52, .external_lex_state = 12}, - [2320] = {.lex_state = 52, .external_lex_state = 14}, - [2321] = {.lex_state = 52, .external_lex_state = 12}, - [2322] = {.lex_state = 52, .external_lex_state = 12}, - [2323] = {.lex_state = 52, .external_lex_state = 15}, + [2320] = {.lex_state = 52, .external_lex_state = 13}, + [2321] = {.lex_state = 52, .external_lex_state = 13}, + [2322] = {.lex_state = 52, .external_lex_state = 15}, + [2323] = {.lex_state = 52, .external_lex_state = 14}, [2324] = {.lex_state = 52, .external_lex_state = 9}, - [2325] = {.lex_state = 52, .external_lex_state = 13}, - [2326] = {.lex_state = 52, .external_lex_state = 9}, - [2327] = {.lex_state = 52, .external_lex_state = 14}, - [2328] = {.lex_state = 52, .external_lex_state = 14}, - [2329] = {.lex_state = 52, .external_lex_state = 14}, - [2330] = {.lex_state = 52, .external_lex_state = 12}, - [2331] = {.lex_state = 52, .external_lex_state = 14}, - [2332] = {.lex_state = 52, .external_lex_state = 9}, - [2333] = {.lex_state = 52, .external_lex_state = 12}, - [2334] = {.lex_state = 52, .external_lex_state = 14}, - [2335] = {.lex_state = 52, .external_lex_state = 14}, - [2336] = {.lex_state = 52, .external_lex_state = 13}, - [2337] = {.lex_state = 52, .external_lex_state = 13}, - [2338] = {.lex_state = 52, .external_lex_state = 13}, - [2339] = {.lex_state = 3, .external_lex_state = 12}, - [2340] = {.lex_state = 52, .external_lex_state = 12}, - [2341] = {.lex_state = 3, .external_lex_state = 12}, - [2342] = {.lex_state = 52, .external_lex_state = 14}, - [2343] = {.lex_state = 9, .external_lex_state = 17}, - [2344] = {.lex_state = 52, .external_lex_state = 14}, - [2345] = {.lex_state = 52, .external_lex_state = 15}, - [2346] = {.lex_state = 52, .external_lex_state = 13}, - [2347] = {.lex_state = 52, .external_lex_state = 13}, - [2348] = {.lex_state = 3, .external_lex_state = 12}, - [2349] = {.lex_state = 52, .external_lex_state = 14}, - [2350] = {.lex_state = 52, .external_lex_state = 9}, - [2351] = {.lex_state = 52, .external_lex_state = 12}, + [2325] = {.lex_state = 52, .external_lex_state = 14}, + [2326] = {.lex_state = 52, .external_lex_state = 13}, + [2327] = {.lex_state = 52, .external_lex_state = 15}, + [2328] = {.lex_state = 52, .external_lex_state = 13}, + [2329] = {.lex_state = 52, .external_lex_state = 13}, + [2330] = {.lex_state = 52, .external_lex_state = 15}, + [2331] = {.lex_state = 52, .external_lex_state = 15}, + [2332] = {.lex_state = 52, .external_lex_state = 15}, + [2333] = {.lex_state = 52, .external_lex_state = 13}, + [2334] = {.lex_state = 52, .external_lex_state = 13}, + [2335] = {.lex_state = 52, .external_lex_state = 15}, + [2336] = {.lex_state = 52, .external_lex_state = 15}, + [2337] = {.lex_state = 52, .external_lex_state = 12}, + [2338] = {.lex_state = 52, .external_lex_state = 19}, + [2339] = {.lex_state = 52, .external_lex_state = 12}, + [2340] = {.lex_state = 52, .external_lex_state = 14}, + [2341] = {.lex_state = 52, .external_lex_state = 19}, + [2342] = {.lex_state = 52, .external_lex_state = 13}, + [2343] = {.lex_state = 52, .external_lex_state = 14}, + [2344] = {.lex_state = 52, .external_lex_state = 15}, + [2345] = {.lex_state = 3, .external_lex_state = 12}, + [2346] = {.lex_state = 52, .external_lex_state = 12}, + [2347] = {.lex_state = 52, .external_lex_state = 12}, + [2348] = {.lex_state = 52, .external_lex_state = 12}, + [2349] = {.lex_state = 52, .external_lex_state = 13}, + [2350] = {.lex_state = 52, .external_lex_state = 12}, + [2351] = {.lex_state = 3, .external_lex_state = 12}, [2352] = {.lex_state = 52, .external_lex_state = 14}, [2353] = {.lex_state = 52, .external_lex_state = 14}, - [2354] = {.lex_state = 52, .external_lex_state = 15}, - [2355] = {.lex_state = 52, .external_lex_state = 13}, - [2356] = {.lex_state = 52, .external_lex_state = 14}, - [2357] = {.lex_state = 52, .external_lex_state = 15}, - [2358] = {.lex_state = 52, .external_lex_state = 15}, - [2359] = {.lex_state = 52, .external_lex_state = 14}, - [2360] = {.lex_state = 52, .external_lex_state = 12}, + [2354] = {.lex_state = 52, .external_lex_state = 14}, + [2355] = {.lex_state = 52, .external_lex_state = 9}, + [2356] = {.lex_state = 8, .external_lex_state = 14}, + [2357] = {.lex_state = 52, .external_lex_state = 13}, + [2358] = {.lex_state = 52, .external_lex_state = 13}, + [2359] = {.lex_state = 52, .external_lex_state = 13}, + [2360] = {.lex_state = 52, .external_lex_state = 13}, [2361] = {.lex_state = 52, .external_lex_state = 12}, - [2362] = {.lex_state = 8, .external_lex_state = 15}, + [2362] = {.lex_state = 52, .external_lex_state = 13}, [2363] = {.lex_state = 52, .external_lex_state = 9}, - [2364] = {.lex_state = 52, .external_lex_state = 14}, - [2365] = {.lex_state = 52, .external_lex_state = 9}, - [2366] = {.lex_state = 52, .external_lex_state = 12}, - [2367] = {.lex_state = 52, .external_lex_state = 9}, - [2368] = {.lex_state = 52, .external_lex_state = 9}, - [2369] = {.lex_state = 52, .external_lex_state = 14}, - [2370] = {.lex_state = 52, .external_lex_state = 14}, - [2371] = {.lex_state = 52, .external_lex_state = 13}, - [2372] = {.lex_state = 52, .external_lex_state = 14}, - [2373] = {.lex_state = 52, .external_lex_state = 14}, + [2364] = {.lex_state = 52, .external_lex_state = 13}, + [2365] = {.lex_state = 52, .external_lex_state = 12}, + [2366] = {.lex_state = 52, .external_lex_state = 13}, + [2367] = {.lex_state = 52, .external_lex_state = 13}, + [2368] = {.lex_state = 52, .external_lex_state = 13}, + [2369] = {.lex_state = 52, .external_lex_state = 15}, + [2370] = {.lex_state = 52, .external_lex_state = 15}, + [2371] = {.lex_state = 3, .external_lex_state = 12}, + [2372] = {.lex_state = 52, .external_lex_state = 12}, + [2373] = {.lex_state = 9, .external_lex_state = 17}, [2374] = {.lex_state = 52, .external_lex_state = 14}, - [2375] = {.lex_state = 52, .external_lex_state = 14}, - [2376] = {.lex_state = 52, .external_lex_state = 15}, - [2377] = {.lex_state = 52, .external_lex_state = 13}, - [2378] = {.lex_state = 52, .external_lex_state = 13}, + [2375] = {.lex_state = 52, .external_lex_state = 13}, + [2376] = {.lex_state = 52, .external_lex_state = 13}, + [2377] = {.lex_state = 52, .external_lex_state = 15}, + [2378] = {.lex_state = 52, .external_lex_state = 15}, [2379] = {.lex_state = 52, .external_lex_state = 12}, - [2380] = {.lex_state = 52, .external_lex_state = 14}, - [2381] = {.lex_state = 52, .external_lex_state = 9}, - [2382] = {.lex_state = 52, .external_lex_state = 14}, - [2383] = {.lex_state = 52, .external_lex_state = 14}, - [2384] = {.lex_state = 52, .external_lex_state = 12}, - [2385] = {.lex_state = 52, .external_lex_state = 12}, + [2380] = {.lex_state = 3, .external_lex_state = 12}, + [2381] = {.lex_state = 52, .external_lex_state = 19}, + [2382] = {.lex_state = 3, .external_lex_state = 12}, + [2383] = {.lex_state = 52, .external_lex_state = 12}, + [2384] = {.lex_state = 3, .external_lex_state = 12}, + [2385] = {.lex_state = 52, .external_lex_state = 14}, [2386] = {.lex_state = 52, .external_lex_state = 14}, - [2387] = {.lex_state = 52, .external_lex_state = 12}, - [2388] = {.lex_state = 52, .external_lex_state = 14}, - [2389] = {.lex_state = 52, .external_lex_state = 9}, - [2390] = {.lex_state = 52, .external_lex_state = 12}, + [2387] = {.lex_state = 52, .external_lex_state = 14}, + [2388] = {.lex_state = 52, .external_lex_state = 9}, + [2389] = {.lex_state = 52, .external_lex_state = 13}, + [2390] = {.lex_state = 3, .external_lex_state = 12}, [2391] = {.lex_state = 52, .external_lex_state = 14}, - [2392] = {.lex_state = 52, .external_lex_state = 14}, + [2392] = {.lex_state = 52, .external_lex_state = 12}, [2393] = {.lex_state = 52, .external_lex_state = 14}, - [2394] = {.lex_state = 52, .external_lex_state = 13}, - [2395] = {.lex_state = 52, .external_lex_state = 12}, + [2394] = {.lex_state = 52, .external_lex_state = 9}, + [2395] = {.lex_state = 52, .external_lex_state = 15}, [2396] = {.lex_state = 52, .external_lex_state = 14}, - [2397] = {.lex_state = 52, .external_lex_state = 9}, - [2398] = {.lex_state = 52, .external_lex_state = 9}, - [2399] = {.lex_state = 52, .external_lex_state = 15}, - [2400] = {.lex_state = 52, .external_lex_state = 14}, - [2401] = {.lex_state = 52, .external_lex_state = 12}, - [2402] = {.lex_state = 52, .external_lex_state = 14}, - [2403] = {.lex_state = 9, .external_lex_state = 17}, - [2404] = {.lex_state = 52, .external_lex_state = 14}, - [2405] = {.lex_state = 52, .external_lex_state = 14}, - [2406] = {.lex_state = 52, .external_lex_state = 14}, - [2407] = {.lex_state = 52, .external_lex_state = 9}, + [2397] = {.lex_state = 52, .external_lex_state = 12}, + [2398] = {.lex_state = 52, .external_lex_state = 15}, + [2399] = {.lex_state = 52, .external_lex_state = 13}, + [2400] = {.lex_state = 52, .external_lex_state = 13}, + [2401] = {.lex_state = 52, .external_lex_state = 13}, + [2402] = {.lex_state = 52, .external_lex_state = 15}, + [2403] = {.lex_state = 52, .external_lex_state = 13}, + [2404] = {.lex_state = 52, .external_lex_state = 12}, + [2405] = {.lex_state = 52, .external_lex_state = 15}, + [2406] = {.lex_state = 52, .external_lex_state = 13}, + [2407] = {.lex_state = 52, .external_lex_state = 15}, [2408] = {.lex_state = 52, .external_lex_state = 13}, [2409] = {.lex_state = 52, .external_lex_state = 12}, - [2410] = {.lex_state = 52, .external_lex_state = 13}, - [2411] = {.lex_state = 52, .external_lex_state = 13}, - [2412] = {.lex_state = 52, .external_lex_state = 13}, - [2413] = {.lex_state = 3, .external_lex_state = 12}, - [2414] = {.lex_state = 52, .external_lex_state = 14}, - [2415] = {.lex_state = 52, .external_lex_state = 13}, - [2416] = {.lex_state = 52, .external_lex_state = 13}, + [2410] = {.lex_state = 52, .external_lex_state = 15}, + [2411] = {.lex_state = 52, .external_lex_state = 15}, + [2412] = {.lex_state = 52, .external_lex_state = 12}, + [2413] = {.lex_state = 52, .external_lex_state = 14}, + [2414] = {.lex_state = 52, .external_lex_state = 9}, + [2415] = {.lex_state = 52, .external_lex_state = 19}, + [2416] = {.lex_state = 52, .external_lex_state = 15}, [2417] = {.lex_state = 52, .external_lex_state = 13}, - [2418] = {.lex_state = 52, .external_lex_state = 19}, - [2419] = {.lex_state = 52, .external_lex_state = 9}, - [2420] = {.lex_state = 3, .external_lex_state = 12}, - [2421] = {.lex_state = 52, .external_lex_state = 12}, - [2422] = {.lex_state = 52, .external_lex_state = 14}, - [2423] = {.lex_state = 52, .external_lex_state = 9}, - [2424] = {.lex_state = 52, .external_lex_state = 19}, - [2425] = {.lex_state = 52, .external_lex_state = 14}, - [2426] = {.lex_state = 3, .external_lex_state = 12}, - [2427] = {.lex_state = 52, .external_lex_state = 14}, - [2428] = {.lex_state = 52, .external_lex_state = 12}, - [2429] = {.lex_state = 52, .external_lex_state = 14}, - [2430] = {.lex_state = 52, .external_lex_state = 9}, - [2431] = {.lex_state = 52, .external_lex_state = 15}, - [2432] = {.lex_state = 52, .external_lex_state = 12}, - [2433] = {.lex_state = 52, .external_lex_state = 14}, - [2434] = {.lex_state = 52, .external_lex_state = 14}, - [2435] = {.lex_state = 52, .external_lex_state = 14}, - [2436] = {.lex_state = 52, .external_lex_state = 14}, - [2437] = {.lex_state = 52, .external_lex_state = 14}, + [2418] = {.lex_state = 52, .external_lex_state = 13}, + [2419] = {.lex_state = 52, .external_lex_state = 19}, + [2420] = {.lex_state = 52, .external_lex_state = 12}, + [2421] = {.lex_state = 52, .external_lex_state = 9}, + [2422] = {.lex_state = 52, .external_lex_state = 19}, + [2423] = {.lex_state = 52, .external_lex_state = 12}, + [2424] = {.lex_state = 52, .external_lex_state = 13}, + [2425] = {.lex_state = 52, .external_lex_state = 13}, + [2426] = {.lex_state = 52, .external_lex_state = 13}, + [2427] = {.lex_state = 52, .external_lex_state = 13}, + [2428] = {.lex_state = 52, .external_lex_state = 13}, + [2429] = {.lex_state = 52, .external_lex_state = 13}, + [2430] = {.lex_state = 52, .external_lex_state = 15}, + [2431] = {.lex_state = 52, .external_lex_state = 9}, + [2432] = {.lex_state = 8, .external_lex_state = 14}, + [2433] = {.lex_state = 52, .external_lex_state = 13}, + [2434] = {.lex_state = 52, .external_lex_state = 12}, + [2435] = {.lex_state = 52, .external_lex_state = 13}, + [2436] = {.lex_state = 52, .external_lex_state = 15}, + [2437] = {.lex_state = 52, .external_lex_state = 15}, [2438] = {.lex_state = 52, .external_lex_state = 13}, - [2439] = {.lex_state = 52, .external_lex_state = 14}, - [2440] = {.lex_state = 52, .external_lex_state = 12}, - [2441] = {.lex_state = 52, .external_lex_state = 19}, - [2442] = {.lex_state = 52, .external_lex_state = 14}, - [2443] = {.lex_state = 52, .external_lex_state = 14}, + [2439] = {.lex_state = 52, .external_lex_state = 13}, + [2440] = {.lex_state = 52, .external_lex_state = 9}, + [2441] = {.lex_state = 52, .external_lex_state = 15}, + [2442] = {.lex_state = 52, .external_lex_state = 15}, + [2443] = {.lex_state = 52, .external_lex_state = 13}, [2444] = {.lex_state = 52, .external_lex_state = 15}, - [2445] = {.lex_state = 52, .external_lex_state = 13}, - [2446] = {.lex_state = 52, .external_lex_state = 13}, + [2445] = {.lex_state = 52, .external_lex_state = 12}, + [2446] = {.lex_state = 52, .external_lex_state = 9}, [2447] = {.lex_state = 52, .external_lex_state = 13}, - [2448] = {.lex_state = 52, .external_lex_state = 14}, - [2449] = {.lex_state = 52, .external_lex_state = 13}, - [2450] = {.lex_state = 52, .external_lex_state = 14}, + [2448] = {.lex_state = 52, .external_lex_state = 13}, + [2449] = {.lex_state = 52, .external_lex_state = 12}, + [2450] = {.lex_state = 52, .external_lex_state = 19}, [2451] = {.lex_state = 52, .external_lex_state = 13}, - [2452] = {.lex_state = 52, .external_lex_state = 14}, - [2453] = {.lex_state = 52, .external_lex_state = 13}, + [2452] = {.lex_state = 52, .external_lex_state = 13}, + [2453] = {.lex_state = 52, .external_lex_state = 9}, [2454] = {.lex_state = 52, .external_lex_state = 13}, - [2455] = {.lex_state = 3, .external_lex_state = 12}, - [2456] = {.lex_state = 52, .external_lex_state = 12}, - [2457] = {.lex_state = 52, .external_lex_state = 13}, + [2455] = {.lex_state = 52, .external_lex_state = 15}, + [2456] = {.lex_state = 52, .external_lex_state = 19}, + [2457] = {.lex_state = 52, .external_lex_state = 14}, [2458] = {.lex_state = 52, .external_lex_state = 13}, - [2459] = {.lex_state = 52, .external_lex_state = 13}, - [2460] = {.lex_state = 52, .external_lex_state = 15}, - [2461] = {.lex_state = 52, .external_lex_state = 13}, + [2459] = {.lex_state = 52, .external_lex_state = 14}, + [2460] = {.lex_state = 52, .external_lex_state = 13}, + [2461] = {.lex_state = 52, .external_lex_state = 15}, [2462] = {.lex_state = 52, .external_lex_state = 15}, - [2463] = {.lex_state = 52, .external_lex_state = 9}, - [2464] = {.lex_state = 52, .external_lex_state = 9}, + [2463] = {.lex_state = 52, .external_lex_state = 15}, + [2464] = {.lex_state = 52, .external_lex_state = 13}, [2465] = {.lex_state = 52, .external_lex_state = 15}, - [2466] = {.lex_state = 52, .external_lex_state = 15}, + [2466] = {.lex_state = 52, .external_lex_state = 14}, [2467] = {.lex_state = 52, .external_lex_state = 12}, - [2468] = {.lex_state = 52, .external_lex_state = 14}, - [2469] = {.lex_state = 52, .external_lex_state = 15}, + [2468] = {.lex_state = 52, .external_lex_state = 13}, + [2469] = {.lex_state = 52, .external_lex_state = 12}, [2470] = {.lex_state = 52, .external_lex_state = 15}, - [2471] = {.lex_state = 52, .external_lex_state = 14}, + [2471] = {.lex_state = 52, .external_lex_state = 15}, [2472] = {.lex_state = 52, .external_lex_state = 15}, - [2473] = {.lex_state = 52, .external_lex_state = 14}, - [2474] = {.lex_state = 8, .external_lex_state = 15}, - [2475] = {.lex_state = 52, .external_lex_state = 19}, + [2473] = {.lex_state = 52, .external_lex_state = 15}, + [2474] = {.lex_state = 52, .external_lex_state = 15}, + [2475] = {.lex_state = 52, .external_lex_state = 9}, [2476] = {.lex_state = 52, .external_lex_state = 15}, - [2477] = {.lex_state = 8, .external_lex_state = 15}, - [2478] = {.lex_state = 8, .external_lex_state = 15}, - [2479] = {.lex_state = 8, .external_lex_state = 15}, - [2480] = {.lex_state = 52, .external_lex_state = 14}, - [2481] = {.lex_state = 52, .external_lex_state = 15}, - [2482] = {.lex_state = 52, .external_lex_state = 14}, - [2483] = {.lex_state = 52, .external_lex_state = 14}, - [2484] = {.lex_state = 9, .external_lex_state = 17}, - [2485] = {.lex_state = 52, .external_lex_state = 15}, + [2477] = {.lex_state = 52, .external_lex_state = 15}, + [2478] = {.lex_state = 52, .external_lex_state = 12}, + [2479] = {.lex_state = 52, .external_lex_state = 13}, + [2480] = {.lex_state = 52, .external_lex_state = 13}, + [2481] = {.lex_state = 52, .external_lex_state = 13}, + [2482] = {.lex_state = 52, .external_lex_state = 13}, + [2483] = {.lex_state = 52, .external_lex_state = 12}, + [2484] = {.lex_state = 52, .external_lex_state = 12}, + [2485] = {.lex_state = 52, .external_lex_state = 13}, [2486] = {.lex_state = 52, .external_lex_state = 15}, - [2487] = {.lex_state = 52, .external_lex_state = 15}, - [2488] = {.lex_state = 9, .external_lex_state = 17}, - [2489] = {.lex_state = 52, .external_lex_state = 13}, - [2490] = {.lex_state = 52, .external_lex_state = 15}, - [2491] = {.lex_state = 52, .external_lex_state = 14}, - [2492] = {.lex_state = 52, .external_lex_state = 12}, - [2493] = {.lex_state = 52, .external_lex_state = 15}, - [2494] = {.lex_state = 52, .external_lex_state = 15}, - [2495] = {.lex_state = 52, .external_lex_state = 15}, + [2487] = {.lex_state = 52, .external_lex_state = 14}, + [2488] = {.lex_state = 52, .external_lex_state = 14}, + [2489] = {.lex_state = 52, .external_lex_state = 12}, + [2490] = {.lex_state = 52, .external_lex_state = 14}, + [2491] = {.lex_state = 52, .external_lex_state = 12}, + [2492] = {.lex_state = 8, .external_lex_state = 14}, + [2493] = {.lex_state = 8, .external_lex_state = 14}, + [2494] = {.lex_state = 8, .external_lex_state = 14}, + [2495] = {.lex_state = 8, .external_lex_state = 14}, [2496] = {.lex_state = 52, .external_lex_state = 13}, [2497] = {.lex_state = 52, .external_lex_state = 9}, - [2498] = {.lex_state = 52, .external_lex_state = 14}, - [2499] = {.lex_state = 52, .external_lex_state = 14}, - [2500] = {.lex_state = 52, .external_lex_state = 12}, - [2501] = {.lex_state = 52, .external_lex_state = 12}, - [2502] = {.lex_state = 52, .external_lex_state = 13}, - [2503] = {.lex_state = 52, .external_lex_state = 15}, - [2504] = {.lex_state = 52, .external_lex_state = 15}, - [2505] = {.lex_state = 52, .external_lex_state = 12}, - [2506] = {.lex_state = 52, .external_lex_state = 13}, - [2507] = {.lex_state = 52, .external_lex_state = 12}, - [2508] = {.lex_state = 8, .external_lex_state = 15}, - [2509] = {.lex_state = 52, .external_lex_state = 12}, - [2510] = {.lex_state = 8, .external_lex_state = 15}, - [2511] = {.lex_state = 52, .external_lex_state = 14}, - [2512] = {.lex_state = 52, .external_lex_state = 14}, - [2513] = {.lex_state = 52, .external_lex_state = 14}, - [2514] = {.lex_state = 52, .external_lex_state = 12}, - [2515] = {.lex_state = 52, .external_lex_state = 12}, - [2516] = {.lex_state = 52, .external_lex_state = 15}, - [2517] = {.lex_state = 3, .external_lex_state = 12}, - [2518] = {.lex_state = 52, .external_lex_state = 19}, - [2519] = {.lex_state = 52, .external_lex_state = 14}, - [2520] = {.lex_state = 52, .external_lex_state = 14}, - [2521] = {.lex_state = 52, .external_lex_state = 13}, - [2522] = {.lex_state = 52, .external_lex_state = 14}, + [2498] = {.lex_state = 52, .external_lex_state = 13}, + [2499] = {.lex_state = 9, .external_lex_state = 17}, + [2500] = {.lex_state = 52, .external_lex_state = 15}, + [2501] = {.lex_state = 52, .external_lex_state = 14}, + [2502] = {.lex_state = 52, .external_lex_state = 14}, + [2503] = {.lex_state = 9, .external_lex_state = 17}, + [2504] = {.lex_state = 52, .external_lex_state = 9}, + [2505] = {.lex_state = 52, .external_lex_state = 9}, + [2506] = {.lex_state = 52, .external_lex_state = 14}, + [2507] = {.lex_state = 52, .external_lex_state = 13}, + [2508] = {.lex_state = 3, .external_lex_state = 12}, + [2509] = {.lex_state = 52, .external_lex_state = 13}, + [2510] = {.lex_state = 52, .external_lex_state = 13}, + [2511] = {.lex_state = 52, .external_lex_state = 9}, + [2512] = {.lex_state = 52, .external_lex_state = 15}, + [2513] = {.lex_state = 52, .external_lex_state = 13}, + [2514] = {.lex_state = 52, .external_lex_state = 14}, + [2515] = {.lex_state = 9, .external_lex_state = 17}, + [2516] = {.lex_state = 52, .external_lex_state = 13}, + [2517] = {.lex_state = 52, .external_lex_state = 14}, + [2518] = {.lex_state = 52, .external_lex_state = 15}, + [2519] = {.lex_state = 8, .external_lex_state = 14}, + [2520] = {.lex_state = 52, .external_lex_state = 9}, + [2521] = {.lex_state = 52, .external_lex_state = 9}, + [2522] = {.lex_state = 52, .external_lex_state = 12}, [2523] = {.lex_state = 52, .external_lex_state = 14}, - [2524] = {.lex_state = 52, .external_lex_state = 14}, - [2525] = {.lex_state = 52, .external_lex_state = 15}, - [2526] = {.lex_state = 52, .external_lex_state = 15}, + [2524] = {.lex_state = 3, .external_lex_state = 12}, + [2525] = {.lex_state = 52, .external_lex_state = 13}, + [2526] = {.lex_state = 52, .external_lex_state = 13}, [2527] = {.lex_state = 52, .external_lex_state = 14}, - [2528] = {.lex_state = 52, .external_lex_state = 15}, - [2529] = {.lex_state = 52, .external_lex_state = 15}, - [2530] = {.lex_state = 52, .external_lex_state = 15}, + [2528] = {.lex_state = 52, .external_lex_state = 13}, + [2529] = {.lex_state = 52, .external_lex_state = 14}, + [2530] = {.lex_state = 9, .external_lex_state = 14}, [2531] = {.lex_state = 52, .external_lex_state = 12}, - [2532] = {.lex_state = 52, .external_lex_state = 12}, - [2533] = {.lex_state = 52, .external_lex_state = 18}, - [2534] = {.lex_state = 52, .external_lex_state = 12}, - [2535] = {.lex_state = 52, .external_lex_state = 18}, - [2536] = {.lex_state = 52, .external_lex_state = 18}, - [2537] = {.lex_state = 52, .external_lex_state = 9}, + [2532] = {.lex_state = 52, .external_lex_state = 9}, + [2533] = {.lex_state = 52, .external_lex_state = 9}, + [2534] = {.lex_state = 52, .external_lex_state = 14}, + [2535] = {.lex_state = 52, .external_lex_state = 14}, + [2536] = {.lex_state = 52, .external_lex_state = 14}, + [2537] = {.lex_state = 52, .external_lex_state = 14}, [2538] = {.lex_state = 52, .external_lex_state = 18}, - [2539] = {.lex_state = 9, .external_lex_state = 15}, + [2539] = {.lex_state = 52, .external_lex_state = 15}, [2540] = {.lex_state = 52, .external_lex_state = 9}, - [2541] = {.lex_state = 52, .external_lex_state = 18}, - [2542] = {.lex_state = 9, .external_lex_state = 15}, - [2543] = {.lex_state = 52, .external_lex_state = 9}, + [2541] = {.lex_state = 52, .external_lex_state = 14}, + [2542] = {.lex_state = 52, .external_lex_state = 14}, + [2543] = {.lex_state = 52, .external_lex_state = 12}, [2544] = {.lex_state = 52, .external_lex_state = 9}, - [2545] = {.lex_state = 52, .external_lex_state = 9}, - [2546] = {.lex_state = 52, .external_lex_state = 12}, + [2545] = {.lex_state = 52, .external_lex_state = 14}, + [2546] = {.lex_state = 52, .external_lex_state = 9}, [2547] = {.lex_state = 52, .external_lex_state = 9}, - [2548] = {.lex_state = 52, .external_lex_state = 9}, - [2549] = {.lex_state = 52, .external_lex_state = 9}, - [2550] = {.lex_state = 52, .external_lex_state = 13}, - [2551] = {.lex_state = 52, .external_lex_state = 9}, - [2552] = {.lex_state = 52, .external_lex_state = 9}, - [2553] = {.lex_state = 52, .external_lex_state = 15}, - [2554] = {.lex_state = 52, .external_lex_state = 15}, - [2555] = {.lex_state = 52, .external_lex_state = 15}, - [2556] = {.lex_state = 52, .external_lex_state = 15}, - [2557] = {.lex_state = 52, .external_lex_state = 15}, - [2558] = {.lex_state = 52, .external_lex_state = 18}, + [2548] = {.lex_state = 52, .external_lex_state = 13}, + [2549] = {.lex_state = 52, .external_lex_state = 14}, + [2550] = {.lex_state = 52, .external_lex_state = 14}, + [2551] = {.lex_state = 52, .external_lex_state = 18}, + [2552] = {.lex_state = 52, .external_lex_state = 14}, + [2553] = {.lex_state = 52, .external_lex_state = 14}, + [2554] = {.lex_state = 52, .external_lex_state = 18}, + [2555] = {.lex_state = 52, .external_lex_state = 13}, + [2556] = {.lex_state = 52, .external_lex_state = 14}, + [2557] = {.lex_state = 52, .external_lex_state = 14}, + [2558] = {.lex_state = 52, .external_lex_state = 9}, [2559] = {.lex_state = 52, .external_lex_state = 15}, - [2560] = {.lex_state = 52, .external_lex_state = 15}, - [2561] = {.lex_state = 52, .external_lex_state = 15}, - [2562] = {.lex_state = 52, .external_lex_state = 15}, + [2560] = {.lex_state = 52, .external_lex_state = 9}, + [2561] = {.lex_state = 52, .external_lex_state = 18}, + [2562] = {.lex_state = 52, .external_lex_state = 14}, [2563] = {.lex_state = 52, .external_lex_state = 9}, - [2564] = {.lex_state = 52, .external_lex_state = 14}, - [2565] = {.lex_state = 52, .external_lex_state = 15}, - [2566] = {.lex_state = 52, .external_lex_state = 18}, - [2567] = {.lex_state = 52, .external_lex_state = 18}, - [2568] = {.lex_state = 52, .external_lex_state = 14}, + [2564] = {.lex_state = 52, .external_lex_state = 18}, + [2565] = {.lex_state = 52, .external_lex_state = 9}, + [2566] = {.lex_state = 52, .external_lex_state = 13}, + [2567] = {.lex_state = 52, .external_lex_state = 9}, + [2568] = {.lex_state = 52, .external_lex_state = 13}, [2569] = {.lex_state = 52, .external_lex_state = 18}, - [2570] = {.lex_state = 52, .external_lex_state = 14}, - [2571] = {.lex_state = 52, .external_lex_state = 18}, - [2572] = {.lex_state = 9, .external_lex_state = 15}, - [2573] = {.lex_state = 52, .external_lex_state = 15}, - [2574] = {.lex_state = 52, .external_lex_state = 9}, + [2570] = {.lex_state = 52, .external_lex_state = 13}, + [2571] = {.lex_state = 52, .external_lex_state = 9}, + [2572] = {.lex_state = 52, .external_lex_state = 15}, + [2573] = {.lex_state = 52, .external_lex_state = 18}, + [2574] = {.lex_state = 52, .external_lex_state = 13}, [2575] = {.lex_state = 52, .external_lex_state = 15}, - [2576] = {.lex_state = 52, .external_lex_state = 14}, - [2577] = {.lex_state = 52, .external_lex_state = 13}, - [2578] = {.lex_state = 52, .external_lex_state = 13}, - [2579] = {.lex_state = 52, .external_lex_state = 15}, - [2580] = {.lex_state = 52, .external_lex_state = 13}, + [2576] = {.lex_state = 52, .external_lex_state = 13}, + [2577] = {.lex_state = 9, .external_lex_state = 14}, + [2578] = {.lex_state = 52, .external_lex_state = 14}, + [2579] = {.lex_state = 9, .external_lex_state = 14}, + [2580] = {.lex_state = 52, .external_lex_state = 14}, [2581] = {.lex_state = 52, .external_lex_state = 15}, - [2582] = {.lex_state = 9, .external_lex_state = 15}, - [2583] = {.lex_state = 52, .external_lex_state = 18}, - [2584] = {.lex_state = 52, .external_lex_state = 14}, - [2585] = {.lex_state = 52, .external_lex_state = 14}, - [2586] = {.lex_state = 52, .external_lex_state = 18}, + [2582] = {.lex_state = 52, .external_lex_state = 14}, + [2583] = {.lex_state = 52, .external_lex_state = 14}, + [2584] = {.lex_state = 52, .external_lex_state = 9}, + [2585] = {.lex_state = 52, .external_lex_state = 13}, + [2586] = {.lex_state = 9, .external_lex_state = 14}, [2587] = {.lex_state = 52, .external_lex_state = 13}, - [2588] = {.lex_state = 52, .external_lex_state = 18}, - [2589] = {.lex_state = 52, .external_lex_state = 15}, - [2590] = {.lex_state = 52, .external_lex_state = 14}, - [2591] = {.lex_state = 52, .external_lex_state = 13}, - [2592] = {.lex_state = 9, .external_lex_state = 15}, - [2593] = {.lex_state = 9, .external_lex_state = 15}, - [2594] = {.lex_state = 9, .external_lex_state = 15}, - [2595] = {.lex_state = 52, .external_lex_state = 14}, - [2596] = {.lex_state = 9, .external_lex_state = 15}, - [2597] = {.lex_state = 52, .external_lex_state = 15}, + [2588] = {.lex_state = 52, .external_lex_state = 14}, + [2589] = {.lex_state = 9, .external_lex_state = 14}, + [2590] = {.lex_state = 52, .external_lex_state = 18}, + [2591] = {.lex_state = 9, .external_lex_state = 14}, + [2592] = {.lex_state = 52, .external_lex_state = 18}, + [2593] = {.lex_state = 9, .external_lex_state = 14}, + [2594] = {.lex_state = 52, .external_lex_state = 18}, + [2595] = {.lex_state = 9, .external_lex_state = 14}, + [2596] = {.lex_state = 52, .external_lex_state = 15}, + [2597] = {.lex_state = 9, .external_lex_state = 14}, [2598] = {.lex_state = 52, .external_lex_state = 18}, - [2599] = {.lex_state = 52, .external_lex_state = 15}, - [2600] = {.lex_state = 52, .external_lex_state = 9}, - [2601] = {.lex_state = 52, .external_lex_state = 14}, - [2602] = {.lex_state = 52, .external_lex_state = 15}, - [2603] = {.lex_state = 52, .external_lex_state = 14}, + [2599] = {.lex_state = 52, .external_lex_state = 18}, + [2600] = {.lex_state = 52, .external_lex_state = 13}, + [2601] = {.lex_state = 52, .external_lex_state = 18}, + [2602] = {.lex_state = 52, .external_lex_state = 9}, + [2603] = {.lex_state = 52, .external_lex_state = 13}, [2604] = {.lex_state = 52, .external_lex_state = 14}, - [2605] = {.lex_state = 52, .external_lex_state = 9}, - [2606] = {.lex_state = 52, .external_lex_state = 14}, - [2607] = {.lex_state = 52, .external_lex_state = 13}, + [2605] = {.lex_state = 52, .external_lex_state = 14}, + [2606] = {.lex_state = 52, .external_lex_state = 15}, + [2607] = {.lex_state = 52, .external_lex_state = 12}, [2608] = {.lex_state = 52, .external_lex_state = 9}, - [2609] = {.lex_state = 52, .external_lex_state = 18}, - [2610] = {.lex_state = 52, .external_lex_state = 15}, + [2609] = {.lex_state = 52, .external_lex_state = 12}, + [2610] = {.lex_state = 52, .external_lex_state = 13}, [2611] = {.lex_state = 52, .external_lex_state = 9}, - [2612] = {.lex_state = 52, .external_lex_state = 13}, - [2613] = {.lex_state = 52, .external_lex_state = 9}, - [2614] = {.lex_state = 9, .external_lex_state = 15}, + [2612] = {.lex_state = 52, .external_lex_state = 18}, + [2613] = {.lex_state = 9, .external_lex_state = 14}, + [2614] = {.lex_state = 52, .external_lex_state = 9}, [2615] = {.lex_state = 52, .external_lex_state = 9}, - [2616] = {.lex_state = 52, .external_lex_state = 15}, - [2617] = {.lex_state = 52, .external_lex_state = 14}, - [2618] = {.lex_state = 52, .external_lex_state = 15}, - [2619] = {.lex_state = 52, .external_lex_state = 15}, - [2620] = {.lex_state = 52, .external_lex_state = 15}, + [2616] = {.lex_state = 52, .external_lex_state = 18}, + [2617] = {.lex_state = 52, .external_lex_state = 18}, + [2618] = {.lex_state = 52, .external_lex_state = 14}, + [2619] = {.lex_state = 52, .external_lex_state = 14}, + [2620] = {.lex_state = 52, .external_lex_state = 14}, [2621] = {.lex_state = 52, .external_lex_state = 18}, - [2622] = {.lex_state = 52, .external_lex_state = 18}, - [2623] = {.lex_state = 52, .external_lex_state = 12}, - [2624] = {.lex_state = 52, .external_lex_state = 14}, - [2625] = {.lex_state = 52, .external_lex_state = 14}, - [2626] = {.lex_state = 52, .external_lex_state = 18}, - [2627] = {.lex_state = 52, .external_lex_state = 13}, - [2628] = {.lex_state = 9, .external_lex_state = 15}, - [2629] = {.lex_state = 52, .external_lex_state = 15}, - [2630] = {.lex_state = 52, .external_lex_state = 12}, - [2631] = {.lex_state = 52, .external_lex_state = 15}, - [2632] = {.lex_state = 4, .external_lex_state = 15}, - [2633] = {.lex_state = 52, .external_lex_state = 12}, + [2622] = {.lex_state = 52, .external_lex_state = 13}, + [2623] = {.lex_state = 52, .external_lex_state = 14}, + [2624] = {.lex_state = 52, .external_lex_state = 13}, + [2625] = {.lex_state = 52, .external_lex_state = 18}, + [2626] = {.lex_state = 52, .external_lex_state = 13}, + [2627] = {.lex_state = 52, .external_lex_state = 15}, + [2628] = {.lex_state = 52, .external_lex_state = 15}, + [2629] = {.lex_state = 52, .external_lex_state = 12}, + [2630] = {.lex_state = 52, .external_lex_state = 14}, + [2631] = {.lex_state = 52, .external_lex_state = 14}, + [2632] = {.lex_state = 52, .external_lex_state = 14}, + [2633] = {.lex_state = 4, .external_lex_state = 14}, [2634] = {.lex_state = 52, .external_lex_state = 14}, - [2635] = {.lex_state = 52, .external_lex_state = 15}, + [2635] = {.lex_state = 4, .external_lex_state = 14}, [2636] = {.lex_state = 52, .external_lex_state = 14}, - [2637] = {.lex_state = 52, .external_lex_state = 15}, - [2638] = {.lex_state = 52, .external_lex_state = 12}, - [2639] = {.lex_state = 52, .external_lex_state = 13}, - [2640] = {.lex_state = 52, .external_lex_state = 12}, - [2641] = {.lex_state = 52, .external_lex_state = 15}, - [2642] = {.lex_state = 52, .external_lex_state = 15}, - [2643] = {.lex_state = 52, .external_lex_state = 12}, - [2644] = {.lex_state = 52, .external_lex_state = 15}, - [2645] = {.lex_state = 52, .external_lex_state = 15}, - [2646] = {.lex_state = 52, .external_lex_state = 14}, - [2647] = {.lex_state = 52, .external_lex_state = 15}, + [2637] = {.lex_state = 52, .external_lex_state = 13}, + [2638] = {.lex_state = 52, .external_lex_state = 14}, + [2639] = {.lex_state = 52, .external_lex_state = 12}, + [2640] = {.lex_state = 52, .external_lex_state = 15}, + [2641] = {.lex_state = 52, .external_lex_state = 12}, + [2642] = {.lex_state = 52, .external_lex_state = 12}, + [2643] = {.lex_state = 52, .external_lex_state = 13}, + [2644] = {.lex_state = 52, .external_lex_state = 12}, + [2645] = {.lex_state = 52, .external_lex_state = 14}, + [2646] = {.lex_state = 52, .external_lex_state = 13}, + [2647] = {.lex_state = 52, .external_lex_state = 14}, [2648] = {.lex_state = 52, .external_lex_state = 14}, - [2649] = {.lex_state = 52, .external_lex_state = 15}, + [2649] = {.lex_state = 52, .external_lex_state = 14}, [2650] = {.lex_state = 52, .external_lex_state = 14}, [2651] = {.lex_state = 52, .external_lex_state = 13}, - [2652] = {.lex_state = 52, .external_lex_state = 13}, - [2653] = {.lex_state = 52, .external_lex_state = 13}, - [2654] = {.lex_state = 52, .external_lex_state = 12}, + [2652] = {.lex_state = 52, .external_lex_state = 15}, + [2653] = {.lex_state = 52, .external_lex_state = 15}, + [2654] = {.lex_state = 52, .external_lex_state = 14}, [2655] = {.lex_state = 52, .external_lex_state = 12}, - [2656] = {.lex_state = 52, .external_lex_state = 15}, - [2657] = {.lex_state = 52, .external_lex_state = 15}, + [2656] = {.lex_state = 52, .external_lex_state = 12}, + [2657] = {.lex_state = 52, .external_lex_state = 14}, [2658] = {.lex_state = 52, .external_lex_state = 14}, [2659] = {.lex_state = 52, .external_lex_state = 13}, - [2660] = {.lex_state = 52, .external_lex_state = 15}, - [2661] = {.lex_state = 52, .external_lex_state = 15}, + [2660] = {.lex_state = 52, .external_lex_state = 13}, + [2661] = {.lex_state = 52, .external_lex_state = 14}, [2662] = {.lex_state = 52, .external_lex_state = 12}, - [2663] = {.lex_state = 52, .external_lex_state = 15}, - [2664] = {.lex_state = 52, .external_lex_state = 15}, + [2663] = {.lex_state = 52, .external_lex_state = 12}, + [2664] = {.lex_state = 52, .external_lex_state = 12}, [2665] = {.lex_state = 52, .external_lex_state = 12}, - [2666] = {.lex_state = 52, .external_lex_state = 15}, - [2667] = {.lex_state = 52, .external_lex_state = 12}, - [2668] = {.lex_state = 52, .external_lex_state = 14}, - [2669] = {.lex_state = 52, .external_lex_state = 15}, - [2670] = {.lex_state = 52, .external_lex_state = 15}, - [2671] = {.lex_state = 52, .external_lex_state = 15}, - [2672] = {.lex_state = 52, .external_lex_state = 15}, - [2673] = {.lex_state = 52, .external_lex_state = 15}, - [2674] = {.lex_state = 52, .external_lex_state = 15}, - [2675] = {.lex_state = 52, .external_lex_state = 15}, - [2676] = {.lex_state = 52, .external_lex_state = 13}, + [2666] = {.lex_state = 52, .external_lex_state = 13}, + [2667] = {.lex_state = 52, .external_lex_state = 14}, + [2668] = {.lex_state = 52, .external_lex_state = 12}, + [2669] = {.lex_state = 52, .external_lex_state = 14}, + [2670] = {.lex_state = 52, .external_lex_state = 13}, + [2671] = {.lex_state = 52, .external_lex_state = 14}, + [2672] = {.lex_state = 52, .external_lex_state = 14}, + [2673] = {.lex_state = 4, .external_lex_state = 14}, + [2674] = {.lex_state = 52, .external_lex_state = 14}, + [2675] = {.lex_state = 52, .external_lex_state = 14}, + [2676] = {.lex_state = 52, .external_lex_state = 14}, [2677] = {.lex_state = 52, .external_lex_state = 13}, [2678] = {.lex_state = 52, .external_lex_state = 13}, - [2679] = {.lex_state = 52, .external_lex_state = 14}, - [2680] = {.lex_state = 52, .external_lex_state = 12}, - [2681] = {.lex_state = 52, .external_lex_state = 15}, - [2682] = {.lex_state = 52, .external_lex_state = 15}, - [2683] = {.lex_state = 52, .external_lex_state = 12}, - [2684] = {.lex_state = 52, .external_lex_state = 15}, - [2685] = {.lex_state = 52, .external_lex_state = 14}, - [2686] = {.lex_state = 4, .external_lex_state = 15}, + [2679] = {.lex_state = 52, .external_lex_state = 12}, + [2680] = {.lex_state = 52, .external_lex_state = 13}, + [2681] = {.lex_state = 52, .external_lex_state = 13}, + [2682] = {.lex_state = 52, .external_lex_state = 12}, + [2683] = {.lex_state = 52, .external_lex_state = 14}, + [2684] = {.lex_state = 52, .external_lex_state = 14}, + [2685] = {.lex_state = 52, .external_lex_state = 13}, + [2686] = {.lex_state = 52, .external_lex_state = 12}, [2687] = {.lex_state = 52, .external_lex_state = 15}, - [2688] = {.lex_state = 52, .external_lex_state = 13}, - [2689] = {.lex_state = 52, .external_lex_state = 14}, - [2690] = {.lex_state = 52, .external_lex_state = 14}, + [2688] = {.lex_state = 52, .external_lex_state = 15}, + [2689] = {.lex_state = 52, .external_lex_state = 15}, + [2690] = {.lex_state = 4, .external_lex_state = 14}, [2691] = {.lex_state = 52, .external_lex_state = 15}, - [2692] = {.lex_state = 52, .external_lex_state = 15}, - [2693] = {.lex_state = 52, .external_lex_state = 12}, + [2692] = {.lex_state = 52, .external_lex_state = 14}, + [2693] = {.lex_state = 52, .external_lex_state = 15}, [2694] = {.lex_state = 52, .external_lex_state = 12}, - [2695] = {.lex_state = 52, .external_lex_state = 15}, - [2696] = {.lex_state = 52, .external_lex_state = 13}, - [2697] = {.lex_state = 52, .external_lex_state = 12}, + [2695] = {.lex_state = 52, .external_lex_state = 12}, + [2696] = {.lex_state = 52, .external_lex_state = 12}, + [2697] = {.lex_state = 52, .external_lex_state = 13}, [2698] = {.lex_state = 52, .external_lex_state = 12}, - [2699] = {.lex_state = 4, .external_lex_state = 15}, + [2699] = {.lex_state = 52, .external_lex_state = 14}, [2700] = {.lex_state = 52, .external_lex_state = 12}, - [2701] = {.lex_state = 52, .external_lex_state = 15}, - [2702] = {.lex_state = 52, .external_lex_state = 13}, - [2703] = {.lex_state = 52, .external_lex_state = 12}, + [2701] = {.lex_state = 52, .external_lex_state = 14}, + [2702] = {.lex_state = 52, .external_lex_state = 12}, + [2703] = {.lex_state = 52, .external_lex_state = 14}, [2704] = {.lex_state = 52, .external_lex_state = 15}, - [2705] = {.lex_state = 52, .external_lex_state = 15}, - [2706] = {.lex_state = 52, .external_lex_state = 14}, - [2707] = {.lex_state = 52, .external_lex_state = 15}, - [2708] = {.lex_state = 52, .external_lex_state = 15}, - [2709] = {.lex_state = 52, .external_lex_state = 15}, - [2710] = {.lex_state = 52, .external_lex_state = 15}, - [2711] = {.lex_state = 52, .external_lex_state = 12}, - [2712] = {.lex_state = 52, .external_lex_state = 15}, - [2713] = {.lex_state = 52, .external_lex_state = 15}, + [2705] = {.lex_state = 52, .external_lex_state = 14}, + [2706] = {.lex_state = 52, .external_lex_state = 12}, + [2707] = {.lex_state = 52, .external_lex_state = 12}, + [2708] = {.lex_state = 52, .external_lex_state = 13}, + [2709] = {.lex_state = 52, .external_lex_state = 14}, + [2710] = {.lex_state = 52, .external_lex_state = 14}, + [2711] = {.lex_state = 52, .external_lex_state = 14}, + [2712] = {.lex_state = 52, .external_lex_state = 14}, + [2713] = {.lex_state = 52, .external_lex_state = 14}, [2714] = {.lex_state = 52, .external_lex_state = 14}, - [2715] = {.lex_state = 52, .external_lex_state = 15}, + [2715] = {.lex_state = 52, .external_lex_state = 13}, [2716] = {.lex_state = 52, .external_lex_state = 14}, [2717] = {.lex_state = 52, .external_lex_state = 15}, - [2718] = {.lex_state = 52, .external_lex_state = 15}, + [2718] = {.lex_state = 52, .external_lex_state = 12}, [2719] = {.lex_state = 52, .external_lex_state = 12}, - [2720] = {.lex_state = 52, .external_lex_state = 15}, - [2721] = {.lex_state = 52, .external_lex_state = 13}, - [2722] = {.lex_state = 52, .external_lex_state = 15}, - [2723] = {.lex_state = 52, .external_lex_state = 15}, - [2724] = {.lex_state = 52, .external_lex_state = 15}, - [2725] = {.lex_state = 52, .external_lex_state = 15}, - [2726] = {.lex_state = 52, .external_lex_state = 13}, - [2727] = {.lex_state = 52, .external_lex_state = 15}, - [2728] = {.lex_state = 52, .external_lex_state = 15}, - [2729] = {.lex_state = 52, .external_lex_state = 15}, + [2720] = {.lex_state = 52, .external_lex_state = 14}, + [2721] = {.lex_state = 52, .external_lex_state = 14}, + [2722] = {.lex_state = 4, .external_lex_state = 14}, + [2723] = {.lex_state = 52, .external_lex_state = 14}, + [2724] = {.lex_state = 52, .external_lex_state = 14}, + [2725] = {.lex_state = 52, .external_lex_state = 14}, + [2726] = {.lex_state = 52, .external_lex_state = 15}, + [2727] = {.lex_state = 52, .external_lex_state = 12}, + [2728] = {.lex_state = 52, .external_lex_state = 14}, + [2729] = {.lex_state = 52, .external_lex_state = 14}, [2730] = {.lex_state = 52, .external_lex_state = 14}, - [2731] = {.lex_state = 52, .external_lex_state = 15}, - [2732] = {.lex_state = 52, .external_lex_state = 15}, - [2733] = {.lex_state = 52, .external_lex_state = 15}, - [2734] = {.lex_state = 52, .external_lex_state = 12}, - [2735] = {.lex_state = 52, .external_lex_state = 13}, + [2731] = {.lex_state = 52, .external_lex_state = 12}, + [2732] = {.lex_state = 52, .external_lex_state = 14}, + [2733] = {.lex_state = 52, .external_lex_state = 14}, + [2734] = {.lex_state = 52, .external_lex_state = 14}, + [2735] = {.lex_state = 52, .external_lex_state = 12}, [2736] = {.lex_state = 52, .external_lex_state = 14}, - [2737] = {.lex_state = 4, .external_lex_state = 15}, - [2738] = {.lex_state = 52, .external_lex_state = 14}, - [2739] = {.lex_state = 52, .external_lex_state = 15}, - [2740] = {.lex_state = 52, .external_lex_state = 12}, + [2737] = {.lex_state = 52, .external_lex_state = 14}, + [2738] = {.lex_state = 52, .external_lex_state = 13}, + [2739] = {.lex_state = 52, .external_lex_state = 14}, + [2740] = {.lex_state = 52, .external_lex_state = 14}, [2741] = {.lex_state = 52, .external_lex_state = 15}, - [2742] = {.lex_state = 52, .external_lex_state = 12}, - [2743] = {.lex_state = 52, .external_lex_state = 15}, - [2744] = {.lex_state = 52, .external_lex_state = 12}, - [2745] = {.lex_state = 52, .external_lex_state = 15}, - [2746] = {.lex_state = 52, .external_lex_state = 15}, - [2747] = {.lex_state = 52, .external_lex_state = 12}, - [2748] = {.lex_state = 52, .external_lex_state = 15}, - [2749] = {.lex_state = 52, .external_lex_state = 12}, - [2750] = {.lex_state = 52, .external_lex_state = 15}, - [2751] = {.lex_state = 52, .external_lex_state = 12}, - [2752] = {.lex_state = 52, .external_lex_state = 14}, - [2753] = {.lex_state = 52, .external_lex_state = 15}, - [2754] = {.lex_state = 52, .external_lex_state = 14}, - [2755] = {.lex_state = 52, .external_lex_state = 13}, + [2742] = {.lex_state = 52, .external_lex_state = 14}, + [2743] = {.lex_state = 52, .external_lex_state = 14}, + [2744] = {.lex_state = 52, .external_lex_state = 14}, + [2745] = {.lex_state = 52, .external_lex_state = 13}, + [2746] = {.lex_state = 52, .external_lex_state = 14}, + [2747] = {.lex_state = 52, .external_lex_state = 14}, + [2748] = {.lex_state = 52, .external_lex_state = 12}, + [2749] = {.lex_state = 52, .external_lex_state = 15}, + [2750] = {.lex_state = 52, .external_lex_state = 12}, + [2751] = {.lex_state = 52, .external_lex_state = 14}, + [2752] = {.lex_state = 52, .external_lex_state = 13}, + [2753] = {.lex_state = 52, .external_lex_state = 12}, + [2754] = {.lex_state = 52, .external_lex_state = 13}, + [2755] = {.lex_state = 52, .external_lex_state = 15}, [2756] = {.lex_state = 52, .external_lex_state = 15}, - [2757] = {.lex_state = 52, .external_lex_state = 15}, - [2758] = {.lex_state = 52, .external_lex_state = 15}, - [2759] = {.lex_state = 52, .external_lex_state = 15}, - [2760] = {.lex_state = 52, .external_lex_state = 15}, - [2761] = {.lex_state = 52, .external_lex_state = 12}, + [2757] = {.lex_state = 52, .external_lex_state = 14}, + [2758] = {.lex_state = 52, .external_lex_state = 14}, + [2759] = {.lex_state = 52, .external_lex_state = 14}, + [2760] = {.lex_state = 52, .external_lex_state = 14}, + [2761] = {.lex_state = 52, .external_lex_state = 14}, [2762] = {.lex_state = 52, .external_lex_state = 13}, - [2763] = {.lex_state = 52, .external_lex_state = 12}, - [2764] = {.lex_state = 52, .external_lex_state = 12}, - [2765] = {.lex_state = 52, .external_lex_state = 14}, - [2766] = {.lex_state = 52, .external_lex_state = 15}, + [2763] = {.lex_state = 52, .external_lex_state = 15}, + [2764] = {.lex_state = 52, .external_lex_state = 14}, + [2765] = {.lex_state = 52, .external_lex_state = 12}, + [2766] = {.lex_state = 52, .external_lex_state = 14}, [2767] = {.lex_state = 52, .external_lex_state = 15}, - [2768] = {.lex_state = 52, .external_lex_state = 14}, - [2769] = {.lex_state = 52, .external_lex_state = 12}, + [2768] = {.lex_state = 52, .external_lex_state = 12}, + [2769] = {.lex_state = 52, .external_lex_state = 13}, [2770] = {.lex_state = 52, .external_lex_state = 12}, - [2771] = {.lex_state = 52, .external_lex_state = 12}, - [2772] = {.lex_state = 52, .external_lex_state = 14}, - [2773] = {.lex_state = 52, .external_lex_state = 12}, + [2771] = {.lex_state = 52, .external_lex_state = 13}, + [2772] = {.lex_state = 52, .external_lex_state = 13}, + [2773] = {.lex_state = 52, .external_lex_state = 13}, [2774] = {.lex_state = 52, .external_lex_state = 13}, - [2775] = {.lex_state = 52, .external_lex_state = 15}, - [2776] = {.lex_state = 52, .external_lex_state = 14}, - [2777] = {.lex_state = 52, .external_lex_state = 14}, - [2778] = {.lex_state = 52, .external_lex_state = 15}, - [2779] = {.lex_state = 52, .external_lex_state = 15}, - [2780] = {.lex_state = 52, .external_lex_state = 12}, - [2781] = {.lex_state = 52, .external_lex_state = 15}, - [2782] = {.lex_state = 52, .external_lex_state = 15}, - [2783] = {.lex_state = 4, .external_lex_state = 15}, - [2784] = {.lex_state = 52, .external_lex_state = 15}, - [2785] = {.lex_state = 52, .external_lex_state = 15}, - [2786] = {.lex_state = 52, .external_lex_state = 15}, - [2787] = {.lex_state = 52, .external_lex_state = 12}, + [2775] = {.lex_state = 52, .external_lex_state = 14}, + [2776] = {.lex_state = 52, .external_lex_state = 12}, + [2777] = {.lex_state = 52, .external_lex_state = 13}, + [2778] = {.lex_state = 52, .external_lex_state = 12}, + [2779] = {.lex_state = 52, .external_lex_state = 14}, + [2780] = {.lex_state = 52, .external_lex_state = 14}, + [2781] = {.lex_state = 52, .external_lex_state = 12}, + [2782] = {.lex_state = 52, .external_lex_state = 14}, + [2783] = {.lex_state = 52, .external_lex_state = 15}, + [2784] = {.lex_state = 52, .external_lex_state = 14}, + [2785] = {.lex_state = 52, .external_lex_state = 14}, + [2786] = {.lex_state = 52, .external_lex_state = 14}, + [2787] = {.lex_state = 52, .external_lex_state = 15}, [2788] = {.lex_state = 52, .external_lex_state = 12}, [2789] = {.lex_state = 52, .external_lex_state = 14}, [2790] = {.lex_state = 52, .external_lex_state = 14}, - [2791] = {.lex_state = 52, .external_lex_state = 13}, - [2792] = {.lex_state = 52, .external_lex_state = 15}, + [2791] = {.lex_state = 52, .external_lex_state = 15}, + [2792] = {.lex_state = 52, .external_lex_state = 14}, [2793] = {.lex_state = 52, .external_lex_state = 14}, - [2794] = {.lex_state = 52, .external_lex_state = 15}, - [2795] = {.lex_state = 52, .external_lex_state = 15}, - [2796] = {.lex_state = 52, .external_lex_state = 15}, - [2797] = {.lex_state = 52, .external_lex_state = 15}, + [2794] = {.lex_state = 52, .external_lex_state = 14}, + [2795] = {.lex_state = 52, .external_lex_state = 14}, + [2796] = {.lex_state = 52, .external_lex_state = 14}, + [2797] = {.lex_state = 52, .external_lex_state = 14}, [2798] = {.lex_state = 52, .external_lex_state = 14}, - [2799] = {.lex_state = 52, .external_lex_state = 12}, - [2800] = {.lex_state = 52, .external_lex_state = 15}, - [2801] = {.lex_state = 52, .external_lex_state = 12}, + [2799] = {.lex_state = 4, .external_lex_state = 14}, + [2800] = {.lex_state = 52, .external_lex_state = 14}, + [2801] = {.lex_state = 52, .external_lex_state = 15}, [2802] = {.lex_state = 52, .external_lex_state = 14}, - [2803] = {.lex_state = 52, .external_lex_state = 15}, - [2804] = {.lex_state = 52, .external_lex_state = 14}, - [2805] = {.lex_state = 52, .external_lex_state = 15}, - [2806] = {.lex_state = 4, .external_lex_state = 15}, - [2807] = {.lex_state = 52, .external_lex_state = 15}, + [2803] = {.lex_state = 52, .external_lex_state = 14}, + [2804] = {.lex_state = 4, .external_lex_state = 14}, + [2805] = {.lex_state = 52, .external_lex_state = 13}, + [2806] = {.lex_state = 52, .external_lex_state = 12}, + [2807] = {.lex_state = 52, .external_lex_state = 14}, [2808] = {.lex_state = 52, .external_lex_state = 14}, - [2809] = {.lex_state = 52, .external_lex_state = 15}, - [2810] = {.lex_state = 52, .external_lex_state = 15}, - [2811] = {.lex_state = 52, .external_lex_state = 15}, - [2812] = {.lex_state = 52, .external_lex_state = 15}, - [2813] = {.lex_state = 52, .external_lex_state = 15}, - [2814] = {.lex_state = 4, .external_lex_state = 15}, - [2815] = {.lex_state = 52, .external_lex_state = 13}, - [2816] = {.lex_state = 52, .external_lex_state = 12}, - [2817] = {.lex_state = 4, .external_lex_state = 15}, - [2818] = {.lex_state = 52, .external_lex_state = 13}, - [2819] = {.lex_state = 52, .external_lex_state = 15}, - [2820] = {.lex_state = 52, .external_lex_state = 15}, - [2821] = {.lex_state = 52, .external_lex_state = 15}, - [2822] = {.lex_state = 52, .external_lex_state = 15}, - [2823] = {.lex_state = 52, .external_lex_state = 15}, - [2824] = {.lex_state = 52, .external_lex_state = 15}, + [2809] = {.lex_state = 52, .external_lex_state = 14}, + [2810] = {.lex_state = 52, .external_lex_state = 14}, + [2811] = {.lex_state = 52, .external_lex_state = 13}, + [2812] = {.lex_state = 52, .external_lex_state = 14}, + [2813] = {.lex_state = 52, .external_lex_state = 14}, + [2814] = {.lex_state = 52, .external_lex_state = 14}, + [2815] = {.lex_state = 4, .external_lex_state = 14}, + [2816] = {.lex_state = 52, .external_lex_state = 14}, + [2817] = {.lex_state = 52, .external_lex_state = 12}, + [2818] = {.lex_state = 52, .external_lex_state = 14}, + [2819] = {.lex_state = 52, .external_lex_state = 12}, + [2820] = {.lex_state = 52, .external_lex_state = 14}, + [2821] = {.lex_state = 52, .external_lex_state = 14}, + [2822] = {.lex_state = 52, .external_lex_state = 13}, + [2823] = {.lex_state = 52, .external_lex_state = 14}, + [2824] = {.lex_state = 52, .external_lex_state = 14}, [2825] = {.lex_state = 52, .external_lex_state = 14}, - [2826] = {.lex_state = 52, .external_lex_state = 15}, - [2827] = {.lex_state = 52, .external_lex_state = 15}, - [2828] = {.lex_state = 52, .external_lex_state = 13}, - [2829] = {.lex_state = 52, .external_lex_state = 15}, - [2830] = {.lex_state = 52, .external_lex_state = 15}, + [2826] = {.lex_state = 52, .external_lex_state = 13}, + [2827] = {.lex_state = 52, .external_lex_state = 14}, + [2828] = {.lex_state = 52, .external_lex_state = 14}, + [2829] = {.lex_state = 52, .external_lex_state = 14}, + [2830] = {.lex_state = 52, .external_lex_state = 14}, + [2831] = {.lex_state = 52, .external_lex_state = 13}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -10460,72 +10462,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_end] = ACTIONS(1), }, [1] = { - [sym_module] = STATE(2709), - [sym__statement] = STATE(63), - [sym__simple_statements] = STATE(63), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_if_statement] = STATE(63), - [sym_match_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_with_statement] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_class_definition] = STATE(63), - [sym_decorated_definition] = STATE(63), - [sym_decorator] = STATE(1832), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_module] = STATE(2638), + [sym__statement] = STATE(64), + [sym__simple_statements] = STATE(64), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_if_statement] = STATE(64), + [sym_match_statement] = STATE(64), + [sym_for_statement] = STATE(64), + [sym_while_statement] = STATE(64), + [sym_try_statement] = STATE(64), + [sym_with_statement] = STATE(64), + [sym_function_definition] = STATE(64), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_class_definition] = STATE(64), + [sym_decorated_definition] = STATE(64), + [sym_decorator] = STATE(1842), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_decorated_definition_repeat1] = STATE(1832), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(64), + [aux_sym_decorated_definition_repeat1] = STATE(1842), [ts_builtin_sym_end] = ACTIONS(7), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), @@ -10574,72 +10576,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [2] = { - [sym__statement] = STATE(66), - [sym__simple_statements] = STATE(66), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(66), - [sym_match_statement] = STATE(66), - [sym_for_statement] = STATE(66), - [sym_while_statement] = STATE(66), - [sym_try_statement] = STATE(66), - [sym_with_statement] = STATE(66), - [sym_function_definition] = STATE(66), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(66), - [sym_decorated_definition] = STATE(66), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(1861), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(72), + [sym__simple_statements] = STATE(72), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(72), + [sym_match_statement] = STATE(72), + [sym_for_statement] = STATE(72), + [sym_while_statement] = STATE(72), + [sym_try_statement] = STATE(72), + [sym_with_statement] = STATE(72), + [sym_function_definition] = STATE(72), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(72), + [sym_decorated_definition] = STATE(72), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(2551), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(66), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(72), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -10688,72 +10690,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [3] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(611), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(710), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -10802,72 +10804,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [4] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(709), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(791), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -10916,72 +10918,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [5] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(783), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(806), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11030,72 +11032,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [6] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(800), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(779), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11144,72 +11146,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [7] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(730), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(732), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11258,72 +11260,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [8] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(769), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(734), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11372,72 +11374,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [9] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(776), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(737), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11486,72 +11488,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [10] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(850), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(742), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11600,72 +11602,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [11] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(833), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(706), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11714,72 +11716,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [12] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(705), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(71), + [sym__simple_statements] = STATE(71), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(71), + [sym_match_statement] = STATE(71), + [sym_for_statement] = STATE(71), + [sym_while_statement] = STATE(71), + [sym_try_statement] = STATE(71), + [sym_with_statement] = STATE(71), + [sym_function_definition] = STATE(71), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(71), + [sym_decorated_definition] = STATE(71), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(697), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(71), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11824,76 +11826,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), + [sym__dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(81), }, [13] = { - [sym__statement] = STATE(69), - [sym__simple_statements] = STATE(69), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(69), - [sym_match_statement] = STATE(69), - [sym_for_statement] = STATE(69), - [sym_while_statement] = STATE(69), - [sym_try_statement] = STATE(69), - [sym_with_statement] = STATE(69), - [sym_function_definition] = STATE(69), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(69), - [sym_decorated_definition] = STATE(69), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(688), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(746), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -11938,76 +11940,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), + [sym__dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(81), }, [14] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(732), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(750), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12056,72 +12058,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [15] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(736), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(751), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12170,72 +12172,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [16] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(737), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(722), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12284,72 +12286,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [17] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(721), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(709), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12398,72 +12400,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [18] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(708), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(757), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12512,72 +12514,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [19] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(747), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(71), + [sym__simple_statements] = STATE(71), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(71), + [sym_match_statement] = STATE(71), + [sym_for_statement] = STATE(71), + [sym_while_statement] = STATE(71), + [sym_try_statement] = STATE(71), + [sym_with_statement] = STATE(71), + [sym_function_definition] = STATE(71), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(71), + [sym_decorated_definition] = STATE(71), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(677), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(71), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12622,76 +12624,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), + [sym__dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(81), }, [20] = { - [sym__statement] = STATE(69), - [sym__simple_statements] = STATE(69), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(69), - [sym_match_statement] = STATE(69), - [sym_for_statement] = STATE(69), - [sym_while_statement] = STATE(69), - [sym_try_statement] = STATE(69), - [sym_with_statement] = STATE(69), - [sym_function_definition] = STATE(69), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(69), - [sym_decorated_definition] = STATE(69), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(670), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(70), + [sym__simple_statements] = STATE(70), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(70), + [sym_match_statement] = STATE(70), + [sym_for_statement] = STATE(70), + [sym_while_statement] = STATE(70), + [sym_try_statement] = STATE(70), + [sym_with_statement] = STATE(70), + [sym_function_definition] = STATE(70), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(70), + [sym_decorated_definition] = STATE(70), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(678), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(70), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12736,76 +12738,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), + [sym__dedent] = ACTIONS(107), [sym_string_start] = ACTIONS(81), }, [21] = { - [sym__statement] = STATE(68), - [sym__simple_statements] = STATE(68), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(68), - [sym_match_statement] = STATE(68), - [sym_for_statement] = STATE(68), - [sym_while_statement] = STATE(68), - [sym_try_statement] = STATE(68), - [sym_with_statement] = STATE(68), - [sym_function_definition] = STATE(68), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(68), - [sym_decorated_definition] = STATE(68), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(673), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(760), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(68), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12850,76 +12852,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(107), + [sym__dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(81), }, [22] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(750), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(708), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -12968,72 +12970,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [23] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(707), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(72), + [sym__simple_statements] = STATE(72), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(72), + [sym_match_statement] = STATE(72), + [sym_for_statement] = STATE(72), + [sym_while_statement] = STATE(72), + [sym_try_statement] = STATE(72), + [sym_with_statement] = STATE(72), + [sym_function_definition] = STATE(72), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(72), + [sym_decorated_definition] = STATE(72), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(2592), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(72), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13078,76 +13080,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), + [sym__dedent] = ACTIONS(101), [sym_string_start] = ACTIONS(81), }, [24] = { - [sym__statement] = STATE(70), - [sym__simple_statements] = STATE(70), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(70), - [sym_match_statement] = STATE(70), - [sym_for_statement] = STATE(70), - [sym_while_statement] = STATE(70), - [sym_try_statement] = STATE(70), - [sym_with_statement] = STATE(70), - [sym_function_definition] = STATE(70), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(70), - [sym_decorated_definition] = STATE(70), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(2536), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(763), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(70), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13192,76 +13194,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(109), + [sym__dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(81), }, [25] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(754), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(728), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13310,72 +13312,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [26] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(757), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(72), + [sym__simple_statements] = STATE(72), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(72), + [sym_match_statement] = STATE(72), + [sym_for_statement] = STATE(72), + [sym_while_statement] = STATE(72), + [sym_try_statement] = STATE(72), + [sym_with_statement] = STATE(72), + [sym_function_definition] = STATE(72), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(72), + [sym_decorated_definition] = STATE(72), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(2617), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(72), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13420,76 +13422,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), + [sym__dedent] = ACTIONS(101), [sym_string_start] = ACTIONS(81), }, [27] = { - [sym__statement] = STATE(70), - [sym__simple_statements] = STATE(70), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(70), - [sym_match_statement] = STATE(70), - [sym_for_statement] = STATE(70), - [sym_while_statement] = STATE(70), - [sym_try_statement] = STATE(70), - [sym_with_statement] = STATE(70), - [sym_function_definition] = STATE(70), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(70), - [sym_decorated_definition] = STATE(70), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(2622), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(68), + [sym__simple_statements] = STATE(68), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(68), + [sym_match_statement] = STATE(68), + [sym_for_statement] = STATE(68), + [sym_while_statement] = STATE(68), + [sym_try_statement] = STATE(68), + [sym_with_statement] = STATE(68), + [sym_function_definition] = STATE(68), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(68), + [sym_decorated_definition] = STATE(68), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(1855), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(70), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(68), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13538,72 +13540,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [28] = { - [sym__statement] = STATE(70), - [sym__simple_statements] = STATE(70), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(70), - [sym_match_statement] = STATE(70), - [sym_for_statement] = STATE(70), - [sym_while_statement] = STATE(70), - [sym_try_statement] = STATE(70), - [sym_with_statement] = STATE(70), - [sym_function_definition] = STATE(70), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(70), - [sym_decorated_definition] = STATE(70), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(2533), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(766), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(70), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13648,76 +13650,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(109), + [sym__dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(81), }, [29] = { - [sym__statement] = STATE(65), - [sym__simple_statements] = STATE(65), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(65), - [sym_match_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(65), - [sym_decorated_definition] = STATE(65), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(758), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(71), + [sym__simple_statements] = STATE(71), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(71), + [sym_match_statement] = STATE(71), + [sym_for_statement] = STATE(71), + [sym_while_statement] = STATE(71), + [sym_try_statement] = STATE(71), + [sym_with_statement] = STATE(71), + [sym_function_definition] = STATE(71), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(71), + [sym_decorated_definition] = STATE(71), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(682), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(71), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13762,140 +13764,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(103), + [sym__dedent] = ACTIONS(105), [sym_string_start] = ACTIONS(81), }, [30] = { - [sym__statement] = STATE(66), - [sym__simple_statements] = STATE(66), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(66), - [sym_match_statement] = STATE(66), - [sym_for_statement] = STATE(66), - [sym_while_statement] = STATE(66), - [sym_try_statement] = STATE(66), - [sym_with_statement] = STATE(66), - [sym_function_definition] = STATE(66), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(66), - [sym_decorated_definition] = STATE(66), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(1830), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), - [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(66), - [aux_sym_decorated_definition_repeat1] = STATE(1806), - [sym_identifier] = ACTIONS(9), - [anon_sym_import] = ACTIONS(11), - [anon_sym_from] = ACTIONS(13), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_STAR] = ACTIONS(17), - [anon_sym_print] = ACTIONS(19), - [anon_sym_assert] = ACTIONS(21), - [anon_sym_return] = ACTIONS(23), - [anon_sym_del] = ACTIONS(25), - [anon_sym_raise] = ACTIONS(27), - [anon_sym_pass] = ACTIONS(29), - [anon_sym_break] = ACTIONS(31), - [anon_sym_continue] = ACTIONS(33), - [anon_sym_if] = ACTIONS(83), - [anon_sym_match] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_def] = ACTIONS(97), - [anon_sym_global] = ACTIONS(51), - [anon_sym_nonlocal] = ACTIONS(53), - [anon_sym_exec] = ACTIONS(55), - [anon_sym_type] = ACTIONS(57), - [anon_sym_class] = ACTIONS(99), - [anon_sym_LBRACK] = ACTIONS(61), - [anon_sym_AT] = ACTIONS(63), - [anon_sym_DASH] = ACTIONS(65), - [anon_sym_LBRACE] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(65), - [anon_sym_not] = ACTIONS(69), - [anon_sym_TILDE] = ACTIONS(65), - [anon_sym_lambda] = ACTIONS(71), - [anon_sym_yield] = ACTIONS(73), - [sym_ellipsis] = ACTIONS(75), - [sym_integer] = ACTIONS(77), - [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(79), - [sym_true] = ACTIONS(77), - [sym_false] = ACTIONS(77), - [sym_none] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(101), - [sym_string_start] = ACTIONS(81), - }, - [31] = { [sym__statement] = STATE(68), [sym__simple_statements] = STATE(68), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), [sym_if_statement] = STATE(68), [sym_match_statement] = STATE(68), [sym_for_statement] = STATE(68), @@ -13903,49 +13791,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_try_statement] = STATE(68), [sym_with_statement] = STATE(68), [sym_function_definition] = STATE(68), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), [sym_class_definition] = STATE(68), [sym_decorated_definition] = STATE(68), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(681), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(1838), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [aux_sym_module_repeat1] = STATE(68), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -13990,76 +13878,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(107), + [sym__dedent] = ACTIONS(109), [sym_string_start] = ACTIONS(81), }, - [32] = { - [sym__statement] = STATE(70), - [sym__simple_statements] = STATE(70), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(70), - [sym_match_statement] = STATE(70), - [sym_for_statement] = STATE(70), - [sym_while_statement] = STATE(70), - [sym_try_statement] = STATE(70), - [sym_with_statement] = STATE(70), - [sym_function_definition] = STATE(70), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(70), - [sym_decorated_definition] = STATE(70), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(2566), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [31] = { + [sym__statement] = STATE(72), + [sym__simple_statements] = STATE(72), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(72), + [sym_match_statement] = STATE(72), + [sym_for_statement] = STATE(72), + [sym_while_statement] = STATE(72), + [sym_try_statement] = STATE(72), + [sym_with_statement] = STATE(72), + [sym_function_definition] = STATE(72), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(72), + [sym_decorated_definition] = STATE(72), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(2590), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(70), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(72), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14104,76 +13992,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(109), + [sym__dedent] = ACTIONS(101), [sym_string_start] = ACTIONS(81), }, - [33] = { - [sym__statement] = STATE(70), - [sym__simple_statements] = STATE(70), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(70), - [sym_match_statement] = STATE(70), - [sym_for_statement] = STATE(70), - [sym_while_statement] = STATE(70), - [sym_try_statement] = STATE(70), - [sym_with_statement] = STATE(70), - [sym_function_definition] = STATE(70), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(70), - [sym_decorated_definition] = STATE(70), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(2567), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [32] = { + [sym__statement] = STATE(72), + [sym__simple_statements] = STATE(72), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(72), + [sym_match_statement] = STATE(72), + [sym_for_statement] = STATE(72), + [sym_while_statement] = STATE(72), + [sym_try_statement] = STATE(72), + [sym_with_statement] = STATE(72), + [sym_function_definition] = STATE(72), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(72), + [sym_decorated_definition] = STATE(72), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(2598), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(70), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(72), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14218,76 +14106,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(109), + [sym__dedent] = ACTIONS(101), [sym_string_start] = ACTIONS(81), }, - [34] = { - [sym__statement] = STATE(70), - [sym__simple_statements] = STATE(70), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(70), - [sym_match_statement] = STATE(70), - [sym_for_statement] = STATE(70), - [sym_while_statement] = STATE(70), - [sym_try_statement] = STATE(70), - [sym_with_statement] = STATE(70), - [sym_function_definition] = STATE(70), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(70), - [sym_decorated_definition] = STATE(70), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(2571), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [33] = { + [sym__statement] = STATE(72), + [sym__simple_statements] = STATE(72), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(72), + [sym_match_statement] = STATE(72), + [sym_for_statement] = STATE(72), + [sym_while_statement] = STATE(72), + [sym_try_statement] = STATE(72), + [sym_with_statement] = STATE(72), + [sym_function_definition] = STATE(72), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(72), + [sym_decorated_definition] = STATE(72), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(2612), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(70), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(72), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14332,76 +14220,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(109), + [sym__dedent] = ACTIONS(101), [sym_string_start] = ACTIONS(81), }, - [35] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(621), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [34] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(616), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14449,73 +14337,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [36] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(713), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [35] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(714), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14563,73 +14451,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [37] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(794), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [36] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(800), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14677,73 +14565,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [38] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(796), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [37] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(802), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14791,73 +14679,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [39] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(805), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [38] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(811), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -14905,73 +14793,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [40] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(812), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [39] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(817), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15019,73 +14907,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [41] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(814), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [40] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(819), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15133,73 +15021,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [42] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(816), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [41] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(821), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15247,73 +15135,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [43] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(820), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [42] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(824), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15361,73 +15249,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [44] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(717), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [43] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(718), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15475,73 +15363,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [45] = { - [sym__statement] = STATE(71), - [sym__simple_statements] = STATE(71), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(71), - [sym_match_statement] = STATE(71), - [sym_for_statement] = STATE(71), - [sym_while_statement] = STATE(71), - [sym_try_statement] = STATE(71), - [sym_with_statement] = STATE(71), - [sym_function_definition] = STATE(71), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(71), - [sym_decorated_definition] = STATE(71), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(654), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [44] = { + [sym__statement] = STATE(62), + [sym__simple_statements] = STATE(62), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(62), + [sym_match_statement] = STATE(62), + [sym_for_statement] = STATE(62), + [sym_while_statement] = STATE(62), + [sym_try_statement] = STATE(62), + [sym_with_statement] = STATE(62), + [sym_function_definition] = STATE(62), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(62), + [sym_decorated_definition] = STATE(62), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(679), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15589,73 +15477,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(81), }, - [46] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(825), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [45] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(829), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15703,73 +15591,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [47] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(828), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [46] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(832), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15817,73 +15705,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [48] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(829), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [47] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(833), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -15931,73 +15819,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [49] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(726), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [48] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(727), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16045,73 +15933,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [50] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(720), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [49] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(721), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16159,73 +16047,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [51] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(835), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [50] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(836), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16273,73 +16161,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [52] = { - [sym__statement] = STATE(71), - [sym__simple_statements] = STATE(71), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(71), - [sym_match_statement] = STATE(71), - [sym_for_statement] = STATE(71), - [sym_while_statement] = STATE(71), - [sym_try_statement] = STATE(71), - [sym_with_statement] = STATE(71), - [sym_function_definition] = STATE(71), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(71), - [sym_decorated_definition] = STATE(71), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(686), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [51] = { + [sym__statement] = STATE(62), + [sym__simple_statements] = STATE(62), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(62), + [sym_match_statement] = STATE(62), + [sym_for_statement] = STATE(62), + [sym_while_statement] = STATE(62), + [sym_try_statement] = STATE(62), + [sym_with_statement] = STATE(62), + [sym_function_definition] = STATE(62), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(62), + [sym_decorated_definition] = STATE(62), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(656), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16387,73 +16275,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(81), }, - [53] = { - [sym__statement] = STATE(72), - [sym__simple_statements] = STATE(72), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(72), - [sym_match_statement] = STATE(72), - [sym_for_statement] = STATE(72), - [sym_while_statement] = STATE(72), - [sym_try_statement] = STATE(72), - [sym_with_statement] = STATE(72), - [sym_function_definition] = STATE(72), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(72), - [sym_decorated_definition] = STATE(72), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(687), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [52] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(662), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(72), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16501,73 +16389,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(115), [sym_string_start] = ACTIONS(81), }, - [54] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(837), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [53] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(838), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16615,73 +16503,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [55] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(700), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [54] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(701), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16729,73 +16617,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [56] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), + [55] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), [sym_block] = STATE(841), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16843,73 +16731,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [57] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), + [56] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), [sym_block] = STATE(843), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -16957,73 +16845,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [58] = { - [sym__statement] = STATE(67), - [sym__simple_statements] = STATE(67), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(67), - [sym_match_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_function_definition] = STATE(67), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(67), - [sym_decorated_definition] = STATE(67), - [sym_decorator] = STATE(1806), + [57] = { + [sym__statement] = STATE(69), + [sym__simple_statements] = STATE(69), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(69), + [sym_match_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_with_statement] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(69), + [sym_decorated_definition] = STATE(69), + [sym_decorator] = STATE(1839), [sym_block] = STATE(844), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17071,73 +16959,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(111), [sym_string_start] = ACTIONS(81), }, - [59] = { - [sym__statement] = STATE(71), - [sym__simple_statements] = STATE(71), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(71), - [sym_match_statement] = STATE(71), - [sym_for_statement] = STATE(71), - [sym_while_statement] = STATE(71), - [sym_try_statement] = STATE(71), - [sym_with_statement] = STATE(71), - [sym_function_definition] = STATE(71), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(71), - [sym_decorated_definition] = STATE(71), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(685), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [58] = { + [sym__statement] = STATE(62), + [sym__simple_statements] = STATE(62), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(62), + [sym_match_statement] = STATE(62), + [sym_for_statement] = STATE(62), + [sym_while_statement] = STATE(62), + [sym_try_statement] = STATE(62), + [sym_with_statement] = STATE(62), + [sym_function_definition] = STATE(62), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(62), + [sym_decorated_definition] = STATE(62), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(694), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(71), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17185,73 +17073,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(113), [sym_string_start] = ACTIONS(81), }, - [60] = { - [sym__statement] = STATE(72), - [sym__simple_statements] = STATE(72), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(72), - [sym_match_statement] = STATE(72), - [sym_for_statement] = STATE(72), - [sym_while_statement] = STATE(72), - [sym_try_statement] = STATE(72), - [sym_with_statement] = STATE(72), - [sym_function_definition] = STATE(72), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(72), - [sym_decorated_definition] = STATE(72), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(691), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [59] = { + [sym__statement] = STATE(63), + [sym__simple_statements] = STATE(63), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(63), + [sym_match_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_with_statement] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(63), + [sym_decorated_definition] = STATE(63), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(672), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(72), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17299,73 +17187,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__dedent] = ACTIONS(115), [sym_string_start] = ACTIONS(81), }, - [61] = { - [sym__statement] = STATE(69), - [sym__simple_statements] = STATE(69), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(69), - [sym_match_statement] = STATE(69), - [sym_for_statement] = STATE(69), - [sym_while_statement] = STATE(69), - [sym_try_statement] = STATE(69), - [sym_with_statement] = STATE(69), - [sym_function_definition] = STATE(69), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(69), - [sym_decorated_definition] = STATE(69), - [sym_decorator] = STATE(1806), - [sym_block] = STATE(680), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [60] = { + [sym__statement] = STATE(66), + [sym__simple_statements] = STATE(66), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(66), + [sym_match_statement] = STATE(66), + [sym_for_statement] = STATE(66), + [sym_while_statement] = STATE(66), + [sym_try_statement] = STATE(66), + [sym_with_statement] = STATE(66), + [sym_function_definition] = STATE(66), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(66), + [sym_decorated_definition] = STATE(66), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(624), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17410,189 +17298,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(105), + [sym__dedent] = ACTIONS(103), [sym_string_start] = ACTIONS(81), }, - [62] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(1806), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), - [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(1806), - [sym_identifier] = ACTIONS(117), - [anon_sym_import] = ACTIONS(120), - [anon_sym_from] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(126), - [anon_sym_STAR] = ACTIONS(129), - [anon_sym_print] = ACTIONS(132), - [anon_sym_assert] = ACTIONS(135), - [anon_sym_return] = ACTIONS(138), - [anon_sym_del] = ACTIONS(141), - [anon_sym_raise] = ACTIONS(144), - [anon_sym_pass] = ACTIONS(147), - [anon_sym_break] = ACTIONS(150), - [anon_sym_continue] = ACTIONS(153), - [anon_sym_if] = ACTIONS(156), - [anon_sym_match] = ACTIONS(159), - [anon_sym_async] = ACTIONS(162), - [anon_sym_for] = ACTIONS(165), - [anon_sym_while] = ACTIONS(168), - [anon_sym_try] = ACTIONS(171), - [anon_sym_with] = ACTIONS(174), - [anon_sym_def] = ACTIONS(177), - [anon_sym_global] = ACTIONS(180), - [anon_sym_nonlocal] = ACTIONS(183), - [anon_sym_exec] = ACTIONS(186), - [anon_sym_type] = ACTIONS(189), - [anon_sym_class] = ACTIONS(192), - [anon_sym_LBRACK] = ACTIONS(195), - [anon_sym_AT] = ACTIONS(198), - [anon_sym_DASH] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(204), - [anon_sym_PLUS] = ACTIONS(201), - [anon_sym_not] = ACTIONS(207), - [anon_sym_TILDE] = ACTIONS(201), - [anon_sym_lambda] = ACTIONS(210), - [anon_sym_yield] = ACTIONS(213), - [sym_ellipsis] = ACTIONS(216), - [sym_integer] = ACTIONS(219), - [sym_float] = ACTIONS(216), - [anon_sym_await] = ACTIONS(222), - [sym_true] = ACTIONS(219), - [sym_false] = ACTIONS(219), - [sym_none] = ACTIONS(219), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(225), - [sym_string_start] = ACTIONS(227), - }, - [63] = { - [sym__statement] = STATE(64), - [sym__simple_statements] = STATE(64), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_if_statement] = STATE(64), - [sym_match_statement] = STATE(64), - [sym_for_statement] = STATE(64), - [sym_while_statement] = STATE(64), - [sym_try_statement] = STATE(64), - [sym_with_statement] = STATE(64), - [sym_function_definition] = STATE(64), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_class_definition] = STATE(64), - [sym_decorated_definition] = STATE(64), - [sym_decorator] = STATE(1832), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [61] = { + [sym__statement] = STATE(70), + [sym__simple_statements] = STATE(70), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(70), + [sym_match_statement] = STATE(70), + [sym_for_statement] = STATE(70), + [sym_while_statement] = STATE(70), + [sym_try_statement] = STATE(70), + [sym_with_statement] = STATE(70), + [sym_function_definition] = STATE(70), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(70), + [sym_decorated_definition] = STATE(70), + [sym_decorator] = STATE(1839), + [sym_block] = STATE(683), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(64), - [aux_sym_decorated_definition_repeat1] = STATE(1832), - [ts_builtin_sym_end] = ACTIONS(230), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(70), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17606,19 +17381,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_if] = ACTIONS(35), - [anon_sym_match] = ACTIONS(37), - [anon_sym_async] = ACTIONS(39), - [anon_sym_for] = ACTIONS(41), - [anon_sym_while] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), - [anon_sym_def] = ACTIONS(49), + [anon_sym_if] = ACTIONS(83), + [anon_sym_match] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), [anon_sym_type] = ACTIONS(57), - [anon_sym_class] = ACTIONS(59), + [anon_sym_class] = ACTIONS(99), [anon_sym_LBRACK] = ACTIONS(61), [anon_sym_AT] = ACTIONS(63), [anon_sym_DASH] = ACTIONS(65), @@ -17637,187 +17412,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(107), [sym_string_start] = ACTIONS(81), }, - [64] = { - [sym__statement] = STATE(64), - [sym__simple_statements] = STATE(64), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_if_statement] = STATE(64), - [sym_match_statement] = STATE(64), - [sym_for_statement] = STATE(64), - [sym_while_statement] = STATE(64), - [sym_try_statement] = STATE(64), - [sym_with_statement] = STATE(64), - [sym_function_definition] = STATE(64), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_class_definition] = STATE(64), - [sym_decorated_definition] = STATE(64), - [sym_decorator] = STATE(1832), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), - [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(64), - [aux_sym_decorated_definition_repeat1] = STATE(1832), - [ts_builtin_sym_end] = ACTIONS(225), - [sym_identifier] = ACTIONS(117), - [anon_sym_import] = ACTIONS(120), - [anon_sym_from] = ACTIONS(123), - [anon_sym_LPAREN] = ACTIONS(126), - [anon_sym_STAR] = ACTIONS(129), - [anon_sym_print] = ACTIONS(132), - [anon_sym_assert] = ACTIONS(135), - [anon_sym_return] = ACTIONS(138), - [anon_sym_del] = ACTIONS(141), - [anon_sym_raise] = ACTIONS(144), - [anon_sym_pass] = ACTIONS(147), - [anon_sym_break] = ACTIONS(150), - [anon_sym_continue] = ACTIONS(153), - [anon_sym_if] = ACTIONS(232), - [anon_sym_match] = ACTIONS(235), - [anon_sym_async] = ACTIONS(238), - [anon_sym_for] = ACTIONS(241), - [anon_sym_while] = ACTIONS(244), - [anon_sym_try] = ACTIONS(247), - [anon_sym_with] = ACTIONS(250), - [anon_sym_def] = ACTIONS(253), - [anon_sym_global] = ACTIONS(180), - [anon_sym_nonlocal] = ACTIONS(183), - [anon_sym_exec] = ACTIONS(186), - [anon_sym_type] = ACTIONS(189), - [anon_sym_class] = ACTIONS(256), - [anon_sym_LBRACK] = ACTIONS(195), - [anon_sym_AT] = ACTIONS(198), - [anon_sym_DASH] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(204), - [anon_sym_PLUS] = ACTIONS(201), - [anon_sym_not] = ACTIONS(207), - [anon_sym_TILDE] = ACTIONS(201), - [anon_sym_lambda] = ACTIONS(210), - [anon_sym_yield] = ACTIONS(213), - [sym_ellipsis] = ACTIONS(216), - [sym_integer] = ACTIONS(219), - [sym_float] = ACTIONS(216), - [anon_sym_await] = ACTIONS(222), - [sym_true] = ACTIONS(219), - [sym_false] = ACTIONS(219), - [sym_none] = ACTIONS(219), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(227), - }, - [65] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(1806), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [62] = { + [sym__statement] = STATE(67), + [sym__simple_statements] = STATE(67), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(67), + [sym_match_statement] = STATE(67), + [sym_for_statement] = STATE(67), + [sym_while_statement] = STATE(67), + [sym_try_statement] = STATE(67), + [sym_with_statement] = STATE(67), + [sym_function_definition] = STATE(67), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(67), + [sym_decorated_definition] = STATE(67), + [sym_decorator] = STATE(1839), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17862,75 +17525,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(259), + [sym__dedent] = ACTIONS(117), [sym_string_start] = ACTIONS(81), }, - [66] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(1806), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [63] = { + [sym__statement] = STATE(67), + [sym__simple_statements] = STATE(67), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(67), + [sym_match_statement] = STATE(67), + [sym_for_statement] = STATE(67), + [sym_while_statement] = STATE(67), + [sym_try_statement] = STATE(67), + [sym_with_statement] = STATE(67), + [sym_function_definition] = STATE(67), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(67), + [sym_decorated_definition] = STATE(67), + [sym_decorator] = STATE(1839), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -17975,75 +17638,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(261), + [sym__dedent] = ACTIONS(119), [sym_string_start] = ACTIONS(81), }, - [67] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(1806), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [64] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_if_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1842), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1842), + [ts_builtin_sym_end] = ACTIONS(121), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18057,19 +17721,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_if] = ACTIONS(83), - [anon_sym_match] = ACTIONS(85), - [anon_sym_async] = ACTIONS(87), - [anon_sym_for] = ACTIONS(89), - [anon_sym_while] = ACTIONS(91), - [anon_sym_try] = ACTIONS(93), - [anon_sym_with] = ACTIONS(95), - [anon_sym_def] = ACTIONS(97), + [anon_sym_if] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_async] = ACTIONS(39), + [anon_sym_for] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_try] = ACTIONS(45), + [anon_sym_with] = ACTIONS(47), + [anon_sym_def] = ACTIONS(49), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), [anon_sym_type] = ACTIONS(57), - [anon_sym_class] = ACTIONS(99), + [anon_sym_class] = ACTIONS(59), [anon_sym_LBRACK] = ACTIONS(61), [anon_sym_AT] = ACTIONS(63), [anon_sym_DASH] = ACTIONS(65), @@ -18088,75 +17752,187 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(263), [sym_string_start] = ACTIONS(81), }, - [68] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(1806), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [65] = { + [sym__statement] = STATE(65), + [sym__simple_statements] = STATE(65), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_if_statement] = STATE(65), + [sym_match_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_try_statement] = STATE(65), + [sym_with_statement] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_class_definition] = STATE(65), + [sym_decorated_definition] = STATE(65), + [sym_decorator] = STATE(1842), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_decorated_definition_repeat1] = STATE(1842), + [ts_builtin_sym_end] = ACTIONS(123), + [sym_identifier] = ACTIONS(125), + [anon_sym_import] = ACTIONS(128), + [anon_sym_from] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(134), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_print] = ACTIONS(140), + [anon_sym_assert] = ACTIONS(143), + [anon_sym_return] = ACTIONS(146), + [anon_sym_del] = ACTIONS(149), + [anon_sym_raise] = ACTIONS(152), + [anon_sym_pass] = ACTIONS(155), + [anon_sym_break] = ACTIONS(158), + [anon_sym_continue] = ACTIONS(161), + [anon_sym_if] = ACTIONS(164), + [anon_sym_match] = ACTIONS(167), + [anon_sym_async] = ACTIONS(170), + [anon_sym_for] = ACTIONS(173), + [anon_sym_while] = ACTIONS(176), + [anon_sym_try] = ACTIONS(179), + [anon_sym_with] = ACTIONS(182), + [anon_sym_def] = ACTIONS(185), + [anon_sym_global] = ACTIONS(188), + [anon_sym_nonlocal] = ACTIONS(191), + [anon_sym_exec] = ACTIONS(194), + [anon_sym_type] = ACTIONS(197), + [anon_sym_class] = ACTIONS(200), + [anon_sym_LBRACK] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(206), + [anon_sym_DASH] = ACTIONS(209), + [anon_sym_LBRACE] = ACTIONS(212), + [anon_sym_PLUS] = ACTIONS(209), + [anon_sym_not] = ACTIONS(215), + [anon_sym_TILDE] = ACTIONS(209), + [anon_sym_lambda] = ACTIONS(218), + [anon_sym_yield] = ACTIONS(221), + [sym_ellipsis] = ACTIONS(224), + [sym_integer] = ACTIONS(227), + [sym_float] = ACTIONS(224), + [anon_sym_await] = ACTIONS(230), + [sym_true] = ACTIONS(227), + [sym_false] = ACTIONS(227), + [sym_none] = ACTIONS(227), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(233), + }, + [66] = { + [sym__statement] = STATE(67), + [sym__simple_statements] = STATE(67), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(67), + [sym_match_statement] = STATE(67), + [sym_for_statement] = STATE(67), + [sym_while_statement] = STATE(67), + [sym_try_statement] = STATE(67), + [sym_with_statement] = STATE(67), + [sym_function_definition] = STATE(67), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(67), + [sym_decorated_definition] = STATE(67), + [sym_decorator] = STATE(1839), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), + [sym_pattern_list] = STATE(1680), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18201,75 +17977,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(265), + [sym__dedent] = ACTIONS(236), [sym_string_start] = ACTIONS(81), }, - [69] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(1806), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [67] = { + [sym__statement] = STATE(67), + [sym__simple_statements] = STATE(67), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(67), + [sym_match_statement] = STATE(67), + [sym_for_statement] = STATE(67), + [sym_while_statement] = STATE(67), + [sym_try_statement] = STATE(67), + [sym_with_statement] = STATE(67), + [sym_function_definition] = STATE(67), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(67), + [sym_decorated_definition] = STATE(67), + [sym_decorator] = STATE(1839), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1839), + [sym_identifier] = ACTIONS(125), + [anon_sym_import] = ACTIONS(128), + [anon_sym_from] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(134), + [anon_sym_STAR] = ACTIONS(137), + [anon_sym_print] = ACTIONS(140), + [anon_sym_assert] = ACTIONS(143), + [anon_sym_return] = ACTIONS(146), + [anon_sym_del] = ACTIONS(149), + [anon_sym_raise] = ACTIONS(152), + [anon_sym_pass] = ACTIONS(155), + [anon_sym_break] = ACTIONS(158), + [anon_sym_continue] = ACTIONS(161), + [anon_sym_if] = ACTIONS(238), + [anon_sym_match] = ACTIONS(241), + [anon_sym_async] = ACTIONS(244), + [anon_sym_for] = ACTIONS(247), + [anon_sym_while] = ACTIONS(250), + [anon_sym_try] = ACTIONS(253), + [anon_sym_with] = ACTIONS(256), + [anon_sym_def] = ACTIONS(259), + [anon_sym_global] = ACTIONS(188), + [anon_sym_nonlocal] = ACTIONS(191), + [anon_sym_exec] = ACTIONS(194), + [anon_sym_type] = ACTIONS(197), + [anon_sym_class] = ACTIONS(262), + [anon_sym_LBRACK] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(206), + [anon_sym_DASH] = ACTIONS(209), + [anon_sym_LBRACE] = ACTIONS(212), + [anon_sym_PLUS] = ACTIONS(209), + [anon_sym_not] = ACTIONS(215), + [anon_sym_TILDE] = ACTIONS(209), + [anon_sym_lambda] = ACTIONS(218), + [anon_sym_yield] = ACTIONS(221), + [sym_ellipsis] = ACTIONS(224), + [sym_integer] = ACTIONS(227), + [sym_float] = ACTIONS(224), + [anon_sym_await] = ACTIONS(230), + [sym_true] = ACTIONS(227), + [sym_false] = ACTIONS(227), + [sym_none] = ACTIONS(227), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(123), + [sym_string_start] = ACTIONS(233), + }, + [68] = { + [sym__statement] = STATE(67), + [sym__simple_statements] = STATE(67), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(67), + [sym_match_statement] = STATE(67), + [sym_for_statement] = STATE(67), + [sym_while_statement] = STATE(67), + [sym_try_statement] = STATE(67), + [sym_with_statement] = STATE(67), + [sym_function_definition] = STATE(67), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(67), + [sym_decorated_definition] = STATE(67), + [sym_decorator] = STATE(1839), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), + [sym_pattern_list] = STATE(1680), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18314,75 +18203,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__dedent] = ACTIONS(267), + [sym__dedent] = ACTIONS(265), [sym_string_start] = ACTIONS(81), }, - [70] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(1806), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [69] = { + [sym__statement] = STATE(67), + [sym__simple_statements] = STATE(67), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(67), + [sym_match_statement] = STATE(67), + [sym_for_statement] = STATE(67), + [sym_while_statement] = STATE(67), + [sym_try_statement] = STATE(67), + [sym_with_statement] = STATE(67), + [sym_function_definition] = STATE(67), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(67), + [sym_decorated_definition] = STATE(67), + [sym_decorator] = STATE(1839), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1839), + [sym_identifier] = ACTIONS(9), + [anon_sym_import] = ACTIONS(11), + [anon_sym_from] = ACTIONS(13), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_STAR] = ACTIONS(17), + [anon_sym_print] = ACTIONS(19), + [anon_sym_assert] = ACTIONS(21), + [anon_sym_return] = ACTIONS(23), + [anon_sym_del] = ACTIONS(25), + [anon_sym_raise] = ACTIONS(27), + [anon_sym_pass] = ACTIONS(29), + [anon_sym_break] = ACTIONS(31), + [anon_sym_continue] = ACTIONS(33), + [anon_sym_if] = ACTIONS(83), + [anon_sym_match] = ACTIONS(85), + [anon_sym_async] = ACTIONS(87), + [anon_sym_for] = ACTIONS(89), + [anon_sym_while] = ACTIONS(91), + [anon_sym_try] = ACTIONS(93), + [anon_sym_with] = ACTIONS(95), + [anon_sym_def] = ACTIONS(97), + [anon_sym_global] = ACTIONS(51), + [anon_sym_nonlocal] = ACTIONS(53), + [anon_sym_exec] = ACTIONS(55), + [anon_sym_type] = ACTIONS(57), + [anon_sym_class] = ACTIONS(99), + [anon_sym_LBRACK] = ACTIONS(61), + [anon_sym_AT] = ACTIONS(63), + [anon_sym_DASH] = ACTIONS(65), + [anon_sym_LBRACE] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(65), + [anon_sym_not] = ACTIONS(69), + [anon_sym_TILDE] = ACTIONS(65), + [anon_sym_lambda] = ACTIONS(71), + [anon_sym_yield] = ACTIONS(73), + [sym_ellipsis] = ACTIONS(75), + [sym_integer] = ACTIONS(77), + [sym_float] = ACTIONS(75), + [anon_sym_await] = ACTIONS(79), + [sym_true] = ACTIONS(77), + [sym_false] = ACTIONS(77), + [sym_none] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym__dedent] = ACTIONS(267), + [sym_string_start] = ACTIONS(81), + }, + [70] = { + [sym__statement] = STATE(67), + [sym__simple_statements] = STATE(67), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(67), + [sym_match_statement] = STATE(67), + [sym_for_statement] = STATE(67), + [sym_while_statement] = STATE(67), + [sym_try_statement] = STATE(67), + [sym_with_statement] = STATE(67), + [sym_function_definition] = STATE(67), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(67), + [sym_decorated_definition] = STATE(67), + [sym_decorator] = STATE(1839), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), + [sym_pattern_list] = STATE(1680), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18431,71 +18433,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [71] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(1806), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(67), + [sym__simple_statements] = STATE(67), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(67), + [sym_match_statement] = STATE(67), + [sym_for_statement] = STATE(67), + [sym_while_statement] = STATE(67), + [sym_try_statement] = STATE(67), + [sym_with_statement] = STATE(67), + [sym_function_definition] = STATE(67), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(67), + [sym_decorated_definition] = STATE(67), + [sym_decorator] = STATE(1839), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18544,71 +18546,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [72] = { - [sym__statement] = STATE(62), - [sym__simple_statements] = STATE(62), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_if_statement] = STATE(62), - [sym_match_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_class_definition] = STATE(62), - [sym_decorated_definition] = STATE(62), - [sym_decorator] = STATE(1806), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__statement] = STATE(67), + [sym__simple_statements] = STATE(67), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_if_statement] = STATE(67), + [sym_match_statement] = STATE(67), + [sym_for_statement] = STATE(67), + [sym_while_statement] = STATE(67), + [sym_try_statement] = STATE(67), + [sym_with_statement] = STATE(67), + [sym_function_definition] = STATE(67), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_class_definition] = STATE(67), + [sym_decorated_definition] = STATE(67), + [sym_decorator] = STATE(1839), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [aux_sym_module_repeat1] = STATE(62), - [aux_sym_decorated_definition_repeat1] = STATE(1806), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [aux_sym_module_repeat1] = STATE(67), + [aux_sym_decorated_definition_repeat1] = STATE(1839), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18657,27 +18659,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [73] = { - [sym_named_expression] = STATE(1756), - [sym__named_expression_lhs] = STATE(2783), - [sym_list_splat_pattern] = STATE(1348), - [sym_as_pattern] = STATE(1756), + [sym_named_expression] = STATE(1757), + [sym__named_expression_lhs] = STATE(2799), + [sym_list_splat_pattern] = STATE(1347), + [sym_as_pattern] = STATE(1757), [sym_expression] = STATE(1775), [sym_primary_expression] = STATE(1040), - [sym_not_operator] = STATE(1756), - [sym_boolean_operator] = STATE(1756), + [sym_not_operator] = STATE(1757), + [sym_boolean_operator] = STATE(1757), [sym_binary_operator] = STATE(1435), [sym_unary_operator] = STATE(1435), - [sym_comparison_operator] = STATE(1756), - [sym_lambda] = STATE(1756), + [sym_comparison_operator] = STATE(1757), + [sym_lambda] = STATE(1757), [sym_attribute] = STATE(1435), [sym_subscript] = STATE(1435), [sym_call] = STATE(1435), - [sym_type] = STATE(2190), - [sym_splat_type] = STATE(2070), - [sym_generic_type] = STATE(2070), - [sym_union_type] = STATE(2070), - [sym_constrained_type] = STATE(2070), - [sym_member_type] = STATE(2070), + [sym_type] = STATE(2199), + [sym_splat_type] = STATE(2054), + [sym_generic_type] = STATE(2054), + [sym_union_type] = STATE(2054), + [sym_constrained_type] = STATE(2054), + [sym_member_type] = STATE(2054), [sym_list] = STATE(1435), [sym_set] = STATE(1435), [sym_tuple] = STATE(1435), @@ -18687,7 +18689,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_set_comprehension] = STATE(1435), [sym_generator_expression] = STATE(1435), [sym_parenthesized_expression] = STATE(1435), - [sym_conditional_expression] = STATE(1756), + [sym_conditional_expression] = STATE(1757), [sym_concatenated_string] = STATE(1435), [sym_string] = STATE(1041), [sym_await] = STATE(1435), @@ -18703,20 +18705,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), [anon_sym_COLON] = ACTIONS(294), - [anon_sym_match] = ACTIONS(290), + [anon_sym_match] = ACTIONS(297), [anon_sym_async] = ACTIONS(290), [anon_sym_in] = ACTIONS(279), - [anon_sym_STAR_STAR] = ACTIONS(296), + [anon_sym_STAR_STAR] = ACTIONS(299), [anon_sym_exec] = ACTIONS(290), - [anon_sym_type] = ACTIONS(299), - [anon_sym_EQ] = ACTIONS(294), - [anon_sym_LBRACK] = ACTIONS(301), + [anon_sym_type] = ACTIONS(297), + [anon_sym_EQ] = ACTIONS(302), + [anon_sym_LBRACK] = ACTIONS(304), [anon_sym_AT] = ACTIONS(279), - [anon_sym_DASH] = ACTIONS(304), + [anon_sym_DASH] = ACTIONS(307), [anon_sym_PIPE] = ACTIONS(279), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(304), - [anon_sym_not] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(307), + [anon_sym_not] = ACTIONS(312), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), [anon_sym_SLASH] = ACTIONS(279), @@ -18725,7 +18727,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(279), [anon_sym_CARET] = ACTIONS(279), [anon_sym_LT_LT] = ACTIONS(279), - [anon_sym_TILDE] = ACTIONS(312), + [anon_sym_TILDE] = ACTIONS(315), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -18734,54 +18736,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [anon_sym_lambda] = ACTIONS(314), - [anon_sym_PLUS_EQ] = ACTIONS(316), - [anon_sym_DASH_EQ] = ACTIONS(316), - [anon_sym_STAR_EQ] = ACTIONS(316), - [anon_sym_SLASH_EQ] = ACTIONS(316), - [anon_sym_AT_EQ] = ACTIONS(316), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(316), - [anon_sym_PERCENT_EQ] = ACTIONS(316), - [anon_sym_STAR_STAR_EQ] = ACTIONS(316), - [anon_sym_GT_GT_EQ] = ACTIONS(316), - [anon_sym_LT_LT_EQ] = ACTIONS(316), - [anon_sym_AMP_EQ] = ACTIONS(316), - [anon_sym_CARET_EQ] = ACTIONS(316), - [anon_sym_PIPE_EQ] = ACTIONS(316), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(322), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), + [anon_sym_lambda] = ACTIONS(317), + [anon_sym_PLUS_EQ] = ACTIONS(319), + [anon_sym_DASH_EQ] = ACTIONS(319), + [anon_sym_STAR_EQ] = ACTIONS(319), + [anon_sym_SLASH_EQ] = ACTIONS(319), + [anon_sym_AT_EQ] = ACTIONS(319), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(319), + [anon_sym_PERCENT_EQ] = ACTIONS(319), + [anon_sym_STAR_STAR_EQ] = ACTIONS(319), + [anon_sym_GT_GT_EQ] = ACTIONS(319), + [anon_sym_LT_LT_EQ] = ACTIONS(319), + [anon_sym_AMP_EQ] = ACTIONS(319), + [anon_sym_CARET_EQ] = ACTIONS(319), + [anon_sym_PIPE_EQ] = ACTIONS(319), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(325), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), [sym__newline] = ACTIONS(277), - [sym_string_start] = ACTIONS(324), + [sym_string_start] = ACTIONS(327), }, [74] = { - [sym_named_expression] = STATE(1756), - [sym__named_expression_lhs] = STATE(2783), - [sym_list_splat_pattern] = STATE(1348), - [sym_as_pattern] = STATE(1756), + [sym_named_expression] = STATE(1757), + [sym__named_expression_lhs] = STATE(2799), + [sym_list_splat_pattern] = STATE(1347), + [sym_as_pattern] = STATE(1757), [sym_expression] = STATE(1775), [sym_primary_expression] = STATE(1040), - [sym_not_operator] = STATE(1756), - [sym_boolean_operator] = STATE(1756), + [sym_not_operator] = STATE(1757), + [sym_boolean_operator] = STATE(1757), [sym_binary_operator] = STATE(1435), [sym_unary_operator] = STATE(1435), - [sym_comparison_operator] = STATE(1756), - [sym_lambda] = STATE(1756), + [sym_comparison_operator] = STATE(1757), + [sym_lambda] = STATE(1757), [sym_attribute] = STATE(1435), [sym_subscript] = STATE(1435), [sym_call] = STATE(1435), - [sym_type] = STATE(2190), - [sym_splat_type] = STATE(2070), - [sym_generic_type] = STATE(2070), - [sym_union_type] = STATE(2070), - [sym_constrained_type] = STATE(2070), - [sym_member_type] = STATE(2070), + [sym_type] = STATE(2199), + [sym_splat_type] = STATE(2054), + [sym_generic_type] = STATE(2054), + [sym_union_type] = STATE(2054), + [sym_constrained_type] = STATE(2054), + [sym_member_type] = STATE(2054), [sym_list] = STATE(1435), [sym_set] = STATE(1435), [sym_tuple] = STATE(1435), @@ -18791,7 +18793,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_set_comprehension] = STATE(1435), [sym_generator_expression] = STATE(1435), [sym_parenthesized_expression] = STATE(1435), - [sym_conditional_expression] = STATE(1756), + [sym_conditional_expression] = STATE(1757), [sym_concatenated_string] = STATE(1435), [sym_string] = STATE(1041), [sym_await] = STATE(1435), @@ -18806,21 +18808,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_GT] = ACTIONS(279), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(326), - [anon_sym_match] = ACTIONS(290), + [anon_sym_COLON] = ACTIONS(302), + [anon_sym_match] = ACTIONS(297), [anon_sym_async] = ACTIONS(290), [anon_sym_in] = ACTIONS(279), - [anon_sym_STAR_STAR] = ACTIONS(296), + [anon_sym_STAR_STAR] = ACTIONS(299), [anon_sym_exec] = ACTIONS(290), - [anon_sym_type] = ACTIONS(299), - [anon_sym_EQ] = ACTIONS(294), - [anon_sym_LBRACK] = ACTIONS(301), + [anon_sym_type] = ACTIONS(297), + [anon_sym_EQ] = ACTIONS(302), + [anon_sym_LBRACK] = ACTIONS(304), [anon_sym_AT] = ACTIONS(279), - [anon_sym_DASH] = ACTIONS(304), + [anon_sym_DASH] = ACTIONS(307), [anon_sym_PIPE] = ACTIONS(279), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(304), - [anon_sym_not] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(307), + [anon_sym_not] = ACTIONS(312), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), [anon_sym_SLASH] = ACTIONS(279), @@ -18829,7 +18831,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(279), [anon_sym_CARET] = ACTIONS(279), [anon_sym_LT_LT] = ACTIONS(279), - [anon_sym_TILDE] = ACTIONS(312), + [anon_sym_TILDE] = ACTIONS(315), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -18838,91 +18840,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [anon_sym_lambda] = ACTIONS(314), - [anon_sym_PLUS_EQ] = ACTIONS(316), - [anon_sym_DASH_EQ] = ACTIONS(316), - [anon_sym_STAR_EQ] = ACTIONS(316), - [anon_sym_SLASH_EQ] = ACTIONS(316), - [anon_sym_AT_EQ] = ACTIONS(316), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(316), - [anon_sym_PERCENT_EQ] = ACTIONS(316), - [anon_sym_STAR_STAR_EQ] = ACTIONS(316), - [anon_sym_GT_GT_EQ] = ACTIONS(316), - [anon_sym_LT_LT_EQ] = ACTIONS(316), - [anon_sym_AMP_EQ] = ACTIONS(316), - [anon_sym_CARET_EQ] = ACTIONS(316), - [anon_sym_PIPE_EQ] = ACTIONS(316), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(322), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), + [anon_sym_lambda] = ACTIONS(317), + [anon_sym_PLUS_EQ] = ACTIONS(319), + [anon_sym_DASH_EQ] = ACTIONS(319), + [anon_sym_STAR_EQ] = ACTIONS(319), + [anon_sym_SLASH_EQ] = ACTIONS(319), + [anon_sym_AT_EQ] = ACTIONS(319), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(319), + [anon_sym_PERCENT_EQ] = ACTIONS(319), + [anon_sym_STAR_STAR_EQ] = ACTIONS(319), + [anon_sym_GT_GT_EQ] = ACTIONS(319), + [anon_sym_LT_LT_EQ] = ACTIONS(319), + [anon_sym_AMP_EQ] = ACTIONS(319), + [anon_sym_CARET_EQ] = ACTIONS(319), + [anon_sym_PIPE_EQ] = ACTIONS(319), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(325), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), [sym__newline] = ACTIONS(277), - [sym_string_start] = ACTIONS(324), + [sym_string_start] = ACTIONS(327), }, [75] = { - [sym__simple_statements] = STATE(735), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(637), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1704), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(749), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(641), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1705), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(636), - [sym_subscript] = STATE(636), - [sym_call] = STATE(1121), - [sym_type] = STATE(2115), - [sym_splat_type] = STATE(2070), - [sym_generic_type] = STATE(2070), - [sym_union_type] = STATE(2070), - [sym_constrained_type] = STATE(2070), - [sym_member_type] = STATE(2070), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(629), + [sym_subscript] = STATE(629), + [sym_call] = STATE(1069), + [sym_type] = STATE(2028), + [sym_splat_type] = STATE(2054), + [sym_generic_type] = STATE(2054), + [sym_union_type] = STATE(2054), + [sym_constrained_type] = STATE(2054), + [sym_member_type] = STATE(2054), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(329), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -18937,13 +18939,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_match] = ACTIONS(337), - [anon_sym_async] = ACTIONS(337), - [anon_sym_STAR_STAR] = ACTIONS(339), + [anon_sym_async] = ACTIONS(339), + [anon_sym_STAR_STAR] = ACTIONS(341), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), - [anon_sym_exec] = ACTIONS(341), - [anon_sym_type] = ACTIONS(343), - [anon_sym_LBRACK] = ACTIONS(345), + [anon_sym_exec] = ACTIONS(343), + [anon_sym_type] = ACTIONS(345), + [anon_sym_LBRACK] = ACTIONS(347), [anon_sym_DASH] = ACTIONS(65), [anon_sym_LBRACE] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(65), @@ -18954,75 +18956,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(347), + [anon_sym_await] = ACTIONS(349), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(349), - [sym__indent] = ACTIONS(351), + [sym__newline] = ACTIONS(351), + [sym__indent] = ACTIONS(353), [sym_string_start] = ACTIONS(81), }, [76] = { - [sym__simple_statements] = STATE(746), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(637), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1704), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(756), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(641), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1705), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(636), - [sym_subscript] = STATE(636), - [sym_call] = STATE(1121), - [sym_type] = STATE(2115), - [sym_splat_type] = STATE(2070), - [sym_generic_type] = STATE(2070), - [sym_union_type] = STATE(2070), - [sym_constrained_type] = STATE(2070), - [sym_member_type] = STATE(2070), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(629), + [sym_subscript] = STATE(629), + [sym_call] = STATE(1069), + [sym_type] = STATE(2028), + [sym_splat_type] = STATE(2054), + [sym_generic_type] = STATE(2054), + [sym_union_type] = STATE(2054), + [sym_constrained_type] = STATE(2054), + [sym_member_type] = STATE(2054), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(329), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19037,13 +19039,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_match] = ACTIONS(337), - [anon_sym_async] = ACTIONS(337), - [anon_sym_STAR_STAR] = ACTIONS(339), + [anon_sym_async] = ACTIONS(339), + [anon_sym_STAR_STAR] = ACTIONS(341), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), - [anon_sym_exec] = ACTIONS(341), - [anon_sym_type] = ACTIONS(343), - [anon_sym_LBRACK] = ACTIONS(345), + [anon_sym_exec] = ACTIONS(343), + [anon_sym_type] = ACTIONS(345), + [anon_sym_LBRACK] = ACTIONS(347), [anon_sym_DASH] = ACTIONS(65), [anon_sym_LBRACE] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(65), @@ -19054,75 +19056,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(347), + [anon_sym_await] = ACTIONS(349), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(353), - [sym__indent] = ACTIONS(355), + [sym__newline] = ACTIONS(355), + [sym__indent] = ACTIONS(357), [sym_string_start] = ACTIONS(81), }, [77] = { - [sym__simple_statements] = STATE(827), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(637), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1704), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(831), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(641), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1705), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(636), - [sym_subscript] = STATE(636), - [sym_call] = STATE(1121), - [sym_type] = STATE(2115), - [sym_splat_type] = STATE(2070), - [sym_generic_type] = STATE(2070), - [sym_union_type] = STATE(2070), - [sym_constrained_type] = STATE(2070), - [sym_member_type] = STATE(2070), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(629), + [sym_subscript] = STATE(629), + [sym_call] = STATE(1069), + [sym_type] = STATE(2028), + [sym_splat_type] = STATE(2054), + [sym_generic_type] = STATE(2054), + [sym_union_type] = STATE(2054), + [sym_constrained_type] = STATE(2054), + [sym_member_type] = STATE(2054), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(329), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19137,13 +19139,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_match] = ACTIONS(337), - [anon_sym_async] = ACTIONS(337), - [anon_sym_STAR_STAR] = ACTIONS(339), + [anon_sym_async] = ACTIONS(339), + [anon_sym_STAR_STAR] = ACTIONS(341), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), - [anon_sym_exec] = ACTIONS(341), - [anon_sym_type] = ACTIONS(343), - [anon_sym_LBRACK] = ACTIONS(345), + [anon_sym_exec] = ACTIONS(343), + [anon_sym_type] = ACTIONS(345), + [anon_sym_LBRACK] = ACTIONS(347), [anon_sym_DASH] = ACTIONS(65), [anon_sym_LBRACE] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(65), @@ -19154,75 +19156,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(347), + [anon_sym_await] = ACTIONS(349), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(357), - [sym__indent] = ACTIONS(359), + [sym__newline] = ACTIONS(359), + [sym__indent] = ACTIONS(361), [sym_string_start] = ACTIONS(81), }, [78] = { - [sym__simple_statements] = STATE(842), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(637), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1704), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(839), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(641), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1705), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(636), - [sym_subscript] = STATE(636), - [sym_call] = STATE(1121), - [sym_type] = STATE(2115), - [sym_splat_type] = STATE(2070), - [sym_generic_type] = STATE(2070), - [sym_union_type] = STATE(2070), - [sym_constrained_type] = STATE(2070), - [sym_member_type] = STATE(2070), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(629), + [sym_subscript] = STATE(629), + [sym_call] = STATE(1069), + [sym_type] = STATE(2028), + [sym_splat_type] = STATE(2054), + [sym_generic_type] = STATE(2054), + [sym_union_type] = STATE(2054), + [sym_constrained_type] = STATE(2054), + [sym_member_type] = STATE(2054), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(329), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19237,13 +19239,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_match] = ACTIONS(337), - [anon_sym_async] = ACTIONS(337), - [anon_sym_STAR_STAR] = ACTIONS(339), + [anon_sym_async] = ACTIONS(339), + [anon_sym_STAR_STAR] = ACTIONS(341), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), - [anon_sym_exec] = ACTIONS(341), - [anon_sym_type] = ACTIONS(343), - [anon_sym_LBRACK] = ACTIONS(345), + [anon_sym_exec] = ACTIONS(343), + [anon_sym_type] = ACTIONS(345), + [anon_sym_LBRACK] = ACTIONS(347), [anon_sym_DASH] = ACTIONS(65), [anon_sym_LBRACE] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(65), @@ -19254,75 +19256,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(347), + [anon_sym_await] = ACTIONS(349), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(361), - [sym__indent] = ACTIONS(363), + [sym__newline] = ACTIONS(363), + [sym__indent] = ACTIONS(365), [sym_string_start] = ACTIONS(81), }, [79] = { - [sym__simple_statements] = STATE(834), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(637), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1704), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(761), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(641), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1705), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(636), - [sym_subscript] = STATE(636), - [sym_call] = STATE(1121), - [sym_type] = STATE(2115), - [sym_splat_type] = STATE(2070), - [sym_generic_type] = STATE(2070), - [sym_union_type] = STATE(2070), - [sym_constrained_type] = STATE(2070), - [sym_member_type] = STATE(2070), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(629), + [sym_subscript] = STATE(629), + [sym_call] = STATE(1069), + [sym_type] = STATE(2028), + [sym_splat_type] = STATE(2054), + [sym_generic_type] = STATE(2054), + [sym_union_type] = STATE(2054), + [sym_constrained_type] = STATE(2054), + [sym_member_type] = STATE(2054), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(329), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19337,13 +19339,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_match] = ACTIONS(337), - [anon_sym_async] = ACTIONS(337), - [anon_sym_STAR_STAR] = ACTIONS(339), + [anon_sym_async] = ACTIONS(339), + [anon_sym_STAR_STAR] = ACTIONS(341), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), - [anon_sym_exec] = ACTIONS(341), - [anon_sym_type] = ACTIONS(343), - [anon_sym_LBRACK] = ACTIONS(345), + [anon_sym_exec] = ACTIONS(343), + [anon_sym_type] = ACTIONS(345), + [anon_sym_LBRACK] = ACTIONS(347), [anon_sym_DASH] = ACTIONS(65), [anon_sym_LBRACE] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(65), @@ -19354,75 +19356,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(347), + [anon_sym_await] = ACTIONS(349), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(365), - [sym__indent] = ACTIONS(367), + [sym__newline] = ACTIONS(367), + [sym__indent] = ACTIONS(369), [sym_string_start] = ACTIONS(81), }, [80] = { - [sym__simple_statements] = STATE(838), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(637), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1704), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(764), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(641), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1705), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(636), - [sym_subscript] = STATE(636), - [sym_call] = STATE(1121), - [sym_type] = STATE(2115), - [sym_splat_type] = STATE(2070), - [sym_generic_type] = STATE(2070), - [sym_union_type] = STATE(2070), - [sym_constrained_type] = STATE(2070), - [sym_member_type] = STATE(2070), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(629), + [sym_subscript] = STATE(629), + [sym_call] = STATE(1069), + [sym_type] = STATE(2028), + [sym_splat_type] = STATE(2054), + [sym_generic_type] = STATE(2054), + [sym_union_type] = STATE(2054), + [sym_constrained_type] = STATE(2054), + [sym_member_type] = STATE(2054), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(329), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19437,13 +19439,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_match] = ACTIONS(337), - [anon_sym_async] = ACTIONS(337), - [anon_sym_STAR_STAR] = ACTIONS(339), + [anon_sym_async] = ACTIONS(339), + [anon_sym_STAR_STAR] = ACTIONS(341), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), - [anon_sym_exec] = ACTIONS(341), - [anon_sym_type] = ACTIONS(343), - [anon_sym_LBRACK] = ACTIONS(345), + [anon_sym_exec] = ACTIONS(343), + [anon_sym_type] = ACTIONS(345), + [anon_sym_LBRACK] = ACTIONS(347), [anon_sym_DASH] = ACTIONS(65), [anon_sym_LBRACE] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(65), @@ -19454,75 +19456,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(347), + [anon_sym_await] = ACTIONS(349), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(369), - [sym__indent] = ACTIONS(371), + [sym__newline] = ACTIONS(371), + [sym__indent] = ACTIONS(373), [sym_string_start] = ACTIONS(81), }, [81] = { - [sym__simple_statements] = STATE(755), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(637), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1704), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(835), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(641), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1705), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(636), - [sym_subscript] = STATE(636), - [sym_call] = STATE(1121), - [sym_type] = STATE(2115), - [sym_splat_type] = STATE(2070), - [sym_generic_type] = STATE(2070), - [sym_union_type] = STATE(2070), - [sym_constrained_type] = STATE(2070), - [sym_member_type] = STATE(2070), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(629), + [sym_subscript] = STATE(629), + [sym_call] = STATE(1069), + [sym_type] = STATE(2028), + [sym_splat_type] = STATE(2054), + [sym_generic_type] = STATE(2054), + [sym_union_type] = STATE(2054), + [sym_constrained_type] = STATE(2054), + [sym_member_type] = STATE(2054), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(329), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19537,13 +19539,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_match] = ACTIONS(337), - [anon_sym_async] = ACTIONS(337), - [anon_sym_STAR_STAR] = ACTIONS(339), + [anon_sym_async] = ACTIONS(339), + [anon_sym_STAR_STAR] = ACTIONS(341), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), - [anon_sym_exec] = ACTIONS(341), - [anon_sym_type] = ACTIONS(343), - [anon_sym_LBRACK] = ACTIONS(345), + [anon_sym_exec] = ACTIONS(343), + [anon_sym_type] = ACTIONS(345), + [anon_sym_LBRACK] = ACTIONS(347), [anon_sym_DASH] = ACTIONS(65), [anon_sym_LBRACE] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(65), @@ -19554,75 +19556,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(347), + [anon_sym_await] = ACTIONS(349), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(373), - [sym__indent] = ACTIONS(375), + [sym__newline] = ACTIONS(375), + [sym__indent] = ACTIONS(377), [sym_string_start] = ACTIONS(81), }, [82] = { - [sym__simple_statements] = STATE(751), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(637), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1704), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(842), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(641), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1705), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(636), - [sym_subscript] = STATE(636), - [sym_call] = STATE(1121), - [sym_type] = STATE(2115), - [sym_splat_type] = STATE(2070), - [sym_generic_type] = STATE(2070), - [sym_union_type] = STATE(2070), - [sym_constrained_type] = STATE(2070), - [sym_member_type] = STATE(2070), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(629), + [sym_subscript] = STATE(629), + [sym_call] = STATE(1069), + [sym_type] = STATE(2028), + [sym_splat_type] = STATE(2054), + [sym_generic_type] = STATE(2054), + [sym_union_type] = STATE(2054), + [sym_constrained_type] = STATE(2054), + [sym_member_type] = STATE(2054), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(329), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -19637,13 +19639,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), [anon_sym_match] = ACTIONS(337), - [anon_sym_async] = ACTIONS(337), - [anon_sym_STAR_STAR] = ACTIONS(339), + [anon_sym_async] = ACTIONS(339), + [anon_sym_STAR_STAR] = ACTIONS(341), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), - [anon_sym_exec] = ACTIONS(341), - [anon_sym_type] = ACTIONS(343), - [anon_sym_LBRACK] = ACTIONS(345), + [anon_sym_exec] = ACTIONS(343), + [anon_sym_type] = ACTIONS(345), + [anon_sym_LBRACK] = ACTIONS(347), [anon_sym_DASH] = ACTIONS(65), [anon_sym_LBRACE] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(65), @@ -19654,72 +19656,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(347), + [anon_sym_await] = ACTIONS(349), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(377), - [sym__indent] = ACTIONS(379), + [sym__newline] = ACTIONS(379), + [sym__indent] = ACTIONS(381), [sym_string_start] = ACTIONS(81), }, [83] = { - [sym_chevron] = STATE(2153), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_list_splat_pattern] = STATE(1062), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1841), - [sym_primary_expression] = STATE(975), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_attribute] = STATE(1121), - [sym_subscript] = STATE(1121), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [sym_identifier] = ACTIONS(381), + [sym_chevron] = STATE(2194), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_list_splat_pattern] = STATE(1077), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1806), + [sym_primary_expression] = STATE(977), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_attribute] = STATE(1069), + [sym_subscript] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [sym_identifier] = ACTIONS(383), [anon_sym_SEMI] = ACTIONS(277), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(383), + [anon_sym_LPAREN] = ACTIONS(385), [anon_sym_COMMA] = ACTIONS(284), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(386), - [anon_sym_print] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_STAR] = ACTIONS(388), + [anon_sym_print] = ACTIONS(391), + [anon_sym_GT_GT] = ACTIONS(393), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(326), - [anon_sym_match] = ACTIONS(389), - [anon_sym_async] = ACTIONS(389), + [anon_sym_COLON] = ACTIONS(294), + [anon_sym_match] = ACTIONS(395), + [anon_sym_async] = ACTIONS(391), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(279), - [anon_sym_exec] = ACTIONS(389), - [anon_sym_type] = ACTIONS(393), - [anon_sym_EQ] = ACTIONS(294), - [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_exec] = ACTIONS(391), + [anon_sym_type] = ACTIONS(395), + [anon_sym_EQ] = ACTIONS(302), + [anon_sym_LBRACK] = ACTIONS(397), [anon_sym_AT] = ACTIONS(279), - [anon_sym_DASH] = ACTIONS(398), + [anon_sym_DASH] = ACTIONS(400), [anon_sym_PIPE] = ACTIONS(279), [anon_sym_LBRACE] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(398), - [anon_sym_not] = ACTIONS(401), + [anon_sym_PLUS] = ACTIONS(400), + [anon_sym_not] = ACTIONS(403), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), [anon_sym_SLASH] = ACTIONS(279), @@ -19738,23 +19740,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), [anon_sym_lambda] = ACTIONS(71), - [anon_sym_PLUS_EQ] = ACTIONS(316), - [anon_sym_DASH_EQ] = ACTIONS(316), - [anon_sym_STAR_EQ] = ACTIONS(316), - [anon_sym_SLASH_EQ] = ACTIONS(316), - [anon_sym_AT_EQ] = ACTIONS(316), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(316), - [anon_sym_PERCENT_EQ] = ACTIONS(316), - [anon_sym_STAR_STAR_EQ] = ACTIONS(316), - [anon_sym_GT_GT_EQ] = ACTIONS(316), - [anon_sym_LT_LT_EQ] = ACTIONS(316), - [anon_sym_AMP_EQ] = ACTIONS(316), - [anon_sym_CARET_EQ] = ACTIONS(316), - [anon_sym_PIPE_EQ] = ACTIONS(316), + [anon_sym_PLUS_EQ] = ACTIONS(319), + [anon_sym_DASH_EQ] = ACTIONS(319), + [anon_sym_STAR_EQ] = ACTIONS(319), + [anon_sym_SLASH_EQ] = ACTIONS(319), + [anon_sym_AT_EQ] = ACTIONS(319), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(319), + [anon_sym_PERCENT_EQ] = ACTIONS(319), + [anon_sym_STAR_STAR_EQ] = ACTIONS(319), + [anon_sym_GT_GT_EQ] = ACTIONS(319), + [anon_sym_LT_LT_EQ] = ACTIONS(319), + [anon_sym_AMP_EQ] = ACTIONS(319), + [anon_sym_CARET_EQ] = ACTIONS(319), + [anon_sym_PIPE_EQ] = ACTIONS(319), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(404), + [anon_sym_await] = ACTIONS(406), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), @@ -19764,61 +19766,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [84] = { - [sym_chevron] = STATE(2153), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_list_splat_pattern] = STATE(1062), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1841), - [sym_primary_expression] = STATE(975), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_attribute] = STATE(1121), - [sym_subscript] = STATE(1121), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), - [sym_identifier] = ACTIONS(381), + [sym_chevron] = STATE(2194), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_list_splat_pattern] = STATE(1077), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1806), + [sym_primary_expression] = STATE(977), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_attribute] = STATE(1069), + [sym_subscript] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), + [sym_identifier] = ACTIONS(383), [anon_sym_SEMI] = ACTIONS(277), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(383), + [anon_sym_LPAREN] = ACTIONS(385), [anon_sym_COMMA] = ACTIONS(284), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(386), - [anon_sym_print] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_STAR] = ACTIONS(388), + [anon_sym_print] = ACTIONS(391), + [anon_sym_GT_GT] = ACTIONS(393), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(294), - [anon_sym_match] = ACTIONS(389), - [anon_sym_async] = ACTIONS(389), + [anon_sym_COLON] = ACTIONS(302), + [anon_sym_match] = ACTIONS(395), + [anon_sym_async] = ACTIONS(391), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(279), - [anon_sym_exec] = ACTIONS(389), - [anon_sym_type] = ACTIONS(393), - [anon_sym_EQ] = ACTIONS(294), - [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_exec] = ACTIONS(391), + [anon_sym_type] = ACTIONS(395), + [anon_sym_EQ] = ACTIONS(302), + [anon_sym_LBRACK] = ACTIONS(397), [anon_sym_AT] = ACTIONS(279), - [anon_sym_DASH] = ACTIONS(398), + [anon_sym_DASH] = ACTIONS(400), [anon_sym_PIPE] = ACTIONS(279), [anon_sym_LBRACE] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(398), - [anon_sym_not] = ACTIONS(401), + [anon_sym_PLUS] = ACTIONS(400), + [anon_sym_not] = ACTIONS(403), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), [anon_sym_SLASH] = ACTIONS(279), @@ -19837,23 +19839,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), [anon_sym_lambda] = ACTIONS(71), - [anon_sym_PLUS_EQ] = ACTIONS(316), - [anon_sym_DASH_EQ] = ACTIONS(316), - [anon_sym_STAR_EQ] = ACTIONS(316), - [anon_sym_SLASH_EQ] = ACTIONS(316), - [anon_sym_AT_EQ] = ACTIONS(316), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(316), - [anon_sym_PERCENT_EQ] = ACTIONS(316), - [anon_sym_STAR_STAR_EQ] = ACTIONS(316), - [anon_sym_GT_GT_EQ] = ACTIONS(316), - [anon_sym_LT_LT_EQ] = ACTIONS(316), - [anon_sym_AMP_EQ] = ACTIONS(316), - [anon_sym_CARET_EQ] = ACTIONS(316), - [anon_sym_PIPE_EQ] = ACTIONS(316), + [anon_sym_PLUS_EQ] = ACTIONS(319), + [anon_sym_DASH_EQ] = ACTIONS(319), + [anon_sym_STAR_EQ] = ACTIONS(319), + [anon_sym_SLASH_EQ] = ACTIONS(319), + [anon_sym_AT_EQ] = ACTIONS(319), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(319), + [anon_sym_PERCENT_EQ] = ACTIONS(319), + [anon_sym_STAR_STAR_EQ] = ACTIONS(319), + [anon_sym_GT_GT_EQ] = ACTIONS(319), + [anon_sym_LT_LT_EQ] = ACTIONS(319), + [anon_sym_AMP_EQ] = ACTIONS(319), + [anon_sym_CARET_EQ] = ACTIONS(319), + [anon_sym_PIPE_EQ] = ACTIONS(319), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(404), + [anon_sym_await] = ACTIONS(406), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), @@ -19863,18 +19865,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [85] = { - [sym_named_expression] = STATE(1756), - [sym__named_expression_lhs] = STATE(2783), - [sym_list_splat_pattern] = STATE(1348), - [sym_as_pattern] = STATE(1756), - [sym_expression] = STATE(1876), + [sym_named_expression] = STATE(1757), + [sym__named_expression_lhs] = STATE(2799), + [sym_list_splat_pattern] = STATE(1347), + [sym_as_pattern] = STATE(1757), + [sym_expression] = STATE(1869), [sym_primary_expression] = STATE(1040), - [sym_not_operator] = STATE(1756), - [sym_boolean_operator] = STATE(1756), + [sym_not_operator] = STATE(1757), + [sym_boolean_operator] = STATE(1757), [sym_binary_operator] = STATE(1435), [sym_unary_operator] = STATE(1435), - [sym_comparison_operator] = STATE(1756), - [sym_lambda] = STATE(1756), + [sym_comparison_operator] = STATE(1757), + [sym_lambda] = STATE(1757), [sym_attribute] = STATE(1435), [sym_subscript] = STATE(1435), [sym_call] = STATE(1435), @@ -19887,14 +19889,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_set_comprehension] = STATE(1435), [sym_generator_expression] = STATE(1435), [sym_parenthesized_expression] = STATE(1435), - [sym_conditional_expression] = STATE(1756), + [sym_conditional_expression] = STATE(1757), [sym_concatenated_string] = STATE(1435), [sym_string] = STATE(1041), [sym_await] = STATE(1435), - [sym_identifier] = ACTIONS(406), + [sym_identifier] = ACTIONS(408), [anon_sym_SEMI] = ACTIONS(277), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(408), + [anon_sym_LPAREN] = ACTIONS(281), [anon_sym_COMMA] = ACTIONS(284), [anon_sym_as] = ACTIONS(279), [anon_sym_STAR] = ACTIONS(410), @@ -19902,21 +19904,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_GT] = ACTIONS(279), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(294), - [anon_sym_match] = ACTIONS(290), + [anon_sym_COLON] = ACTIONS(302), + [anon_sym_match] = ACTIONS(297), [anon_sym_async] = ACTIONS(290), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(279), [anon_sym_exec] = ACTIONS(290), - [anon_sym_type] = ACTIONS(299), - [anon_sym_EQ] = ACTIONS(294), - [anon_sym_LBRACK] = ACTIONS(412), + [anon_sym_type] = ACTIONS(297), + [anon_sym_EQ] = ACTIONS(302), + [anon_sym_LBRACK] = ACTIONS(304), [anon_sym_AT] = ACTIONS(279), - [anon_sym_DASH] = ACTIONS(414), + [anon_sym_DASH] = ACTIONS(307), [anon_sym_PIPE] = ACTIONS(279), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(414), - [anon_sym_not] = ACTIONS(416), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(307), + [anon_sym_not] = ACTIONS(312), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), [anon_sym_SLASH] = ACTIONS(279), @@ -19925,7 +19927,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(279), [anon_sym_CARET] = ACTIONS(279), [anon_sym_LT_LT] = ACTIONS(279), - [anon_sym_TILDE] = ACTIONS(312), + [anon_sym_TILDE] = ACTIONS(315), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -19934,45 +19936,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [anon_sym_lambda] = ACTIONS(314), - [anon_sym_PLUS_EQ] = ACTIONS(316), - [anon_sym_DASH_EQ] = ACTIONS(316), - [anon_sym_STAR_EQ] = ACTIONS(316), - [anon_sym_SLASH_EQ] = ACTIONS(316), - [anon_sym_AT_EQ] = ACTIONS(316), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(316), - [anon_sym_PERCENT_EQ] = ACTIONS(316), - [anon_sym_STAR_STAR_EQ] = ACTIONS(316), - [anon_sym_GT_GT_EQ] = ACTIONS(316), - [anon_sym_LT_LT_EQ] = ACTIONS(316), - [anon_sym_AMP_EQ] = ACTIONS(316), - [anon_sym_CARET_EQ] = ACTIONS(316), - [anon_sym_PIPE_EQ] = ACTIONS(316), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(322), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), + [anon_sym_lambda] = ACTIONS(317), + [anon_sym_PLUS_EQ] = ACTIONS(319), + [anon_sym_DASH_EQ] = ACTIONS(319), + [anon_sym_STAR_EQ] = ACTIONS(319), + [anon_sym_SLASH_EQ] = ACTIONS(319), + [anon_sym_AT_EQ] = ACTIONS(319), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(319), + [anon_sym_PERCENT_EQ] = ACTIONS(319), + [anon_sym_STAR_STAR_EQ] = ACTIONS(319), + [anon_sym_GT_GT_EQ] = ACTIONS(319), + [anon_sym_LT_LT_EQ] = ACTIONS(319), + [anon_sym_AMP_EQ] = ACTIONS(319), + [anon_sym_CARET_EQ] = ACTIONS(319), + [anon_sym_PIPE_EQ] = ACTIONS(319), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(325), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), [sym__newline] = ACTIONS(277), - [sym_string_start] = ACTIONS(324), + [sym_string_start] = ACTIONS(327), }, [86] = { - [sym_named_expression] = STATE(1756), - [sym__named_expression_lhs] = STATE(2783), - [sym_list_splat_pattern] = STATE(1348), - [sym_as_pattern] = STATE(1756), - [sym_expression] = STATE(1885), + [sym_named_expression] = STATE(1757), + [sym__named_expression_lhs] = STATE(2799), + [sym_list_splat_pattern] = STATE(1347), + [sym_as_pattern] = STATE(1757), + [sym_expression] = STATE(1886), [sym_primary_expression] = STATE(1040), - [sym_not_operator] = STATE(1756), - [sym_boolean_operator] = STATE(1756), + [sym_not_operator] = STATE(1757), + [sym_boolean_operator] = STATE(1757), [sym_binary_operator] = STATE(1435), [sym_unary_operator] = STATE(1435), - [sym_comparison_operator] = STATE(1756), - [sym_lambda] = STATE(1756), + [sym_comparison_operator] = STATE(1757), + [sym_lambda] = STATE(1757), [sym_attribute] = STATE(1435), [sym_subscript] = STATE(1435), [sym_call] = STATE(1435), @@ -19985,14 +19987,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_set_comprehension] = STATE(1435), [sym_generator_expression] = STATE(1435), [sym_parenthesized_expression] = STATE(1435), - [sym_conditional_expression] = STATE(1756), + [sym_conditional_expression] = STATE(1757), [sym_concatenated_string] = STATE(1435), [sym_string] = STATE(1041), [sym_await] = STATE(1435), - [sym_identifier] = ACTIONS(406), + [sym_identifier] = ACTIONS(408), [anon_sym_SEMI] = ACTIONS(277), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(408), + [anon_sym_LPAREN] = ACTIONS(281), [anon_sym_COMMA] = ACTIONS(284), [anon_sym_as] = ACTIONS(279), [anon_sym_STAR] = ACTIONS(410), @@ -20000,21 +20002,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_GT] = ACTIONS(279), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(294), - [anon_sym_match] = ACTIONS(290), + [anon_sym_COLON] = ACTIONS(302), + [anon_sym_match] = ACTIONS(297), [anon_sym_async] = ACTIONS(290), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(279), [anon_sym_exec] = ACTIONS(290), - [anon_sym_type] = ACTIONS(299), - [anon_sym_EQ] = ACTIONS(294), - [anon_sym_LBRACK] = ACTIONS(412), + [anon_sym_type] = ACTIONS(297), + [anon_sym_EQ] = ACTIONS(302), + [anon_sym_LBRACK] = ACTIONS(304), [anon_sym_AT] = ACTIONS(279), - [anon_sym_DASH] = ACTIONS(414), + [anon_sym_DASH] = ACTIONS(307), [anon_sym_PIPE] = ACTIONS(279), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(414), - [anon_sym_not] = ACTIONS(416), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(307), + [anon_sym_not] = ACTIONS(312), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), [anon_sym_SLASH] = ACTIONS(279), @@ -20023,7 +20025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(279), [anon_sym_CARET] = ACTIONS(279), [anon_sym_LT_LT] = ACTIONS(279), - [anon_sym_TILDE] = ACTIONS(312), + [anon_sym_TILDE] = ACTIONS(315), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -20032,85 +20034,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [anon_sym_lambda] = ACTIONS(314), - [anon_sym_PLUS_EQ] = ACTIONS(316), - [anon_sym_DASH_EQ] = ACTIONS(316), - [anon_sym_STAR_EQ] = ACTIONS(316), - [anon_sym_SLASH_EQ] = ACTIONS(316), - [anon_sym_AT_EQ] = ACTIONS(316), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(316), - [anon_sym_PERCENT_EQ] = ACTIONS(316), - [anon_sym_STAR_STAR_EQ] = ACTIONS(316), - [anon_sym_GT_GT_EQ] = ACTIONS(316), - [anon_sym_LT_LT_EQ] = ACTIONS(316), - [anon_sym_AMP_EQ] = ACTIONS(316), - [anon_sym_CARET_EQ] = ACTIONS(316), - [anon_sym_PIPE_EQ] = ACTIONS(316), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(322), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), + [anon_sym_lambda] = ACTIONS(317), + [anon_sym_PLUS_EQ] = ACTIONS(319), + [anon_sym_DASH_EQ] = ACTIONS(319), + [anon_sym_STAR_EQ] = ACTIONS(319), + [anon_sym_SLASH_EQ] = ACTIONS(319), + [anon_sym_AT_EQ] = ACTIONS(319), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(319), + [anon_sym_PERCENT_EQ] = ACTIONS(319), + [anon_sym_STAR_STAR_EQ] = ACTIONS(319), + [anon_sym_GT_GT_EQ] = ACTIONS(319), + [anon_sym_LT_LT_EQ] = ACTIONS(319), + [anon_sym_AMP_EQ] = ACTIONS(319), + [anon_sym_CARET_EQ] = ACTIONS(319), + [anon_sym_PIPE_EQ] = ACTIONS(319), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(325), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), [sym__newline] = ACTIONS(277), - [sym_string_start] = ACTIONS(324), + [sym_string_start] = ACTIONS(327), }, [87] = { - [sym__simple_statements] = STATE(2621), - [sym_import_statement] = STATE(2268), - [sym_future_import_statement] = STATE(2268), - [sym_import_from_statement] = STATE(2268), - [sym_print_statement] = STATE(2268), - [sym_assert_statement] = STATE(2268), - [sym_expression_statement] = STATE(2268), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2268), - [sym_delete_statement] = STATE(2268), - [sym_raise_statement] = STATE(2268), - [sym_pass_statement] = STATE(2268), - [sym_break_statement] = STATE(2268), - [sym_continue_statement] = STATE(2268), - [sym_global_statement] = STATE(2268), - [sym_nonlocal_statement] = STATE(2268), - [sym_exec_statement] = STATE(2268), - [sym_type_alias_statement] = STATE(2268), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(808), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20124,8 +20126,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -20147,63 +20149,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(420), - [sym__indent] = ACTIONS(422), + [sym__newline] = ACTIONS(417), + [sym__indent] = ACTIONS(419), [sym_string_start] = ACTIONS(81), }, [88] = { - [sym__simple_statements] = STATE(2538), - [sym_import_statement] = STATE(2268), - [sym_future_import_statement] = STATE(2268), - [sym_import_from_statement] = STATE(2268), - [sym_print_statement] = STATE(2268), - [sym_assert_statement] = STATE(2268), - [sym_expression_statement] = STATE(2268), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2268), - [sym_delete_statement] = STATE(2268), - [sym_raise_statement] = STATE(2268), - [sym_pass_statement] = STATE(2268), - [sym_break_statement] = STATE(2268), - [sym_continue_statement] = STATE(2268), - [sym_global_statement] = STATE(2268), - [sym_nonlocal_statement] = STATE(2268), - [sym_exec_statement] = STATE(2268), - [sym_type_alias_statement] = STATE(2268), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(812), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20217,8 +20219,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -20240,63 +20242,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(424), - [sym__indent] = ACTIONS(426), + [sym__newline] = ACTIONS(421), + [sym__indent] = ACTIONS(423), [sym_string_start] = ACTIONS(81), }, [89] = { - [sym__simple_statements] = STATE(806), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(716), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20310,8 +20312,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -20333,63 +20335,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(428), - [sym__indent] = ACTIONS(430), + [sym__newline] = ACTIONS(425), + [sym__indent] = ACTIONS(427), [sym_string_start] = ACTIONS(81), }, [90] = { - [sym__simple_statements] = STATE(715), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(673), + [sym_import_statement] = STATE(2414), + [sym_future_import_statement] = STATE(2414), + [sym_import_from_statement] = STATE(2414), + [sym_print_statement] = STATE(2414), + [sym_assert_statement] = STATE(2414), + [sym_expression_statement] = STATE(2414), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2414), + [sym_delete_statement] = STATE(2414), + [sym_raise_statement] = STATE(2414), + [sym_pass_statement] = STATE(2414), + [sym_break_statement] = STATE(2414), + [sym_continue_statement] = STATE(2414), + [sym_global_statement] = STATE(2414), + [sym_nonlocal_statement] = STATE(2414), + [sym_exec_statement] = STATE(2414), + [sym_type_alias_statement] = STATE(2414), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20403,8 +20405,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -20426,63 +20428,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(432), - [sym__indent] = ACTIONS(434), + [sym__newline] = ACTIONS(429), + [sym__indent] = ACTIONS(431), [sym_string_start] = ACTIONS(81), }, [91] = { - [sym__simple_statements] = STATE(694), - [sym_import_statement] = STATE(2389), - [sym_future_import_statement] = STATE(2389), - [sym_import_from_statement] = STATE(2389), - [sym_print_statement] = STATE(2389), - [sym_assert_statement] = STATE(2389), - [sym_expression_statement] = STATE(2389), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2389), - [sym_delete_statement] = STATE(2389), - [sym_raise_statement] = STATE(2389), - [sym_pass_statement] = STATE(2389), - [sym_break_statement] = STATE(2389), - [sym_continue_statement] = STATE(2389), - [sym_global_statement] = STATE(2389), - [sym_nonlocal_statement] = STATE(2389), - [sym_exec_statement] = STATE(2389), - [sym_type_alias_statement] = STATE(2389), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(814), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20496,8 +20498,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -20519,63 +20521,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(436), - [sym__indent] = ACTIONS(438), + [sym__newline] = ACTIONS(433), + [sym__indent] = ACTIONS(435), [sym_string_start] = ACTIONS(81), }, [92] = { - [sym__simple_statements] = STATE(808), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(619), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20589,8 +20591,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -20612,63 +20614,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(440), - [sym__indent] = ACTIONS(442), + [sym__newline] = ACTIONS(437), + [sym__indent] = ACTIONS(439), [sym_string_start] = ACTIONS(81), }, [93] = { - [sym__simple_statements] = STATE(699), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(818), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20682,8 +20684,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -20705,63 +20707,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(444), - [sym__indent] = ACTIONS(446), + [sym__newline] = ACTIONS(441), + [sym__indent] = ACTIONS(443), [sym_string_start] = ACTIONS(81), }, [94] = { - [sym__simple_statements] = STATE(813), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(798), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20775,8 +20777,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -20798,63 +20800,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(448), - [sym__indent] = ACTIONS(450), + [sym__newline] = ACTIONS(445), + [sym__indent] = ACTIONS(447), [sym_string_start] = ACTIONS(81), }, [95] = { - [sym__simple_statements] = STATE(792), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(820), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20868,8 +20870,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -20891,63 +20893,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(452), - [sym__indent] = ACTIONS(454), + [sym__newline] = ACTIONS(449), + [sym__indent] = ACTIONS(451), [sym_string_start] = ACTIONS(81), }, [96] = { - [sym__simple_statements] = STATE(815), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(704), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -20961,8 +20963,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -20984,63 +20986,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(456), - [sym__indent] = ACTIONS(458), + [sym__newline] = ACTIONS(453), + [sym__indent] = ACTIONS(455), [sym_string_start] = ACTIONS(81), }, [97] = { - [sym__simple_statements] = STATE(703), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(726), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21054,8 +21056,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -21077,63 +21079,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(460), - [sym__indent] = ACTIONS(462), + [sym__newline] = ACTIONS(457), + [sym__indent] = ACTIONS(459), [sym_string_start] = ACTIONS(81), }, [98] = { - [sym__simple_statements] = STATE(725), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(719), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21147,8 +21149,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -21170,63 +21172,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(464), - [sym__indent] = ACTIONS(466), + [sym__newline] = ACTIONS(461), + [sym__indent] = ACTIONS(463), [sym_string_start] = ACTIONS(81), }, [99] = { - [sym__simple_statements] = STATE(718), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(700), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21240,8 +21242,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -21263,63 +21265,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(468), - [sym__indent] = ACTIONS(470), + [sym__newline] = ACTIONS(465), + [sym__indent] = ACTIONS(467), [sym_string_start] = ACTIONS(81), }, [100] = { - [sym__simple_statements] = STATE(723), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(825), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21333,8 +21335,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -21356,63 +21358,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(472), - [sym__indent] = ACTIONS(474), + [sym__newline] = ACTIONS(469), + [sym__indent] = ACTIONS(471), [sym_string_start] = ACTIONS(81), }, [101] = { - [sym__simple_statements] = STATE(821), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(2616), + [sym_import_statement] = STATE(2388), + [sym_future_import_statement] = STATE(2388), + [sym_import_from_statement] = STATE(2388), + [sym_print_statement] = STATE(2388), + [sym_assert_statement] = STATE(2388), + [sym_expression_statement] = STATE(2388), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2388), + [sym_delete_statement] = STATE(2388), + [sym_raise_statement] = STATE(2388), + [sym_pass_statement] = STATE(2388), + [sym_break_statement] = STATE(2388), + [sym_continue_statement] = STATE(2388), + [sym_global_statement] = STATE(2388), + [sym_nonlocal_statement] = STATE(2388), + [sym_exec_statement] = STATE(2388), + [sym_type_alias_statement] = STATE(2388), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21426,8 +21428,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -21449,63 +21451,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(476), - [sym__indent] = ACTIONS(478), + [sym__newline] = ACTIONS(473), + [sym__indent] = ACTIONS(475), [sym_string_start] = ACTIONS(81), }, [102] = { - [sym__simple_statements] = STATE(1863), - [sym_import_statement] = STATE(2407), - [sym_future_import_statement] = STATE(2407), - [sym_import_from_statement] = STATE(2407), - [sym_print_statement] = STATE(2407), - [sym_assert_statement] = STATE(2407), - [sym_expression_statement] = STATE(2407), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2407), - [sym_delete_statement] = STATE(2407), - [sym_raise_statement] = STATE(2407), - [sym_pass_statement] = STATE(2407), - [sym_break_statement] = STATE(2407), - [sym_continue_statement] = STATE(2407), - [sym_global_statement] = STATE(2407), - [sym_nonlocal_statement] = STATE(2407), - [sym_exec_statement] = STATE(2407), - [sym_type_alias_statement] = STATE(2407), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(705), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21519,8 +21521,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -21542,63 +21544,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(480), - [sym__indent] = ACTIONS(482), + [sym__newline] = ACTIONS(477), + [sym__indent] = ACTIONS(479), [sym_string_start] = ACTIONS(81), }, [103] = { - [sym__simple_statements] = STATE(802), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(689), + [sym_import_statement] = STATE(2414), + [sym_future_import_statement] = STATE(2414), + [sym_import_from_statement] = STATE(2414), + [sym_print_statement] = STATE(2414), + [sym_assert_statement] = STATE(2414), + [sym_expression_statement] = STATE(2414), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2414), + [sym_delete_statement] = STATE(2414), + [sym_raise_statement] = STATE(2414), + [sym_pass_statement] = STATE(2414), + [sym_break_statement] = STATE(2414), + [sym_continue_statement] = STATE(2414), + [sym_global_statement] = STATE(2414), + [sym_nonlocal_statement] = STATE(2414), + [sym_exec_statement] = STATE(2414), + [sym_type_alias_statement] = STATE(2414), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21612,8 +21614,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -21635,63 +21637,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(484), - [sym__indent] = ACTIONS(486), + [sym__newline] = ACTIONS(481), + [sym__indent] = ACTIONS(483), [sym_string_start] = ACTIONS(81), }, [104] = { - [sym__simple_statements] = STATE(667), - [sym_import_statement] = STATE(2389), - [sym_future_import_statement] = STATE(2389), - [sym_import_from_statement] = STATE(2389), - [sym_print_statement] = STATE(2389), - [sym_assert_statement] = STATE(2389), - [sym_expression_statement] = STATE(2389), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2389), - [sym_delete_statement] = STATE(2389), - [sym_raise_statement] = STATE(2389), - [sym_pass_statement] = STATE(2389), - [sym_break_statement] = STATE(2389), - [sym_continue_statement] = STATE(2389), - [sym_global_statement] = STATE(2389), - [sym_nonlocal_statement] = STATE(2389), - [sym_exec_statement] = STATE(2389), - [sym_type_alias_statement] = STATE(2389), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(695), + [sym_import_statement] = STATE(2440), + [sym_future_import_statement] = STATE(2440), + [sym_import_from_statement] = STATE(2440), + [sym_print_statement] = STATE(2440), + [sym_assert_statement] = STATE(2440), + [sym_expression_statement] = STATE(2440), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2440), + [sym_delete_statement] = STATE(2440), + [sym_raise_statement] = STATE(2440), + [sym_pass_statement] = STATE(2440), + [sym_break_statement] = STATE(2440), + [sym_continue_statement] = STATE(2440), + [sym_global_statement] = STATE(2440), + [sym_nonlocal_statement] = STATE(2440), + [sym_exec_statement] = STATE(2440), + [sym_type_alias_statement] = STATE(2440), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21705,8 +21707,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -21728,63 +21730,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(488), - [sym__indent] = ACTIONS(490), + [sym__newline] = ACTIONS(485), + [sym__indent] = ACTIONS(487), [sym_string_start] = ACTIONS(81), }, [105] = { - [sym__simple_statements] = STATE(674), - [sym_import_statement] = STATE(2423), - [sym_future_import_statement] = STATE(2423), - [sym_import_from_statement] = STATE(2423), - [sym_print_statement] = STATE(2423), - [sym_assert_statement] = STATE(2423), - [sym_expression_statement] = STATE(2423), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2423), - [sym_delete_statement] = STATE(2423), - [sym_raise_statement] = STATE(2423), - [sym_pass_statement] = STATE(2423), - [sym_break_statement] = STATE(2423), - [sym_continue_statement] = STATE(2423), - [sym_global_statement] = STATE(2423), - [sym_nonlocal_statement] = STATE(2423), - [sym_exec_statement] = STATE(2423), - [sym_type_alias_statement] = STATE(2423), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(775), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21798,8 +21800,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -21821,63 +21823,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(492), - [sym__indent] = ACTIONS(494), + [sym__newline] = ACTIONS(489), + [sym__indent] = ACTIONS(491), [sym_string_start] = ACTIONS(81), }, [106] = { - [sym__simple_statements] = STATE(704), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(617), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21891,8 +21893,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -21914,63 +21916,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(496), - [sym__indent] = ACTIONS(498), + [sym__newline] = ACTIONS(493), + [sym__indent] = ACTIONS(495), [sym_string_start] = ACTIONS(81), }, [107] = { - [sym__simple_statements] = STATE(766), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(828), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -21984,8 +21986,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -22007,63 +22009,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(500), - [sym__indent] = ACTIONS(502), + [sym__newline] = ACTIONS(497), + [sym__indent] = ACTIONS(499), [sym_string_start] = ACTIONS(81), }, [108] = { - [sym__simple_statements] = STATE(824), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(712), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22077,8 +22079,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -22100,63 +22102,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(504), - [sym__indent] = ACTIONS(506), + [sym__newline] = ACTIONS(501), + [sym__indent] = ACTIONS(503), [sym_string_start] = ACTIONS(81), }, [109] = { - [sym__simple_statements] = STATE(738), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(720), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22170,8 +22172,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -22193,63 +22195,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(508), - [sym__indent] = ACTIONS(510), + [sym__newline] = ACTIONS(505), + [sym__indent] = ACTIONS(507), [sym_string_start] = ACTIONS(81), }, [110] = { - [sym__simple_statements] = STATE(719), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(785), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22263,8 +22265,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -22286,63 +22288,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(512), - [sym__indent] = ACTIONS(514), + [sym__newline] = ACTIONS(509), + [sym__indent] = ACTIONS(511), [sym_string_start] = ACTIONS(81), }, [111] = { - [sym__simple_statements] = STATE(781), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(2573), + [sym_import_statement] = STATE(2388), + [sym_future_import_statement] = STATE(2388), + [sym_import_from_statement] = STATE(2388), + [sym_print_statement] = STATE(2388), + [sym_assert_statement] = STATE(2388), + [sym_expression_statement] = STATE(2388), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2388), + [sym_delete_statement] = STATE(2388), + [sym_raise_statement] = STATE(2388), + [sym_pass_statement] = STATE(2388), + [sym_break_statement] = STATE(2388), + [sym_continue_statement] = STATE(2388), + [sym_global_statement] = STATE(2388), + [sym_nonlocal_statement] = STATE(2388), + [sym_exec_statement] = STATE(2388), + [sym_type_alias_statement] = STATE(2388), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22356,8 +22358,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -22379,63 +22381,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(516), - [sym__indent] = ACTIONS(518), + [sym__newline] = ACTIONS(513), + [sym__indent] = ACTIONS(515), [sym_string_start] = ACTIONS(81), }, [112] = { - [sym__simple_statements] = STATE(701), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(788), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22449,8 +22451,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -22472,63 +22474,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(520), - [sym__indent] = ACTIONS(522), + [sym__newline] = ACTIONS(517), + [sym__indent] = ACTIONS(519), [sym_string_start] = ACTIONS(81), }, [113] = { - [sym__simple_statements] = STATE(625), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(789), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22542,8 +22544,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -22565,63 +22567,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(524), - [sym__indent] = ACTIONS(526), + [sym__newline] = ACTIONS(521), + [sym__indent] = ACTIONS(523), [sym_string_start] = ACTIONS(81), }, [114] = { - [sym__simple_statements] = STATE(711), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(693), + [sym_import_statement] = STATE(2312), + [sym_future_import_statement] = STATE(2312), + [sym_import_from_statement] = STATE(2312), + [sym_print_statement] = STATE(2312), + [sym_assert_statement] = STATE(2312), + [sym_expression_statement] = STATE(2312), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2312), + [sym_delete_statement] = STATE(2312), + [sym_raise_statement] = STATE(2312), + [sym_pass_statement] = STATE(2312), + [sym_break_statement] = STATE(2312), + [sym_continue_statement] = STATE(2312), + [sym_global_statement] = STATE(2312), + [sym_nonlocal_statement] = STATE(2312), + [sym_exec_statement] = STATE(2312), + [sym_type_alias_statement] = STATE(2312), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22635,8 +22637,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -22658,63 +22660,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(528), - [sym__indent] = ACTIONS(530), + [sym__newline] = ACTIONS(525), + [sym__indent] = ACTIONS(527), [sym_string_start] = ACTIONS(81), }, [115] = { - [sym__simple_statements] = STATE(690), - [sym_import_statement] = STATE(2273), - [sym_future_import_statement] = STATE(2273), - [sym_import_from_statement] = STATE(2273), - [sym_print_statement] = STATE(2273), - [sym_assert_statement] = STATE(2273), - [sym_expression_statement] = STATE(2273), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2273), - [sym_delete_statement] = STATE(2273), - [sym_raise_statement] = STATE(2273), - [sym_pass_statement] = STATE(2273), - [sym_break_statement] = STATE(2273), - [sym_continue_statement] = STATE(2273), - [sym_global_statement] = STATE(2273), - [sym_nonlocal_statement] = STATE(2273), - [sym_exec_statement] = STATE(2273), - [sym_type_alias_statement] = STATE(2273), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(2569), + [sym_import_statement] = STATE(2388), + [sym_future_import_statement] = STATE(2388), + [sym_import_from_statement] = STATE(2388), + [sym_print_statement] = STATE(2388), + [sym_assert_statement] = STATE(2388), + [sym_expression_statement] = STATE(2388), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2388), + [sym_delete_statement] = STATE(2388), + [sym_raise_statement] = STATE(2388), + [sym_pass_statement] = STATE(2388), + [sym_break_statement] = STATE(2388), + [sym_continue_statement] = STATE(2388), + [sym_global_statement] = STATE(2388), + [sym_nonlocal_statement] = STATE(2388), + [sym_exec_statement] = STATE(2388), + [sym_type_alias_statement] = STATE(2388), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22728,8 +22730,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -22751,63 +22753,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(532), - [sym__indent] = ACTIONS(534), + [sym__newline] = ACTIONS(529), + [sym__indent] = ACTIONS(531), [sym_string_start] = ACTIONS(81), }, [116] = { - [sym__simple_statements] = STATE(2609), - [sym_import_statement] = STATE(2268), - [sym_future_import_statement] = STATE(2268), - [sym_import_from_statement] = STATE(2268), - [sym_print_statement] = STATE(2268), - [sym_assert_statement] = STATE(2268), - [sym_expression_statement] = STATE(2268), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2268), - [sym_delete_statement] = STATE(2268), - [sym_raise_statement] = STATE(2268), - [sym_pass_statement] = STATE(2268), - [sym_break_statement] = STATE(2268), - [sym_continue_statement] = STATE(2268), - [sym_global_statement] = STATE(2268), - [sym_nonlocal_statement] = STATE(2268), - [sym_exec_statement] = STATE(2268), - [sym_type_alias_statement] = STATE(2268), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(729), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22821,8 +22823,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -22844,63 +22846,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(536), - [sym__indent] = ACTIONS(538), + [sym__newline] = ACTIONS(533), + [sym__indent] = ACTIONS(535), [sym_string_start] = ACTIONS(81), }, [117] = { - [sym__simple_statements] = STATE(752), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(743), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -22914,8 +22916,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -22937,63 +22939,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(540), - [sym__indent] = ACTIONS(542), + [sym__newline] = ACTIONS(537), + [sym__indent] = ACTIONS(539), [sym_string_start] = ACTIONS(81), }, [118] = { - [sym__simple_statements] = STATE(779), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(2594), + [sym_import_statement] = STATE(2388), + [sym_future_import_statement] = STATE(2388), + [sym_import_from_statement] = STATE(2388), + [sym_print_statement] = STATE(2388), + [sym_assert_statement] = STATE(2388), + [sym_expression_statement] = STATE(2388), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2388), + [sym_delete_statement] = STATE(2388), + [sym_raise_statement] = STATE(2388), + [sym_pass_statement] = STATE(2388), + [sym_break_statement] = STATE(2388), + [sym_continue_statement] = STATE(2388), + [sym_global_statement] = STATE(2388), + [sym_nonlocal_statement] = STATE(2388), + [sym_exec_statement] = STATE(2388), + [sym_type_alias_statement] = STATE(2388), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23007,8 +23009,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -23030,63 +23032,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(544), - [sym__indent] = ACTIONS(546), + [sym__newline] = ACTIONS(541), + [sym__indent] = ACTIONS(543), [sym_string_start] = ACTIONS(81), }, [119] = { - [sym__simple_statements] = STATE(2541), - [sym_import_statement] = STATE(2268), - [sym_future_import_statement] = STATE(2268), - [sym_import_from_statement] = STATE(2268), - [sym_print_statement] = STATE(2268), - [sym_assert_statement] = STATE(2268), - [sym_expression_statement] = STATE(2268), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2268), - [sym_delete_statement] = STATE(2268), - [sym_raise_statement] = STATE(2268), - [sym_pass_statement] = STATE(2268), - [sym_break_statement] = STATE(2268), - [sym_continue_statement] = STATE(2268), - [sym_global_statement] = STATE(2268), - [sym_nonlocal_statement] = STATE(2268), - [sym_exec_statement] = STATE(2268), - [sym_type_alias_statement] = STATE(2268), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(752), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23100,8 +23102,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -23123,63 +23125,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(548), - [sym__indent] = ACTIONS(550), + [sym__newline] = ACTIONS(545), + [sym__indent] = ACTIONS(547), [sym_string_start] = ACTIONS(81), }, [120] = { - [sym__simple_statements] = STATE(741), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(795), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23193,8 +23195,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -23216,63 +23218,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(552), - [sym__indent] = ACTIONS(554), + [sym__newline] = ACTIONS(549), + [sym__indent] = ACTIONS(551), [sym_string_start] = ACTIONS(81), }, [121] = { - [sym__simple_statements] = STATE(780), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(648), + [sym_import_statement] = STATE(2414), + [sym_future_import_statement] = STATE(2414), + [sym_import_from_statement] = STATE(2414), + [sym_print_statement] = STATE(2414), + [sym_assert_statement] = STATE(2414), + [sym_expression_statement] = STATE(2414), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2414), + [sym_delete_statement] = STATE(2414), + [sym_raise_statement] = STATE(2414), + [sym_pass_statement] = STATE(2414), + [sym_break_statement] = STATE(2414), + [sym_continue_statement] = STATE(2414), + [sym_global_statement] = STATE(2414), + [sym_nonlocal_statement] = STATE(2414), + [sym_exec_statement] = STATE(2414), + [sym_type_alias_statement] = STATE(2414), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23286,8 +23288,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -23309,63 +23311,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(556), - [sym__indent] = ACTIONS(558), + [sym__newline] = ACTIONS(553), + [sym__indent] = ACTIONS(555), [sym_string_start] = ACTIONS(81), }, [122] = { - [sym__simple_statements] = STATE(679), - [sym_import_statement] = STATE(2389), - [sym_future_import_statement] = STATE(2389), - [sym_import_from_statement] = STATE(2389), - [sym_print_statement] = STATE(2389), - [sym_assert_statement] = STATE(2389), - [sym_expression_statement] = STATE(2389), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2389), - [sym_delete_statement] = STATE(2389), - [sym_raise_statement] = STATE(2389), - [sym_pass_statement] = STATE(2389), - [sym_break_statement] = STATE(2389), - [sym_continue_statement] = STATE(2389), - [sym_global_statement] = STATE(2389), - [sym_nonlocal_statement] = STATE(2389), - [sym_exec_statement] = STATE(2389), - [sym_type_alias_statement] = STATE(2389), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(686), + [sym_import_statement] = STATE(2312), + [sym_future_import_statement] = STATE(2312), + [sym_import_from_statement] = STATE(2312), + [sym_print_statement] = STATE(2312), + [sym_assert_statement] = STATE(2312), + [sym_expression_statement] = STATE(2312), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2312), + [sym_delete_statement] = STATE(2312), + [sym_raise_statement] = STATE(2312), + [sym_pass_statement] = STATE(2312), + [sym_break_statement] = STATE(2312), + [sym_continue_statement] = STATE(2312), + [sym_global_statement] = STATE(2312), + [sym_nonlocal_statement] = STATE(2312), + [sym_exec_statement] = STATE(2312), + [sym_type_alias_statement] = STATE(2312), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23379,8 +23381,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -23402,63 +23404,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(560), - [sym__indent] = ACTIONS(562), + [sym__newline] = ACTIONS(557), + [sym__indent] = ACTIONS(559), [sym_string_start] = ACTIONS(81), }, [123] = { - [sym__simple_statements] = STATE(615), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(667), + [sym_import_statement] = STATE(2312), + [sym_future_import_statement] = STATE(2312), + [sym_import_from_statement] = STATE(2312), + [sym_print_statement] = STATE(2312), + [sym_assert_statement] = STATE(2312), + [sym_expression_statement] = STATE(2312), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2312), + [sym_delete_statement] = STATE(2312), + [sym_raise_statement] = STATE(2312), + [sym_pass_statement] = STATE(2312), + [sym_break_statement] = STATE(2312), + [sym_continue_statement] = STATE(2312), + [sym_global_statement] = STATE(2312), + [sym_nonlocal_statement] = STATE(2312), + [sym_exec_statement] = STATE(2312), + [sym_type_alias_statement] = STATE(2312), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23472,8 +23474,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -23495,63 +23497,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(564), - [sym__indent] = ACTIONS(566), + [sym__newline] = ACTIONS(561), + [sym__indent] = ACTIONS(563), [sym_string_start] = ACTIONS(81), }, [124] = { - [sym__simple_statements] = STATE(663), - [sym_import_statement] = STATE(2273), - [sym_future_import_statement] = STATE(2273), - [sym_import_from_statement] = STATE(2273), - [sym_print_statement] = STATE(2273), - [sym_assert_statement] = STATE(2273), - [sym_expression_statement] = STATE(2273), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2273), - [sym_delete_statement] = STATE(2273), - [sym_raise_statement] = STATE(2273), - [sym_pass_statement] = STATE(2273), - [sym_break_statement] = STATE(2273), - [sym_continue_statement] = STATE(2273), - [sym_global_statement] = STATE(2273), - [sym_nonlocal_statement] = STATE(2273), - [sym_exec_statement] = STATE(2273), - [sym_type_alias_statement] = STATE(2273), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(733), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23565,8 +23567,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -23588,63 +23590,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(568), - [sym__indent] = ACTIONS(570), + [sym__newline] = ACTIONS(565), + [sym__indent] = ACTIONS(567), [sym_string_start] = ACTIONS(81), }, [125] = { - [sym__simple_statements] = STATE(770), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(753), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23658,8 +23660,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -23681,63 +23683,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(572), - [sym__indent] = ACTIONS(574), + [sym__newline] = ACTIONS(569), + [sym__indent] = ACTIONS(571), [sym_string_start] = ACTIONS(81), }, [126] = { - [sym__simple_statements] = STATE(787), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(2601), + [sym_import_statement] = STATE(2388), + [sym_future_import_statement] = STATE(2388), + [sym_import_from_statement] = STATE(2388), + [sym_print_statement] = STATE(2388), + [sym_assert_statement] = STATE(2388), + [sym_expression_statement] = STATE(2388), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2388), + [sym_delete_statement] = STATE(2388), + [sym_raise_statement] = STATE(2388), + [sym_pass_statement] = STATE(2388), + [sym_break_statement] = STATE(2388), + [sym_continue_statement] = STATE(2388), + [sym_global_statement] = STATE(2388), + [sym_nonlocal_statement] = STATE(2388), + [sym_exec_statement] = STATE(2388), + [sym_type_alias_statement] = STATE(2388), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23751,8 +23753,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -23774,63 +23776,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(576), - [sym__indent] = ACTIONS(578), + [sym__newline] = ACTIONS(573), + [sym__indent] = ACTIONS(575), [sym_string_start] = ACTIONS(81), }, [127] = { - [sym__simple_statements] = STATE(648), - [sym_import_statement] = STATE(2273), - [sym_future_import_statement] = STATE(2273), - [sym_import_from_statement] = STATE(2273), - [sym_print_statement] = STATE(2273), - [sym_assert_statement] = STATE(2273), - [sym_expression_statement] = STATE(2273), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2273), - [sym_delete_statement] = STATE(2273), - [sym_raise_statement] = STATE(2273), - [sym_pass_statement] = STATE(2273), - [sym_break_statement] = STATE(2273), - [sym_continue_statement] = STATE(2273), - [sym_global_statement] = STATE(2273), - [sym_nonlocal_statement] = STATE(2273), - [sym_exec_statement] = STATE(2273), - [sym_type_alias_statement] = STATE(2273), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(691), + [sym_import_statement] = STATE(2355), + [sym_future_import_statement] = STATE(2355), + [sym_import_from_statement] = STATE(2355), + [sym_print_statement] = STATE(2355), + [sym_assert_statement] = STATE(2355), + [sym_expression_statement] = STATE(2355), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2355), + [sym_delete_statement] = STATE(2355), + [sym_raise_statement] = STATE(2355), + [sym_pass_statement] = STATE(2355), + [sym_break_statement] = STATE(2355), + [sym_continue_statement] = STATE(2355), + [sym_global_statement] = STATE(2355), + [sym_nonlocal_statement] = STATE(2355), + [sym_exec_statement] = STATE(2355), + [sym_type_alias_statement] = STATE(2355), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23844,8 +23846,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -23867,63 +23869,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(580), - [sym__indent] = ACTIONS(582), + [sym__newline] = ACTIONS(577), + [sym__indent] = ACTIONS(579), [sym_string_start] = ACTIONS(81), }, [128] = { - [sym__simple_statements] = STATE(839), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(2625), + [sym_import_statement] = STATE(2388), + [sym_future_import_statement] = STATE(2388), + [sym_import_from_statement] = STATE(2388), + [sym_print_statement] = STATE(2388), + [sym_assert_statement] = STATE(2388), + [sym_expression_statement] = STATE(2388), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2388), + [sym_delete_statement] = STATE(2388), + [sym_raise_statement] = STATE(2388), + [sym_pass_statement] = STATE(2388), + [sym_break_statement] = STATE(2388), + [sym_continue_statement] = STATE(2388), + [sym_global_statement] = STATE(2388), + [sym_nonlocal_statement] = STATE(2388), + [sym_exec_statement] = STATE(2388), + [sym_type_alias_statement] = STATE(2388), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -23937,8 +23939,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -23960,63 +23962,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(584), - [sym__indent] = ACTIONS(586), + [sym__newline] = ACTIONS(581), + [sym__indent] = ACTIONS(583), [sym_string_start] = ACTIONS(81), }, [129] = { - [sym__simple_statements] = STATE(656), - [sym_import_statement] = STATE(2324), - [sym_future_import_statement] = STATE(2324), - [sym_import_from_statement] = STATE(2324), - [sym_print_statement] = STATE(2324), - [sym_assert_statement] = STATE(2324), - [sym_expression_statement] = STATE(2324), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2324), - [sym_delete_statement] = STATE(2324), - [sym_raise_statement] = STATE(2324), - [sym_pass_statement] = STATE(2324), - [sym_break_statement] = STATE(2324), - [sym_continue_statement] = STATE(2324), - [sym_global_statement] = STATE(2324), - [sym_nonlocal_statement] = STATE(2324), - [sym_exec_statement] = STATE(2324), - [sym_type_alias_statement] = STATE(2324), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(801), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24030,8 +24032,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -24053,63 +24055,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(588), - [sym__indent] = ACTIONS(590), + [sym__newline] = ACTIONS(585), + [sym__indent] = ACTIONS(587), [sym_string_start] = ACTIONS(81), }, [130] = { - [sym__simple_statements] = STATE(795), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(1837), + [sym_import_statement] = STATE(2301), + [sym_future_import_statement] = STATE(2301), + [sym_import_from_statement] = STATE(2301), + [sym_print_statement] = STATE(2301), + [sym_assert_statement] = STATE(2301), + [sym_expression_statement] = STATE(2301), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2301), + [sym_delete_statement] = STATE(2301), + [sym_raise_statement] = STATE(2301), + [sym_pass_statement] = STATE(2301), + [sym_break_statement] = STATE(2301), + [sym_continue_statement] = STATE(2301), + [sym_global_statement] = STATE(2301), + [sym_nonlocal_statement] = STATE(2301), + [sym_exec_statement] = STATE(2301), + [sym_type_alias_statement] = STATE(2301), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24123,8 +24125,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -24146,63 +24148,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(592), - [sym__indent] = ACTIONS(594), + [sym__newline] = ACTIONS(589), + [sym__indent] = ACTIONS(591), [sym_string_start] = ACTIONS(81), }, [131] = { - [sym__simple_statements] = STATE(2569), - [sym_import_statement] = STATE(2268), - [sym_future_import_statement] = STATE(2268), - [sym_import_from_statement] = STATE(2268), - [sym_print_statement] = STATE(2268), - [sym_assert_statement] = STATE(2268), - [sym_expression_statement] = STATE(2268), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2268), - [sym_delete_statement] = STATE(2268), - [sym_raise_statement] = STATE(2268), - [sym_pass_statement] = STATE(2268), - [sym_break_statement] = STATE(2268), - [sym_continue_statement] = STATE(2268), - [sym_global_statement] = STATE(2268), - [sym_nonlocal_statement] = STATE(2268), - [sym_exec_statement] = STATE(2268), - [sym_type_alias_statement] = STATE(2268), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(803), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24216,8 +24218,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -24239,63 +24241,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(596), - [sym__indent] = ACTIONS(598), + [sym__newline] = ACTIONS(593), + [sym__indent] = ACTIONS(595), [sym_string_start] = ACTIONS(81), }, [132] = { - [sym__simple_statements] = STATE(797), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(804), + [sym_import_statement] = STATE(2521), + [sym_future_import_statement] = STATE(2521), + [sym_import_from_statement] = STATE(2521), + [sym_print_statement] = STATE(2521), + [sym_assert_statement] = STATE(2521), + [sym_expression_statement] = STATE(2521), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2521), + [sym_delete_statement] = STATE(2521), + [sym_raise_statement] = STATE(2521), + [sym_pass_statement] = STATE(2521), + [sym_break_statement] = STATE(2521), + [sym_continue_statement] = STATE(2521), + [sym_global_statement] = STATE(2521), + [sym_nonlocal_statement] = STATE(2521), + [sym_exec_statement] = STATE(2521), + [sym_type_alias_statement] = STATE(2521), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24309,8 +24311,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -24332,63 +24334,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(600), - [sym__indent] = ACTIONS(602), + [sym__newline] = ACTIONS(597), + [sym__indent] = ACTIONS(599), [sym_string_start] = ACTIONS(81), }, [133] = { - [sym__simple_statements] = STATE(798), - [sym_import_statement] = STATE(2367), - [sym_future_import_statement] = STATE(2367), - [sym_import_from_statement] = STATE(2367), - [sym_print_statement] = STATE(2367), - [sym_assert_statement] = STATE(2367), - [sym_expression_statement] = STATE(2367), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2367), - [sym_delete_statement] = STATE(2367), - [sym_raise_statement] = STATE(2367), - [sym_pass_statement] = STATE(2367), - [sym_break_statement] = STATE(2367), - [sym_continue_statement] = STATE(2367), - [sym_global_statement] = STATE(2367), - [sym_nonlocal_statement] = STATE(2367), - [sym_exec_statement] = STATE(2367), - [sym_type_alias_statement] = STATE(2367), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(724), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24402,8 +24404,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -24425,63 +24427,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(604), - [sym__indent] = ACTIONS(606), + [sym__newline] = ACTIONS(601), + [sym__indent] = ACTIONS(603), [sym_string_start] = ACTIONS(81), }, [134] = { - [sym__simple_statements] = STATE(1827), - [sym_import_statement] = STATE(2407), - [sym_future_import_statement] = STATE(2407), - [sym_import_from_statement] = STATE(2407), - [sym_print_statement] = STATE(2407), - [sym_assert_statement] = STATE(2407), - [sym_expression_statement] = STATE(2407), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2407), - [sym_delete_statement] = STATE(2407), - [sym_raise_statement] = STATE(2407), - [sym_pass_statement] = STATE(2407), - [sym_break_statement] = STATE(2407), - [sym_continue_statement] = STATE(2407), - [sym_global_statement] = STATE(2407), - [sym_nonlocal_statement] = STATE(2407), - [sym_exec_statement] = STATE(2407), - [sym_type_alias_statement] = STATE(2407), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(1846), + [sym_import_statement] = STATE(2301), + [sym_future_import_statement] = STATE(2301), + [sym_import_from_statement] = STATE(2301), + [sym_print_statement] = STATE(2301), + [sym_assert_statement] = STATE(2301), + [sym_expression_statement] = STATE(2301), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2301), + [sym_delete_statement] = STATE(2301), + [sym_raise_statement] = STATE(2301), + [sym_pass_statement] = STATE(2301), + [sym_break_statement] = STATE(2301), + [sym_continue_statement] = STATE(2301), + [sym_global_statement] = STATE(2301), + [sym_nonlocal_statement] = STATE(2301), + [sym_exec_statement] = STATE(2301), + [sym_type_alias_statement] = STATE(2301), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24495,8 +24497,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -24518,63 +24520,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(608), - [sym__indent] = ACTIONS(610), + [sym__newline] = ACTIONS(605), + [sym__indent] = ACTIONS(607), [sym_string_start] = ACTIONS(81), }, [135] = { - [sym__simple_statements] = STATE(2626), - [sym_import_statement] = STATE(2268), - [sym_future_import_statement] = STATE(2268), - [sym_import_from_statement] = STATE(2268), - [sym_print_statement] = STATE(2268), - [sym_assert_statement] = STATE(2268), - [sym_expression_statement] = STATE(2268), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2268), - [sym_delete_statement] = STATE(2268), - [sym_raise_statement] = STATE(2268), - [sym_pass_statement] = STATE(2268), - [sym_break_statement] = STATE(2268), - [sym_continue_statement] = STATE(2268), - [sym_global_statement] = STATE(2268), - [sym_nonlocal_statement] = STATE(2268), - [sym_exec_statement] = STATE(2268), - [sym_type_alias_statement] = STATE(2268), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(735), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24588,8 +24590,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -24611,63 +24613,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(612), - [sym__indent] = ACTIONS(614), + [sym__newline] = ACTIONS(609), + [sym__indent] = ACTIONS(611), [sym_string_start] = ACTIONS(81), }, [136] = { - [sym__simple_statements] = STATE(739), - [sym_import_statement] = STATE(2277), - [sym_future_import_statement] = STATE(2277), - [sym_import_from_statement] = STATE(2277), - [sym_print_statement] = STATE(2277), - [sym_assert_statement] = STATE(2277), - [sym_expression_statement] = STATE(2277), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2277), - [sym_delete_statement] = STATE(2277), - [sym_raise_statement] = STATE(2277), - [sym_pass_statement] = STATE(2277), - [sym_break_statement] = STATE(2277), - [sym_continue_statement] = STATE(2277), - [sym_global_statement] = STATE(2277), - [sym_nonlocal_statement] = STATE(2277), - [sym_exec_statement] = STATE(2277), - [sym_type_alias_statement] = STATE(2277), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym__simple_statements] = STATE(702), + [sym_import_statement] = STATE(2313), + [sym_future_import_statement] = STATE(2313), + [sym_import_from_statement] = STATE(2313), + [sym_print_statement] = STATE(2313), + [sym_assert_statement] = STATE(2313), + [sym_expression_statement] = STATE(2313), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2313), + [sym_delete_statement] = STATE(2313), + [sym_raise_statement] = STATE(2313), + [sym_pass_statement] = STATE(2313), + [sym_break_statement] = STATE(2313), + [sym_continue_statement] = STATE(2313), + [sym_global_statement] = STATE(2313), + [sym_nonlocal_statement] = STATE(2313), + [sym_exec_statement] = STATE(2313), + [sym_type_alias_statement] = STATE(2313), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24681,8 +24683,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -24704,62 +24706,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(616), - [sym__indent] = ACTIONS(618), + [sym__newline] = ACTIONS(613), + [sym__indent] = ACTIONS(615), [sym_string_start] = ACTIONS(81), }, [137] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24773,8 +24775,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -24796,61 +24798,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(620), + [sym__newline] = ACTIONS(617), [sym_string_start] = ACTIONS(81), }, [138] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24864,8 +24866,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -24887,61 +24889,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(622), + [sym__newline] = ACTIONS(619), [sym_string_start] = ACTIONS(81), }, [139] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -24955,8 +24957,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -24978,61 +24980,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(624), + [sym__newline] = ACTIONS(621), [sym_string_start] = ACTIONS(81), }, [140] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25046,8 +25048,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -25069,61 +25071,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(626), + [sym__newline] = ACTIONS(623), [sym_string_start] = ACTIONS(81), }, [141] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25137,8 +25139,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -25160,61 +25162,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(628), + [sym__newline] = ACTIONS(625), [sym_string_start] = ACTIONS(81), }, [142] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25228,8 +25230,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -25251,61 +25253,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(630), + [sym__newline] = ACTIONS(627), [sym_string_start] = ACTIONS(81), }, [143] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25319,8 +25321,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -25342,61 +25344,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(632), + [sym__newline] = ACTIONS(629), [sym_string_start] = ACTIONS(81), }, [144] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25410,8 +25412,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -25433,61 +25435,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(634), + [sym__newline] = ACTIONS(631), [sym_string_start] = ACTIONS(81), }, [145] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25501,8 +25503,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -25524,61 +25526,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(636), + [sym__newline] = ACTIONS(633), [sym_string_start] = ACTIONS(81), }, [146] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25592,8 +25594,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -25615,61 +25617,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(638), + [sym__newline] = ACTIONS(635), [sym_string_start] = ACTIONS(81), }, [147] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25683,8 +25685,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -25706,61 +25708,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(640), + [sym__newline] = ACTIONS(637), [sym_string_start] = ACTIONS(81), }, [148] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25774,8 +25776,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -25797,61 +25799,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(642), + [sym__newline] = ACTIONS(639), [sym_string_start] = ACTIONS(81), }, [149] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25865,8 +25867,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -25888,61 +25890,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(644), + [sym__newline] = ACTIONS(641), [sym_string_start] = ACTIONS(81), }, [150] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -25956,8 +25958,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -25979,61 +25981,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(646), + [sym__newline] = ACTIONS(643), [sym_string_start] = ACTIONS(81), }, [151] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -26047,8 +26049,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -26070,61 +26072,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(648), + [sym__newline] = ACTIONS(645), [sym_string_start] = ACTIONS(81), }, [152] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -26138,8 +26140,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -26161,61 +26163,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(650), + [sym__newline] = ACTIONS(647), [sym_string_start] = ACTIONS(81), }, [153] = { - [sym_import_statement] = STATE(2605), - [sym_future_import_statement] = STATE(2605), - [sym_import_from_statement] = STATE(2605), - [sym_print_statement] = STATE(2605), - [sym_assert_statement] = STATE(2605), - [sym_expression_statement] = STATE(2605), - [sym_named_expression] = STATE(1697), - [sym__named_expression_lhs] = STATE(2817), - [sym_return_statement] = STATE(2605), - [sym_delete_statement] = STATE(2605), - [sym_raise_statement] = STATE(2605), - [sym_pass_statement] = STATE(2605), - [sym_break_statement] = STATE(2605), - [sym_continue_statement] = STATE(2605), - [sym_global_statement] = STATE(2605), - [sym_nonlocal_statement] = STATE(2605), - [sym_exec_statement] = STATE(2605), - [sym_type_alias_statement] = STATE(2605), - [sym_pattern] = STATE(1662), - [sym_tuple_pattern] = STATE(1663), - [sym_list_pattern] = STATE(1663), - [sym_list_splat_pattern] = STATE(626), - [sym_as_pattern] = STATE(1697), - [sym_expression] = STATE(1859), - [sym_primary_expression] = STATE(1016), - [sym_not_operator] = STATE(1697), - [sym_boolean_operator] = STATE(1697), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_comparison_operator] = STATE(1697), - [sym_lambda] = STATE(1697), - [sym_assignment] = STATE(2548), - [sym_augmented_assignment] = STATE(2548), + [sym_import_statement] = STATE(2532), + [sym_future_import_statement] = STATE(2532), + [sym_import_from_statement] = STATE(2532), + [sym_print_statement] = STATE(2532), + [sym_assert_statement] = STATE(2532), + [sym_expression_statement] = STATE(2532), + [sym_named_expression] = STATE(1688), + [sym__named_expression_lhs] = STATE(2815), + [sym_return_statement] = STATE(2532), + [sym_delete_statement] = STATE(2532), + [sym_raise_statement] = STATE(2532), + [sym_pass_statement] = STATE(2532), + [sym_break_statement] = STATE(2532), + [sym_continue_statement] = STATE(2532), + [sym_global_statement] = STATE(2532), + [sym_nonlocal_statement] = STATE(2532), + [sym_exec_statement] = STATE(2532), + [sym_type_alias_statement] = STATE(2532), + [sym_pattern] = STATE(1667), + [sym_tuple_pattern] = STATE(1657), + [sym_list_pattern] = STATE(1657), + [sym_list_splat_pattern] = STATE(635), + [sym_as_pattern] = STATE(1688), + [sym_expression] = STATE(1860), + [sym_primary_expression] = STATE(1015), + [sym_not_operator] = STATE(1688), + [sym_boolean_operator] = STATE(1688), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_comparison_operator] = STATE(1688), + [sym_lambda] = STATE(1688), + [sym_assignment] = STATE(2558), + [sym_augmented_assignment] = STATE(2558), [sym_pattern_list] = STATE(1680), - [sym_yield] = STATE(2548), - [sym_attribute] = STATE(635), - [sym_subscript] = STATE(635), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_conditional_expression] = STATE(1697), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_yield] = STATE(2558), + [sym_attribute] = STATE(644), + [sym_subscript] = STATE(644), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_conditional_expression] = STATE(1688), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_from] = ACTIONS(13), @@ -26229,8 +26231,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_pass] = ACTIONS(29), [anon_sym_break] = ACTIONS(31), [anon_sym_continue] = ACTIONS(33), - [anon_sym_match] = ACTIONS(418), - [anon_sym_async] = ACTIONS(418), + [anon_sym_match] = ACTIONS(413), + [anon_sym_async] = ACTIONS(415), [anon_sym_global] = ACTIONS(51), [anon_sym_nonlocal] = ACTIONS(53), [anon_sym_exec] = ACTIONS(55), @@ -26255,50 +26257,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [154] = { - [sym_list_splat_pattern] = STATE(1062), - [sym_primary_expression] = STATE(979), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_attribute] = STATE(1121), - [sym_subscript] = STATE(1121), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_list_splat_pattern] = STATE(1077), + [sym_primary_expression] = STATE(999), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_attribute] = STATE(1069), + [sym_subscript] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(77), [anon_sym_SEMI] = ACTIONS(277), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(652), + [anon_sym_LPAREN] = ACTIONS(649), [anon_sym_COMMA] = ACTIONS(284), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(654), - [anon_sym_print] = ACTIONS(656), + [anon_sym_STAR] = ACTIONS(651), + [anon_sym_print] = ACTIONS(653), [anon_sym_GT_GT] = ACTIONS(279), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(326), - [anon_sym_match] = ACTIONS(656), - [anon_sym_async] = ACTIONS(656), + [anon_sym_COLON] = ACTIONS(294), + [anon_sym_match] = ACTIONS(655), + [anon_sym_async] = ACTIONS(653), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(279), - [anon_sym_exec] = ACTIONS(656), - [anon_sym_type] = ACTIONS(658), - [anon_sym_EQ] = ACTIONS(294), - [anon_sym_LBRACK] = ACTIONS(660), + [anon_sym_exec] = ACTIONS(653), + [anon_sym_type] = ACTIONS(655), + [anon_sym_EQ] = ACTIONS(302), + [anon_sym_LBRACK] = ACTIONS(657), [anon_sym_AT] = ACTIONS(279), - [anon_sym_DASH] = ACTIONS(662), + [anon_sym_DASH] = ACTIONS(659), [anon_sym_PIPE] = ACTIONS(279), [anon_sym_LBRACE] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(662), + [anon_sym_PLUS] = ACTIONS(659), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -26317,23 +26319,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [anon_sym_PLUS_EQ] = ACTIONS(316), - [anon_sym_DASH_EQ] = ACTIONS(316), - [anon_sym_STAR_EQ] = ACTIONS(316), - [anon_sym_SLASH_EQ] = ACTIONS(316), - [anon_sym_AT_EQ] = ACTIONS(316), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(316), - [anon_sym_PERCENT_EQ] = ACTIONS(316), - [anon_sym_STAR_STAR_EQ] = ACTIONS(316), - [anon_sym_GT_GT_EQ] = ACTIONS(316), - [anon_sym_LT_LT_EQ] = ACTIONS(316), - [anon_sym_AMP_EQ] = ACTIONS(316), - [anon_sym_CARET_EQ] = ACTIONS(316), - [anon_sym_PIPE_EQ] = ACTIONS(316), + [anon_sym_PLUS_EQ] = ACTIONS(319), + [anon_sym_DASH_EQ] = ACTIONS(319), + [anon_sym_STAR_EQ] = ACTIONS(319), + [anon_sym_SLASH_EQ] = ACTIONS(319), + [anon_sym_AT_EQ] = ACTIONS(319), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(319), + [anon_sym_PERCENT_EQ] = ACTIONS(319), + [anon_sym_STAR_STAR_EQ] = ACTIONS(319), + [anon_sym_GT_GT_EQ] = ACTIONS(319), + [anon_sym_LT_LT_EQ] = ACTIONS(319), + [anon_sym_AMP_EQ] = ACTIONS(319), + [anon_sym_CARET_EQ] = ACTIONS(319), + [anon_sym_PIPE_EQ] = ACTIONS(319), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(664), + [anon_sym_await] = ACTIONS(661), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), @@ -26343,50 +26345,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [155] = { - [sym_list_splat_pattern] = STATE(1062), - [sym_primary_expression] = STATE(979), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_attribute] = STATE(1121), - [sym_subscript] = STATE(1121), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_list_splat_pattern] = STATE(1077), + [sym_primary_expression] = STATE(999), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_attribute] = STATE(1069), + [sym_subscript] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(77), [anon_sym_SEMI] = ACTIONS(277), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(652), + [anon_sym_LPAREN] = ACTIONS(649), [anon_sym_COMMA] = ACTIONS(284), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(654), - [anon_sym_print] = ACTIONS(656), + [anon_sym_STAR] = ACTIONS(651), + [anon_sym_print] = ACTIONS(653), [anon_sym_GT_GT] = ACTIONS(279), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(294), - [anon_sym_match] = ACTIONS(656), - [anon_sym_async] = ACTIONS(656), + [anon_sym_COLON] = ACTIONS(302), + [anon_sym_match] = ACTIONS(655), + [anon_sym_async] = ACTIONS(653), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(279), - [anon_sym_exec] = ACTIONS(656), - [anon_sym_type] = ACTIONS(658), - [anon_sym_EQ] = ACTIONS(294), - [anon_sym_LBRACK] = ACTIONS(660), + [anon_sym_exec] = ACTIONS(653), + [anon_sym_type] = ACTIONS(655), + [anon_sym_EQ] = ACTIONS(302), + [anon_sym_LBRACK] = ACTIONS(657), [anon_sym_AT] = ACTIONS(279), - [anon_sym_DASH] = ACTIONS(662), + [anon_sym_DASH] = ACTIONS(659), [anon_sym_PIPE] = ACTIONS(279), [anon_sym_LBRACE] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(662), + [anon_sym_PLUS] = ACTIONS(659), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -26405,23 +26407,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [anon_sym_PLUS_EQ] = ACTIONS(316), - [anon_sym_DASH_EQ] = ACTIONS(316), - [anon_sym_STAR_EQ] = ACTIONS(316), - [anon_sym_SLASH_EQ] = ACTIONS(316), - [anon_sym_AT_EQ] = ACTIONS(316), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(316), - [anon_sym_PERCENT_EQ] = ACTIONS(316), - [anon_sym_STAR_STAR_EQ] = ACTIONS(316), - [anon_sym_GT_GT_EQ] = ACTIONS(316), - [anon_sym_LT_LT_EQ] = ACTIONS(316), - [anon_sym_AMP_EQ] = ACTIONS(316), - [anon_sym_CARET_EQ] = ACTIONS(316), - [anon_sym_PIPE_EQ] = ACTIONS(316), + [anon_sym_PLUS_EQ] = ACTIONS(319), + [anon_sym_DASH_EQ] = ACTIONS(319), + [anon_sym_STAR_EQ] = ACTIONS(319), + [anon_sym_SLASH_EQ] = ACTIONS(319), + [anon_sym_AT_EQ] = ACTIONS(319), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(319), + [anon_sym_PERCENT_EQ] = ACTIONS(319), + [anon_sym_STAR_STAR_EQ] = ACTIONS(319), + [anon_sym_GT_GT_EQ] = ACTIONS(319), + [anon_sym_LT_LT_EQ] = ACTIONS(319), + [anon_sym_AMP_EQ] = ACTIONS(319), + [anon_sym_CARET_EQ] = ACTIONS(319), + [anon_sym_PIPE_EQ] = ACTIONS(319), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(664), + [anon_sym_await] = ACTIONS(661), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), @@ -26431,8 +26433,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [156] = { - [sym_list_splat_pattern] = STATE(1348), - [sym_primary_expression] = STATE(1065), + [sym_list_splat_pattern] = STATE(1347), + [sym_primary_expression] = STATE(1155), [sym_binary_operator] = STATE(1435), [sym_unary_operator] = STATE(1435), [sym_attribute] = STATE(1435), @@ -26450,114 +26452,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_concatenated_string] = STATE(1435), [sym_string] = STATE(1041), [sym_await] = STATE(1435), - [sym_identifier] = ACTIONS(320), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_DOT] = ACTIONS(668), - [anon_sym_LPAREN] = ACTIONS(408), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_as] = ACTIONS(671), - [anon_sym_STAR] = ACTIONS(410), - [anon_sym_print] = ACTIONS(673), - [anon_sym_GT_GT] = ACTIONS(668), - [anon_sym_if] = ACTIONS(671), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_match] = ACTIONS(673), - [anon_sym_async] = ACTIONS(673), - [anon_sym_in] = ACTIONS(671), - [anon_sym_STAR_STAR] = ACTIONS(668), - [anon_sym_exec] = ACTIONS(673), - [anon_sym_type] = ACTIONS(675), - [anon_sym_EQ] = ACTIONS(671), - [anon_sym_LBRACK] = ACTIONS(412), - [anon_sym_AT] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(414), - [anon_sym_PIPE] = ACTIONS(668), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(414), - [anon_sym_not] = ACTIONS(671), - [anon_sym_and] = ACTIONS(671), - [anon_sym_or] = ACTIONS(671), - [anon_sym_SLASH] = ACTIONS(668), - [anon_sym_PERCENT] = ACTIONS(668), - [anon_sym_SLASH_SLASH] = ACTIONS(668), - [anon_sym_AMP] = ACTIONS(668), - [anon_sym_CARET] = ACTIONS(668), - [anon_sym_LT_LT] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(312), - [anon_sym_LT] = ACTIONS(671), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_EQ_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(671), - [anon_sym_LT_GT] = ACTIONS(666), - [anon_sym_is] = ACTIONS(671), - [anon_sym_PLUS_EQ] = ACTIONS(666), - [anon_sym_DASH_EQ] = ACTIONS(666), - [anon_sym_STAR_EQ] = ACTIONS(666), - [anon_sym_SLASH_EQ] = ACTIONS(666), - [anon_sym_AT_EQ] = ACTIONS(666), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(666), - [anon_sym_PERCENT_EQ] = ACTIONS(666), - [anon_sym_STAR_STAR_EQ] = ACTIONS(666), - [anon_sym_GT_GT_EQ] = ACTIONS(666), - [anon_sym_LT_LT_EQ] = ACTIONS(666), - [anon_sym_AMP_EQ] = ACTIONS(666), - [anon_sym_CARET_EQ] = ACTIONS(666), - [anon_sym_PIPE_EQ] = ACTIONS(666), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(677), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), + [sym_identifier] = ACTIONS(323), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_DOT] = ACTIONS(665), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(663), + [anon_sym_as] = ACTIONS(670), + [anon_sym_STAR] = ACTIONS(672), + [anon_sym_print] = ACTIONS(674), + [anon_sym_GT_GT] = ACTIONS(665), + [anon_sym_if] = ACTIONS(670), + [anon_sym_COLON] = ACTIONS(663), + [anon_sym_match] = ACTIONS(676), + [anon_sym_async] = ACTIONS(674), + [anon_sym_in] = ACTIONS(670), + [anon_sym_STAR_STAR] = ACTIONS(665), + [anon_sym_exec] = ACTIONS(674), + [anon_sym_type] = ACTIONS(676), + [anon_sym_EQ] = ACTIONS(670), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_AT] = ACTIONS(665), + [anon_sym_DASH] = ACTIONS(680), + [anon_sym_PIPE] = ACTIONS(665), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(680), + [anon_sym_not] = ACTIONS(670), + [anon_sym_and] = ACTIONS(670), + [anon_sym_or] = ACTIONS(670), + [anon_sym_SLASH] = ACTIONS(665), + [anon_sym_PERCENT] = ACTIONS(665), + [anon_sym_SLASH_SLASH] = ACTIONS(665), + [anon_sym_AMP] = ACTIONS(665), + [anon_sym_CARET] = ACTIONS(665), + [anon_sym_LT_LT] = ACTIONS(665), + [anon_sym_TILDE] = ACTIONS(315), + [anon_sym_LT] = ACTIONS(670), + [anon_sym_LT_EQ] = ACTIONS(663), + [anon_sym_EQ_EQ] = ACTIONS(663), + [anon_sym_BANG_EQ] = ACTIONS(663), + [anon_sym_GT_EQ] = ACTIONS(663), + [anon_sym_GT] = ACTIONS(670), + [anon_sym_LT_GT] = ACTIONS(663), + [anon_sym_is] = ACTIONS(670), + [anon_sym_PLUS_EQ] = ACTIONS(663), + [anon_sym_DASH_EQ] = ACTIONS(663), + [anon_sym_STAR_EQ] = ACTIONS(663), + [anon_sym_SLASH_EQ] = ACTIONS(663), + [anon_sym_AT_EQ] = ACTIONS(663), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(663), + [anon_sym_PERCENT_EQ] = ACTIONS(663), + [anon_sym_STAR_STAR_EQ] = ACTIONS(663), + [anon_sym_GT_GT_EQ] = ACTIONS(663), + [anon_sym_LT_LT_EQ] = ACTIONS(663), + [anon_sym_AMP_EQ] = ACTIONS(663), + [anon_sym_CARET_EQ] = ACTIONS(663), + [anon_sym_PIPE_EQ] = ACTIONS(663), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(682), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(666), - [sym_string_start] = ACTIONS(324), + [sym__newline] = ACTIONS(663), + [sym_string_start] = ACTIONS(327), }, [157] = { - [sym_list_splat_pattern] = STATE(1062), - [sym_primary_expression] = STATE(979), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_attribute] = STATE(1121), - [sym_subscript] = STATE(1121), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_list_splat_pattern] = STATE(1077), + [sym_primary_expression] = STATE(999), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_attribute] = STATE(1069), + [sym_subscript] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(77), [anon_sym_SEMI] = ACTIONS(277), [anon_sym_DOT] = ACTIONS(279), [anon_sym_from] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(652), + [anon_sym_LPAREN] = ACTIONS(649), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(654), - [anon_sym_print] = ACTIONS(656), + [anon_sym_STAR] = ACTIONS(651), + [anon_sym_print] = ACTIONS(653), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), [anon_sym_COLON] = ACTIONS(279), - [anon_sym_match] = ACTIONS(656), - [anon_sym_async] = ACTIONS(656), + [anon_sym_match] = ACTIONS(655), + [anon_sym_async] = ACTIONS(653), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(656), - [anon_sym_type] = ACTIONS(658), + [anon_sym_exec] = ACTIONS(653), + [anon_sym_type] = ACTIONS(655), [anon_sym_EQ] = ACTIONS(279), - [anon_sym_LBRACK] = ACTIONS(660), + [anon_sym_LBRACK] = ACTIONS(657), [anon_sym_AT] = ACTIONS(277), [anon_sym_DASH] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(277), @@ -26584,7 +26586,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(664), + [anon_sym_await] = ACTIONS(661), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), @@ -26594,50 +26596,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [158] = { - [sym_list_splat_pattern] = STATE(1202), - [sym_primary_expression] = STATE(1000), - [sym_binary_operator] = STATE(1168), - [sym_unary_operator] = STATE(1168), - [sym_attribute] = STATE(1168), - [sym_subscript] = STATE(1168), - [sym_call] = STATE(1168), - [sym_list] = STATE(1168), - [sym_set] = STATE(1168), - [sym_tuple] = STATE(1168), - [sym_dictionary] = STATE(1168), - [sym_list_comprehension] = STATE(1168), - [sym_dictionary_comprehension] = STATE(1168), - [sym_set_comprehension] = STATE(1168), - [sym_generator_expression] = STATE(1168), - [sym_parenthesized_expression] = STATE(1168), - [sym_concatenated_string] = STATE(1168), - [sym_string] = STATE(998), - [sym_await] = STATE(1168), - [sym_identifier] = ACTIONS(679), + [sym_list_splat_pattern] = STATE(1172), + [sym_primary_expression] = STATE(1047), + [sym_binary_operator] = STATE(1223), + [sym_unary_operator] = STATE(1223), + [sym_attribute] = STATE(1223), + [sym_subscript] = STATE(1223), + [sym_call] = STATE(1223), + [sym_list] = STATE(1223), + [sym_set] = STATE(1223), + [sym_tuple] = STATE(1223), + [sym_dictionary] = STATE(1223), + [sym_list_comprehension] = STATE(1223), + [sym_dictionary_comprehension] = STATE(1223), + [sym_set_comprehension] = STATE(1223), + [sym_generator_expression] = STATE(1223), + [sym_parenthesized_expression] = STATE(1223), + [sym_concatenated_string] = STATE(1223), + [sym_string] = STATE(997), + [sym_await] = STATE(1223), + [sym_identifier] = ACTIONS(684), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(681), + [anon_sym_LPAREN] = ACTIONS(686), [anon_sym_COMMA] = ACTIONS(284), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(683), - [anon_sym_print] = ACTIONS(685), + [anon_sym_STAR] = ACTIONS(688), + [anon_sym_print] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), [anon_sym_COLON] = ACTIONS(279), - [anon_sym_match] = ACTIONS(685), - [anon_sym_async] = ACTIONS(685), + [anon_sym_match] = ACTIONS(692), + [anon_sym_async] = ACTIONS(690), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(685), - [anon_sym_type] = ACTIONS(687), + [anon_sym_exec] = ACTIONS(690), + [anon_sym_type] = ACTIONS(692), [anon_sym_EQ] = ACTIONS(279), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(694), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(691), + [anon_sym_DASH] = ACTIONS(696), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(698), [anon_sym_RBRACE] = ACTIONS(277), - [anon_sym_PLUS] = ACTIONS(691), + [anon_sym_PLUS] = ACTIONS(696), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -26647,7 +26649,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(691), + [anon_sym_TILDE] = ACTIONS(696), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -26656,21 +26658,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(695), + [sym_ellipsis] = ACTIONS(700), [sym_type_conversion] = ACTIONS(277), - [sym_integer] = ACTIONS(679), - [sym_float] = ACTIONS(695), - [anon_sym_await] = ACTIONS(697), - [sym_true] = ACTIONS(679), - [sym_false] = ACTIONS(679), - [sym_none] = ACTIONS(679), + [sym_integer] = ACTIONS(684), + [sym_float] = ACTIONS(700), + [anon_sym_await] = ACTIONS(702), + [sym_true] = ACTIONS(684), + [sym_false] = ACTIONS(684), + [sym_none] = ACTIONS(684), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(699), + [sym_string_start] = ACTIONS(704), }, [159] = { - [sym_list_splat_pattern] = STATE(1348), - [sym_primary_expression] = STATE(1065), + [sym_list_splat_pattern] = STATE(1347), + [sym_primary_expression] = STATE(1155), [sym_binary_operator] = STATE(1435), [sym_unary_operator] = STATE(1435), [sym_attribute] = STATE(1435), @@ -26688,64 +26690,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_concatenated_string] = STATE(1435), [sym_string] = STATE(1041), [sym_await] = STATE(1435), - [sym_identifier] = ACTIONS(320), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_DOT] = ACTIONS(668), - [anon_sym_from] = ACTIONS(671), - [anon_sym_LPAREN] = ACTIONS(408), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_as] = ACTIONS(671), - [anon_sym_STAR] = ACTIONS(410), - [anon_sym_print] = ACTIONS(673), - [anon_sym_GT_GT] = ACTIONS(701), - [anon_sym_if] = ACTIONS(671), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_match] = ACTIONS(673), - [anon_sym_async] = ACTIONS(673), - [anon_sym_in] = ACTIONS(671), - [anon_sym_STAR_STAR] = ACTIONS(701), - [anon_sym_exec] = ACTIONS(673), - [anon_sym_type] = ACTIONS(675), - [anon_sym_EQ] = ACTIONS(671), - [anon_sym_LBRACK] = ACTIONS(412), - [anon_sym_AT] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(312), - [anon_sym_PIPE] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(312), - [anon_sym_not] = ACTIONS(671), - [anon_sym_and] = ACTIONS(671), - [anon_sym_or] = ACTIONS(671), - [anon_sym_SLASH] = ACTIONS(668), - [anon_sym_PERCENT] = ACTIONS(701), - [anon_sym_SLASH_SLASH] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_LT_LT] = ACTIONS(701), - [anon_sym_TILDE] = ACTIONS(312), - [anon_sym_LT] = ACTIONS(671), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_EQ_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(671), - [anon_sym_LT_GT] = ACTIONS(666), - [anon_sym_is] = ACTIONS(671), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(677), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), + [sym_identifier] = ACTIONS(323), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_DOT] = ACTIONS(665), + [anon_sym_from] = ACTIONS(670), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(663), + [anon_sym_as] = ACTIONS(670), + [anon_sym_STAR] = ACTIONS(672), + [anon_sym_print] = ACTIONS(674), + [anon_sym_GT_GT] = ACTIONS(706), + [anon_sym_if] = ACTIONS(670), + [anon_sym_COLON] = ACTIONS(663), + [anon_sym_match] = ACTIONS(676), + [anon_sym_async] = ACTIONS(674), + [anon_sym_in] = ACTIONS(670), + [anon_sym_STAR_STAR] = ACTIONS(706), + [anon_sym_exec] = ACTIONS(674), + [anon_sym_type] = ACTIONS(676), + [anon_sym_EQ] = ACTIONS(670), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_AT] = ACTIONS(706), + [anon_sym_DASH] = ACTIONS(315), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(315), + [anon_sym_not] = ACTIONS(670), + [anon_sym_and] = ACTIONS(670), + [anon_sym_or] = ACTIONS(670), + [anon_sym_SLASH] = ACTIONS(665), + [anon_sym_PERCENT] = ACTIONS(706), + [anon_sym_SLASH_SLASH] = ACTIONS(706), + [anon_sym_AMP] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [anon_sym_LT_LT] = ACTIONS(706), + [anon_sym_TILDE] = ACTIONS(315), + [anon_sym_LT] = ACTIONS(670), + [anon_sym_LT_EQ] = ACTIONS(663), + [anon_sym_EQ_EQ] = ACTIONS(663), + [anon_sym_BANG_EQ] = ACTIONS(663), + [anon_sym_GT_EQ] = ACTIONS(663), + [anon_sym_GT] = ACTIONS(670), + [anon_sym_LT_GT] = ACTIONS(663), + [anon_sym_is] = ACTIONS(670), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(682), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(666), - [sym_string_start] = ACTIONS(324), + [sym__newline] = ACTIONS(663), + [sym_string_start] = ACTIONS(327), }, [160] = { - [sym_list_splat_pattern] = STATE(1348), - [sym_primary_expression] = STATE(1065), + [sym_list_splat_pattern] = STATE(1347), + [sym_primary_expression] = STATE(1155), [sym_binary_operator] = STATE(1435), [sym_unary_operator] = STATE(1435), [sym_attribute] = STATE(1435), @@ -26763,101 +26765,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_concatenated_string] = STATE(1435), [sym_string] = STATE(1041), [sym_await] = STATE(1435), - [sym_identifier] = ACTIONS(320), - [anon_sym_DOT] = ACTIONS(668), - [anon_sym_LPAREN] = ACTIONS(408), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_as] = ACTIONS(671), - [anon_sym_STAR] = ACTIONS(410), - [anon_sym_print] = ACTIONS(673), - [anon_sym_GT_GT] = ACTIONS(701), - [anon_sym_if] = ACTIONS(671), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_match] = ACTIONS(673), - [anon_sym_async] = ACTIONS(673), - [anon_sym_for] = ACTIONS(671), - [anon_sym_in] = ACTIONS(671), - [anon_sym_STAR_STAR] = ACTIONS(701), - [anon_sym_exec] = ACTIONS(673), - [anon_sym_type] = ACTIONS(675), - [anon_sym_EQ] = ACTIONS(671), - [anon_sym_LBRACK] = ACTIONS(412), - [anon_sym_AT] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(312), - [anon_sym_PIPE] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_RBRACE] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(312), - [anon_sym_not] = ACTIONS(671), - [anon_sym_and] = ACTIONS(671), - [anon_sym_or] = ACTIONS(671), - [anon_sym_SLASH] = ACTIONS(668), - [anon_sym_PERCENT] = ACTIONS(701), - [anon_sym_SLASH_SLASH] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_LT_LT] = ACTIONS(701), - [anon_sym_TILDE] = ACTIONS(312), - [anon_sym_LT] = ACTIONS(671), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_EQ_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(671), - [anon_sym_LT_GT] = ACTIONS(666), - [anon_sym_is] = ACTIONS(671), - [sym_ellipsis] = ACTIONS(318), - [sym_type_conversion] = ACTIONS(666), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(677), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), + [sym_identifier] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(665), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(663), + [anon_sym_as] = ACTIONS(670), + [anon_sym_STAR] = ACTIONS(672), + [anon_sym_print] = ACTIONS(674), + [anon_sym_GT_GT] = ACTIONS(706), + [anon_sym_if] = ACTIONS(670), + [anon_sym_COLON] = ACTIONS(663), + [anon_sym_match] = ACTIONS(676), + [anon_sym_async] = ACTIONS(674), + [anon_sym_for] = ACTIONS(670), + [anon_sym_in] = ACTIONS(670), + [anon_sym_STAR_STAR] = ACTIONS(706), + [anon_sym_exec] = ACTIONS(674), + [anon_sym_type] = ACTIONS(676), + [anon_sym_EQ] = ACTIONS(670), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_AT] = ACTIONS(706), + [anon_sym_DASH] = ACTIONS(315), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_RBRACE] = ACTIONS(663), + [anon_sym_PLUS] = ACTIONS(315), + [anon_sym_not] = ACTIONS(670), + [anon_sym_and] = ACTIONS(670), + [anon_sym_or] = ACTIONS(670), + [anon_sym_SLASH] = ACTIONS(665), + [anon_sym_PERCENT] = ACTIONS(706), + [anon_sym_SLASH_SLASH] = ACTIONS(706), + [anon_sym_AMP] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [anon_sym_LT_LT] = ACTIONS(706), + [anon_sym_TILDE] = ACTIONS(315), + [anon_sym_LT] = ACTIONS(670), + [anon_sym_LT_EQ] = ACTIONS(663), + [anon_sym_EQ_EQ] = ACTIONS(663), + [anon_sym_BANG_EQ] = ACTIONS(663), + [anon_sym_GT_EQ] = ACTIONS(663), + [anon_sym_GT] = ACTIONS(670), + [anon_sym_LT_GT] = ACTIONS(663), + [anon_sym_is] = ACTIONS(670), + [sym_ellipsis] = ACTIONS(321), + [sym_type_conversion] = ACTIONS(663), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(682), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(324), + [sym_string_start] = ACTIONS(327), }, [161] = { - [sym_list_splat_pattern] = STATE(1062), - [sym_primary_expression] = STATE(979), - [sym_binary_operator] = STATE(1121), - [sym_unary_operator] = STATE(1121), - [sym_attribute] = STATE(1121), - [sym_subscript] = STATE(1121), - [sym_call] = STATE(1121), - [sym_list] = STATE(1121), - [sym_set] = STATE(1121), - [sym_tuple] = STATE(1121), - [sym_dictionary] = STATE(1121), - [sym_list_comprehension] = STATE(1121), - [sym_dictionary_comprehension] = STATE(1121), - [sym_set_comprehension] = STATE(1121), - [sym_generator_expression] = STATE(1121), - [sym_parenthesized_expression] = STATE(1121), - [sym_concatenated_string] = STATE(1121), - [sym_string] = STATE(976), - [sym_await] = STATE(1121), + [sym_list_splat_pattern] = STATE(1077), + [sym_primary_expression] = STATE(999), + [sym_binary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_attribute] = STATE(1069), + [sym_subscript] = STATE(1069), + [sym_call] = STATE(1069), + [sym_list] = STATE(1069), + [sym_set] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_dictionary] = STATE(1069), + [sym_list_comprehension] = STATE(1069), + [sym_dictionary_comprehension] = STATE(1069), + [sym_set_comprehension] = STATE(1069), + [sym_generator_expression] = STATE(1069), + [sym_parenthesized_expression] = STATE(1069), + [sym_concatenated_string] = STATE(1069), + [sym_string] = STATE(978), + [sym_await] = STATE(1069), [sym_identifier] = ACTIONS(77), [anon_sym_SEMI] = ACTIONS(277), [anon_sym_DOT] = ACTIONS(279), [anon_sym_from] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(652), + [anon_sym_LPAREN] = ACTIONS(649), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(654), - [anon_sym_print] = ACTIONS(656), + [anon_sym_STAR] = ACTIONS(651), + [anon_sym_print] = ACTIONS(653), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_if] = ACTIONS(279), [anon_sym_COLON] = ACTIONS(277), - [anon_sym_match] = ACTIONS(656), - [anon_sym_async] = ACTIONS(656), + [anon_sym_match] = ACTIONS(655), + [anon_sym_async] = ACTIONS(653), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(656), - [anon_sym_type] = ACTIONS(658), + [anon_sym_exec] = ACTIONS(653), + [anon_sym_type] = ACTIONS(655), [anon_sym_EQ] = ACTIONS(279), - [anon_sym_LBRACK] = ACTIONS(660), + [anon_sym_LBRACK] = ACTIONS(657), [anon_sym_AT] = ACTIONS(277), [anon_sym_DASH] = ACTIONS(65), [anon_sym_PIPE] = ACTIONS(277), @@ -26884,7 +26886,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), - [anon_sym_await] = ACTIONS(664), + [anon_sym_await] = ACTIONS(661), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), @@ -26894,50 +26896,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_string_start] = ACTIONS(81), }, [162] = { - [sym_list_splat_pattern] = STATE(1202), - [sym_primary_expression] = STATE(1000), - [sym_binary_operator] = STATE(1168), - [sym_unary_operator] = STATE(1168), - [sym_attribute] = STATE(1168), - [sym_subscript] = STATE(1168), - [sym_call] = STATE(1168), - [sym_list] = STATE(1168), - [sym_set] = STATE(1168), - [sym_tuple] = STATE(1168), - [sym_dictionary] = STATE(1168), - [sym_list_comprehension] = STATE(1168), - [sym_dictionary_comprehension] = STATE(1168), - [sym_set_comprehension] = STATE(1168), - [sym_generator_expression] = STATE(1168), - [sym_parenthesized_expression] = STATE(1168), - [sym_concatenated_string] = STATE(1168), - [sym_string] = STATE(998), - [sym_await] = STATE(1168), - [sym_identifier] = ACTIONS(679), + [sym_list_splat_pattern] = STATE(1172), + [sym_primary_expression] = STATE(1047), + [sym_binary_operator] = STATE(1223), + [sym_unary_operator] = STATE(1223), + [sym_attribute] = STATE(1223), + [sym_subscript] = STATE(1223), + [sym_call] = STATE(1223), + [sym_list] = STATE(1223), + [sym_set] = STATE(1223), + [sym_tuple] = STATE(1223), + [sym_dictionary] = STATE(1223), + [sym_list_comprehension] = STATE(1223), + [sym_dictionary_comprehension] = STATE(1223), + [sym_set_comprehension] = STATE(1223), + [sym_generator_expression] = STATE(1223), + [sym_parenthesized_expression] = STATE(1223), + [sym_concatenated_string] = STATE(1223), + [sym_string] = STATE(997), + [sym_await] = STATE(1223), + [sym_identifier] = ACTIONS(684), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(681), + [anon_sym_LPAREN] = ACTIONS(686), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(683), - [anon_sym_print] = ACTIONS(685), + [anon_sym_STAR] = ACTIONS(688), + [anon_sym_print] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), [anon_sym_COLON] = ACTIONS(279), - [anon_sym_match] = ACTIONS(685), - [anon_sym_async] = ACTIONS(685), + [anon_sym_match] = ACTIONS(692), + [anon_sym_async] = ACTIONS(690), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(685), - [anon_sym_type] = ACTIONS(687), + [anon_sym_exec] = ACTIONS(690), + [anon_sym_type] = ACTIONS(692), [anon_sym_EQ] = ACTIONS(279), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(694), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(691), + [anon_sym_DASH] = ACTIONS(696), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(693), + [anon_sym_LBRACE] = ACTIONS(698), [anon_sym_RBRACE] = ACTIONS(277), - [anon_sym_PLUS] = ACTIONS(691), + [anon_sym_PLUS] = ACTIONS(696), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -26947,7 +26949,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(691), + [anon_sym_TILDE] = ACTIONS(696), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -26956,21 +26958,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(695), + [sym_ellipsis] = ACTIONS(700), [sym_type_conversion] = ACTIONS(277), - [sym_integer] = ACTIONS(679), - [sym_float] = ACTIONS(695), - [anon_sym_await] = ACTIONS(697), - [sym_true] = ACTIONS(679), - [sym_false] = ACTIONS(679), - [sym_none] = ACTIONS(679), + [sym_integer] = ACTIONS(684), + [sym_float] = ACTIONS(700), + [anon_sym_await] = ACTIONS(702), + [sym_true] = ACTIONS(684), + [sym_false] = ACTIONS(684), + [sym_none] = ACTIONS(684), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(699), + [sym_string_start] = ACTIONS(704), }, [163] = { - [sym_list_splat_pattern] = STATE(1348), - [sym_primary_expression] = STATE(1065), + [sym_list_splat_pattern] = STATE(1347), + [sym_primary_expression] = STATE(1155), [sym_binary_operator] = STATE(1435), [sym_unary_operator] = STATE(1435), [sym_attribute] = STATE(1435), @@ -26988,31 +26990,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_concatenated_string] = STATE(1435), [sym_string] = STATE(1041), [sym_await] = STATE(1435), - [sym_identifier] = ACTIONS(320), + [sym_identifier] = ACTIONS(323), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(408), + [anon_sym_LPAREN] = ACTIONS(668), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(410), - [anon_sym_print] = ACTIONS(673), + [anon_sym_STAR] = ACTIONS(672), + [anon_sym_print] = ACTIONS(674), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), [anon_sym_COLON] = ACTIONS(279), [anon_sym_else] = ACTIONS(279), - [anon_sym_match] = ACTIONS(673), - [anon_sym_async] = ACTIONS(673), + [anon_sym_match] = ACTIONS(676), + [anon_sym_async] = ACTIONS(674), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(673), - [anon_sym_type] = ACTIONS(675), + [anon_sym_exec] = ACTIONS(674), + [anon_sym_type] = ACTIONS(676), [anon_sym_EQ] = ACTIONS(279), - [anon_sym_LBRACK] = ACTIONS(412), + [anon_sym_LBRACK] = ACTIONS(678), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(312), + [anon_sym_DASH] = ACTIONS(315), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(312), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(315), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -27022,7 +27024,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(312), + [anon_sym_TILDE] = ACTIONS(315), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -27031,62 +27033,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(677), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(682), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(324), + [sym_string_start] = ACTIONS(327), }, [164] = { - [sym_list_splat_pattern] = STATE(1421), - [sym_primary_expression] = STATE(1066), - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [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_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_string] = STATE(1024), - [sym_await] = STATE(1311), - [sym_identifier] = ACTIONS(704), + [sym_list_splat_pattern] = STATE(1347), + [sym_primary_expression] = STATE(1155), + [sym_binary_operator] = STATE(1435), + [sym_unary_operator] = STATE(1435), + [sym_attribute] = STATE(1435), + [sym_subscript] = STATE(1435), + [sym_call] = STATE(1435), + [sym_list] = STATE(1435), + [sym_set] = STATE(1435), + [sym_tuple] = STATE(1435), + [sym_dictionary] = STATE(1435), + [sym_list_comprehension] = STATE(1435), + [sym_dictionary_comprehension] = STATE(1435), + [sym_set_comprehension] = STATE(1435), + [sym_generator_expression] = STATE(1435), + [sym_parenthesized_expression] = STATE(1435), + [sym_concatenated_string] = STATE(1435), + [sym_string] = STATE(1041), + [sym_await] = STATE(1435), + [sym_identifier] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(665), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_RPAREN] = ACTIONS(663), + [anon_sym_COMMA] = ACTIONS(663), + [anon_sym_as] = ACTIONS(670), + [anon_sym_STAR] = ACTIONS(672), + [anon_sym_print] = ACTIONS(674), + [anon_sym_GT_GT] = ACTIONS(706), + [anon_sym_if] = ACTIONS(670), + [anon_sym_COLON] = ACTIONS(663), + [anon_sym_match] = ACTIONS(676), + [anon_sym_async] = ACTIONS(674), + [anon_sym_for] = ACTIONS(670), + [anon_sym_in] = ACTIONS(670), + [anon_sym_STAR_STAR] = ACTIONS(706), + [anon_sym_exec] = ACTIONS(674), + [anon_sym_type] = ACTIONS(676), + [anon_sym_EQ] = ACTIONS(670), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_AT] = ACTIONS(706), + [anon_sym_DASH] = ACTIONS(315), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(315), + [anon_sym_not] = ACTIONS(670), + [anon_sym_and] = ACTIONS(670), + [anon_sym_or] = ACTIONS(670), + [anon_sym_SLASH] = ACTIONS(665), + [anon_sym_PERCENT] = ACTIONS(706), + [anon_sym_SLASH_SLASH] = ACTIONS(706), + [anon_sym_AMP] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [anon_sym_LT_LT] = ACTIONS(706), + [anon_sym_TILDE] = ACTIONS(315), + [anon_sym_LT] = ACTIONS(670), + [anon_sym_LT_EQ] = ACTIONS(663), + [anon_sym_EQ_EQ] = ACTIONS(663), + [anon_sym_BANG_EQ] = ACTIONS(663), + [anon_sym_GT_EQ] = ACTIONS(663), + [anon_sym_GT] = ACTIONS(670), + [anon_sym_LT_GT] = ACTIONS(663), + [anon_sym_is] = ACTIONS(670), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(682), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(327), + }, + [165] = { + [sym_list_splat_pattern] = STATE(1172), + [sym_primary_expression] = STATE(1047), + [sym_binary_operator] = STATE(1223), + [sym_unary_operator] = STATE(1223), + [sym_attribute] = STATE(1223), + [sym_subscript] = STATE(1223), + [sym_call] = STATE(1223), + [sym_list] = STATE(1223), + [sym_set] = STATE(1223), + [sym_tuple] = STATE(1223), + [sym_dictionary] = STATE(1223), + [sym_list_comprehension] = STATE(1223), + [sym_dictionary_comprehension] = STATE(1223), + [sym_set_comprehension] = STATE(1223), + [sym_generator_expression] = STATE(1223), + [sym_parenthesized_expression] = STATE(1223), + [sym_concatenated_string] = STATE(1223), + [sym_string] = STATE(997), + [sym_await] = STATE(1223), + [sym_identifier] = ACTIONS(684), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(706), - [anon_sym_RPAREN] = ACTIONS(277), + [anon_sym_LPAREN] = ACTIONS(686), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(708), - [anon_sym_print] = ACTIONS(710), + [anon_sym_STAR] = ACTIONS(688), + [anon_sym_print] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(277), - [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_match] = ACTIONS(710), - [anon_sym_async] = ACTIONS(710), - [anon_sym_for] = ACTIONS(279), + [anon_sym_COLON] = ACTIONS(277), + [anon_sym_match] = ACTIONS(692), + [anon_sym_async] = ACTIONS(690), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(710), - [anon_sym_type] = ACTIONS(712), - [anon_sym_EQ] = ACTIONS(714), - [anon_sym_LBRACK] = ACTIONS(716), + [anon_sym_exec] = ACTIONS(690), + [anon_sym_type] = ACTIONS(692), + [anon_sym_EQ] = ACTIONS(279), + [anon_sym_LBRACK] = ACTIONS(694), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(718), + [anon_sym_DASH] = ACTIONS(696), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_RBRACE] = ACTIONS(277), + [anon_sym_PLUS] = ACTIONS(696), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -27096,7 +27171,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(718), + [anon_sym_TILDE] = ACTIONS(696), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -27105,136 +27180,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(722), - [sym_integer] = ACTIONS(704), - [sym_float] = ACTIONS(722), - [anon_sym_await] = ACTIONS(724), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_none] = ACTIONS(704), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(726), - }, - [165] = { - [sym_list_splat_pattern] = STATE(1202), - [sym_primary_expression] = STATE(1000), - [sym_binary_operator] = STATE(1168), - [sym_unary_operator] = STATE(1168), - [sym_attribute] = STATE(1168), - [sym_subscript] = STATE(1168), - [sym_call] = STATE(1168), - [sym_list] = STATE(1168), - [sym_set] = STATE(1168), - [sym_tuple] = STATE(1168), - [sym_dictionary] = STATE(1168), - [sym_list_comprehension] = STATE(1168), - [sym_dictionary_comprehension] = STATE(1168), - [sym_set_comprehension] = STATE(1168), - [sym_generator_expression] = STATE(1168), - [sym_parenthesized_expression] = STATE(1168), - [sym_concatenated_string] = STATE(1168), - [sym_string] = STATE(998), - [sym_await] = STATE(1168), - [sym_identifier] = ACTIONS(679), - [anon_sym_DOT] = ACTIONS(668), - [anon_sym_LPAREN] = ACTIONS(681), - [anon_sym_COMMA] = ACTIONS(701), - [anon_sym_as] = ACTIONS(668), - [anon_sym_STAR] = ACTIONS(683), - [anon_sym_print] = ACTIONS(685), - [anon_sym_GT_GT] = ACTIONS(701), - [anon_sym_COLON_EQ] = ACTIONS(292), - [anon_sym_if] = ACTIONS(668), - [anon_sym_COLON] = ACTIONS(671), - [anon_sym_match] = ACTIONS(685), - [anon_sym_async] = ACTIONS(685), - [anon_sym_for] = ACTIONS(671), - [anon_sym_in] = ACTIONS(668), - [anon_sym_STAR_STAR] = ACTIONS(701), - [anon_sym_exec] = ACTIONS(685), - [anon_sym_type] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_AT] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(691), - [anon_sym_PIPE] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(701), - [anon_sym_PLUS] = ACTIONS(691), - [anon_sym_not] = ACTIONS(668), - [anon_sym_and] = ACTIONS(668), - [anon_sym_or] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(668), - [anon_sym_PERCENT] = ACTIONS(701), - [anon_sym_SLASH_SLASH] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_LT_LT] = ACTIONS(701), - [anon_sym_TILDE] = ACTIONS(691), - [anon_sym_LT] = ACTIONS(668), - [anon_sym_LT_EQ] = ACTIONS(701), - [anon_sym_EQ_EQ] = ACTIONS(701), - [anon_sym_BANG_EQ] = ACTIONS(701), - [anon_sym_GT_EQ] = ACTIONS(701), - [anon_sym_GT] = ACTIONS(668), - [anon_sym_LT_GT] = ACTIONS(701), - [anon_sym_is] = ACTIONS(668), - [sym_ellipsis] = ACTIONS(695), - [sym_integer] = ACTIONS(679), - [sym_float] = ACTIONS(695), - [anon_sym_await] = ACTIONS(697), - [sym_true] = ACTIONS(679), - [sym_false] = ACTIONS(679), - [sym_none] = ACTIONS(679), + [sym_ellipsis] = ACTIONS(700), + [sym_type_conversion] = ACTIONS(277), + [sym_integer] = ACTIONS(684), + [sym_float] = ACTIONS(700), + [anon_sym_await] = ACTIONS(702), + [sym_true] = ACTIONS(684), + [sym_false] = ACTIONS(684), + [sym_none] = ACTIONS(684), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(699), + [sym_string_start] = ACTIONS(704), }, [166] = { - [sym_list_splat_pattern] = STATE(1270), - [sym_primary_expression] = STATE(1018), - [sym_binary_operator] = STATE(1197), - [sym_unary_operator] = STATE(1197), - [sym_attribute] = STATE(1197), - [sym_subscript] = STATE(1197), - [sym_call] = STATE(1197), - [sym_list] = STATE(1197), - [sym_set] = STATE(1197), - [sym_tuple] = STATE(1197), - [sym_dictionary] = STATE(1197), - [sym_list_comprehension] = STATE(1197), - [sym_dictionary_comprehension] = STATE(1197), - [sym_set_comprehension] = STATE(1197), - [sym_generator_expression] = STATE(1197), - [sym_parenthesized_expression] = STATE(1197), - [sym_concatenated_string] = STATE(1197), - [sym_string] = STATE(989), - [sym_await] = STATE(1197), - [sym_identifier] = ACTIONS(728), + [sym_list_splat_pattern] = STATE(1281), + [sym_primary_expression] = STATE(1026), + [sym_binary_operator] = STATE(1268), + [sym_unary_operator] = STATE(1268), + [sym_attribute] = STATE(1268), + [sym_subscript] = STATE(1268), + [sym_call] = STATE(1268), + [sym_list] = STATE(1268), + [sym_set] = STATE(1268), + [sym_tuple] = STATE(1268), + [sym_dictionary] = STATE(1268), + [sym_list_comprehension] = STATE(1268), + [sym_dictionary_comprehension] = STATE(1268), + [sym_set_comprehension] = STATE(1268), + [sym_generator_expression] = STATE(1268), + [sym_parenthesized_expression] = STATE(1268), + [sym_concatenated_string] = STATE(1268), + [sym_string] = STATE(994), + [sym_await] = STATE(1268), + [sym_identifier] = ACTIONS(709), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(730), + [anon_sym_LPAREN] = ACTIONS(711), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(732), - [anon_sym_print] = ACTIONS(734), + [anon_sym_STAR] = ACTIONS(713), + [anon_sym_print] = ACTIONS(715), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), [anon_sym_COLON] = ACTIONS(279), - [anon_sym_match] = ACTIONS(734), - [anon_sym_async] = ACTIONS(734), + [anon_sym_match] = ACTIONS(717), + [anon_sym_async] = ACTIONS(715), [anon_sym_for] = ACTIONS(279), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(734), - [anon_sym_type] = ACTIONS(736), - [anon_sym_LBRACK] = ACTIONS(738), + [anon_sym_exec] = ACTIONS(715), + [anon_sym_type] = ACTIONS(717), + [anon_sym_LBRACK] = ACTIONS(719), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(721), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(742), + [anon_sym_LBRACE] = ACTIONS(723), [anon_sym_RBRACE] = ACTIONS(277), - [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_PLUS] = ACTIONS(721), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -27244,7 +27246,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(721), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -27253,62 +27255,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(744), - [sym_integer] = ACTIONS(728), - [sym_float] = ACTIONS(744), - [anon_sym_await] = ACTIONS(746), - [sym_true] = ACTIONS(728), - [sym_false] = ACTIONS(728), - [sym_none] = ACTIONS(728), + [sym_ellipsis] = ACTIONS(725), + [sym_integer] = ACTIONS(709), + [sym_float] = ACTIONS(725), + [anon_sym_await] = ACTIONS(727), + [sym_true] = ACTIONS(709), + [sym_false] = ACTIONS(709), + [sym_none] = ACTIONS(709), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(748), + [sym_string_start] = ACTIONS(729), }, [167] = { - [sym_list_splat_pattern] = STATE(1287), - [sym_primary_expression] = STATE(1072), - [sym_binary_operator] = STATE(1322), - [sym_unary_operator] = STATE(1322), - [sym_attribute] = STATE(1322), - [sym_subscript] = STATE(1322), - [sym_call] = STATE(1322), - [sym_list] = STATE(1322), - [sym_set] = STATE(1322), - [sym_tuple] = STATE(1322), - [sym_dictionary] = STATE(1322), - [sym_list_comprehension] = STATE(1322), - [sym_dictionary_comprehension] = STATE(1322), - [sym_set_comprehension] = STATE(1322), - [sym_generator_expression] = STATE(1322), - [sym_parenthesized_expression] = STATE(1322), - [sym_concatenated_string] = STATE(1322), - [sym_string] = STATE(1026), - [sym_await] = STATE(1322), - [sym_identifier] = ACTIONS(750), + [sym_list_splat_pattern] = STATE(1429), + [sym_primary_expression] = STATE(1085), + [sym_binary_operator] = STATE(1306), + [sym_unary_operator] = STATE(1306), + [sym_attribute] = STATE(1306), + [sym_subscript] = STATE(1306), + [sym_call] = STATE(1306), + [sym_list] = STATE(1306), + [sym_set] = STATE(1306), + [sym_tuple] = STATE(1306), + [sym_dictionary] = STATE(1306), + [sym_list_comprehension] = STATE(1306), + [sym_dictionary_comprehension] = STATE(1306), + [sym_set_comprehension] = STATE(1306), + [sym_generator_expression] = STATE(1306), + [sym_parenthesized_expression] = STATE(1306), + [sym_concatenated_string] = STATE(1306), + [sym_string] = STATE(1021), + [sym_await] = STATE(1306), + [sym_identifier] = ACTIONS(731), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(733), [anon_sym_RPAREN] = ACTIONS(277), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(754), - [anon_sym_print] = ACTIONS(756), + [anon_sym_STAR] = ACTIONS(735), + [anon_sym_print] = ACTIONS(737), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(279), - [anon_sym_match] = ACTIONS(756), - [anon_sym_async] = ACTIONS(756), + [anon_sym_match] = ACTIONS(739), + [anon_sym_async] = ACTIONS(737), + [anon_sym_for] = ACTIONS(279), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(756), - [anon_sym_type] = ACTIONS(758), - [anon_sym_EQ] = ACTIONS(279), - [anon_sym_LBRACK] = ACTIONS(760), + [anon_sym_exec] = ACTIONS(737), + [anon_sym_type] = ACTIONS(739), + [anon_sym_EQ] = ACTIONS(741), + [anon_sym_LBRACK] = ACTIONS(743), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(762), + [anon_sym_DASH] = ACTIONS(745), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(764), - [anon_sym_PLUS] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(747), + [anon_sym_PLUS] = ACTIONS(745), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -27318,7 +27320,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(762), + [anon_sym_TILDE] = ACTIONS(745), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -27327,135 +27329,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(766), - [sym_integer] = ACTIONS(750), - [sym_float] = ACTIONS(766), - [anon_sym_await] = ACTIONS(768), - [sym_true] = ACTIONS(750), - [sym_false] = ACTIONS(750), - [sym_none] = ACTIONS(750), + [sym_ellipsis] = ACTIONS(749), + [sym_integer] = ACTIONS(731), + [sym_float] = ACTIONS(749), + [anon_sym_await] = ACTIONS(751), + [sym_true] = ACTIONS(731), + [sym_false] = ACTIONS(731), + [sym_none] = ACTIONS(731), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(770), + [sym_string_start] = ACTIONS(753), }, [168] = { - [sym_list_splat_pattern] = STATE(1348), - [sym_primary_expression] = STATE(1065), - [sym_binary_operator] = STATE(1435), - [sym_unary_operator] = STATE(1435), - [sym_attribute] = STATE(1435), - [sym_subscript] = STATE(1435), - [sym_call] = STATE(1435), - [sym_list] = STATE(1435), - [sym_set] = STATE(1435), - [sym_tuple] = STATE(1435), - [sym_dictionary] = STATE(1435), - [sym_list_comprehension] = STATE(1435), - [sym_dictionary_comprehension] = STATE(1435), - [sym_set_comprehension] = STATE(1435), - [sym_generator_expression] = STATE(1435), - [sym_parenthesized_expression] = STATE(1435), - [sym_concatenated_string] = STATE(1435), - [sym_string] = STATE(1041), - [sym_await] = STATE(1435), - [sym_identifier] = ACTIONS(320), - [anon_sym_DOT] = ACTIONS(668), - [anon_sym_LPAREN] = ACTIONS(408), - [anon_sym_RPAREN] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_as] = ACTIONS(671), - [anon_sym_STAR] = ACTIONS(410), - [anon_sym_print] = ACTIONS(673), - [anon_sym_GT_GT] = ACTIONS(701), - [anon_sym_if] = ACTIONS(671), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_match] = ACTIONS(673), - [anon_sym_async] = ACTIONS(673), - [anon_sym_for] = ACTIONS(671), - [anon_sym_in] = ACTIONS(671), - [anon_sym_STAR_STAR] = ACTIONS(701), - [anon_sym_exec] = ACTIONS(673), - [anon_sym_type] = ACTIONS(675), - [anon_sym_EQ] = ACTIONS(671), - [anon_sym_LBRACK] = ACTIONS(412), - [anon_sym_AT] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(312), - [anon_sym_PIPE] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(312), - [anon_sym_not] = ACTIONS(671), - [anon_sym_and] = ACTIONS(671), - [anon_sym_or] = ACTIONS(671), - [anon_sym_SLASH] = ACTIONS(668), - [anon_sym_PERCENT] = ACTIONS(701), - [anon_sym_SLASH_SLASH] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_LT_LT] = ACTIONS(701), - [anon_sym_TILDE] = ACTIONS(312), - [anon_sym_LT] = ACTIONS(671), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_EQ_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(671), - [anon_sym_LT_GT] = ACTIONS(666), - [anon_sym_is] = ACTIONS(671), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(677), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(324), - }, - [169] = { - [sym_list_splat_pattern] = STATE(1202), - [sym_primary_expression] = STATE(1000), - [sym_binary_operator] = STATE(1168), - [sym_unary_operator] = STATE(1168), - [sym_attribute] = STATE(1168), - [sym_subscript] = STATE(1168), - [sym_call] = STATE(1168), - [sym_list] = STATE(1168), - [sym_set] = STATE(1168), - [sym_tuple] = STATE(1168), - [sym_dictionary] = STATE(1168), - [sym_list_comprehension] = STATE(1168), - [sym_dictionary_comprehension] = STATE(1168), - [sym_set_comprehension] = STATE(1168), - [sym_generator_expression] = STATE(1168), - [sym_parenthesized_expression] = STATE(1168), - [sym_concatenated_string] = STATE(1168), - [sym_string] = STATE(998), - [sym_await] = STATE(1168), - [sym_identifier] = ACTIONS(679), + [sym_list_splat_pattern] = STATE(1388), + [sym_primary_expression] = STATE(1067), + [sym_binary_operator] = STATE(1411), + [sym_unary_operator] = STATE(1411), + [sym_attribute] = STATE(1411), + [sym_subscript] = STATE(1411), + [sym_call] = STATE(1411), + [sym_list] = STATE(1411), + [sym_set] = STATE(1411), + [sym_tuple] = STATE(1411), + [sym_dictionary] = STATE(1411), + [sym_list_comprehension] = STATE(1411), + [sym_dictionary_comprehension] = STATE(1411), + [sym_set_comprehension] = STATE(1411), + [sym_generator_expression] = STATE(1411), + [sym_parenthesized_expression] = STATE(1411), + [sym_concatenated_string] = STATE(1411), + [sym_string] = STATE(1017), + [sym_await] = STATE(1411), + [sym_identifier] = ACTIONS(755), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(681), + [anon_sym_LPAREN] = ACTIONS(757), + [anon_sym_RPAREN] = ACTIONS(277), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(683), - [anon_sym_print] = ACTIONS(685), + [anon_sym_STAR] = ACTIONS(759), + [anon_sym_print] = ACTIONS(761), [anon_sym_GT_GT] = ACTIONS(277), + [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(277), - [anon_sym_match] = ACTIONS(685), - [anon_sym_async] = ACTIONS(685), + [anon_sym_COLON] = ACTIONS(279), + [anon_sym_match] = ACTIONS(763), + [anon_sym_async] = ACTIONS(761), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(685), - [anon_sym_type] = ACTIONS(687), + [anon_sym_exec] = ACTIONS(761), + [anon_sym_type] = ACTIONS(763), [anon_sym_EQ] = ACTIONS(279), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(765), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(691), + [anon_sym_DASH] = ACTIONS(767), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(277), - [anon_sym_PLUS] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_PLUS] = ACTIONS(767), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -27465,7 +27394,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(691), + [anon_sym_TILDE] = ACTIONS(767), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -27474,62 +27403,208 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(695), - [sym_type_conversion] = ACTIONS(277), - [sym_integer] = ACTIONS(679), - [sym_float] = ACTIONS(695), - [anon_sym_await] = ACTIONS(697), - [sym_true] = ACTIONS(679), - [sym_false] = ACTIONS(679), - [sym_none] = ACTIONS(679), + [sym_ellipsis] = ACTIONS(771), + [sym_integer] = ACTIONS(755), + [sym_float] = ACTIONS(771), + [anon_sym_await] = ACTIONS(773), + [sym_true] = ACTIONS(755), + [sym_false] = ACTIONS(755), + [sym_none] = ACTIONS(755), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(775), + }, + [169] = { + [sym_list_splat_pattern] = STATE(1172), + [sym_primary_expression] = STATE(1047), + [sym_binary_operator] = STATE(1223), + [sym_unary_operator] = STATE(1223), + [sym_attribute] = STATE(1223), + [sym_subscript] = STATE(1223), + [sym_call] = STATE(1223), + [sym_list] = STATE(1223), + [sym_set] = STATE(1223), + [sym_tuple] = STATE(1223), + [sym_dictionary] = STATE(1223), + [sym_list_comprehension] = STATE(1223), + [sym_dictionary_comprehension] = STATE(1223), + [sym_set_comprehension] = STATE(1223), + [sym_generator_expression] = STATE(1223), + [sym_parenthesized_expression] = STATE(1223), + [sym_concatenated_string] = STATE(1223), + [sym_string] = STATE(997), + [sym_await] = STATE(1223), + [sym_identifier] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(665), + [anon_sym_LPAREN] = ACTIONS(686), + [anon_sym_COMMA] = ACTIONS(706), + [anon_sym_as] = ACTIONS(665), + [anon_sym_STAR] = ACTIONS(688), + [anon_sym_print] = ACTIONS(690), + [anon_sym_GT_GT] = ACTIONS(706), + [anon_sym_COLON_EQ] = ACTIONS(292), + [anon_sym_if] = ACTIONS(665), + [anon_sym_COLON] = ACTIONS(670), + [anon_sym_match] = ACTIONS(692), + [anon_sym_async] = ACTIONS(690), + [anon_sym_for] = ACTIONS(670), + [anon_sym_in] = ACTIONS(665), + [anon_sym_STAR_STAR] = ACTIONS(706), + [anon_sym_exec] = ACTIONS(690), + [anon_sym_type] = ACTIONS(692), + [anon_sym_LBRACK] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(706), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_RBRACE] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_not] = ACTIONS(665), + [anon_sym_and] = ACTIONS(665), + [anon_sym_or] = ACTIONS(665), + [anon_sym_SLASH] = ACTIONS(665), + [anon_sym_PERCENT] = ACTIONS(706), + [anon_sym_SLASH_SLASH] = ACTIONS(706), + [anon_sym_AMP] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [anon_sym_LT_LT] = ACTIONS(706), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_LT] = ACTIONS(665), + [anon_sym_LT_EQ] = ACTIONS(706), + [anon_sym_EQ_EQ] = ACTIONS(706), + [anon_sym_BANG_EQ] = ACTIONS(706), + [anon_sym_GT_EQ] = ACTIONS(706), + [anon_sym_GT] = ACTIONS(665), + [anon_sym_LT_GT] = ACTIONS(706), + [anon_sym_is] = ACTIONS(665), + [sym_ellipsis] = ACTIONS(700), + [sym_integer] = ACTIONS(684), + [sym_float] = ACTIONS(700), + [anon_sym_await] = ACTIONS(702), + [sym_true] = ACTIONS(684), + [sym_false] = ACTIONS(684), + [sym_none] = ACTIONS(684), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(699), + [sym_string_start] = ACTIONS(704), }, [170] = { - [sym_list_splat_pattern] = STATE(1404), - [sym_primary_expression] = STATE(1069), - [sym_binary_operator] = STATE(1428), - [sym_unary_operator] = STATE(1428), - [sym_attribute] = STATE(1428), - [sym_subscript] = STATE(1428), - [sym_call] = STATE(1428), - [sym_list] = STATE(1428), - [sym_set] = STATE(1428), - [sym_tuple] = STATE(1428), - [sym_dictionary] = STATE(1428), - [sym_list_comprehension] = STATE(1428), - [sym_dictionary_comprehension] = STATE(1428), - [sym_set_comprehension] = STATE(1428), - [sym_generator_expression] = STATE(1428), - [sym_parenthesized_expression] = STATE(1428), - [sym_concatenated_string] = STATE(1428), - [sym_string] = STATE(1007), - [sym_await] = STATE(1428), - [sym_identifier] = ACTIONS(772), + [sym_list_splat_pattern] = STATE(1347), + [sym_primary_expression] = STATE(1155), + [sym_binary_operator] = STATE(1435), + [sym_unary_operator] = STATE(1435), + [sym_attribute] = STATE(1435), + [sym_subscript] = STATE(1435), + [sym_call] = STATE(1435), + [sym_list] = STATE(1435), + [sym_set] = STATE(1435), + [sym_tuple] = STATE(1435), + [sym_dictionary] = STATE(1435), + [sym_list_comprehension] = STATE(1435), + [sym_dictionary_comprehension] = STATE(1435), + [sym_set_comprehension] = STATE(1435), + [sym_generator_expression] = STATE(1435), + [sym_parenthesized_expression] = STATE(1435), + [sym_concatenated_string] = STATE(1435), + [sym_string] = STATE(1041), + [sym_await] = STATE(1435), + [sym_identifier] = ACTIONS(323), + [anon_sym_SEMI] = ACTIONS(319), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(774), - [anon_sym_COMMA] = ACTIONS(284), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(672), + [anon_sym_print] = ACTIONS(674), + [anon_sym_GT_GT] = ACTIONS(279), + [anon_sym_COLON] = ACTIONS(319), + [anon_sym_match] = ACTIONS(676), + [anon_sym_async] = ACTIONS(674), + [anon_sym_STAR_STAR] = ACTIONS(279), + [anon_sym_exec] = ACTIONS(674), + [anon_sym_type] = ACTIONS(676), + [anon_sym_EQ] = ACTIONS(319), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_AT] = ACTIONS(279), + [anon_sym_DASH] = ACTIONS(680), + [anon_sym_PIPE] = ACTIONS(279), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(680), + [anon_sym_SLASH] = ACTIONS(279), + [anon_sym_PERCENT] = ACTIONS(279), + [anon_sym_SLASH_SLASH] = ACTIONS(279), + [anon_sym_AMP] = ACTIONS(279), + [anon_sym_CARET] = ACTIONS(279), + [anon_sym_LT_LT] = ACTIONS(279), + [anon_sym_TILDE] = ACTIONS(315), + [anon_sym_PLUS_EQ] = ACTIONS(319), + [anon_sym_DASH_EQ] = ACTIONS(319), + [anon_sym_STAR_EQ] = ACTIONS(319), + [anon_sym_SLASH_EQ] = ACTIONS(319), + [anon_sym_AT_EQ] = ACTIONS(319), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(319), + [anon_sym_PERCENT_EQ] = ACTIONS(319), + [anon_sym_STAR_STAR_EQ] = ACTIONS(319), + [anon_sym_GT_GT_EQ] = ACTIONS(319), + [anon_sym_LT_LT_EQ] = ACTIONS(319), + [anon_sym_AMP_EQ] = ACTIONS(319), + [anon_sym_CARET_EQ] = ACTIONS(319), + [anon_sym_PIPE_EQ] = ACTIONS(319), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(682), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym__newline] = ACTIONS(319), + [sym_string_start] = ACTIONS(327), + }, + [171] = { + [sym_list_splat_pattern] = STATE(1344), + [sym_primary_expression] = STATE(1062), + [sym_binary_operator] = STATE(1338), + [sym_unary_operator] = STATE(1338), + [sym_attribute] = STATE(1338), + [sym_subscript] = STATE(1338), + [sym_call] = STATE(1338), + [sym_list] = STATE(1338), + [sym_set] = STATE(1338), + [sym_tuple] = STATE(1338), + [sym_dictionary] = STATE(1338), + [sym_list_comprehension] = STATE(1338), + [sym_dictionary_comprehension] = STATE(1338), + [sym_set_comprehension] = STATE(1338), + [sym_generator_expression] = STATE(1338), + [sym_parenthesized_expression] = STATE(1338), + [sym_concatenated_string] = STATE(1338), + [sym_string] = STATE(1024), + [sym_await] = STATE(1338), + [sym_identifier] = ACTIONS(777), + [anon_sym_DOT] = ACTIONS(279), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(776), - [anon_sym_print] = ACTIONS(778), + [anon_sym_STAR] = ACTIONS(781), + [anon_sym_print] = ACTIONS(783), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_match] = ACTIONS(778), - [anon_sym_async] = ACTIONS(778), + [anon_sym_match] = ACTIONS(785), + [anon_sym_async] = ACTIONS(783), [anon_sym_for] = ACTIONS(279), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(778), - [anon_sym_type] = ACTIONS(780), - [anon_sym_LBRACK] = ACTIONS(782), - [anon_sym_RBRACK] = ACTIONS(284), + [anon_sym_exec] = ACTIONS(783), + [anon_sym_type] = ACTIONS(785), + [anon_sym_LBRACK] = ACTIONS(787), + [anon_sym_RBRACK] = ACTIONS(277), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(784), + [anon_sym_DASH] = ACTIONS(789), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(786), - [anon_sym_PLUS] = ACTIONS(784), + [anon_sym_LBRACE] = ACTIONS(791), + [anon_sym_PLUS] = ACTIONS(789), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -27539,7 +27614,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(789), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -27548,61 +27623,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(788), - [sym_integer] = ACTIONS(772), - [sym_float] = ACTIONS(788), - [anon_sym_await] = ACTIONS(790), - [sym_true] = ACTIONS(772), - [sym_false] = ACTIONS(772), - [sym_none] = ACTIONS(772), + [sym_ellipsis] = ACTIONS(793), + [sym_integer] = ACTIONS(777), + [sym_float] = ACTIONS(793), + [anon_sym_await] = ACTIONS(795), + [sym_true] = ACTIONS(777), + [sym_false] = ACTIONS(777), + [sym_none] = ACTIONS(777), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(792), + [sym_string_start] = ACTIONS(797), }, - [171] = { - [sym_list_splat_pattern] = STATE(1287), - [sym_primary_expression] = STATE(1072), - [sym_binary_operator] = STATE(1322), - [sym_unary_operator] = STATE(1322), - [sym_attribute] = STATE(1322), - [sym_subscript] = STATE(1322), - [sym_call] = STATE(1322), - [sym_list] = STATE(1322), - [sym_set] = STATE(1322), - [sym_tuple] = STATE(1322), - [sym_dictionary] = STATE(1322), - [sym_list_comprehension] = STATE(1322), - [sym_dictionary_comprehension] = STATE(1322), - [sym_set_comprehension] = STATE(1322), - [sym_generator_expression] = STATE(1322), - [sym_parenthesized_expression] = STATE(1322), - [sym_concatenated_string] = STATE(1322), - [sym_string] = STATE(1026), - [sym_await] = STATE(1322), - [sym_identifier] = ACTIONS(750), + [172] = { + [sym_list_splat_pattern] = STATE(1347), + [sym_primary_expression] = STATE(1155), + [sym_binary_operator] = STATE(1435), + [sym_unary_operator] = STATE(1435), + [sym_attribute] = STATE(1435), + [sym_subscript] = STATE(1435), + [sym_call] = STATE(1435), + [sym_list] = STATE(1435), + [sym_set] = STATE(1435), + [sym_tuple] = STATE(1435), + [sym_dictionary] = STATE(1435), + [sym_list_comprehension] = STATE(1435), + [sym_dictionary_comprehension] = STATE(1435), + [sym_set_comprehension] = STATE(1435), + [sym_generator_expression] = STATE(1435), + [sym_parenthesized_expression] = STATE(1435), + [sym_concatenated_string] = STATE(1435), + [sym_string] = STATE(1041), + [sym_await] = STATE(1435), + [sym_identifier] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(665), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(663), + [anon_sym_as] = ACTIONS(670), + [anon_sym_STAR] = ACTIONS(672), + [anon_sym_print] = ACTIONS(674), + [anon_sym_GT_GT] = ACTIONS(706), + [anon_sym_if] = ACTIONS(670), + [anon_sym_COLON] = ACTIONS(663), + [anon_sym_match] = ACTIONS(676), + [anon_sym_async] = ACTIONS(674), + [anon_sym_for] = ACTIONS(670), + [anon_sym_in] = ACTIONS(670), + [anon_sym_STAR_STAR] = ACTIONS(706), + [anon_sym_exec] = ACTIONS(674), + [anon_sym_type] = ACTIONS(676), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_RBRACK] = ACTIONS(663), + [anon_sym_AT] = ACTIONS(706), + [anon_sym_DASH] = ACTIONS(315), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(315), + [anon_sym_not] = ACTIONS(670), + [anon_sym_and] = ACTIONS(670), + [anon_sym_or] = ACTIONS(670), + [anon_sym_SLASH] = ACTIONS(665), + [anon_sym_PERCENT] = ACTIONS(706), + [anon_sym_SLASH_SLASH] = ACTIONS(706), + [anon_sym_AMP] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [anon_sym_LT_LT] = ACTIONS(706), + [anon_sym_TILDE] = ACTIONS(315), + [anon_sym_LT] = ACTIONS(670), + [anon_sym_LT_EQ] = ACTIONS(663), + [anon_sym_EQ_EQ] = ACTIONS(663), + [anon_sym_BANG_EQ] = ACTIONS(663), + [anon_sym_GT_EQ] = ACTIONS(663), + [anon_sym_GT] = ACTIONS(670), + [anon_sym_LT_GT] = ACTIONS(663), + [anon_sym_is] = ACTIONS(670), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(682), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(327), + }, + [173] = { + [sym_list_splat_pattern] = STATE(1483), + [sym_primary_expression] = STATE(1175), + [sym_binary_operator] = STATE(1462), + [sym_unary_operator] = STATE(1462), + [sym_attribute] = STATE(1462), + [sym_subscript] = STATE(1462), + [sym_call] = STATE(1462), + [sym_list] = STATE(1462), + [sym_set] = STATE(1462), + [sym_tuple] = STATE(1462), + [sym_dictionary] = STATE(1462), + [sym_list_comprehension] = STATE(1462), + [sym_dictionary_comprehension] = STATE(1462), + [sym_set_comprehension] = STATE(1462), + [sym_generator_expression] = STATE(1462), + [sym_parenthesized_expression] = STATE(1462), + [sym_concatenated_string] = STATE(1462), + [sym_string] = STATE(1104), + [sym_await] = STATE(1462), + [sym_identifier] = ACTIONS(799), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(752), - [anon_sym_RPAREN] = ACTIONS(277), + [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(754), - [anon_sym_print] = ACTIONS(756), + [anon_sym_STAR] = ACTIONS(803), + [anon_sym_print] = ACTIONS(805), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_match] = ACTIONS(756), - [anon_sym_async] = ACTIONS(756), + [anon_sym_COLON] = ACTIONS(279), + [anon_sym_match] = ACTIONS(807), + [anon_sym_async] = ACTIONS(805), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(756), - [anon_sym_type] = ACTIONS(758), - [anon_sym_EQ] = ACTIONS(714), - [anon_sym_LBRACK] = ACTIONS(760), + [anon_sym_exec] = ACTIONS(805), + [anon_sym_type] = ACTIONS(807), + [anon_sym_LBRACK] = ACTIONS(809), + [anon_sym_RBRACK] = ACTIONS(277), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(762), + [anon_sym_DASH] = ACTIONS(811), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(764), - [anon_sym_PLUS] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(813), + [anon_sym_PLUS] = ACTIONS(811), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -27612,7 +27760,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(762), + [anon_sym_TILDE] = ACTIONS(811), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -27621,61 +27769,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(766), - [sym_integer] = ACTIONS(750), - [sym_float] = ACTIONS(766), - [anon_sym_await] = ACTIONS(768), - [sym_true] = ACTIONS(750), - [sym_false] = ACTIONS(750), - [sym_none] = ACTIONS(750), + [sym_ellipsis] = ACTIONS(815), + [sym_integer] = ACTIONS(799), + [sym_float] = ACTIONS(815), + [anon_sym_await] = ACTIONS(817), + [sym_true] = ACTIONS(799), + [sym_false] = ACTIONS(799), + [sym_none] = ACTIONS(799), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(770), + [sym_string_start] = ACTIONS(819), }, - [172] = { - [sym_list_splat_pattern] = STATE(1421), - [sym_primary_expression] = STATE(1066), - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [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_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_string] = STATE(1024), - [sym_await] = STATE(1311), - [sym_identifier] = ACTIONS(704), + [174] = { + [sym_list_splat_pattern] = STATE(1388), + [sym_primary_expression] = STATE(1067), + [sym_binary_operator] = STATE(1411), + [sym_unary_operator] = STATE(1411), + [sym_attribute] = STATE(1411), + [sym_subscript] = STATE(1411), + [sym_call] = STATE(1411), + [sym_list] = STATE(1411), + [sym_set] = STATE(1411), + [sym_tuple] = STATE(1411), + [sym_dictionary] = STATE(1411), + [sym_list_comprehension] = STATE(1411), + [sym_dictionary_comprehension] = STATE(1411), + [sym_set_comprehension] = STATE(1411), + [sym_generator_expression] = STATE(1411), + [sym_parenthesized_expression] = STATE(1411), + [sym_concatenated_string] = STATE(1411), + [sym_string] = STATE(1017), + [sym_await] = STATE(1411), + [sym_identifier] = ACTIONS(755), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(757), [anon_sym_RPAREN] = ACTIONS(277), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(708), - [anon_sym_print] = ACTIONS(710), + [anon_sym_STAR] = ACTIONS(759), + [anon_sym_print] = ACTIONS(761), [anon_sym_GT_GT] = ACTIONS(277), - [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_match] = ACTIONS(710), - [anon_sym_async] = ACTIONS(710), - [anon_sym_for] = ACTIONS(279), + [anon_sym_COLON] = ACTIONS(277), + [anon_sym_match] = ACTIONS(763), + [anon_sym_async] = ACTIONS(761), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(710), - [anon_sym_type] = ACTIONS(712), - [anon_sym_LBRACK] = ACTIONS(716), + [anon_sym_exec] = ACTIONS(761), + [anon_sym_type] = ACTIONS(763), + [anon_sym_EQ] = ACTIONS(279), + [anon_sym_LBRACK] = ACTIONS(765), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(718), + [anon_sym_DASH] = ACTIONS(767), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_PLUS] = ACTIONS(767), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -27685,7 +27833,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(718), + [anon_sym_TILDE] = ACTIONS(767), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -27694,134 +27842,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(722), - [sym_integer] = ACTIONS(704), - [sym_float] = ACTIONS(722), - [anon_sym_await] = ACTIONS(724), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_none] = ACTIONS(704), + [sym_ellipsis] = ACTIONS(771), + [sym_integer] = ACTIONS(755), + [sym_float] = ACTIONS(771), + [anon_sym_await] = ACTIONS(773), + [sym_true] = ACTIONS(755), + [sym_false] = ACTIONS(755), + [sym_none] = ACTIONS(755), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(726), + [sym_string_start] = ACTIONS(775), }, - [173] = { - [sym_list_splat_pattern] = STATE(1465), - [sym_primary_expression] = STATE(1223), - [sym_binary_operator] = STATE(1470), - [sym_unary_operator] = STATE(1470), - [sym_attribute] = STATE(1470), - [sym_subscript] = STATE(1470), - [sym_call] = STATE(1470), - [sym_list] = STATE(1470), - [sym_set] = STATE(1470), - [sym_tuple] = STATE(1470), - [sym_dictionary] = STATE(1470), - [sym_list_comprehension] = STATE(1470), - [sym_dictionary_comprehension] = STATE(1470), - [sym_set_comprehension] = STATE(1470), - [sym_generator_expression] = STATE(1470), - [sym_parenthesized_expression] = STATE(1470), - [sym_concatenated_string] = STATE(1470), - [sym_string] = STATE(1122), - [sym_await] = STATE(1470), - [sym_identifier] = ACTIONS(794), - [anon_sym_DOT] = ACTIONS(668), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_COMMA] = ACTIONS(701), - [anon_sym_as] = ACTIONS(668), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_print] = ACTIONS(800), - [anon_sym_GT_GT] = ACTIONS(701), - [anon_sym_COLON_EQ] = ACTIONS(292), - [anon_sym_if] = ACTIONS(668), - [anon_sym_match] = ACTIONS(800), - [anon_sym_async] = ACTIONS(800), - [anon_sym_for] = ACTIONS(671), - [anon_sym_in] = ACTIONS(668), - [anon_sym_STAR_STAR] = ACTIONS(701), - [anon_sym_exec] = ACTIONS(800), - [anon_sym_type] = ACTIONS(802), - [anon_sym_LBRACK] = ACTIONS(804), - [anon_sym_RBRACK] = ACTIONS(701), - [anon_sym_AT] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(806), - [anon_sym_PIPE] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(806), - [anon_sym_not] = ACTIONS(668), - [anon_sym_and] = ACTIONS(668), - [anon_sym_or] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(668), - [anon_sym_PERCENT] = ACTIONS(701), - [anon_sym_SLASH_SLASH] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_LT_LT] = ACTIONS(701), - [anon_sym_TILDE] = ACTIONS(806), - [anon_sym_LT] = ACTIONS(668), - [anon_sym_LT_EQ] = ACTIONS(701), - [anon_sym_EQ_EQ] = ACTIONS(701), - [anon_sym_BANG_EQ] = ACTIONS(701), - [anon_sym_GT_EQ] = ACTIONS(701), - [anon_sym_GT] = ACTIONS(668), - [anon_sym_LT_GT] = ACTIONS(701), - [anon_sym_is] = ACTIONS(668), - [sym_ellipsis] = ACTIONS(810), - [sym_integer] = ACTIONS(794), - [sym_float] = ACTIONS(810), - [anon_sym_await] = ACTIONS(812), - [sym_true] = ACTIONS(794), - [sym_false] = ACTIONS(794), - [sym_none] = ACTIONS(794), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(814), - }, - [174] = { - [sym_list_splat_pattern] = STATE(1270), - [sym_primary_expression] = STATE(1018), - [sym_binary_operator] = STATE(1197), - [sym_unary_operator] = STATE(1197), - [sym_attribute] = STATE(1197), - [sym_subscript] = STATE(1197), - [sym_call] = STATE(1197), - [sym_list] = STATE(1197), - [sym_set] = STATE(1197), - [sym_tuple] = STATE(1197), - [sym_dictionary] = STATE(1197), - [sym_list_comprehension] = STATE(1197), - [sym_dictionary_comprehension] = STATE(1197), - [sym_set_comprehension] = STATE(1197), - [sym_generator_expression] = STATE(1197), - [sym_parenthesized_expression] = STATE(1197), - [sym_concatenated_string] = STATE(1197), - [sym_string] = STATE(989), - [sym_await] = STATE(1197), - [sym_identifier] = ACTIONS(728), + [175] = { + [sym_list_splat_pattern] = STATE(1344), + [sym_primary_expression] = STATE(1062), + [sym_binary_operator] = STATE(1338), + [sym_unary_operator] = STATE(1338), + [sym_attribute] = STATE(1338), + [sym_subscript] = STATE(1338), + [sym_call] = STATE(1338), + [sym_list] = STATE(1338), + [sym_set] = STATE(1338), + [sym_tuple] = STATE(1338), + [sym_dictionary] = STATE(1338), + [sym_list_comprehension] = STATE(1338), + [sym_dictionary_comprehension] = STATE(1338), + [sym_set_comprehension] = STATE(1338), + [sym_generator_expression] = STATE(1338), + [sym_parenthesized_expression] = STATE(1338), + [sym_concatenated_string] = STATE(1338), + [sym_string] = STATE(1024), + [sym_await] = STATE(1338), + [sym_identifier] = ACTIONS(777), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(730), - [anon_sym_COMMA] = ACTIONS(277), + [anon_sym_LPAREN] = ACTIONS(779), + [anon_sym_COMMA] = ACTIONS(284), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(732), - [anon_sym_print] = ACTIONS(734), + [anon_sym_STAR] = ACTIONS(781), + [anon_sym_print] = ACTIONS(783), [anon_sym_GT_GT] = ACTIONS(277), + [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(277), - [anon_sym_match] = ACTIONS(734), - [anon_sym_async] = ACTIONS(734), + [anon_sym_match] = ACTIONS(785), + [anon_sym_async] = ACTIONS(783), [anon_sym_for] = ACTIONS(279), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(734), - [anon_sym_type] = ACTIONS(736), - [anon_sym_LBRACK] = ACTIONS(738), + [anon_sym_exec] = ACTIONS(783), + [anon_sym_type] = ACTIONS(785), + [anon_sym_LBRACK] = ACTIONS(787), + [anon_sym_RBRACK] = ACTIONS(284), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(740), + [anon_sym_DASH] = ACTIONS(789), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(742), - [anon_sym_RBRACE] = ACTIONS(277), - [anon_sym_PLUS] = ACTIONS(740), + [anon_sym_LBRACE] = ACTIONS(791), + [anon_sym_PLUS] = ACTIONS(789), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -27831,7 +27906,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(740), + [anon_sym_TILDE] = ACTIONS(789), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -27840,61 +27915,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(744), - [sym_integer] = ACTIONS(728), - [sym_float] = ACTIONS(744), - [anon_sym_await] = ACTIONS(746), - [sym_true] = ACTIONS(728), - [sym_false] = ACTIONS(728), - [sym_none] = ACTIONS(728), + [sym_ellipsis] = ACTIONS(793), + [sym_integer] = ACTIONS(777), + [sym_float] = ACTIONS(793), + [anon_sym_await] = ACTIONS(795), + [sym_true] = ACTIONS(777), + [sym_false] = ACTIONS(777), + [sym_none] = ACTIONS(777), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(748), + [sym_string_start] = ACTIONS(797), }, - [175] = { - [sym_list_splat_pattern] = STATE(1404), - [sym_primary_expression] = STATE(1069), - [sym_binary_operator] = STATE(1428), - [sym_unary_operator] = STATE(1428), - [sym_attribute] = STATE(1428), - [sym_subscript] = STATE(1428), - [sym_call] = STATE(1428), - [sym_list] = STATE(1428), - [sym_set] = STATE(1428), - [sym_tuple] = STATE(1428), - [sym_dictionary] = STATE(1428), - [sym_list_comprehension] = STATE(1428), - [sym_dictionary_comprehension] = STATE(1428), - [sym_set_comprehension] = STATE(1428), - [sym_generator_expression] = STATE(1428), - [sym_parenthesized_expression] = STATE(1428), - [sym_concatenated_string] = STATE(1428), - [sym_string] = STATE(1007), - [sym_await] = STATE(1428), - [sym_identifier] = ACTIONS(772), + [176] = { + [sym_list_splat_pattern] = STATE(1483), + [sym_primary_expression] = STATE(1175), + [sym_binary_operator] = STATE(1462), + [sym_unary_operator] = STATE(1462), + [sym_attribute] = STATE(1462), + [sym_subscript] = STATE(1462), + [sym_call] = STATE(1462), + [sym_list] = STATE(1462), + [sym_set] = STATE(1462), + [sym_tuple] = STATE(1462), + [sym_dictionary] = STATE(1462), + [sym_list_comprehension] = STATE(1462), + [sym_dictionary_comprehension] = STATE(1462), + [sym_set_comprehension] = STATE(1462), + [sym_generator_expression] = STATE(1462), + [sym_parenthesized_expression] = STATE(1462), + [sym_concatenated_string] = STATE(1462), + [sym_string] = STATE(1104), + [sym_await] = STATE(1462), + [sym_identifier] = ACTIONS(799), + [anon_sym_DOT] = ACTIONS(665), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_COMMA] = ACTIONS(706), + [anon_sym_as] = ACTIONS(665), + [anon_sym_STAR] = ACTIONS(803), + [anon_sym_print] = ACTIONS(805), + [anon_sym_GT_GT] = ACTIONS(706), + [anon_sym_COLON_EQ] = ACTIONS(292), + [anon_sym_if] = ACTIONS(665), + [anon_sym_match] = ACTIONS(807), + [anon_sym_async] = ACTIONS(805), + [anon_sym_for] = ACTIONS(670), + [anon_sym_in] = ACTIONS(665), + [anon_sym_STAR_STAR] = ACTIONS(706), + [anon_sym_exec] = ACTIONS(805), + [anon_sym_type] = ACTIONS(807), + [anon_sym_LBRACK] = ACTIONS(809), + [anon_sym_RBRACK] = ACTIONS(706), + [anon_sym_AT] = ACTIONS(706), + [anon_sym_DASH] = ACTIONS(811), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(813), + [anon_sym_PLUS] = ACTIONS(811), + [anon_sym_not] = ACTIONS(665), + [anon_sym_and] = ACTIONS(665), + [anon_sym_or] = ACTIONS(665), + [anon_sym_SLASH] = ACTIONS(665), + [anon_sym_PERCENT] = ACTIONS(706), + [anon_sym_SLASH_SLASH] = ACTIONS(706), + [anon_sym_AMP] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [anon_sym_LT_LT] = ACTIONS(706), + [anon_sym_TILDE] = ACTIONS(811), + [anon_sym_LT] = ACTIONS(665), + [anon_sym_LT_EQ] = ACTIONS(706), + [anon_sym_EQ_EQ] = ACTIONS(706), + [anon_sym_BANG_EQ] = ACTIONS(706), + [anon_sym_GT_EQ] = ACTIONS(706), + [anon_sym_GT] = ACTIONS(665), + [anon_sym_LT_GT] = ACTIONS(706), + [anon_sym_is] = ACTIONS(665), + [sym_ellipsis] = ACTIONS(815), + [sym_integer] = ACTIONS(799), + [sym_float] = ACTIONS(815), + [anon_sym_await] = ACTIONS(817), + [sym_true] = ACTIONS(799), + [sym_false] = ACTIONS(799), + [sym_none] = ACTIONS(799), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(819), + }, + [177] = { + [sym_list_splat_pattern] = STATE(1388), + [sym_primary_expression] = STATE(1067), + [sym_binary_operator] = STATE(1411), + [sym_unary_operator] = STATE(1411), + [sym_attribute] = STATE(1411), + [sym_subscript] = STATE(1411), + [sym_call] = STATE(1411), + [sym_list] = STATE(1411), + [sym_set] = STATE(1411), + [sym_tuple] = STATE(1411), + [sym_dictionary] = STATE(1411), + [sym_list_comprehension] = STATE(1411), + [sym_dictionary_comprehension] = STATE(1411), + [sym_set_comprehension] = STATE(1411), + [sym_generator_expression] = STATE(1411), + [sym_parenthesized_expression] = STATE(1411), + [sym_concatenated_string] = STATE(1411), + [sym_string] = STATE(1017), + [sym_await] = STATE(1411), + [sym_identifier] = ACTIONS(755), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(774), + [anon_sym_LPAREN] = ACTIONS(757), + [anon_sym_RPAREN] = ACTIONS(277), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(776), - [anon_sym_print] = ACTIONS(778), + [anon_sym_STAR] = ACTIONS(759), + [anon_sym_print] = ACTIONS(761), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_match] = ACTIONS(778), - [anon_sym_async] = ACTIONS(778), - [anon_sym_for] = ACTIONS(279), + [anon_sym_match] = ACTIONS(763), + [anon_sym_async] = ACTIONS(761), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(778), - [anon_sym_type] = ACTIONS(780), - [anon_sym_LBRACK] = ACTIONS(782), - [anon_sym_RBRACK] = ACTIONS(277), + [anon_sym_exec] = ACTIONS(761), + [anon_sym_type] = ACTIONS(763), + [anon_sym_EQ] = ACTIONS(741), + [anon_sym_LBRACK] = ACTIONS(765), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(784), + [anon_sym_DASH] = ACTIONS(767), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(786), - [anon_sym_PLUS] = ACTIONS(784), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_PLUS] = ACTIONS(767), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -27904,7 +28052,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(767), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -27913,207 +28061,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(788), - [sym_integer] = ACTIONS(772), - [sym_float] = ACTIONS(788), - [anon_sym_await] = ACTIONS(790), - [sym_true] = ACTIONS(772), - [sym_false] = ACTIONS(772), - [sym_none] = ACTIONS(772), + [sym_ellipsis] = ACTIONS(771), + [sym_integer] = ACTIONS(755), + [sym_float] = ACTIONS(771), + [anon_sym_await] = ACTIONS(773), + [sym_true] = ACTIONS(755), + [sym_false] = ACTIONS(755), + [sym_none] = ACTIONS(755), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(792), - }, - [176] = { - [sym_list_splat_pattern] = STATE(1348), - [sym_primary_expression] = STATE(1065), - [sym_binary_operator] = STATE(1435), - [sym_unary_operator] = STATE(1435), - [sym_attribute] = STATE(1435), - [sym_subscript] = STATE(1435), - [sym_call] = STATE(1435), - [sym_list] = STATE(1435), - [sym_set] = STATE(1435), - [sym_tuple] = STATE(1435), - [sym_dictionary] = STATE(1435), - [sym_list_comprehension] = STATE(1435), - [sym_dictionary_comprehension] = STATE(1435), - [sym_set_comprehension] = STATE(1435), - [sym_generator_expression] = STATE(1435), - [sym_parenthesized_expression] = STATE(1435), - [sym_concatenated_string] = STATE(1435), - [sym_string] = STATE(1041), - [sym_await] = STATE(1435), - [sym_identifier] = ACTIONS(320), - [anon_sym_SEMI] = ACTIONS(316), - [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(408), - [anon_sym_COMMA] = ACTIONS(316), - [anon_sym_STAR] = ACTIONS(410), - [anon_sym_print] = ACTIONS(673), - [anon_sym_GT_GT] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_match] = ACTIONS(673), - [anon_sym_async] = ACTIONS(673), - [anon_sym_STAR_STAR] = ACTIONS(279), - [anon_sym_exec] = ACTIONS(673), - [anon_sym_type] = ACTIONS(675), - [anon_sym_EQ] = ACTIONS(316), - [anon_sym_LBRACK] = ACTIONS(412), - [anon_sym_AT] = ACTIONS(279), - [anon_sym_DASH] = ACTIONS(414), - [anon_sym_PIPE] = ACTIONS(279), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(414), - [anon_sym_SLASH] = ACTIONS(279), - [anon_sym_PERCENT] = ACTIONS(279), - [anon_sym_SLASH_SLASH] = ACTIONS(279), - [anon_sym_AMP] = ACTIONS(279), - [anon_sym_CARET] = ACTIONS(279), - [anon_sym_LT_LT] = ACTIONS(279), - [anon_sym_TILDE] = ACTIONS(312), - [anon_sym_PLUS_EQ] = ACTIONS(316), - [anon_sym_DASH_EQ] = ACTIONS(316), - [anon_sym_STAR_EQ] = ACTIONS(316), - [anon_sym_SLASH_EQ] = ACTIONS(316), - [anon_sym_AT_EQ] = ACTIONS(316), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(316), - [anon_sym_PERCENT_EQ] = ACTIONS(316), - [anon_sym_STAR_STAR_EQ] = ACTIONS(316), - [anon_sym_GT_GT_EQ] = ACTIONS(316), - [anon_sym_LT_LT_EQ] = ACTIONS(316), - [anon_sym_AMP_EQ] = ACTIONS(316), - [anon_sym_CARET_EQ] = ACTIONS(316), - [anon_sym_PIPE_EQ] = ACTIONS(316), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(677), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), - [sym__newline] = ACTIONS(316), - [sym_string_start] = ACTIONS(324), - }, - [177] = { - [sym_list_splat_pattern] = STATE(1348), - [sym_primary_expression] = STATE(1065), - [sym_binary_operator] = STATE(1435), - [sym_unary_operator] = STATE(1435), - [sym_attribute] = STATE(1435), - [sym_subscript] = STATE(1435), - [sym_call] = STATE(1435), - [sym_list] = STATE(1435), - [sym_set] = STATE(1435), - [sym_tuple] = STATE(1435), - [sym_dictionary] = STATE(1435), - [sym_list_comprehension] = STATE(1435), - [sym_dictionary_comprehension] = STATE(1435), - [sym_set_comprehension] = STATE(1435), - [sym_generator_expression] = STATE(1435), - [sym_parenthesized_expression] = STATE(1435), - [sym_concatenated_string] = STATE(1435), - [sym_string] = STATE(1041), - [sym_await] = STATE(1435), - [sym_identifier] = ACTIONS(320), - [anon_sym_DOT] = ACTIONS(668), - [anon_sym_LPAREN] = ACTIONS(408), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_as] = ACTIONS(671), - [anon_sym_STAR] = ACTIONS(410), - [anon_sym_print] = ACTIONS(673), - [anon_sym_GT_GT] = ACTIONS(701), - [anon_sym_if] = ACTIONS(671), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_match] = ACTIONS(673), - [anon_sym_async] = ACTIONS(673), - [anon_sym_for] = ACTIONS(671), - [anon_sym_in] = ACTIONS(671), - [anon_sym_STAR_STAR] = ACTIONS(701), - [anon_sym_exec] = ACTIONS(673), - [anon_sym_type] = ACTIONS(675), - [anon_sym_LBRACK] = ACTIONS(412), - [anon_sym_RBRACK] = ACTIONS(666), - [anon_sym_AT] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(312), - [anon_sym_PIPE] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(312), - [anon_sym_not] = ACTIONS(671), - [anon_sym_and] = ACTIONS(671), - [anon_sym_or] = ACTIONS(671), - [anon_sym_SLASH] = ACTIONS(668), - [anon_sym_PERCENT] = ACTIONS(701), - [anon_sym_SLASH_SLASH] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_LT_LT] = ACTIONS(701), - [anon_sym_TILDE] = ACTIONS(312), - [anon_sym_LT] = ACTIONS(671), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_EQ_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(671), - [anon_sym_LT_GT] = ACTIONS(666), - [anon_sym_is] = ACTIONS(671), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(677), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(324), + [sym_string_start] = ACTIONS(775), }, [178] = { - [sym_list_splat_pattern] = STATE(1465), - [sym_primary_expression] = STATE(1223), - [sym_binary_operator] = STATE(1470), - [sym_unary_operator] = STATE(1470), - [sym_attribute] = STATE(1470), - [sym_subscript] = STATE(1470), - [sym_call] = STATE(1470), - [sym_list] = STATE(1470), - [sym_set] = STATE(1470), - [sym_tuple] = STATE(1470), - [sym_dictionary] = STATE(1470), - [sym_list_comprehension] = STATE(1470), - [sym_dictionary_comprehension] = STATE(1470), - [sym_set_comprehension] = STATE(1470), - [sym_generator_expression] = STATE(1470), - [sym_parenthesized_expression] = STATE(1470), - [sym_concatenated_string] = STATE(1470), - [sym_string] = STATE(1122), - [sym_await] = STATE(1470), - [sym_identifier] = ACTIONS(794), + [sym_list_splat_pattern] = STATE(1429), + [sym_primary_expression] = STATE(1085), + [sym_binary_operator] = STATE(1306), + [sym_unary_operator] = STATE(1306), + [sym_attribute] = STATE(1306), + [sym_subscript] = STATE(1306), + [sym_call] = STATE(1306), + [sym_list] = STATE(1306), + [sym_set] = STATE(1306), + [sym_tuple] = STATE(1306), + [sym_dictionary] = STATE(1306), + [sym_list_comprehension] = STATE(1306), + [sym_dictionary_comprehension] = STATE(1306), + [sym_set_comprehension] = STATE(1306), + [sym_generator_expression] = STATE(1306), + [sym_parenthesized_expression] = STATE(1306), + [sym_concatenated_string] = STATE(1306), + [sym_string] = STATE(1021), + [sym_await] = STATE(1306), + [sym_identifier] = ACTIONS(731), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(796), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_RPAREN] = ACTIONS(277), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_print] = ACTIONS(800), + [anon_sym_STAR] = ACTIONS(735), + [anon_sym_print] = ACTIONS(737), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(279), - [anon_sym_match] = ACTIONS(800), - [anon_sym_async] = ACTIONS(800), + [anon_sym_match] = ACTIONS(739), + [anon_sym_async] = ACTIONS(737), + [anon_sym_for] = ACTIONS(279), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(800), - [anon_sym_type] = ACTIONS(802), - [anon_sym_LBRACK] = ACTIONS(804), - [anon_sym_RBRACK] = ACTIONS(277), + [anon_sym_exec] = ACTIONS(737), + [anon_sym_type] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(743), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(806), + [anon_sym_DASH] = ACTIONS(745), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(806), + [anon_sym_LBRACE] = ACTIONS(747), + [anon_sym_PLUS] = ACTIONS(745), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -28123,7 +28125,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(806), + [anon_sym_TILDE] = ACTIONS(745), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -28132,61 +28134,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(810), - [sym_integer] = ACTIONS(794), - [sym_float] = ACTIONS(810), - [anon_sym_await] = ACTIONS(812), - [sym_true] = ACTIONS(794), - [sym_false] = ACTIONS(794), - [sym_none] = ACTIONS(794), + [sym_ellipsis] = ACTIONS(749), + [sym_integer] = ACTIONS(731), + [sym_float] = ACTIONS(749), + [anon_sym_await] = ACTIONS(751), + [sym_true] = ACTIONS(731), + [sym_false] = ACTIONS(731), + [sym_none] = ACTIONS(731), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(814), + [sym_string_start] = ACTIONS(753), }, [179] = { - [sym_list_splat_pattern] = STATE(1287), - [sym_primary_expression] = STATE(1072), - [sym_binary_operator] = STATE(1322), - [sym_unary_operator] = STATE(1322), - [sym_attribute] = STATE(1322), - [sym_subscript] = STATE(1322), - [sym_call] = STATE(1322), - [sym_list] = STATE(1322), - [sym_set] = STATE(1322), - [sym_tuple] = STATE(1322), - [sym_dictionary] = STATE(1322), - [sym_list_comprehension] = STATE(1322), - [sym_dictionary_comprehension] = STATE(1322), - [sym_set_comprehension] = STATE(1322), - [sym_generator_expression] = STATE(1322), - [sym_parenthesized_expression] = STATE(1322), - [sym_concatenated_string] = STATE(1322), - [sym_string] = STATE(1026), - [sym_await] = STATE(1322), - [sym_identifier] = ACTIONS(750), + [sym_list_splat_pattern] = STATE(1347), + [sym_primary_expression] = STATE(1155), + [sym_binary_operator] = STATE(1435), + [sym_unary_operator] = STATE(1435), + [sym_attribute] = STATE(1435), + [sym_subscript] = STATE(1435), + [sym_call] = STATE(1435), + [sym_list] = STATE(1435), + [sym_set] = STATE(1435), + [sym_tuple] = STATE(1435), + [sym_dictionary] = STATE(1435), + [sym_list_comprehension] = STATE(1435), + [sym_dictionary_comprehension] = STATE(1435), + [sym_set_comprehension] = STATE(1435), + [sym_generator_expression] = STATE(1435), + [sym_parenthesized_expression] = STATE(1435), + [sym_concatenated_string] = STATE(1435), + [sym_string] = STATE(1041), + [sym_await] = STATE(1435), + [sym_identifier] = ACTIONS(323), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(752), - [anon_sym_RPAREN] = ACTIONS(277), + [anon_sym_LPAREN] = ACTIONS(668), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(754), - [anon_sym_print] = ACTIONS(756), + [anon_sym_STAR] = ACTIONS(672), + [anon_sym_print] = ACTIONS(674), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_if] = ACTIONS(279), [anon_sym_COLON] = ACTIONS(277), - [anon_sym_match] = ACTIONS(756), - [anon_sym_async] = ACTIONS(756), + [anon_sym_else] = ACTIONS(279), + [anon_sym_match] = ACTIONS(676), + [anon_sym_async] = ACTIONS(674), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(756), - [anon_sym_type] = ACTIONS(758), + [anon_sym_exec] = ACTIONS(674), + [anon_sym_type] = ACTIONS(676), [anon_sym_EQ] = ACTIONS(279), - [anon_sym_LBRACK] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(678), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(762), + [anon_sym_DASH] = ACTIONS(315), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(764), - [anon_sym_PLUS] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(315), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -28196,7 +28198,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(762), + [anon_sym_TILDE] = ACTIONS(315), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -28205,134 +28207,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(766), - [sym_integer] = ACTIONS(750), - [sym_float] = ACTIONS(766), - [anon_sym_await] = ACTIONS(768), - [sym_true] = ACTIONS(750), - [sym_false] = ACTIONS(750), - [sym_none] = ACTIONS(750), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(682), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(770), + [sym_string_start] = ACTIONS(327), }, [180] = { - [sym_list_splat_pattern] = STATE(1287), - [sym_primary_expression] = STATE(1072), - [sym_binary_operator] = STATE(1322), - [sym_unary_operator] = STATE(1322), - [sym_attribute] = STATE(1322), - [sym_subscript] = STATE(1322), - [sym_call] = STATE(1322), - [sym_list] = STATE(1322), - [sym_set] = STATE(1322), - [sym_tuple] = STATE(1322), - [sym_dictionary] = STATE(1322), - [sym_list_comprehension] = STATE(1322), - [sym_dictionary_comprehension] = STATE(1322), - [sym_set_comprehension] = STATE(1322), - [sym_generator_expression] = STATE(1322), - [sym_parenthesized_expression] = STATE(1322), - [sym_concatenated_string] = STATE(1322), - [sym_string] = STATE(1026), - [sym_await] = STATE(1322), - [sym_identifier] = ACTIONS(750), - [anon_sym_DOT] = ACTIONS(668), - [anon_sym_LPAREN] = ACTIONS(752), - [anon_sym_RPAREN] = ACTIONS(701), - [anon_sym_COMMA] = ACTIONS(701), - [anon_sym_as] = ACTIONS(668), - [anon_sym_STAR] = ACTIONS(754), - [anon_sym_print] = ACTIONS(756), - [anon_sym_GT_GT] = ACTIONS(701), - [anon_sym_COLON_EQ] = ACTIONS(292), - [anon_sym_if] = ACTIONS(668), - [anon_sym_match] = ACTIONS(756), - [anon_sym_async] = ACTIONS(756), - [anon_sym_for] = ACTIONS(671), - [anon_sym_in] = ACTIONS(668), - [anon_sym_STAR_STAR] = ACTIONS(701), - [anon_sym_exec] = ACTIONS(756), - [anon_sym_type] = ACTIONS(758), - [anon_sym_LBRACK] = ACTIONS(760), - [anon_sym_AT] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(762), - [anon_sym_PIPE] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(764), - [anon_sym_PLUS] = ACTIONS(762), - [anon_sym_not] = ACTIONS(668), - [anon_sym_and] = ACTIONS(668), - [anon_sym_or] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(668), - [anon_sym_PERCENT] = ACTIONS(701), - [anon_sym_SLASH_SLASH] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_LT_LT] = ACTIONS(701), - [anon_sym_TILDE] = ACTIONS(762), - [anon_sym_LT] = ACTIONS(668), - [anon_sym_LT_EQ] = ACTIONS(701), - [anon_sym_EQ_EQ] = ACTIONS(701), - [anon_sym_BANG_EQ] = ACTIONS(701), - [anon_sym_GT_EQ] = ACTIONS(701), - [anon_sym_GT] = ACTIONS(668), - [anon_sym_LT_GT] = ACTIONS(701), - [anon_sym_is] = ACTIONS(668), - [sym_ellipsis] = ACTIONS(766), - [sym_integer] = ACTIONS(750), - [sym_float] = ACTIONS(766), - [anon_sym_await] = ACTIONS(768), - [sym_true] = ACTIONS(750), - [sym_false] = ACTIONS(750), - [sym_none] = ACTIONS(750), - [sym_comment] = ACTIONS(3), - [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(770), - }, - [181] = { - [sym_list_splat_pattern] = STATE(1348), - [sym_primary_expression] = STATE(1065), - [sym_binary_operator] = STATE(1435), - [sym_unary_operator] = STATE(1435), - [sym_attribute] = STATE(1435), - [sym_subscript] = STATE(1435), - [sym_call] = STATE(1435), - [sym_list] = STATE(1435), - [sym_set] = STATE(1435), - [sym_tuple] = STATE(1435), - [sym_dictionary] = STATE(1435), - [sym_list_comprehension] = STATE(1435), - [sym_dictionary_comprehension] = STATE(1435), - [sym_set_comprehension] = STATE(1435), - [sym_generator_expression] = STATE(1435), - [sym_parenthesized_expression] = STATE(1435), - [sym_concatenated_string] = STATE(1435), - [sym_string] = STATE(1041), - [sym_await] = STATE(1435), - [sym_identifier] = ACTIONS(320), + [sym_list_splat_pattern] = STATE(1281), + [sym_primary_expression] = STATE(1026), + [sym_binary_operator] = STATE(1268), + [sym_unary_operator] = STATE(1268), + [sym_attribute] = STATE(1268), + [sym_subscript] = STATE(1268), + [sym_call] = STATE(1268), + [sym_list] = STATE(1268), + [sym_set] = STATE(1268), + [sym_tuple] = STATE(1268), + [sym_dictionary] = STATE(1268), + [sym_list_comprehension] = STATE(1268), + [sym_dictionary_comprehension] = STATE(1268), + [sym_set_comprehension] = STATE(1268), + [sym_generator_expression] = STATE(1268), + [sym_parenthesized_expression] = STATE(1268), + [sym_concatenated_string] = STATE(1268), + [sym_string] = STATE(994), + [sym_await] = STATE(1268), + [sym_identifier] = ACTIONS(709), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(408), + [anon_sym_LPAREN] = ACTIONS(711), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(410), - [anon_sym_print] = ACTIONS(673), + [anon_sym_STAR] = ACTIONS(713), + [anon_sym_print] = ACTIONS(715), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_if] = ACTIONS(279), [anon_sym_COLON] = ACTIONS(277), - [anon_sym_else] = ACTIONS(279), - [anon_sym_match] = ACTIONS(673), - [anon_sym_async] = ACTIONS(673), + [anon_sym_match] = ACTIONS(717), + [anon_sym_async] = ACTIONS(715), + [anon_sym_for] = ACTIONS(279), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(673), - [anon_sym_type] = ACTIONS(675), - [anon_sym_EQ] = ACTIONS(279), - [anon_sym_LBRACK] = ACTIONS(412), + [anon_sym_exec] = ACTIONS(715), + [anon_sym_type] = ACTIONS(717), + [anon_sym_LBRACK] = ACTIONS(719), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(312), + [anon_sym_DASH] = ACTIONS(721), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(312), + [anon_sym_LBRACE] = ACTIONS(723), + [anon_sym_RBRACE] = ACTIONS(277), + [anon_sym_PLUS] = ACTIONS(721), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -28342,7 +28271,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(312), + [anon_sym_TILDE] = ACTIONS(721), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -28351,61 +28280,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(677), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), + [sym_ellipsis] = ACTIONS(725), + [sym_integer] = ACTIONS(709), + [sym_float] = ACTIONS(725), + [anon_sym_await] = ACTIONS(727), + [sym_true] = ACTIONS(709), + [sym_false] = ACTIONS(709), + [sym_none] = ACTIONS(709), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(324), + [sym_string_start] = ACTIONS(729), + }, + [181] = { + [sym_list_splat_pattern] = STATE(1388), + [sym_primary_expression] = STATE(1067), + [sym_binary_operator] = STATE(1411), + [sym_unary_operator] = STATE(1411), + [sym_attribute] = STATE(1411), + [sym_subscript] = STATE(1411), + [sym_call] = STATE(1411), + [sym_list] = STATE(1411), + [sym_set] = STATE(1411), + [sym_tuple] = STATE(1411), + [sym_dictionary] = STATE(1411), + [sym_list_comprehension] = STATE(1411), + [sym_dictionary_comprehension] = STATE(1411), + [sym_set_comprehension] = STATE(1411), + [sym_generator_expression] = STATE(1411), + [sym_parenthesized_expression] = STATE(1411), + [sym_concatenated_string] = STATE(1411), + [sym_string] = STATE(1017), + [sym_await] = STATE(1411), + [sym_identifier] = ACTIONS(755), + [anon_sym_DOT] = ACTIONS(665), + [anon_sym_LPAREN] = ACTIONS(757), + [anon_sym_RPAREN] = ACTIONS(706), + [anon_sym_COMMA] = ACTIONS(706), + [anon_sym_as] = ACTIONS(665), + [anon_sym_STAR] = ACTIONS(759), + [anon_sym_print] = ACTIONS(761), + [anon_sym_GT_GT] = ACTIONS(706), + [anon_sym_COLON_EQ] = ACTIONS(292), + [anon_sym_if] = ACTIONS(665), + [anon_sym_match] = ACTIONS(763), + [anon_sym_async] = ACTIONS(761), + [anon_sym_for] = ACTIONS(670), + [anon_sym_in] = ACTIONS(665), + [anon_sym_STAR_STAR] = ACTIONS(706), + [anon_sym_exec] = ACTIONS(761), + [anon_sym_type] = ACTIONS(763), + [anon_sym_LBRACK] = ACTIONS(765), + [anon_sym_AT] = ACTIONS(706), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_not] = ACTIONS(665), + [anon_sym_and] = ACTIONS(665), + [anon_sym_or] = ACTIONS(665), + [anon_sym_SLASH] = ACTIONS(665), + [anon_sym_PERCENT] = ACTIONS(706), + [anon_sym_SLASH_SLASH] = ACTIONS(706), + [anon_sym_AMP] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [anon_sym_LT_LT] = ACTIONS(706), + [anon_sym_TILDE] = ACTIONS(767), + [anon_sym_LT] = ACTIONS(665), + [anon_sym_LT_EQ] = ACTIONS(706), + [anon_sym_EQ_EQ] = ACTIONS(706), + [anon_sym_BANG_EQ] = ACTIONS(706), + [anon_sym_GT_EQ] = ACTIONS(706), + [anon_sym_GT] = ACTIONS(665), + [anon_sym_LT_GT] = ACTIONS(706), + [anon_sym_is] = ACTIONS(665), + [sym_ellipsis] = ACTIONS(771), + [sym_integer] = ACTIONS(755), + [sym_float] = ACTIONS(771), + [anon_sym_await] = ACTIONS(773), + [sym_true] = ACTIONS(755), + [sym_false] = ACTIONS(755), + [sym_none] = ACTIONS(755), + [sym_comment] = ACTIONS(3), + [sym_line_continuation] = ACTIONS(3), + [sym_string_start] = ACTIONS(775), }, [182] = { - [sym_list_splat_pattern] = STATE(1421), - [sym_primary_expression] = STATE(1066), - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [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_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_string] = STATE(1024), - [sym_await] = STATE(1311), - [sym_identifier] = ACTIONS(704), + [sym_list_splat_pattern] = STATE(1429), + [sym_primary_expression] = STATE(1085), + [sym_binary_operator] = STATE(1306), + [sym_unary_operator] = STATE(1306), + [sym_attribute] = STATE(1306), + [sym_subscript] = STATE(1306), + [sym_call] = STATE(1306), + [sym_list] = STATE(1306), + [sym_set] = STATE(1306), + [sym_tuple] = STATE(1306), + [sym_dictionary] = STATE(1306), + [sym_list_comprehension] = STATE(1306), + [sym_dictionary_comprehension] = STATE(1306), + [sym_set_comprehension] = STATE(1306), + [sym_generator_expression] = STATE(1306), + [sym_parenthesized_expression] = STATE(1306), + [sym_concatenated_string] = STATE(1306), + [sym_string] = STATE(1021), + [sym_await] = STATE(1306), + [sym_identifier] = ACTIONS(731), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(733), [anon_sym_RPAREN] = ACTIONS(284), [anon_sym_COMMA] = ACTIONS(284), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(708), - [anon_sym_print] = ACTIONS(710), + [anon_sym_STAR] = ACTIONS(735), + [anon_sym_print] = ACTIONS(737), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_COLON_EQ] = ACTIONS(292), [anon_sym_if] = ACTIONS(279), - [anon_sym_match] = ACTIONS(710), - [anon_sym_async] = ACTIONS(710), + [anon_sym_match] = ACTIONS(739), + [anon_sym_async] = ACTIONS(737), [anon_sym_for] = ACTIONS(279), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(710), - [anon_sym_type] = ACTIONS(712), - [anon_sym_LBRACK] = ACTIONS(716), + [anon_sym_exec] = ACTIONS(737), + [anon_sym_type] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(743), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(718), + [anon_sym_DASH] = ACTIONS(745), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_LBRACE] = ACTIONS(747), + [anon_sym_PLUS] = ACTIONS(745), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -28415,7 +28417,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(718), + [anon_sym_TILDE] = ACTIONS(745), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -28424,20 +28426,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(722), - [sym_integer] = ACTIONS(704), - [sym_float] = ACTIONS(722), - [anon_sym_await] = ACTIONS(724), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_none] = ACTIONS(704), + [sym_ellipsis] = ACTIONS(749), + [sym_integer] = ACTIONS(731), + [sym_float] = ACTIONS(749), + [anon_sym_await] = ACTIONS(751), + [sym_true] = ACTIONS(731), + [sym_false] = ACTIONS(731), + [sym_none] = ACTIONS(731), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(726), + [sym_string_start] = ACTIONS(753), }, [183] = { - [sym_list_splat_pattern] = STATE(1348), - [sym_primary_expression] = STATE(1065), + [sym_list_splat_pattern] = STATE(1347), + [sym_primary_expression] = STATE(1155), [sym_binary_operator] = STATE(1435), [sym_unary_operator] = STATE(1435), [sym_attribute] = STATE(1435), @@ -28455,102 +28457,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_concatenated_string] = STATE(1435), [sym_string] = STATE(1041), [sym_await] = STATE(1435), - [sym_identifier] = ACTIONS(320), - [anon_sym_DOT] = ACTIONS(668), - [anon_sym_LPAREN] = ACTIONS(408), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_as] = ACTIONS(671), - [anon_sym_STAR] = ACTIONS(410), - [anon_sym_print] = ACTIONS(673), - [anon_sym_GT_GT] = ACTIONS(701), - [anon_sym_if] = ACTIONS(671), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_else] = ACTIONS(671), - [anon_sym_match] = ACTIONS(673), - [anon_sym_async] = ACTIONS(673), - [anon_sym_in] = ACTIONS(671), - [anon_sym_STAR_STAR] = ACTIONS(701), - [anon_sym_exec] = ACTIONS(673), - [anon_sym_type] = ACTIONS(675), - [anon_sym_EQ] = ACTIONS(671), - [anon_sym_LBRACK] = ACTIONS(412), - [anon_sym_AT] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(312), - [anon_sym_PIPE] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(312), - [anon_sym_not] = ACTIONS(671), - [anon_sym_and] = ACTIONS(671), - [anon_sym_or] = ACTIONS(671), - [anon_sym_SLASH] = ACTIONS(668), - [anon_sym_PERCENT] = ACTIONS(701), - [anon_sym_SLASH_SLASH] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_LT_LT] = ACTIONS(701), - [anon_sym_TILDE] = ACTIONS(312), - [anon_sym_LT] = ACTIONS(671), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_EQ_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(671), - [anon_sym_LT_GT] = ACTIONS(666), - [anon_sym_is] = ACTIONS(671), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(677), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), + [sym_identifier] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(665), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(663), + [anon_sym_as] = ACTIONS(670), + [anon_sym_STAR] = ACTIONS(672), + [anon_sym_print] = ACTIONS(674), + [anon_sym_GT_GT] = ACTIONS(706), + [anon_sym_if] = ACTIONS(670), + [anon_sym_COLON] = ACTIONS(663), + [anon_sym_else] = ACTIONS(670), + [anon_sym_match] = ACTIONS(676), + [anon_sym_async] = ACTIONS(674), + [anon_sym_in] = ACTIONS(670), + [anon_sym_STAR_STAR] = ACTIONS(706), + [anon_sym_exec] = ACTIONS(674), + [anon_sym_type] = ACTIONS(676), + [anon_sym_EQ] = ACTIONS(670), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_AT] = ACTIONS(706), + [anon_sym_DASH] = ACTIONS(315), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(315), + [anon_sym_not] = ACTIONS(670), + [anon_sym_and] = ACTIONS(670), + [anon_sym_or] = ACTIONS(670), + [anon_sym_SLASH] = ACTIONS(665), + [anon_sym_PERCENT] = ACTIONS(706), + [anon_sym_SLASH_SLASH] = ACTIONS(706), + [anon_sym_AMP] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [anon_sym_LT_LT] = ACTIONS(706), + [anon_sym_TILDE] = ACTIONS(315), + [anon_sym_LT] = ACTIONS(670), + [anon_sym_LT_EQ] = ACTIONS(663), + [anon_sym_EQ_EQ] = ACTIONS(663), + [anon_sym_BANG_EQ] = ACTIONS(663), + [anon_sym_GT_EQ] = ACTIONS(663), + [anon_sym_GT] = ACTIONS(670), + [anon_sym_LT_GT] = ACTIONS(663), + [anon_sym_is] = ACTIONS(670), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(682), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(324), + [sym_string_start] = ACTIONS(327), }, [184] = { - [sym_list_splat_pattern] = STATE(1404), - [sym_primary_expression] = STATE(1069), - [sym_binary_operator] = STATE(1428), - [sym_unary_operator] = STATE(1428), - [sym_attribute] = STATE(1428), - [sym_subscript] = STATE(1428), - [sym_call] = STATE(1428), - [sym_list] = STATE(1428), - [sym_set] = STATE(1428), - [sym_tuple] = STATE(1428), - [sym_dictionary] = STATE(1428), - [sym_list_comprehension] = STATE(1428), - [sym_dictionary_comprehension] = STATE(1428), - [sym_set_comprehension] = STATE(1428), - [sym_generator_expression] = STATE(1428), - [sym_parenthesized_expression] = STATE(1428), - [sym_concatenated_string] = STATE(1428), - [sym_string] = STATE(1007), - [sym_await] = STATE(1428), - [sym_identifier] = ACTIONS(772), + [sym_list_splat_pattern] = STATE(1344), + [sym_primary_expression] = STATE(1062), + [sym_binary_operator] = STATE(1338), + [sym_unary_operator] = STATE(1338), + [sym_attribute] = STATE(1338), + [sym_subscript] = STATE(1338), + [sym_call] = STATE(1338), + [sym_list] = STATE(1338), + [sym_set] = STATE(1338), + [sym_tuple] = STATE(1338), + [sym_dictionary] = STATE(1338), + [sym_list_comprehension] = STATE(1338), + [sym_dictionary_comprehension] = STATE(1338), + [sym_set_comprehension] = STATE(1338), + [sym_generator_expression] = STATE(1338), + [sym_parenthesized_expression] = STATE(1338), + [sym_concatenated_string] = STATE(1338), + [sym_string] = STATE(1024), + [sym_await] = STATE(1338), + [sym_identifier] = ACTIONS(777), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(774), + [anon_sym_LPAREN] = ACTIONS(779), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(776), - [anon_sym_print] = ACTIONS(778), + [anon_sym_STAR] = ACTIONS(781), + [anon_sym_print] = ACTIONS(783), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_if] = ACTIONS(279), - [anon_sym_match] = ACTIONS(778), - [anon_sym_async] = ACTIONS(778), + [anon_sym_match] = ACTIONS(785), + [anon_sym_async] = ACTIONS(783), [anon_sym_for] = ACTIONS(279), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(778), - [anon_sym_type] = ACTIONS(780), - [anon_sym_LBRACK] = ACTIONS(782), + [anon_sym_exec] = ACTIONS(783), + [anon_sym_type] = ACTIONS(785), + [anon_sym_LBRACK] = ACTIONS(787), [anon_sym_RBRACK] = ACTIONS(277), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(784), + [anon_sym_DASH] = ACTIONS(789), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(786), - [anon_sym_PLUS] = ACTIONS(784), + [anon_sym_LBRACE] = ACTIONS(791), + [anon_sym_PLUS] = ACTIONS(789), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -28560,7 +28562,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(789), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -28569,60 +28571,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(788), - [sym_integer] = ACTIONS(772), - [sym_float] = ACTIONS(788), - [anon_sym_await] = ACTIONS(790), - [sym_true] = ACTIONS(772), - [sym_false] = ACTIONS(772), - [sym_none] = ACTIONS(772), + [sym_ellipsis] = ACTIONS(793), + [sym_integer] = ACTIONS(777), + [sym_float] = ACTIONS(793), + [anon_sym_await] = ACTIONS(795), + [sym_true] = ACTIONS(777), + [sym_false] = ACTIONS(777), + [sym_none] = ACTIONS(777), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(792), + [sym_string_start] = ACTIONS(797), }, [185] = { - [sym_list_splat_pattern] = STATE(1421), - [sym_primary_expression] = STATE(1066), - [sym_binary_operator] = STATE(1311), - [sym_unary_operator] = STATE(1311), - [sym_attribute] = STATE(1311), - [sym_subscript] = STATE(1311), - [sym_call] = STATE(1311), - [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_generator_expression] = STATE(1311), - [sym_parenthesized_expression] = STATE(1311), - [sym_concatenated_string] = STATE(1311), - [sym_string] = STATE(1024), - [sym_await] = STATE(1311), - [sym_identifier] = ACTIONS(704), + [sym_list_splat_pattern] = STATE(1483), + [sym_primary_expression] = STATE(1175), + [sym_binary_operator] = STATE(1462), + [sym_unary_operator] = STATE(1462), + [sym_attribute] = STATE(1462), + [sym_subscript] = STATE(1462), + [sym_call] = STATE(1462), + [sym_list] = STATE(1462), + [sym_set] = STATE(1462), + [sym_tuple] = STATE(1462), + [sym_dictionary] = STATE(1462), + [sym_list_comprehension] = STATE(1462), + [sym_dictionary_comprehension] = STATE(1462), + [sym_set_comprehension] = STATE(1462), + [sym_generator_expression] = STATE(1462), + [sym_parenthesized_expression] = STATE(1462), + [sym_concatenated_string] = STATE(1462), + [sym_string] = STATE(1104), + [sym_await] = STATE(1462), + [sym_identifier] = ACTIONS(799), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(706), - [anon_sym_RPAREN] = ACTIONS(277), + [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(708), - [anon_sym_print] = ACTIONS(710), + [anon_sym_STAR] = ACTIONS(803), + [anon_sym_print] = ACTIONS(805), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_if] = ACTIONS(279), - [anon_sym_match] = ACTIONS(710), - [anon_sym_async] = ACTIONS(710), - [anon_sym_for] = ACTIONS(279), + [anon_sym_COLON] = ACTIONS(277), + [anon_sym_match] = ACTIONS(807), + [anon_sym_async] = ACTIONS(805), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(710), - [anon_sym_type] = ACTIONS(712), - [anon_sym_LBRACK] = ACTIONS(716), + [anon_sym_exec] = ACTIONS(805), + [anon_sym_type] = ACTIONS(807), + [anon_sym_LBRACK] = ACTIONS(809), + [anon_sym_RBRACK] = ACTIONS(277), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(718), + [anon_sym_DASH] = ACTIONS(811), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_LBRACE] = ACTIONS(813), + [anon_sym_PLUS] = ACTIONS(811), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -28632,7 +28634,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(718), + [anon_sym_TILDE] = ACTIONS(811), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -28641,60 +28643,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(722), - [sym_integer] = ACTIONS(704), - [sym_float] = ACTIONS(722), - [anon_sym_await] = ACTIONS(724), - [sym_true] = ACTIONS(704), - [sym_false] = ACTIONS(704), - [sym_none] = ACTIONS(704), + [sym_ellipsis] = ACTIONS(815), + [sym_integer] = ACTIONS(799), + [sym_float] = ACTIONS(815), + [anon_sym_await] = ACTIONS(817), + [sym_true] = ACTIONS(799), + [sym_false] = ACTIONS(799), + [sym_none] = ACTIONS(799), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(726), + [sym_string_start] = ACTIONS(819), }, [186] = { - [sym_list_splat_pattern] = STATE(1465), - [sym_primary_expression] = STATE(1223), - [sym_binary_operator] = STATE(1470), - [sym_unary_operator] = STATE(1470), - [sym_attribute] = STATE(1470), - [sym_subscript] = STATE(1470), - [sym_call] = STATE(1470), - [sym_list] = STATE(1470), - [sym_set] = STATE(1470), - [sym_tuple] = STATE(1470), - [sym_dictionary] = STATE(1470), - [sym_list_comprehension] = STATE(1470), - [sym_dictionary_comprehension] = STATE(1470), - [sym_set_comprehension] = STATE(1470), - [sym_generator_expression] = STATE(1470), - [sym_parenthesized_expression] = STATE(1470), - [sym_concatenated_string] = STATE(1470), - [sym_string] = STATE(1122), - [sym_await] = STATE(1470), - [sym_identifier] = ACTIONS(794), + [sym_list_splat_pattern] = STATE(1429), + [sym_primary_expression] = STATE(1085), + [sym_binary_operator] = STATE(1306), + [sym_unary_operator] = STATE(1306), + [sym_attribute] = STATE(1306), + [sym_subscript] = STATE(1306), + [sym_call] = STATE(1306), + [sym_list] = STATE(1306), + [sym_set] = STATE(1306), + [sym_tuple] = STATE(1306), + [sym_dictionary] = STATE(1306), + [sym_list_comprehension] = STATE(1306), + [sym_dictionary_comprehension] = STATE(1306), + [sym_set_comprehension] = STATE(1306), + [sym_generator_expression] = STATE(1306), + [sym_parenthesized_expression] = STATE(1306), + [sym_concatenated_string] = STATE(1306), + [sym_string] = STATE(1021), + [sym_await] = STATE(1306), + [sym_identifier] = ACTIONS(731), [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(796), + [anon_sym_LPAREN] = ACTIONS(733), + [anon_sym_RPAREN] = ACTIONS(277), [anon_sym_COMMA] = ACTIONS(277), [anon_sym_as] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_print] = ACTIONS(800), + [anon_sym_STAR] = ACTIONS(735), + [anon_sym_print] = ACTIONS(737), [anon_sym_GT_GT] = ACTIONS(277), [anon_sym_if] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(277), - [anon_sym_match] = ACTIONS(800), - [anon_sym_async] = ACTIONS(800), + [anon_sym_match] = ACTIONS(739), + [anon_sym_async] = ACTIONS(737), + [anon_sym_for] = ACTIONS(279), [anon_sym_in] = ACTIONS(279), [anon_sym_STAR_STAR] = ACTIONS(277), - [anon_sym_exec] = ACTIONS(800), - [anon_sym_type] = ACTIONS(802), - [anon_sym_LBRACK] = ACTIONS(804), - [anon_sym_RBRACK] = ACTIONS(277), + [anon_sym_exec] = ACTIONS(737), + [anon_sym_type] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(743), [anon_sym_AT] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(806), + [anon_sym_DASH] = ACTIONS(745), [anon_sym_PIPE] = ACTIONS(277), - [anon_sym_LBRACE] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(806), + [anon_sym_LBRACE] = ACTIONS(747), + [anon_sym_PLUS] = ACTIONS(745), [anon_sym_not] = ACTIONS(279), [anon_sym_and] = ACTIONS(279), [anon_sym_or] = ACTIONS(279), @@ -28704,7 +28706,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(277), [anon_sym_CARET] = ACTIONS(277), [anon_sym_LT_LT] = ACTIONS(277), - [anon_sym_TILDE] = ACTIONS(806), + [anon_sym_TILDE] = ACTIONS(745), [anon_sym_LT] = ACTIONS(279), [anon_sym_LT_EQ] = ACTIONS(277), [anon_sym_EQ_EQ] = ACTIONS(277), @@ -28713,20 +28715,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(279), [anon_sym_LT_GT] = ACTIONS(277), [anon_sym_is] = ACTIONS(279), - [sym_ellipsis] = ACTIONS(810), - [sym_integer] = ACTIONS(794), - [sym_float] = ACTIONS(810), - [anon_sym_await] = ACTIONS(812), - [sym_true] = ACTIONS(794), - [sym_false] = ACTIONS(794), - [sym_none] = ACTIONS(794), + [sym_ellipsis] = ACTIONS(749), + [sym_integer] = ACTIONS(731), + [sym_float] = ACTIONS(749), + [anon_sym_await] = ACTIONS(751), + [sym_true] = ACTIONS(731), + [sym_false] = ACTIONS(731), + [sym_none] = ACTIONS(731), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(814), + [sym_string_start] = ACTIONS(753), }, [187] = { - [sym_list_splat_pattern] = STATE(1348), - [sym_primary_expression] = STATE(1065), + [sym_list_splat_pattern] = STATE(1347), + [sym_primary_expression] = STATE(1155), [sym_binary_operator] = STATE(1435), [sym_unary_operator] = STATE(1435), [sym_attribute] = STATE(1435), @@ -28744,60 +28746,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_concatenated_string] = STATE(1435), [sym_string] = STATE(1041), [sym_await] = STATE(1435), - [sym_identifier] = ACTIONS(320), - [anon_sym_DOT] = ACTIONS(668), - [anon_sym_LPAREN] = ACTIONS(408), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(410), - [anon_sym_print] = ACTIONS(673), - [anon_sym_GT_GT] = ACTIONS(668), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_match] = ACTIONS(673), - [anon_sym_async] = ACTIONS(673), - [anon_sym_STAR_STAR] = ACTIONS(668), - [anon_sym_exec] = ACTIONS(673), - [anon_sym_type] = ACTIONS(675), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_LBRACK] = ACTIONS(412), - [anon_sym_AT] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(414), - [anon_sym_PIPE] = ACTIONS(668), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(414), - [anon_sym_SLASH] = ACTIONS(668), - [anon_sym_PERCENT] = ACTIONS(668), - [anon_sym_SLASH_SLASH] = ACTIONS(668), - [anon_sym_AMP] = ACTIONS(668), - [anon_sym_CARET] = ACTIONS(668), - [anon_sym_LT_LT] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(312), - [anon_sym_PLUS_EQ] = ACTIONS(666), - [anon_sym_DASH_EQ] = ACTIONS(666), - [anon_sym_STAR_EQ] = ACTIONS(666), - [anon_sym_SLASH_EQ] = ACTIONS(666), - [anon_sym_AT_EQ] = ACTIONS(666), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(666), - [anon_sym_PERCENT_EQ] = ACTIONS(666), - [anon_sym_STAR_STAR_EQ] = ACTIONS(666), - [anon_sym_GT_GT_EQ] = ACTIONS(666), - [anon_sym_LT_LT_EQ] = ACTIONS(666), - [anon_sym_AMP_EQ] = ACTIONS(666), - [anon_sym_CARET_EQ] = ACTIONS(666), - [anon_sym_PIPE_EQ] = ACTIONS(666), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(677), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), + [sym_identifier] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(279), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(672), + [anon_sym_print] = ACTIONS(674), + [anon_sym_GT_GT] = ACTIONS(279), + [anon_sym_COLON] = ACTIONS(319), + [anon_sym_match] = ACTIONS(676), + [anon_sym_async] = ACTIONS(674), + [anon_sym_STAR_STAR] = ACTIONS(279), + [anon_sym_exec] = ACTIONS(674), + [anon_sym_type] = ACTIONS(676), + [anon_sym_EQ] = ACTIONS(319), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_AT] = ACTIONS(279), + [anon_sym_DASH] = ACTIONS(680), + [anon_sym_PIPE] = ACTIONS(279), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(680), + [anon_sym_SLASH] = ACTIONS(279), + [anon_sym_PERCENT] = ACTIONS(279), + [anon_sym_SLASH_SLASH] = ACTIONS(279), + [anon_sym_AMP] = ACTIONS(279), + [anon_sym_CARET] = ACTIONS(279), + [anon_sym_LT_LT] = ACTIONS(279), + [anon_sym_TILDE] = ACTIONS(315), + [anon_sym_PLUS_EQ] = ACTIONS(319), + [anon_sym_DASH_EQ] = ACTIONS(319), + [anon_sym_STAR_EQ] = ACTIONS(319), + [anon_sym_SLASH_EQ] = ACTIONS(319), + [anon_sym_AT_EQ] = ACTIONS(319), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(319), + [anon_sym_PERCENT_EQ] = ACTIONS(319), + [anon_sym_STAR_STAR_EQ] = ACTIONS(319), + [anon_sym_GT_GT_EQ] = ACTIONS(319), + [anon_sym_LT_LT_EQ] = ACTIONS(319), + [anon_sym_AMP_EQ] = ACTIONS(319), + [anon_sym_CARET_EQ] = ACTIONS(319), + [anon_sym_PIPE_EQ] = ACTIONS(319), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(682), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(324), + [sym_string_start] = ACTIONS(327), }, [188] = { - [sym_list_splat_pattern] = STATE(1348), - [sym_primary_expression] = STATE(1065), + [sym_list_splat_pattern] = STATE(1347), + [sym_primary_expression] = STATE(1155), [sym_binary_operator] = STATE(1435), [sym_unary_operator] = STATE(1435), [sym_attribute] = STATE(1435), @@ -28815,133 +28817,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_concatenated_string] = STATE(1435), [sym_string] = STATE(1041), [sym_await] = STATE(1435), - [sym_identifier] = ACTIONS(320), - [anon_sym_DOT] = ACTIONS(279), - [anon_sym_LPAREN] = ACTIONS(408), - [anon_sym_COMMA] = ACTIONS(316), - [anon_sym_STAR] = ACTIONS(410), - [anon_sym_print] = ACTIONS(673), - [anon_sym_GT_GT] = ACTIONS(279), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_match] = ACTIONS(673), - [anon_sym_async] = ACTIONS(673), - [anon_sym_STAR_STAR] = ACTIONS(279), - [anon_sym_exec] = ACTIONS(673), - [anon_sym_type] = ACTIONS(675), - [anon_sym_EQ] = ACTIONS(316), - [anon_sym_LBRACK] = ACTIONS(412), - [anon_sym_AT] = ACTIONS(279), - [anon_sym_DASH] = ACTIONS(414), - [anon_sym_PIPE] = ACTIONS(279), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(414), - [anon_sym_SLASH] = ACTIONS(279), - [anon_sym_PERCENT] = ACTIONS(279), - [anon_sym_SLASH_SLASH] = ACTIONS(279), - [anon_sym_AMP] = ACTIONS(279), - [anon_sym_CARET] = ACTIONS(279), - [anon_sym_LT_LT] = ACTIONS(279), - [anon_sym_TILDE] = ACTIONS(312), - [anon_sym_PLUS_EQ] = ACTIONS(316), - [anon_sym_DASH_EQ] = ACTIONS(316), - [anon_sym_STAR_EQ] = ACTIONS(316), - [anon_sym_SLASH_EQ] = ACTIONS(316), - [anon_sym_AT_EQ] = ACTIONS(316), - [anon_sym_SLASH_SLASH_EQ] = ACTIONS(316), - [anon_sym_PERCENT_EQ] = ACTIONS(316), - [anon_sym_STAR_STAR_EQ] = ACTIONS(316), - [anon_sym_GT_GT_EQ] = ACTIONS(316), - [anon_sym_LT_LT_EQ] = ACTIONS(316), - [anon_sym_AMP_EQ] = ACTIONS(316), - [anon_sym_CARET_EQ] = ACTIONS(316), - [anon_sym_PIPE_EQ] = ACTIONS(316), - [sym_ellipsis] = ACTIONS(318), - [sym_integer] = ACTIONS(320), - [sym_float] = ACTIONS(318), - [anon_sym_await] = ACTIONS(677), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_none] = ACTIONS(320), + [sym_identifier] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(665), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(663), + [anon_sym_STAR] = ACTIONS(672), + [anon_sym_print] = ACTIONS(674), + [anon_sym_GT_GT] = ACTIONS(665), + [anon_sym_COLON] = ACTIONS(663), + [anon_sym_match] = ACTIONS(676), + [anon_sym_async] = ACTIONS(674), + [anon_sym_STAR_STAR] = ACTIONS(665), + [anon_sym_exec] = ACTIONS(674), + [anon_sym_type] = ACTIONS(676), + [anon_sym_EQ] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_AT] = ACTIONS(665), + [anon_sym_DASH] = ACTIONS(680), + [anon_sym_PIPE] = ACTIONS(665), + [anon_sym_LBRACE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(680), + [anon_sym_SLASH] = ACTIONS(665), + [anon_sym_PERCENT] = ACTIONS(665), + [anon_sym_SLASH_SLASH] = ACTIONS(665), + [anon_sym_AMP] = ACTIONS(665), + [anon_sym_CARET] = ACTIONS(665), + [anon_sym_LT_LT] = ACTIONS(665), + [anon_sym_TILDE] = ACTIONS(315), + [anon_sym_PLUS_EQ] = ACTIONS(663), + [anon_sym_DASH_EQ] = ACTIONS(663), + [anon_sym_STAR_EQ] = ACTIONS(663), + [anon_sym_SLASH_EQ] = ACTIONS(663), + [anon_sym_AT_EQ] = ACTIONS(663), + [anon_sym_SLASH_SLASH_EQ] = ACTIONS(663), + [anon_sym_PERCENT_EQ] = ACTIONS(663), + [anon_sym_STAR_STAR_EQ] = ACTIONS(663), + [anon_sym_GT_GT_EQ] = ACTIONS(663), + [anon_sym_LT_LT_EQ] = ACTIONS(663), + [anon_sym_AMP_EQ] = ACTIONS(663), + [anon_sym_CARET_EQ] = ACTIONS(663), + [anon_sym_PIPE_EQ] = ACTIONS(663), + [sym_ellipsis] = ACTIONS(321), + [sym_integer] = ACTIONS(323), + [sym_float] = ACTIONS(321), + [anon_sym_await] = ACTIONS(682), + [sym_true] = ACTIONS(323), + [sym_false] = ACTIONS(323), + [sym_none] = ACTIONS(323), [sym_comment] = ACTIONS(3), [sym_line_continuation] = ACTIONS(3), - [sym_string_start] = ACTIONS(324), + [sym_string_start] = ACTIONS(327), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 31, - ACTIONS(720), 1, - anon_sym_LBRACE, - ACTIONS(726), 1, - sym_string_start, - ACTIONS(816), 1, + [0] = 28, + ACTIONS(9), 1, sym_identifier, - ACTIONS(818), 1, + ACTIONS(15), 1, anon_sym_LPAREN, - ACTIONS(820), 1, - anon_sym_RPAREN, - ACTIONS(822), 1, + ACTIONS(17), 1, anon_sym_STAR, - ACTIONS(826), 1, - anon_sym_type, - ACTIONS(828), 1, + ACTIONS(61), 1, anon_sym_LBRACK, - ACTIONS(830), 1, + ACTIONS(67), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(71), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(73), 1, anon_sym_yield, - ACTIONS(836), 1, + ACTIONS(79), 1, anon_sym_await, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, - sym_string, - STATE(1313), 1, + ACTIONS(81), 1, + sym_string_start, + STATE(635), 1, sym_list_splat_pattern, - STATE(1725), 1, - sym_expression, - STATE(2359), 1, - sym_yield, - STATE(2452), 1, + STATE(978), 1, + sym_string, + STATE(1015), 1, + sym_primary_expression, + STATE(1661), 1, + sym_pattern_list, + STATE(1663), 1, sym_pattern, - STATE(2668), 1, - sym__patterns, - STATE(2806), 1, + STATE(1856), 1, + sym_expression, + STATE(2815), 1, sym__named_expression_lhs, - STATE(2825), 1, - sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - STATE(1315), 2, + ACTIONS(413), 2, + anon_sym_match, + anon_sym_type, + STATE(644), 2, sym_attribute, sym_subscript, - STATE(2427), 2, - sym_list_splat, - sym_parenthesized_list_splat, - STATE(2606), 2, + STATE(1657), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(718), 3, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(415), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(824), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(2611), 5, + sym_expression_list, + sym_assignment, + sym_augmented_assignment, + sym__right_hand_side, + sym_yield, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -28949,7 +28948,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 14, + STATE(1069), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -28964,78 +28963,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [126] = 30, - ACTIONS(786), 1, + [120] = 30, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(838), 1, + ACTIONS(821), 1, sym_identifier, - ACTIONS(840), 1, + ACTIONS(823), 1, anon_sym_LPAREN, - ACTIONS(842), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(846), 1, - anon_sym_type, - ACTIONS(848), 1, + ACTIONS(831), 1, anon_sym_LBRACK, - ACTIONS(850), 1, + ACTIONS(833), 1, anon_sym_RBRACK, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(858), 1, + ACTIONS(841), 1, anon_sym_await, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1300), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1363), 1, sym_list_splat_pattern, - STATE(1739), 1, + STATE(1719), 1, sym_expression, - STATE(2272), 1, + STATE(2309), 1, sym_pattern, - STATE(2677), 1, - sym__patterns, - STATE(2678), 1, - sym__collection_elements, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, + STATE(2726), 1, + sym__collection_elements, + STATE(2783), 1, + sym__patterns, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(1305), 2, + ACTIONS(829), 2, + anon_sym_match, + anon_sym_type, + STATE(1364), 2, sym_attribute, sym_subscript, - STATE(2591), 2, + STATE(2559), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(784), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, + ACTIONS(827), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(772), 4, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(844), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29043,7 +29042,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 14, + STATE(1338), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -29058,76 +29057,76 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [250] = 30, - ACTIONS(738), 1, - anon_sym_LBRACK, - ACTIONS(742), 1, - anon_sym_LBRACE, - ACTIONS(748), 1, - sym_string_start, - ACTIONS(860), 1, + [244] = 28, + ACTIONS(9), 1, sym_identifier, - ACTIONS(862), 1, + ACTIONS(15), 1, anon_sym_LPAREN, - ACTIONS(864), 1, - anon_sym_COMMA, - ACTIONS(866), 1, + ACTIONS(17), 1, anon_sym_STAR, - ACTIONS(870), 1, - anon_sym_STAR_STAR, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(874), 1, - anon_sym_RBRACE, - ACTIONS(876), 1, + ACTIONS(61), 1, + anon_sym_LBRACK, + ACTIONS(67), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(71), 1, anon_sym_lambda, - ACTIONS(880), 1, + ACTIONS(73), 1, anon_sym_yield, - ACTIONS(882), 1, + ACTIONS(79), 1, anon_sym_await, - STATE(988), 1, - sym_primary_expression, - STATE(989), 1, - sym_string, - STATE(1270), 1, + ACTIONS(81), 1, + sym_string_start, + STATE(635), 1, sym_list_splat_pattern, - STATE(1695), 1, + STATE(978), 1, + sym_string, + STATE(1015), 1, + sym_primary_expression, + STATE(1661), 1, + sym_pattern_list, + STATE(1663), 1, + sym_pattern, + STATE(1856), 1, sym_expression, - STATE(1897), 1, - sym_pair, - STATE(2456), 1, - sym_dictionary_splat, - STATE(2699), 1, + STATE(2815), 1, sym__named_expression_lhs, - STATE(2700), 1, - sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(413), 2, + anon_sym_match, + anon_sym_type, + STATE(644), 2, + sym_attribute, + sym_subscript, + STATE(1657), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2340), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(728), 4, + ACTIONS(415), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(2540), 5, + sym_expression_list, + sym_assignment, + sym_augmented_assignment, + sym__right_hand_side, + sym_yield, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29135,11 +29134,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1069), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -29152,80 +29149,79 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [374] = 32, - ACTIONS(720), 1, + [364] = 31, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(816), 1, + ACTIONS(843), 1, sym_identifier, - ACTIONS(818), 1, + ACTIONS(845), 1, anon_sym_LPAREN, - ACTIONS(822), 1, + ACTIONS(847), 1, + anon_sym_RPAREN, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(826), 1, - anon_sym_type, - ACTIONS(828), 1, + ACTIONS(855), 1, anon_sym_LBRACK, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(836), 1, + ACTIONS(863), 1, anon_sym_await, - ACTIONS(884), 1, - anon_sym_RPAREN, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1313), 1, + STATE(1308), 1, sym_list_splat_pattern, - STATE(1716), 1, + STATE(1725), 1, sym_expression, - STATE(2276), 1, + STATE(2389), 1, sym_yield, - STATE(2452), 1, + STATE(2468), 1, sym_pattern, - STATE(2471), 1, - sym_list_splat, - STATE(2473), 1, - sym_parenthesized_list_splat, - STATE(2790), 1, - sym__patterns, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, - STATE(2808), 1, + STATE(2666), 1, + sym__patterns, + STATE(2822), 1, sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(1315), 2, + ACTIONS(853), 2, + anon_sym_match, + anon_sym_type, + STATE(1309), 2, sym_attribute, sym_subscript, - STATE(2606), 2, + STATE(2439), 2, + sym_list_splat, + sym_parenthesized_list_splat, + STATE(2548), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(718), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(851), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(824), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29233,7 +29229,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 14, + STATE(1306), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -29248,79 +29244,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [502] = 31, - ACTIONS(720), 1, + [490] = 30, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(816), 1, + ACTIONS(821), 1, sym_identifier, - ACTIONS(818), 1, + ACTIONS(823), 1, anon_sym_LPAREN, - ACTIONS(822), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(826), 1, - anon_sym_type, - ACTIONS(828), 1, + ACTIONS(831), 1, anon_sym_LBRACK, - ACTIONS(830), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(836), 1, + ACTIONS(841), 1, anon_sym_await, - ACTIONS(886), 1, - anon_sym_RPAREN, - STATE(1022), 1, - sym_primary_expression, + ACTIONS(865), 1, + anon_sym_RBRACK, STATE(1024), 1, sym_string, - STATE(1313), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1363), 1, sym_list_splat_pattern, - STATE(1738), 1, + STATE(1741), 1, sym_expression, - STATE(2452), 1, + STATE(2309), 1, sym_pattern, - STATE(2482), 1, - sym_yield, - STATE(2668), 1, - sym__patterns, - STATE(2752), 1, + STATE(2689), 1, sym__collection_elements, - STATE(2806), 1, + STATE(2722), 1, sym__named_expression_lhs, + STATE(2783), 1, + sym__patterns, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(1315), 2, + ACTIONS(829), 2, + anon_sym_match, + anon_sym_type, + STATE(1364), 2, sym_attribute, sym_subscript, - STATE(2427), 2, - sym_list_splat, - sym_parenthesized_list_splat, - STATE(2606), 2, + STATE(2559), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(718), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(827), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(824), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29328,7 +29323,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 14, + STATE(1338), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -29343,80 +29338,76 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [628] = 32, - ACTIONS(720), 1, + [614] = 30, + ACTIONS(719), 1, + anon_sym_LBRACK, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(816), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(818), 1, + ACTIONS(869), 1, anon_sym_LPAREN, - ACTIONS(822), 1, + ACTIONS(871), 1, + anon_sym_COMMA, + ACTIONS(873), 1, anon_sym_STAR, - ACTIONS(826), 1, - anon_sym_type, - ACTIONS(828), 1, - anon_sym_LBRACK, - ACTIONS(830), 1, + ACTIONS(879), 1, + anon_sym_STAR_STAR, + ACTIONS(881), 1, + anon_sym_RBRACE, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(887), 1, anon_sym_yield, - ACTIONS(836), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(888), 1, - anon_sym_RPAREN, - STATE(1022), 1, + STATE(985), 1, sym_primary_expression, - STATE(1024), 1, + STATE(994), 1, sym_string, - STATE(1313), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1708), 1, + STATE(1690), 1, sym_expression, - STATE(2429), 1, - sym_yield, - STATE(2434), 1, - sym_list_splat, - STATE(2437), 1, - sym_parenthesized_list_splat, - STATE(2452), 1, - sym_pattern, - STATE(2634), 1, - sym__patterns, - STATE(2648), 1, - sym__collection_elements, - STATE(2806), 1, + STATE(1908), 1, + sym_pair, + STATE(2271), 1, + sym_dictionary_splat, + STATE(2673), 1, sym__named_expression_lhs, + STATE(2817), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - STATE(1315), 2, - sym_attribute, - sym_subscript, - STATE(2606), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(718), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2337), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(824), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29424,9 +29415,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 14, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -29439,78 +29432,79 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [756] = 30, - ACTIONS(786), 1, + [738] = 31, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(838), 1, + ACTIONS(843), 1, sym_identifier, - ACTIONS(840), 1, + ACTIONS(845), 1, anon_sym_LPAREN, - ACTIONS(842), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(846), 1, - anon_sym_type, - ACTIONS(848), 1, + ACTIONS(855), 1, anon_sym_LBRACK, - ACTIONS(852), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(858), 1, + ACTIONS(863), 1, anon_sym_await, - ACTIONS(890), 1, - anon_sym_RBRACK, - STATE(1005), 1, + ACTIONS(891), 1, + anon_sym_RPAREN, + STATE(1010), 1, sym_primary_expression, - STATE(1007), 1, + STATE(1021), 1, sym_string, - STATE(1300), 1, + STATE(1308), 1, sym_list_splat_pattern, - STATE(1718), 1, + STATE(1713), 1, sym_expression, - STATE(2272), 1, + STATE(2468), 1, sym_pattern, - STATE(2676), 1, - sym__patterns, - STATE(2737), 1, + STATE(2525), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, - STATE(2828), 1, + STATE(2670), 1, + sym__patterns, + STATE(2811), 1, sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(1305), 2, + ACTIONS(853), 2, + anon_sym_match, + anon_sym_type, + STATE(1309), 2, sym_attribute, sym_subscript, - STATE(2591), 2, + STATE(2439), 2, + sym_list_splat, + sym_parenthesized_list_splat, + STATE(2548), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(784), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(772), 4, + ACTIONS(851), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(844), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29518,7 +29512,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 14, + STATE(1306), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -29533,76 +29527,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [880] = 28, - ACTIONS(9), 1, + [864] = 30, + ACTIONS(791), 1, + anon_sym_LBRACE, + ACTIONS(797), 1, + sym_string_start, + ACTIONS(821), 1, sym_identifier, - ACTIONS(15), 1, + ACTIONS(823), 1, anon_sym_LPAREN, - ACTIONS(17), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(61), 1, + ACTIONS(831), 1, anon_sym_LBRACK, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(71), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(73), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(79), 1, + ACTIONS(841), 1, anon_sym_await, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(892), 1, - anon_sym_type, - STATE(626), 1, - sym_list_splat_pattern, - STATE(976), 1, + ACTIONS(893), 1, + anon_sym_RBRACK, + STATE(1024), 1, sym_string, - STATE(1016), 1, + STATE(1044), 1, sym_primary_expression, - STATE(1660), 1, - sym_pattern_list, - STATE(1668), 1, - sym_pattern, - STATE(1854), 1, + STATE(1363), 1, + sym_list_splat_pattern, + STATE(1742), 1, sym_expression, - STATE(2817), 1, + STATE(2309), 1, + sym_pattern, + STATE(2693), 1, + sym__patterns, + STATE(2722), 1, sym__named_expression_lhs, + STATE(2767), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(635), 2, + ACTIONS(829), 2, + anon_sym_match, + anon_sym_type, + STATE(1364), 2, sym_attribute, sym_subscript, - STATE(1663), 2, + STATE(2559), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(65), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(418), 4, + ACTIONS(827), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - STATE(2547), 5, - sym_expression_list, - sym_assignment, - sym_augmented_assignment, - sym__right_hand_side, + STATE(2308), 3, + sym_list_splat, + sym_parenthesized_list_splat, sym_yield, - STATE(1697), 7, + ACTIONS(777), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29610,7 +29606,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 14, + STATE(1338), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -29625,76 +29621,76 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1000] = 28, - ACTIONS(9), 1, + [988] = 30, + ACTIONS(719), 1, + anon_sym_LBRACK, + ACTIONS(723), 1, + anon_sym_LBRACE, + ACTIONS(729), 1, + sym_string_start, + ACTIONS(867), 1, sym_identifier, - ACTIONS(15), 1, + ACTIONS(869), 1, anon_sym_LPAREN, - ACTIONS(17), 1, + ACTIONS(873), 1, anon_sym_STAR, - ACTIONS(61), 1, - anon_sym_LBRACK, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, + ACTIONS(879), 1, + anon_sym_STAR_STAR, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(71), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(73), 1, + ACTIONS(887), 1, anon_sym_yield, - ACTIONS(79), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(892), 1, - anon_sym_type, - STATE(626), 1, - sym_list_splat_pattern, - STATE(976), 1, - sym_string, - STATE(1016), 1, + ACTIONS(895), 1, + anon_sym_COMMA, + ACTIONS(897), 1, + anon_sym_RBRACE, + STATE(985), 1, sym_primary_expression, - STATE(1660), 1, - sym_pattern_list, - STATE(1668), 1, - sym_pattern, - STATE(1854), 1, + STATE(994), 1, + sym_string, + STATE(1281), 1, + sym_list_splat_pattern, + STATE(1693), 1, sym_expression, - STATE(2817), 1, + STATE(1884), 1, + sym_pair, + STATE(2316), 1, + sym_dictionary_splat, + STATE(2673), 1, sym__named_expression_lhs, + STATE(2776), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - STATE(635), 2, - sym_attribute, - sym_subscript, - STATE(1663), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(65), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(418), 4, + ACTIONS(875), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - STATE(2537), 5, - sym_expression_list, - sym_assignment, - sym_augmented_assignment, - sym__right_hand_side, + STATE(2337), 3, + sym_list_splat, + sym_parenthesized_list_splat, sym_yield, - STATE(1697), 7, + ACTIONS(709), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29702,9 +29698,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 14, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -29717,76 +29715,76 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1120] = 28, - ACTIONS(9), 1, + [1112] = 30, + ACTIONS(719), 1, + anon_sym_LBRACK, + ACTIONS(723), 1, + anon_sym_LBRACE, + ACTIONS(729), 1, + sym_string_start, + ACTIONS(867), 1, sym_identifier, - ACTIONS(15), 1, + ACTIONS(869), 1, anon_sym_LPAREN, - ACTIONS(17), 1, + ACTIONS(873), 1, anon_sym_STAR, - ACTIONS(61), 1, - anon_sym_LBRACK, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, + ACTIONS(879), 1, + anon_sym_STAR_STAR, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(71), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(73), 1, + ACTIONS(887), 1, anon_sym_yield, - ACTIONS(79), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(892), 1, - anon_sym_type, - STATE(626), 1, - sym_list_splat_pattern, - STATE(976), 1, - sym_string, - STATE(1016), 1, + ACTIONS(899), 1, + anon_sym_COMMA, + ACTIONS(901), 1, + anon_sym_RBRACE, + STATE(985), 1, sym_primary_expression, - STATE(1660), 1, - sym_pattern_list, - STATE(1668), 1, - sym_pattern, - STATE(1854), 1, + STATE(994), 1, + sym_string, + STATE(1281), 1, + sym_list_splat_pattern, + STATE(1701), 1, sym_expression, - STATE(2817), 1, + STATE(1879), 1, + sym_pair, + STATE(2318), 1, + sym_dictionary_splat, + STATE(2673), 1, sym__named_expression_lhs, + STATE(2700), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - STATE(635), 2, - sym_attribute, - sym_subscript, - STATE(1663), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(65), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(418), 4, + ACTIONS(875), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - STATE(2552), 5, - sym_expression_list, - sym_assignment, - sym_augmented_assignment, - sym__right_hand_side, + STATE(2337), 3, + sym_list_splat, + sym_parenthesized_list_splat, sym_yield, - STATE(1697), 7, + ACTIONS(709), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29794,9 +29792,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 14, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -29809,78 +29809,79 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1240] = 30, - ACTIONS(786), 1, + [1236] = 31, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(838), 1, + ACTIONS(843), 1, sym_identifier, - ACTIONS(840), 1, + ACTIONS(845), 1, anon_sym_LPAREN, - ACTIONS(842), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(846), 1, - anon_sym_type, - ACTIONS(848), 1, + ACTIONS(855), 1, anon_sym_LBRACK, - ACTIONS(852), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(858), 1, + ACTIONS(863), 1, anon_sym_await, - ACTIONS(894), 1, - anon_sym_RBRACK, - STATE(1005), 1, + ACTIONS(903), 1, + anon_sym_RPAREN, + STATE(1010), 1, sym_primary_expression, - STATE(1007), 1, + STATE(1021), 1, sym_string, - STATE(1300), 1, + STATE(1308), 1, sym_list_splat_pattern, - STATE(1740), 1, + STATE(1713), 1, sym_expression, - STATE(2272), 1, + STATE(2468), 1, sym_pattern, - STATE(2676), 1, - sym__patterns, - STATE(2737), 1, + STATE(2525), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, - STATE(2818), 1, + STATE(2666), 1, + sym__patterns, + STATE(2811), 1, sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(1305), 2, + ACTIONS(853), 2, + anon_sym_match, + anon_sym_type, + STATE(1309), 2, sym_attribute, sym_subscript, - STATE(2591), 2, + STATE(2439), 2, + sym_list_splat, + sym_parenthesized_list_splat, + STATE(2548), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(784), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(772), 4, + ACTIONS(851), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(844), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29888,7 +29889,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 14, + STATE(1306), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -29903,76 +29904,79 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1364] = 30, - ACTIONS(738), 1, - anon_sym_LBRACK, - ACTIONS(742), 1, + [1362] = 31, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(843), 1, sym_identifier, - ACTIONS(862), 1, + ACTIONS(845), 1, anon_sym_LPAREN, - ACTIONS(866), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(870), 1, - anon_sym_STAR_STAR, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(855), 1, + anon_sym_LBRACK, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(880), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(882), 1, + ACTIONS(863), 1, anon_sym_await, - ACTIONS(896), 1, - anon_sym_COMMA, - ACTIONS(898), 1, - anon_sym_RBRACE, - STATE(988), 1, + ACTIONS(905), 1, + anon_sym_RPAREN, + STATE(1010), 1, sym_primary_expression, - STATE(989), 1, + STATE(1021), 1, sym_string, - STATE(1270), 1, + STATE(1308), 1, sym_list_splat_pattern, - STATE(1684), 1, + STATE(1713), 1, sym_expression, - STATE(1867), 1, - sym_pair, - STATE(2379), 1, - sym_dictionary_splat, - STATE(2699), 1, + STATE(2468), 1, + sym_pattern, + STATE(2525), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, - STATE(2780), 1, + STATE(2666), 1, + sym__patterns, + STATE(2811), 1, sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(853), 2, + anon_sym_match, + anon_sym_type, + STATE(1309), 2, + sym_attribute, + sym_subscript, + STATE(2439), 2, + sym_list_splat, + sym_parenthesized_list_splat, + STATE(2548), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2340), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(728), 4, + ACTIONS(851), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -29980,11 +29984,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1306), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -29997,79 +29999,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1488] = 31, - ACTIONS(720), 1, + [1488] = 30, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(816), 1, + ACTIONS(821), 1, sym_identifier, - ACTIONS(818), 1, + ACTIONS(823), 1, anon_sym_LPAREN, - ACTIONS(822), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(826), 1, - anon_sym_type, - ACTIONS(828), 1, + ACTIONS(831), 1, anon_sym_LBRACK, - ACTIONS(830), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(836), 1, + ACTIONS(841), 1, anon_sym_await, - ACTIONS(900), 1, - anon_sym_RPAREN, - STATE(1022), 1, - sym_primary_expression, + ACTIONS(907), 1, + anon_sym_RBRACK, STATE(1024), 1, sym_string, - STATE(1313), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1363), 1, sym_list_splat_pattern, - STATE(1712), 1, + STATE(1744), 1, sym_expression, - STATE(2372), 1, - sym_yield, - STATE(2452), 1, + STATE(2309), 1, sym_pattern, - STATE(2634), 1, - sym__patterns, - STATE(2804), 1, - sym__collection_elements, - STATE(2806), 1, + STATE(2722), 1, sym__named_expression_lhs, + STATE(2756), 1, + sym__collection_elements, + STATE(2783), 1, + sym__patterns, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(1315), 2, + ACTIONS(829), 2, + anon_sym_match, + anon_sym_type, + STATE(1364), 2, sym_attribute, sym_subscript, - STATE(2427), 2, - sym_list_splat, - sym_parenthesized_list_splat, - STATE(2606), 2, + STATE(2559), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(718), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(827), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(824), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30077,7 +30078,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 14, + STATE(1338), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -30092,78 +30093,76 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1614] = 30, - ACTIONS(786), 1, + [1612] = 30, + ACTIONS(719), 1, + anon_sym_LBRACK, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(838), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(840), 1, + ACTIONS(869), 1, anon_sym_LPAREN, - ACTIONS(842), 1, + ACTIONS(873), 1, anon_sym_STAR, - ACTIONS(846), 1, - anon_sym_type, - ACTIONS(848), 1, - anon_sym_LBRACK, - ACTIONS(852), 1, + ACTIONS(879), 1, + anon_sym_STAR_STAR, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(887), 1, anon_sym_yield, - ACTIONS(858), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(902), 1, - anon_sym_RBRACK, - STATE(1005), 1, + ACTIONS(909), 1, + anon_sym_COMMA, + ACTIONS(911), 1, + anon_sym_RBRACE, + STATE(985), 1, sym_primary_expression, - STATE(1007), 1, + STATE(994), 1, sym_string, - STATE(1300), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1741), 1, + STATE(1685), 1, sym_expression, - STATE(2272), 1, - sym_pattern, - STATE(2659), 1, - sym__collection_elements, - STATE(2737), 1, + STATE(1882), 1, + sym_pair, + STATE(2361), 1, + sym_dictionary_splat, + STATE(2673), 1, sym__named_expression_lhs, - STATE(2815), 1, - sym__patterns, + STATE(2698), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - STATE(1305), 2, - sym_attribute, - sym_subscript, - STATE(2591), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(784), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2337), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(772), 4, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(844), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30171,9 +30170,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 14, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -30186,76 +30187,76 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1738] = 30, - ACTIONS(738), 1, - anon_sym_LBRACK, - ACTIONS(742), 1, - anon_sym_LBRACE, - ACTIONS(748), 1, - sym_string_start, - ACTIONS(860), 1, + [1736] = 28, + ACTIONS(9), 1, sym_identifier, - ACTIONS(862), 1, + ACTIONS(15), 1, anon_sym_LPAREN, - ACTIONS(866), 1, + ACTIONS(17), 1, anon_sym_STAR, - ACTIONS(870), 1, - anon_sym_STAR_STAR, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(61), 1, + anon_sym_LBRACK, + ACTIONS(67), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(71), 1, anon_sym_lambda, - ACTIONS(880), 1, + ACTIONS(73), 1, anon_sym_yield, - ACTIONS(882), 1, + ACTIONS(79), 1, anon_sym_await, - ACTIONS(904), 1, - anon_sym_COMMA, - ACTIONS(906), 1, - anon_sym_RBRACE, - STATE(988), 1, - sym_primary_expression, - STATE(989), 1, - sym_string, - STATE(1270), 1, + ACTIONS(81), 1, + sym_string_start, + STATE(635), 1, sym_list_splat_pattern, - STATE(1694), 1, + STATE(978), 1, + sym_string, + STATE(1015), 1, + sym_primary_expression, + STATE(1661), 1, + sym_pattern_list, + STATE(1663), 1, + sym_pattern, + STATE(1856), 1, sym_expression, - STATE(1910), 1, - sym_pair, - STATE(2280), 1, - sym_dictionary_splat, - STATE(2665), 1, - sym__collection_elements, - STATE(2699), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(413), 2, + anon_sym_match, + anon_sym_type, + STATE(644), 2, + sym_attribute, + sym_subscript, + STATE(1657), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2340), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(728), 4, + ACTIONS(415), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(2615), 5, + sym_expression_list, + sym_assignment, + sym_augmented_assignment, + sym__right_hand_side, + sym_yield, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30263,11 +30264,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1069), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -30280,79 +30279,80 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1862] = 31, - ACTIONS(720), 1, + [1856] = 32, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(816), 1, + ACTIONS(843), 1, sym_identifier, - ACTIONS(818), 1, + ACTIONS(845), 1, anon_sym_LPAREN, - ACTIONS(822), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(826), 1, - anon_sym_type, - ACTIONS(828), 1, + ACTIONS(855), 1, anon_sym_LBRACK, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(836), 1, + ACTIONS(863), 1, anon_sym_await, - ACTIONS(908), 1, + ACTIONS(913), 1, anon_sym_RPAREN, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1313), 1, + STATE(1308), 1, sym_list_splat_pattern, - STATE(1712), 1, + STATE(1709), 1, sym_expression, - STATE(2372), 1, + STATE(2305), 1, + sym_list_splat, + STATE(2307), 1, sym_yield, - STATE(2452), 1, + STATE(2310), 1, + sym_parenthesized_list_splat, + STATE(2468), 1, sym_pattern, - STATE(2668), 1, + STATE(2635), 1, + sym__named_expression_lhs, + STATE(2670), 1, sym__patterns, - STATE(2804), 1, + STATE(2680), 1, sym__collection_elements, - STATE(2806), 1, - sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(1315), 2, + ACTIONS(853), 2, + anon_sym_match, + anon_sym_type, + STATE(1309), 2, sym_attribute, sym_subscript, - STATE(2427), 2, - sym_list_splat, - sym_parenthesized_list_splat, - STATE(2606), 2, + STATE(2548), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(718), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(851), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(824), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30360,7 +30360,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 14, + STATE(1306), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -30375,78 +30375,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [1988] = 30, - ACTIONS(786), 1, + [1984] = 30, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(838), 1, + ACTIONS(821), 1, sym_identifier, - ACTIONS(840), 1, + ACTIONS(823), 1, anon_sym_LPAREN, - ACTIONS(842), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(846), 1, - anon_sym_type, - ACTIONS(848), 1, + ACTIONS(831), 1, anon_sym_LBRACK, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(858), 1, + ACTIONS(841), 1, anon_sym_await, - ACTIONS(910), 1, + ACTIONS(915), 1, anon_sym_RBRACK, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1300), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1363), 1, sym_list_splat_pattern, - STATE(1743), 1, + STATE(1741), 1, sym_expression, - STATE(2272), 1, + STATE(2309), 1, sym_pattern, - STATE(2652), 1, + STATE(2689), 1, sym__collection_elements, - STATE(2676), 1, - sym__patterns, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, + STATE(2749), 1, + sym__patterns, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(1305), 2, + ACTIONS(829), 2, + anon_sym_match, + anon_sym_type, + STATE(1364), 2, sym_attribute, sym_subscript, - STATE(2591), 2, + STATE(2559), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(784), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, + ACTIONS(827), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(772), 4, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(844), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30454,7 +30454,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 14, + STATE(1338), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -30469,76 +30469,76 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2112] = 30, - ACTIONS(738), 1, + [2108] = 30, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(862), 1, + ACTIONS(869), 1, anon_sym_LPAREN, - ACTIONS(866), 1, + ACTIONS(873), 1, anon_sym_STAR, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(880), 1, + ACTIONS(887), 1, anon_sym_yield, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(912), 1, + ACTIONS(917), 1, anon_sym_COMMA, - ACTIONS(914), 1, + ACTIONS(919), 1, anon_sym_RBRACE, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1700), 1, + STATE(1692), 1, sym_expression, - STATE(1887), 1, + STATE(1902), 1, sym_pair, - STATE(2330), 1, + STATE(2392), 1, sym_dictionary_splat, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, - STATE(2740), 1, + STATE(2819), 1, sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2340), 3, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2337), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(728), 4, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30546,7 +30546,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30563,76 +30563,79 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2236] = 30, - ACTIONS(738), 1, - anon_sym_LBRACK, - ACTIONS(742), 1, + [2232] = 31, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(843), 1, sym_identifier, - ACTIONS(862), 1, + ACTIONS(845), 1, anon_sym_LPAREN, - ACTIONS(866), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(870), 1, - anon_sym_STAR_STAR, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(855), 1, + anon_sym_LBRACK, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(880), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(882), 1, + ACTIONS(863), 1, anon_sym_await, - ACTIONS(916), 1, - anon_sym_COMMA, - ACTIONS(918), 1, - anon_sym_RBRACE, - STATE(988), 1, + ACTIONS(921), 1, + anon_sym_RPAREN, + STATE(1010), 1, sym_primary_expression, - STATE(989), 1, + STATE(1021), 1, sym_string, - STATE(1270), 1, + STATE(1308), 1, sym_list_splat_pattern, - STATE(1690), 1, + STATE(1713), 1, sym_expression, - STATE(1891), 1, - sym_pair, - STATE(2467), 1, - sym_dictionary_splat, - STATE(2699), 1, + STATE(2468), 1, + sym_pattern, + STATE(2525), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, - STATE(2751), 1, + STATE(2745), 1, + sym__patterns, + STATE(2811), 1, sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(853), 2, + anon_sym_match, + anon_sym_type, + STATE(1309), 2, + sym_attribute, + sym_subscript, + STATE(2439), 2, + sym_list_splat, + sym_parenthesized_list_splat, + STATE(2548), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2340), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(728), 4, + ACTIONS(851), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30640,11 +30643,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1306), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -30657,79 +30658,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2360] = 31, - ACTIONS(720), 1, + [2358] = 30, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(816), 1, + ACTIONS(821), 1, sym_identifier, - ACTIONS(818), 1, + ACTIONS(823), 1, anon_sym_LPAREN, - ACTIONS(822), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(826), 1, - anon_sym_type, - ACTIONS(828), 1, + ACTIONS(831), 1, anon_sym_LBRACK, - ACTIONS(830), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(836), 1, + ACTIONS(841), 1, anon_sym_await, - ACTIONS(920), 1, - anon_sym_RPAREN, - STATE(1022), 1, - sym_primary_expression, + ACTIONS(923), 1, + anon_sym_RBRACK, STATE(1024), 1, sym_string, - STATE(1313), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1363), 1, sym_list_splat_pattern, - STATE(1712), 1, + STATE(1741), 1, sym_expression, - STATE(2372), 1, - sym_yield, - STATE(2452), 1, + STATE(2309), 1, sym_pattern, - STATE(2790), 1, - sym__patterns, - STATE(2804), 1, + STATE(2689), 1, sym__collection_elements, - STATE(2806), 1, + STATE(2722), 1, sym__named_expression_lhs, + STATE(2783), 1, + sym__patterns, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(1315), 2, + ACTIONS(829), 2, + anon_sym_match, + anon_sym_type, + STATE(1364), 2, sym_attribute, sym_subscript, - STATE(2427), 2, - sym_list_splat, - sym_parenthesized_list_splat, - STATE(2606), 2, + STATE(2559), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(718), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(827), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(824), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30737,7 +30737,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 14, + STATE(1338), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -30752,78 +30752,76 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2486] = 30, - ACTIONS(786), 1, + [2482] = 30, + ACTIONS(719), 1, + anon_sym_LBRACK, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(838), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(840), 1, + ACTIONS(869), 1, anon_sym_LPAREN, - ACTIONS(842), 1, + ACTIONS(873), 1, anon_sym_STAR, - ACTIONS(846), 1, - anon_sym_type, - ACTIONS(848), 1, - anon_sym_LBRACK, - ACTIONS(852), 1, + ACTIONS(879), 1, + anon_sym_STAR_STAR, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(887), 1, anon_sym_yield, - ACTIONS(858), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(922), 1, - anon_sym_RBRACK, - STATE(1005), 1, + ACTIONS(925), 1, + anon_sym_COMMA, + ACTIONS(927), 1, + anon_sym_RBRACE, + STATE(985), 1, sym_primary_expression, - STATE(1007), 1, + STATE(994), 1, sym_string, - STATE(1300), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1740), 1, + STATE(1689), 1, sym_expression, - STATE(2272), 1, - sym_pattern, - STATE(2677), 1, - sym__patterns, - STATE(2737), 1, + STATE(1912), 1, + sym_pair, + STATE(2420), 1, + sym_dictionary_splat, + STATE(2673), 1, sym__named_expression_lhs, - STATE(2818), 1, + STATE(2719), 1, sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - STATE(1305), 2, - sym_attribute, - sym_subscript, - STATE(2591), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(784), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2337), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(772), 4, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(844), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30831,9 +30829,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 14, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -30846,76 +30846,76 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2610] = 30, - ACTIONS(738), 1, + [2606] = 30, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(862), 1, + ACTIONS(869), 1, anon_sym_LPAREN, - ACTIONS(866), 1, + ACTIONS(873), 1, anon_sym_STAR, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(880), 1, + ACTIONS(887), 1, anon_sym_yield, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(924), 1, + ACTIONS(929), 1, anon_sym_COMMA, - ACTIONS(926), 1, + ACTIONS(931), 1, anon_sym_RBRACE, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1688), 1, + STATE(1696), 1, sym_expression, - STATE(1903), 1, + STATE(1892), 1, sym_pair, - STATE(2361), 1, + STATE(2484), 1, sym_dictionary_splat, - STATE(2667), 1, - sym__collection_elements, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, + STATE(2750), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2340), 3, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2337), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(728), 4, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -30923,7 +30923,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -30940,79 +30940,79 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2734] = 31, - ACTIONS(720), 1, + [2730] = 31, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(816), 1, + ACTIONS(843), 1, sym_identifier, - ACTIONS(818), 1, + ACTIONS(845), 1, anon_sym_LPAREN, - ACTIONS(822), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(826), 1, - anon_sym_type, - ACTIONS(828), 1, + ACTIONS(855), 1, anon_sym_LBRACK, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(836), 1, + ACTIONS(863), 1, anon_sym_await, - ACTIONS(928), 1, + ACTIONS(933), 1, anon_sym_RPAREN, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1313), 1, + STATE(1308), 1, sym_list_splat_pattern, - STATE(1712), 1, + STATE(1713), 1, sym_expression, - STATE(2372), 1, - sym_yield, - STATE(2452), 1, + STATE(2468), 1, sym_pattern, - STATE(2789), 1, + STATE(2525), 1, + sym_yield, + STATE(2635), 1, + sym__named_expression_lhs, + STATE(2677), 1, sym__patterns, - STATE(2804), 1, + STATE(2811), 1, sym__collection_elements, - STATE(2806), 1, - sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(1315), 2, + ACTIONS(853), 2, + anon_sym_match, + anon_sym_type, + STATE(1309), 2, sym_attribute, sym_subscript, - STATE(2427), 2, + STATE(2439), 2, sym_list_splat, sym_parenthesized_list_splat, - STATE(2606), 2, + STATE(2548), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(718), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(851), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(824), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31020,7 +31020,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 14, + STATE(1306), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -31035,78 +31035,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2860] = 30, - ACTIONS(786), 1, + [2856] = 30, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(838), 1, + ACTIONS(821), 1, sym_identifier, - ACTIONS(840), 1, + ACTIONS(823), 1, anon_sym_LPAREN, - ACTIONS(842), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(846), 1, - anon_sym_type, - ACTIONS(848), 1, + ACTIONS(831), 1, anon_sym_LBRACK, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(858), 1, + ACTIONS(841), 1, anon_sym_await, - ACTIONS(930), 1, + ACTIONS(935), 1, anon_sym_RBRACK, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1300), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1363), 1, sym_list_splat_pattern, - STATE(1740), 1, + STATE(1741), 1, sym_expression, - STATE(2272), 1, + STATE(2309), 1, sym_pattern, - STATE(2676), 1, + STATE(2689), 1, + sym__collection_elements, + STATE(2693), 1, sym__patterns, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, - STATE(2818), 1, - sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(1305), 2, + ACTIONS(829), 2, + anon_sym_match, + anon_sym_type, + STATE(1364), 2, sym_attribute, sym_subscript, - STATE(2591), 2, + STATE(2559), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(784), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, + ACTIONS(827), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(772), 4, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(844), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31114,7 +31114,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 14, + STATE(1338), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -31129,76 +31129,76 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [2984] = 30, - ACTIONS(738), 1, + [2980] = 30, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(862), 1, + ACTIONS(869), 1, anon_sym_LPAREN, - ACTIONS(866), 1, + ACTIONS(873), 1, anon_sym_STAR, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(880), 1, + ACTIONS(887), 1, anon_sym_yield, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(932), 1, + ACTIONS(937), 1, anon_sym_COMMA, - ACTIONS(934), 1, + ACTIONS(939), 1, anon_sym_RBRACE, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1689), 1, + STATE(1695), 1, sym_expression, - STATE(1912), 1, + STATE(1875), 1, sym_pair, - STATE(2395), 1, + STATE(2445), 1, sym_dictionary_splat, - STATE(2699), 1, - sym__named_expression_lhs, - STATE(2703), 1, + STATE(2644), 1, sym__collection_elements, + STATE(2673), 1, + sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2340), 3, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2337), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(728), 4, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31206,7 +31206,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -31223,79 +31223,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3108] = 31, - ACTIONS(720), 1, + [3104] = 30, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(816), 1, + ACTIONS(821), 1, sym_identifier, - ACTIONS(818), 1, + ACTIONS(823), 1, anon_sym_LPAREN, - ACTIONS(822), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(826), 1, - anon_sym_type, - ACTIONS(828), 1, + ACTIONS(831), 1, anon_sym_LBRACK, - ACTIONS(830), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(836), 1, + ACTIONS(841), 1, anon_sym_await, - ACTIONS(936), 1, - anon_sym_RPAREN, - STATE(1022), 1, - sym_primary_expression, + ACTIONS(941), 1, + anon_sym_RBRACK, STATE(1024), 1, sym_string, - STATE(1313), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1363), 1, sym_list_splat_pattern, - STATE(1712), 1, + STATE(1740), 1, sym_expression, - STATE(2372), 1, - sym_yield, - STATE(2452), 1, + STATE(2309), 1, sym_pattern, - STATE(2706), 1, + STATE(2722), 1, + sym__named_expression_lhs, + STATE(2749), 1, sym__patterns, - STATE(2804), 1, + STATE(2755), 1, sym__collection_elements, - STATE(2806), 1, - sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(1315), 2, + ACTIONS(829), 2, + anon_sym_match, + anon_sym_type, + STATE(1364), 2, sym_attribute, sym_subscript, - STATE(2427), 2, - sym_list_splat, - sym_parenthesized_list_splat, - STATE(2606), 2, + STATE(2559), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(718), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(827), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(824), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31303,7 +31302,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 14, + STATE(1338), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -31318,78 +31317,80 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3234] = 30, - ACTIONS(786), 1, + [3228] = 32, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(838), 1, + ACTIONS(843), 1, sym_identifier, - ACTIONS(840), 1, + ACTIONS(845), 1, anon_sym_LPAREN, - ACTIONS(842), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(846), 1, - anon_sym_type, - ACTIONS(848), 1, + ACTIONS(855), 1, anon_sym_LBRACK, - ACTIONS(852), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(858), 1, + ACTIONS(863), 1, anon_sym_await, - ACTIONS(938), 1, - anon_sym_RBRACK, - STATE(1005), 1, + ACTIONS(943), 1, + anon_sym_RPAREN, + STATE(1010), 1, sym_primary_expression, - STATE(1007), 1, + STATE(1021), 1, sym_string, - STATE(1300), 1, + STATE(1308), 1, sym_list_splat_pattern, - STATE(1740), 1, + STATE(1717), 1, sym_expression, - STATE(2272), 1, + STATE(2314), 1, + sym_yield, + STATE(2333), 1, + sym_list_splat, + STATE(2334), 1, + sym_parenthesized_list_splat, + STATE(2468), 1, sym_pattern, - STATE(2737), 1, + STATE(2635), 1, sym__named_expression_lhs, - STATE(2815), 1, - sym__patterns, - STATE(2818), 1, + STATE(2754), 1, sym__collection_elements, + STATE(2805), 1, + sym__patterns, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(1305), 2, + ACTIONS(853), 2, + anon_sym_match, + anon_sym_type, + STATE(1309), 2, sym_attribute, sym_subscript, - STATE(2591), 2, + STATE(2548), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(784), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(772), 4, + ACTIONS(851), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(844), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31397,7 +31398,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 14, + STATE(1306), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -31412,76 +31413,79 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3358] = 30, - ACTIONS(738), 1, - anon_sym_LBRACK, - ACTIONS(742), 1, + [3356] = 31, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(843), 1, sym_identifier, - ACTIONS(862), 1, + ACTIONS(845), 1, anon_sym_LPAREN, - ACTIONS(866), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(870), 1, - anon_sym_STAR_STAR, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(855), 1, + anon_sym_LBRACK, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(880), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(882), 1, + ACTIONS(863), 1, anon_sym_await, - ACTIONS(940), 1, - anon_sym_COMMA, - ACTIONS(942), 1, - anon_sym_RBRACE, - STATE(988), 1, + ACTIONS(945), 1, + anon_sym_RPAREN, + STATE(1010), 1, sym_primary_expression, - STATE(989), 1, + STATE(1021), 1, sym_string, - STATE(1270), 1, + STATE(1308), 1, sym_list_splat_pattern, - STATE(1692), 1, + STATE(1739), 1, sym_expression, - STATE(1874), 1, - sym_pair, - STATE(2428), 1, - sym_dictionary_splat, - STATE(2643), 1, - sym__collection_elements, - STATE(2699), 1, + STATE(2468), 1, + sym_pattern, + STATE(2496), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, + STATE(2666), 1, + sym__patterns, + STATE(2752), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(853), 2, + anon_sym_match, + anon_sym_type, + STATE(1309), 2, + sym_attribute, + sym_subscript, + STATE(2439), 2, + sym_list_splat, + sym_parenthesized_list_splat, + STATE(2548), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2340), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(728), 4, + ACTIONS(851), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31489,11 +31493,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1306), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -31506,79 +31508,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3482] = 31, - ACTIONS(720), 1, + [3482] = 30, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(816), 1, + ACTIONS(821), 1, sym_identifier, - ACTIONS(818), 1, + ACTIONS(823), 1, anon_sym_LPAREN, - ACTIONS(822), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(826), 1, - anon_sym_type, - ACTIONS(828), 1, + ACTIONS(831), 1, anon_sym_LBRACK, - ACTIONS(830), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(836), 1, + ACTIONS(841), 1, anon_sym_await, - ACTIONS(944), 1, - anon_sym_RPAREN, - STATE(1022), 1, - sym_primary_expression, + ACTIONS(947), 1, + anon_sym_RBRACK, STATE(1024), 1, sym_string, - STATE(1313), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1363), 1, sym_list_splat_pattern, - STATE(1738), 1, + STATE(1741), 1, sym_expression, - STATE(2452), 1, + STATE(2309), 1, sym_pattern, - STATE(2482), 1, - sym_yield, - STATE(2668), 1, - sym__patterns, - STATE(2752), 1, + STATE(2689), 1, sym__collection_elements, - STATE(2806), 1, + STATE(2722), 1, sym__named_expression_lhs, + STATE(2763), 1, + sym__patterns, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(1315), 2, + ACTIONS(829), 2, + anon_sym_match, + anon_sym_type, + STATE(1364), 2, sym_attribute, sym_subscript, - STATE(2427), 2, - sym_list_splat, - sym_parenthesized_list_splat, - STATE(2606), 2, + STATE(2559), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(718), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(827), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(824), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31586,7 +31587,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 14, + STATE(1338), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -31601,78 +31602,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3608] = 30, - ACTIONS(786), 1, + [3606] = 30, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(838), 1, + ACTIONS(821), 1, sym_identifier, - ACTIONS(840), 1, + ACTIONS(823), 1, anon_sym_LPAREN, - ACTIONS(842), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(846), 1, - anon_sym_type, - ACTIONS(848), 1, + ACTIONS(831), 1, anon_sym_LBRACK, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(858), 1, + ACTIONS(841), 1, anon_sym_await, - ACTIONS(946), 1, + ACTIONS(949), 1, anon_sym_RBRACK, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1300), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1363), 1, sym_list_splat_pattern, - STATE(1740), 1, + STATE(1741), 1, sym_expression, - STATE(2272), 1, + STATE(2309), 1, sym_pattern, - STATE(2653), 1, + STATE(2687), 1, sym__patterns, - STATE(2737), 1, - sym__named_expression_lhs, - STATE(2818), 1, + STATE(2689), 1, sym__collection_elements, + STATE(2722), 1, + sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(1305), 2, + ACTIONS(829), 2, + anon_sym_match, + anon_sym_type, + STATE(1364), 2, sym_attribute, sym_subscript, - STATE(2591), 2, + STATE(2559), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(784), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, + ACTIONS(827), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(772), 4, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(844), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31680,7 +31681,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 14, + STATE(1338), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -31695,78 +31696,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3732] = 30, - ACTIONS(786), 1, + [3730] = 30, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(838), 1, + ACTIONS(821), 1, sym_identifier, - ACTIONS(840), 1, + ACTIONS(823), 1, anon_sym_LPAREN, - ACTIONS(842), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(846), 1, - anon_sym_type, - ACTIONS(848), 1, + ACTIONS(831), 1, anon_sym_LBRACK, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(858), 1, + ACTIONS(841), 1, anon_sym_await, - ACTIONS(948), 1, + ACTIONS(951), 1, anon_sym_RBRACK, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1300), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1363), 1, sym_list_splat_pattern, - STATE(1740), 1, + STATE(1719), 1, sym_expression, - STATE(2272), 1, + STATE(2309), 1, sym_pattern, - STATE(2721), 1, - sym__patterns, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, - STATE(2818), 1, + STATE(2726), 1, sym__collection_elements, + STATE(2783), 1, + sym__patterns, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(1305), 2, + ACTIONS(829), 2, + anon_sym_match, + anon_sym_type, + STATE(1364), 2, sym_attribute, sym_subscript, - STATE(2591), 2, + STATE(2559), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(784), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, + ACTIONS(827), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(772), 4, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(844), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31774,7 +31775,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 14, + STATE(1338), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -31789,78 +31790,79 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [3856] = 30, - ACTIONS(786), 1, + [3854] = 31, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(838), 1, + ACTIONS(843), 1, sym_identifier, - ACTIONS(840), 1, + ACTIONS(845), 1, anon_sym_LPAREN, - ACTIONS(842), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(846), 1, - anon_sym_type, - ACTIONS(848), 1, + ACTIONS(855), 1, anon_sym_LBRACK, - ACTIONS(852), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(858), 1, + ACTIONS(863), 1, anon_sym_await, - ACTIONS(950), 1, - anon_sym_RBRACK, - STATE(1005), 1, + ACTIONS(953), 1, + anon_sym_RPAREN, + STATE(1010), 1, sym_primary_expression, - STATE(1007), 1, + STATE(1021), 1, sym_string, - STATE(1300), 1, + STATE(1308), 1, sym_list_splat_pattern, - STATE(1718), 1, + STATE(1739), 1, sym_expression, - STATE(2272), 1, + STATE(2468), 1, sym_pattern, - STATE(2676), 1, - sym__patterns, - STATE(2737), 1, + STATE(2496), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, - STATE(2828), 1, + STATE(2666), 1, + sym__patterns, + STATE(2752), 1, sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(1305), 2, + ACTIONS(853), 2, + anon_sym_match, + anon_sym_type, + STATE(1309), 2, sym_attribute, sym_subscript, - STATE(2591), 2, + STATE(2439), 2, + sym_list_splat, + sym_parenthesized_list_splat, + STATE(2548), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(784), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(772), 4, + ACTIONS(851), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(844), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31868,7 +31870,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 14, + STATE(1306), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -31884,78 +31886,78 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [3980] = 31, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(816), 1, + ACTIONS(843), 1, sym_identifier, - ACTIONS(818), 1, + ACTIONS(845), 1, anon_sym_LPAREN, - ACTIONS(822), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(826), 1, - anon_sym_type, - ACTIONS(828), 1, + ACTIONS(855), 1, anon_sym_LBRACK, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(836), 1, + ACTIONS(863), 1, anon_sym_await, - ACTIONS(952), 1, + ACTIONS(955), 1, anon_sym_RPAREN, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1313), 1, + STATE(1308), 1, sym_list_splat_pattern, - STATE(1712), 1, + STATE(1713), 1, sym_expression, - STATE(2372), 1, - sym_yield, - STATE(2452), 1, + STATE(2468), 1, sym_pattern, - STATE(2668), 1, + STATE(2525), 1, + sym_yield, + STATE(2635), 1, + sym__named_expression_lhs, + STATE(2805), 1, sym__patterns, - STATE(2804), 1, + STATE(2811), 1, sym__collection_elements, - STATE(2806), 1, - sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(1315), 2, + ACTIONS(853), 2, + anon_sym_match, + anon_sym_type, + STATE(1309), 2, sym_attribute, sym_subscript, - STATE(2427), 2, + STATE(2439), 2, sym_list_splat, sym_parenthesized_list_splat, - STATE(2606), 2, + STATE(2548), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(718), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(851), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(824), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -31963,7 +31965,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 14, + STATE(1306), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -31979,57 +31981,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [4106] = 22, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(312), 1, + ACTIONS(315), 1, anon_sym_TILDE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(954), 1, + ACTIONS(957), 1, sym_identifier, - ACTIONS(958), 1, + ACTIONS(961), 1, anon_sym_LPAREN, - ACTIONS(960), 1, + ACTIONS(963), 1, anon_sym_STAR, - ACTIONS(964), 1, - anon_sym_type, - ACTIONS(966), 1, + ACTIONS(969), 1, anon_sym_LBRACK, - ACTIONS(968), 1, + ACTIONS(971), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1448), 1, + STATE(1443), 1, sym_list_splat_pattern, - STATE(1637), 1, - sym_pattern, - STATE(1646), 1, + STATE(1621), 1, sym_primary_expression, + STATE(1627), 1, + sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(414), 2, + ACTIONS(680), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1288), 2, + ACTIONS(967), 2, + anon_sym_match, + anon_sym_type, + STATE(1446), 2, sym_attribute, sym_subscript, - STATE(1625), 2, + STATE(1656), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(320), 4, + ACTIONS(965), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(962), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -32045,7 +32047,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - ACTIONS(956), 17, + ACTIONS(959), 17, sym__newline, anon_sym_SEMI, anon_sym_COLON, @@ -32064,57 +32066,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, [4213] = 22, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(312), 1, + ACTIONS(315), 1, anon_sym_TILDE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(954), 1, + ACTIONS(957), 1, sym_identifier, - ACTIONS(958), 1, + ACTIONS(961), 1, anon_sym_LPAREN, - ACTIONS(960), 1, + ACTIONS(963), 1, anon_sym_STAR, - ACTIONS(964), 1, - anon_sym_type, - ACTIONS(966), 1, + ACTIONS(969), 1, anon_sym_LBRACK, - ACTIONS(968), 1, + ACTIONS(971), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1448), 1, + STATE(1443), 1, sym_list_splat_pattern, - STATE(1637), 1, - sym_pattern, - STATE(1646), 1, + STATE(1621), 1, sym_primary_expression, + STATE(1627), 1, + sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(414), 2, + ACTIONS(680), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1288), 2, + ACTIONS(967), 2, + anon_sym_match, + anon_sym_type, + STATE(1446), 2, sym_attribute, sym_subscript, - STATE(1625), 2, + STATE(1656), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(320), 4, + ACTIONS(965), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(962), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -32130,7 +32132,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - ACTIONS(970), 17, + ACTIONS(973), 17, sym__newline, anon_sym_SEMI, anon_sym_COLON, @@ -32148,64 +32150,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [4320] = 26, - ACTIONS(796), 1, + [4320] = 27, + ACTIONS(698), 1, + anon_sym_LBRACE, + ACTIONS(704), 1, + sym_string_start, + ACTIONS(887), 1, + anon_sym_yield, + ACTIONS(975), 1, + sym_identifier, + ACTIONS(977), 1, + anon_sym_LPAREN, + ACTIONS(979), 1, + anon_sym_STAR, + ACTIONS(985), 1, + anon_sym_LBRACK, + ACTIONS(987), 1, + anon_sym_not, + ACTIONS(989), 1, + anon_sym_lambda, + ACTIONS(991), 1, + anon_sym_await, + STATE(996), 1, + sym_primary_expression, + STATE(997), 1, + sym_string, + STATE(1269), 1, + sym_list_splat_pattern, + STATE(1760), 1, + sym_expression, + STATE(2542), 1, + sym_pattern, + STATE(2804), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(700), 2, + sym_ellipsis, + sym_float, + ACTIONS(983), 2, + anon_sym_match, + anon_sym_type, + STATE(1270), 2, + sym_attribute, + sym_subscript, + STATE(1657), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(696), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(981), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(2026), 4, + sym_expression_list, + sym_pattern_list, + sym_yield, + sym__f_expression, + STATE(1774), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1223), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [4436] = 26, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(972), 1, + ACTIONS(993), 1, sym_identifier, - ACTIONS(974), 1, + ACTIONS(995), 1, anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(1001), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(982), 1, + ACTIONS(1003), 1, anon_sym_RBRACK, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, STATE(1786), 1, sym_expression, - STATE(2077), 1, + STATE(2109), 1, sym_type, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, + STATE(2098), 5, sym_splat_type, sym_generic_type, sym_union_type, @@ -32219,7 +32310,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32236,64 +32327,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [4434] = 26, - ACTIONS(796), 1, + [4550] = 26, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(972), 1, + ACTIONS(993), 1, sym_identifier, - ACTIONS(974), 1, + ACTIONS(995), 1, anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(1001), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(990), 1, + ACTIONS(1011), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, STATE(1786), 1, sym_expression, - STATE(2077), 1, + STATE(2109), 1, sym_type, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, + STATE(2098), 5, sym_splat_type, sym_generic_type, sym_union_type, @@ -32307,7 +32398,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32324,64 +32415,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [4548] = 26, - ACTIONS(796), 1, + [4664] = 26, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(972), 1, + ACTIONS(993), 1, sym_identifier, - ACTIONS(974), 1, + ACTIONS(995), 1, anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(1001), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(992), 1, + ACTIONS(1013), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, STATE(1786), 1, sym_expression, - STATE(2077), 1, + STATE(2109), 1, sym_type, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, + STATE(2098), 5, sym_splat_type, sym_generic_type, sym_union_type, @@ -32395,7 +32486,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32412,64 +32503,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [4662] = 26, - ACTIONS(796), 1, + [4778] = 26, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(972), 1, + ACTIONS(993), 1, sym_identifier, - ACTIONS(974), 1, + ACTIONS(995), 1, anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(1001), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(994), 1, + ACTIONS(1015), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, STATE(1786), 1, sym_expression, - STATE(2077), 1, + STATE(2109), 1, sym_type, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, + STATE(2098), 5, sym_splat_type, sym_generic_type, sym_union_type, @@ -32483,7 +32574,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32500,64 +32591,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [4776] = 26, - ACTIONS(796), 1, + [4892] = 26, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(972), 1, + ACTIONS(993), 1, sym_identifier, - ACTIONS(974), 1, + ACTIONS(995), 1, anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(1001), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(996), 1, + ACTIONS(1017), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, STATE(1786), 1, sym_expression, - STATE(2077), 1, + STATE(2109), 1, sym_type, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, + STATE(2098), 5, sym_splat_type, sym_generic_type, sym_union_type, @@ -32571,7 +32662,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32588,64 +32679,152 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [4890] = 26, - ACTIONS(796), 1, + [5006] = 26, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(972), 1, + ACTIONS(993), 1, sym_identifier, - ACTIONS(974), 1, + ACTIONS(995), 1, anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(1001), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(998), 1, + ACTIONS(1019), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, STATE(1786), 1, sym_expression, - STATE(2077), 1, + STATE(2109), 1, sym_type, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, + STATE(2098), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1782), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1462), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [5120] = 26, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, + anon_sym_LBRACE, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(993), 1, + sym_identifier, + ACTIONS(995), 1, + anon_sym_STAR, + ACTIONS(1001), 1, + anon_sym_STAR_STAR, + ACTIONS(1005), 1, + anon_sym_not, + ACTIONS(1007), 1, + anon_sym_lambda, + ACTIONS(1009), 1, + anon_sym_await, + ACTIONS(1021), 1, + anon_sym_RBRACK, + STATE(1104), 1, + sym_string, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, + sym_list_splat_pattern, + STATE(1786), 1, + sym_expression, + STATE(2109), 1, + sym_type, + STATE(2633), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(815), 2, + sym_ellipsis, + sym_float, + ACTIONS(999), 2, anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(997), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, - STATE(2083), 5, + ACTIONS(799), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(2098), 5, sym_splat_type, sym_generic_type, sym_union_type, @@ -32659,7 +32838,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32676,64 +32855,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5004] = 26, - ACTIONS(796), 1, + [5234] = 26, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(972), 1, + ACTIONS(993), 1, sym_identifier, - ACTIONS(974), 1, + ACTIONS(995), 1, anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(1001), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1000), 1, + ACTIONS(1023), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, STATE(1786), 1, sym_expression, - STATE(2077), 1, + STATE(2109), 1, sym_type, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, + STATE(2098), 5, sym_splat_type, sym_generic_type, sym_union_type, @@ -32747,7 +32926,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32764,73 +32943,73 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5118] = 27, - ACTIONS(693), 1, + [5348] = 27, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(880), 1, + ACTIONS(887), 1, anon_sym_yield, - ACTIONS(1002), 1, + ACTIONS(975), 1, sym_identifier, - ACTIONS(1004), 1, + ACTIONS(977), 1, anon_sym_LPAREN, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1010), 1, - anon_sym_type, - ACTIONS(1012), 1, + ACTIONS(985), 1, anon_sym_LBRACK, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1018), 1, + ACTIONS(991), 1, anon_sym_await, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1199), 1, + STATE(1269), 1, sym_list_splat_pattern, - STATE(1759), 1, + STATE(1760), 1, sym_expression, - STATE(2616), 1, + STATE(2542), 1, sym_pattern, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - STATE(1201), 2, + ACTIONS(983), 2, + anon_sym_match, + anon_sym_type, + STATE(1270), 2, sym_attribute, sym_subscript, - STATE(1663), 2, + STATE(1657), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(691), 3, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(981), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1008), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2028), 4, + STATE(2114), 4, sym_expression_list, sym_pattern_list, sym_yield, sym__f_expression, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32838,7 +33017,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 14, + STATE(1223), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -32853,70 +33032,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5234] = 26, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, + [5464] = 25, + ACTIONS(275), 1, + sym_identifier, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, sym_string_start, - ACTIONS(972), 1, - sym_identifier, - ACTIONS(974), 1, - anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(341), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1025), 1, + anon_sym_STAR, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(1020), 1, - anon_sym_RBRACK, - STATE(1122), 1, - sym_string, - STATE(1150), 1, + STATE(1040), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1041), 1, + sym_string, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1786), 1, + STATE(1775), 1, sym_expression, - STATE(2077), 1, + STATE(2028), 1, sym_type, - STATE(2632), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, + STATE(2054), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1782), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -32924,7 +33101,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -32941,73 +33118,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5348] = 27, - ACTIONS(693), 1, + [5575] = 25, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(880), 1, - anon_sym_yield, - ACTIONS(1002), 1, + ACTIONS(993), 1, sym_identifier, - ACTIONS(1004), 1, - anon_sym_LPAREN, - ACTIONS(1006), 1, + ACTIONS(995), 1, anon_sym_STAR, - ACTIONS(1010), 1, - anon_sym_type, - ACTIONS(1012), 1, - anon_sym_LBRACK, - ACTIONS(1014), 1, + ACTIONS(1001), 1, + anon_sym_STAR_STAR, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(1018), 1, + ACTIONS(1009), 1, anon_sym_await, - STATE(996), 1, - sym_primary_expression, - STATE(998), 1, + STATE(1104), 1, sym_string, - STATE(1199), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1759), 1, + STATE(1786), 1, sym_expression, - STATE(2616), 1, - sym_pattern, - STATE(2814), 1, + STATE(2090), 1, + sym_type, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - STATE(1201), 2, - sym_attribute, - sym_subscript, - STATE(1663), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(691), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1008), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2118), 4, - sym_expression_list, - sym_pattern_list, - sym_yield, - sym__f_expression, - STATE(1773), 7, + STATE(2098), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33015,9 +33187,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 14, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -33030,80 +33204,61 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5464] = 25, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, + [5686] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(315), 1, + anon_sym_TILDE, + ACTIONS(327), 1, sym_string_start, - ACTIONS(972), 1, + ACTIONS(1029), 1, sym_identifier, - ACTIONS(974), 1, + ACTIONS(1031), 1, + anon_sym_LPAREN, + ACTIONS(1033), 1, anon_sym_STAR, - ACTIONS(978), 1, - anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, - anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1039), 1, + anon_sym_LBRACK, + ACTIONS(1041), 1, anon_sym_await, - STATE(1122), 1, + STATE(1041), 1, sym_string, - STATE(1150), 1, - sym_primary_expression, - STATE(1465), 1, + STATE(1501), 1, sym_list_splat_pattern, - STATE(1786), 1, - sym_expression, - STATE(2110), 1, - sym_type, - STATE(2632), 1, - sym__named_expression_lhs, + STATE(1632), 1, + sym_primary_expression, + STATE(1659), 1, + sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(680), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(1037), 2, + anon_sym_match, + anon_sym_type, + STATE(1503), 2, + sym_attribute, + sym_subscript, + STATE(1657), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(1035), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1782), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1470), 16, + STATE(1435), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -33116,62 +33271,78 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5575] = 25, - ACTIONS(796), 1, + ACTIONS(959), 15, + anon_sym_COLON, + anon_sym_EQ, + 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, + [5791] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(972), 1, + ACTIONS(993), 1, sym_identifier, - ACTIONS(974), 1, + ACTIONS(995), 1, anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(1001), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, STATE(1786), 1, sym_expression, - STATE(1922), 1, + STATE(2111), 1, sym_type, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, + STATE(2098), 5, sym_splat_type, sym_generic_type, sym_union_type, @@ -33185,7 +33356,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33202,68 +33373,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5686] = 25, + [5902] = 25, ACTIONS(275), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(339), 1, + ACTIONS(341), 1, anon_sym_STAR_STAR, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1022), 1, + ACTIONS(1025), 1, anon_sym_STAR, + ACTIONS(1027), 1, + anon_sym_not, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, STATE(1775), 1, sym_expression, - STATE(2115), 1, + STATE(2356), 1, sym_type, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2070), 5, + STATE(2054), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33288,68 +33459,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5797] = 25, - ACTIONS(275), 1, - sym_identifier, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(314), 1, - anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(339), 1, - anon_sym_STAR_STAR, - ACTIONS(408), 1, + [6013] = 25, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1022), 1, + ACTIONS(698), 1, + anon_sym_LBRACE, + ACTIONS(704), 1, + sym_string_start, + ACTIONS(979), 1, anon_sym_STAR, - STATE(1040), 1, + ACTIONS(987), 1, + anon_sym_not, + ACTIONS(989), 1, + anon_sym_lambda, + ACTIONS(1043), 1, + sym_identifier, + ACTIONS(1045), 1, + anon_sym_from, + ACTIONS(1053), 1, + anon_sym_await, + STATE(996), 1, sym_primary_expression, - STATE(1041), 1, + STATE(997), 1, sym_string, - STATE(1348), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1775), 1, + STATE(1758), 1, sym_expression, - STATE(2362), 1, - sym_type, - STATE(2783), 1, + STATE(2042), 1, + sym_expression_list, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(1049), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2070), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1756), 7, + ACTIONS(1047), 5, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33357,7 +33528,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33374,70 +33545,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [5908] = 27, - ACTIONS(716), 1, + [6124] = 27, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1024), 1, + ACTIONS(1055), 1, sym_identifier, - ACTIONS(1026), 1, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1028), 1, + ACTIONS(1059), 1, anon_sym_RPAREN, - ACTIONS(1030), 1, + ACTIONS(1061), 1, anon_sym_COMMA, - ACTIONS(1032), 1, + ACTIONS(1063), 1, anon_sym_STAR, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1038), 1, - anon_sym_type, - ACTIONS(1040), 1, + ACTIONS(1071), 1, anon_sym_await, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1745), 1, + STATE(1726), 1, sym_expression, - STATE(2393), 1, + STATE(2400), 1, sym_parenthesized_list_splat, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1067), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2391), 3, + ACTIONS(1065), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2399), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(704), 4, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1034), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33445,7 +33616,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33462,68 +33633,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6023] = 25, - ACTIONS(752), 1, - anon_sym_LPAREN, - ACTIONS(760), 1, - anon_sym_LBRACK, - ACTIONS(764), 1, + [6239] = 25, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, sym_string_start, - ACTIONS(1042), 1, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, + anon_sym_LPAREN, + ACTIONS(657), 1, + anon_sym_LBRACK, + ACTIONS(1073), 1, sym_identifier, - ACTIONS(1044), 1, + ACTIONS(1075), 1, anon_sym_STAR, - ACTIONS(1048), 1, + ACTIONS(1077), 1, anon_sym_STAR_STAR, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, - anon_sym_not, - ACTIONS(1054), 1, - anon_sym_lambda, - ACTIONS(1056), 1, - anon_sym_await, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + STATE(977), 1, sym_primary_expression, - STATE(1287), 1, + STATE(978), 1, + sym_string, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1755), 1, + STATE(1764), 1, sym_expression, - STATE(1960), 1, + STATE(1917), 1, sym_type, - STATE(2686), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1933), 5, + STATE(1964), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1760), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33531,7 +33702,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33548,68 +33719,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6134] = 25, - ACTIONS(275), 1, - sym_identifier, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [6350] = 27, + ACTIONS(743), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(314), 1, - anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(339), 1, - anon_sym_STAR_STAR, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1022), 1, + ACTIONS(859), 1, + anon_sym_lambda, + ACTIONS(1055), 1, + sym_identifier, + ACTIONS(1057), 1, + anon_sym_LPAREN, + ACTIONS(1063), 1, anon_sym_STAR, - STATE(1040), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1071), 1, + anon_sym_await, + ACTIONS(1079), 1, + anon_sym_RPAREN, + ACTIONS(1081), 1, + anon_sym_COMMA, + STATE(1010), 1, sym_primary_expression, - STATE(1041), 1, + STATE(1021), 1, sym_string, - STATE(1348), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1775), 1, + STATE(1704), 1, sym_expression, - STATE(2510), 1, - sym_type, - STATE(2783), 1, + STATE(2481), 1, + sym_parenthesized_list_splat, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(1067), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(1065), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + STATE(2480), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2070), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1756), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33617,7 +33790,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33634,68 +33807,71 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6245] = 25, - ACTIONS(67), 1, + [6465] = 28, + ACTIONS(743), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(69), 1, + ACTIONS(753), 1, + sym_string_start, + ACTIONS(849), 1, + anon_sym_STAR, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(71), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + ACTIONS(861), 1, + anon_sym_yield, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1058), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1060), 1, - anon_sym_STAR, - ACTIONS(1062), 1, - anon_sym_STAR_STAR, - STATE(975), 1, + ACTIONS(1085), 1, + anon_sym_RPAREN, + ACTIONS(1091), 1, + anon_sym_await, + STATE(1010), 1, sym_primary_expression, - STATE(976), 1, + STATE(1021), 1, sym_string, - STATE(1062), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1763), 1, + STATE(1733), 1, sym_expression, - STATE(2117), 1, - sym_type, - STATE(2817), 1, + STATE(2438), 1, + sym_with_item, + STATE(2525), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, + STATE(2811), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2439), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1954), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1697), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33703,7 +33879,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33720,68 +33896,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6356] = 25, - ACTIONS(275), 1, - sym_identifier, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [6582] = 25, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(314), 1, - anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(339), 1, + ACTIONS(993), 1, + sym_identifier, + ACTIONS(995), 1, + anon_sym_STAR, + ACTIONS(1001), 1, anon_sym_STAR_STAR, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(1022), 1, - anon_sym_STAR, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, + ACTIONS(1007), 1, + anon_sym_lambda, + ACTIONS(1009), 1, + anon_sym_await, + STATE(1104), 1, sym_string, - STATE(1348), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1775), 1, + STATE(1786), 1, sym_expression, - STATE(2121), 1, + STATE(1938), 1, sym_type, - STATE(2783), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(997), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2070), 5, + STATE(2098), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1756), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33789,7 +33965,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33806,82 +33982,61 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6467] = 27, - ACTIONS(760), 1, - anon_sym_LBRACK, - ACTIONS(764), 1, + [6693] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(315), 1, + anon_sym_TILDE, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1028), 1, - anon_sym_RPAREN, - ACTIONS(1030), 1, - anon_sym_COMMA, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, - anon_sym_not, - ACTIONS(1054), 1, - anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1029), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1031), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1033), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1039), 1, + anon_sym_LBRACK, + ACTIONS(1041), 1, anon_sym_await, - STATE(1026), 1, + STATE(1041), 1, sym_string, - STATE(1038), 1, - sym_primary_expression, - STATE(1287), 1, + STATE(1501), 1, sym_list_splat_pattern, - STATE(1905), 1, - sym_expression, - STATE(2393), 1, - sym_parenthesized_list_splat, - STATE(2686), 1, - sym__named_expression_lhs, + STATE(1632), 1, + sym_primary_expression, + STATE(1659), 1, + sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(680), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_TILDE, - STATE(2391), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(1037), 2, + anon_sym_match, + anon_sym_type, + STATE(1503), 2, + sym_attribute, + sym_subscript, + STATE(1657), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(1035), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1322), 16, + STATE(1435), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -33894,68 +34049,84 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6582] = 25, - ACTIONS(752), 1, - anon_sym_LPAREN, - ACTIONS(760), 1, - anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(973), 15, + anon_sym_COLON, + anon_sym_EQ, + 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, + [6798] = 25, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, sym_string_start, - ACTIONS(1042), 1, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, + anon_sym_LPAREN, + ACTIONS(657), 1, + anon_sym_LBRACK, + ACTIONS(1073), 1, sym_identifier, - ACTIONS(1044), 1, + ACTIONS(1075), 1, anon_sym_STAR, - ACTIONS(1048), 1, + ACTIONS(1077), 1, anon_sym_STAR_STAR, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, - anon_sym_not, - ACTIONS(1054), 1, - anon_sym_lambda, - ACTIONS(1056), 1, - anon_sym_await, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + STATE(977), 1, sym_primary_expression, - STATE(1287), 1, + STATE(978), 1, + sym_string, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1755), 1, + STATE(1764), 1, sym_expression, - STATE(1961), 1, + STATE(1915), 1, sym_type, - STATE(2686), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1933), 5, + STATE(1964), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1760), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -33963,7 +34134,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -33980,70 +34151,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6693] = 27, - ACTIONS(716), 1, + [6909] = 27, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1024), 1, + ACTIONS(1055), 1, sym_identifier, - ACTIONS(1026), 1, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, + ACTIONS(1063), 1, anon_sym_STAR, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1038), 1, - anon_sym_type, - ACTIONS(1040), 1, + ACTIONS(1071), 1, anon_sym_await, - ACTIONS(1076), 1, + ACTIONS(1093), 1, anon_sym_RPAREN, - ACTIONS(1078), 1, + ACTIONS(1095), 1, anon_sym_COMMA, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1717), 1, + STATE(1730), 1, sym_expression, - STATE(2288), 1, + STATE(2427), 1, sym_parenthesized_list_splat, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1067), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2287), 3, + ACTIONS(1065), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2426), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(704), 4, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1034), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34051,7 +34222,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34068,70 +34239,154 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6808] = 27, - ACTIONS(716), 1, + [7024] = 25, + ACTIONS(757), 1, + anon_sym_LPAREN, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(830), 1, - anon_sym_not, - ACTIONS(832), 1, - anon_sym_lambda, - ACTIONS(1024), 1, + ACTIONS(1097), 1, sym_identifier, - ACTIONS(1026), 1, - anon_sym_LPAREN, - ACTIONS(1032), 1, + ACTIONS(1099), 1, anon_sym_STAR, - ACTIONS(1036), 1, + ACTIONS(1105), 1, anon_sym_STAR_STAR, - ACTIONS(1038), 1, - anon_sym_type, - ACTIONS(1040), 1, + ACTIONS(1107), 1, + anon_sym_not, + ACTIONS(1109), 1, + anon_sym_lambda, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1080), 1, - anon_sym_RPAREN, - ACTIONS(1082), 1, - anon_sym_COMMA, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, + STATE(1017), 1, sym_string, - STATE(1421), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1703), 1, + STATE(1756), 1, sym_expression, - STATE(2388), 1, - sym_parenthesized_list_splat, - STATE(2806), 1, + STATE(1984), 1, + sym_type, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2373), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(704), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1034), 4, - anon_sym_print, + STATE(1948), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1761), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1411), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [7135] = 25, + ACTIONS(757), 1, + anon_sym_LPAREN, + ACTIONS(765), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, + anon_sym_LBRACE, + ACTIONS(775), 1, + sym_string_start, + ACTIONS(1097), 1, + sym_identifier, + ACTIONS(1099), 1, + anon_sym_STAR, + ACTIONS(1105), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, + anon_sym_not, + ACTIONS(1109), 1, + anon_sym_lambda, + ACTIONS(1111), 1, + anon_sym_await, + STATE(1017), 1, + sym_string, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, + sym_list_splat_pattern, + STATE(1756), 1, + sym_expression, + STATE(2113), 1, + sym_type, + STATE(2690), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(771), 2, + sym_ellipsis, + sym_float, + ACTIONS(1103), 2, anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1101), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, - STATE(1856), 7, + ACTIONS(755), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1948), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34139,7 +34394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34156,68 +34411,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [6923] = 25, + [7246] = 25, ACTIONS(275), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(339), 1, + ACTIONS(341), 1, anon_sym_STAR_STAR, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1022), 1, + ACTIONS(1025), 1, anon_sym_STAR, + ACTIONS(1027), 1, + anon_sym_not, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, STATE(1775), 1, sym_expression, - STATE(2479), 1, + STATE(2432), 1, sym_type, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2070), 5, + STATE(2054), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34242,70 +34497,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7034] = 27, - ACTIONS(716), 1, + [7357] = 27, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1024), 1, + ACTIONS(1055), 1, sym_identifier, - ACTIONS(1026), 1, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, + ACTIONS(1063), 1, anon_sym_STAR, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1038), 1, - anon_sym_type, - ACTIONS(1040), 1, + ACTIONS(1071), 1, anon_sym_await, - ACTIONS(1084), 1, + ACTIONS(1113), 1, anon_sym_RPAREN, - ACTIONS(1086), 1, + ACTIONS(1115), 1, anon_sym_COMMA, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1709), 1, + STATE(1710), 1, sym_expression, - STATE(2499), 1, + STATE(2366), 1, sym_parenthesized_list_splat, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1067), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2498), 3, + ACTIONS(1065), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2364), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(704), 4, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1034), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34313,7 +34568,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34330,61 +34585,80 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7149] = 22, - ACTIONS(307), 1, + [7472] = 25, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(312), 1, - anon_sym_TILDE, - ACTIONS(324), 1, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, sym_string_start, - ACTIONS(1088), 1, - sym_identifier, - ACTIONS(1090), 1, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(1092), 1, - anon_sym_STAR, - ACTIONS(1096), 1, - anon_sym_type, - ACTIONS(1098), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1100), 1, - anon_sym_await, - STATE(1041), 1, + ACTIONS(1073), 1, + sym_identifier, + ACTIONS(1075), 1, + anon_sym_STAR, + ACTIONS(1077), 1, + anon_sym_STAR_STAR, + STATE(977), 1, + sym_primary_expression, + STATE(978), 1, sym_string, - STATE(1507), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1630), 1, - sym_primary_expression, - STATE(1656), 1, - sym_pattern, + STATE(1764), 1, + sym_expression, + STATE(1986), 1, + sym_type, + STATE(2815), 1, + sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(414), 2, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, - STATE(1514), 2, - sym_attribute, - sym_subscript, - STATE(1663), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(320), 4, + anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1094), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, + STATE(1964), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1688), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -34397,84 +34671,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - ACTIONS(956), 15, - anon_sym_COLON, - anon_sym_EQ, - 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, - [7254] = 25, + [7583] = 25, ACTIONS(275), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(339), 1, + ACTIONS(341), 1, anon_sym_STAR_STAR, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1022), 1, + ACTIONS(1025), 1, anon_sym_STAR, + ACTIONS(1027), 1, + anon_sym_not, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, STATE(1775), 1, sym_expression, - STATE(2478), 1, + STATE(2303), 1, sym_type, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2070), 5, + STATE(2054), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34499,70 +34757,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7365] = 27, - ACTIONS(716), 1, + [7694] = 27, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1024), 1, + ACTIONS(1055), 1, sym_identifier, - ACTIONS(1026), 1, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, + ACTIONS(1063), 1, anon_sym_STAR, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1038), 1, - anon_sym_type, - ACTIONS(1040), 1, + ACTIONS(1071), 1, anon_sym_await, - ACTIONS(1102), 1, + ACTIONS(1117), 1, anon_sym_RPAREN, - ACTIONS(1104), 1, + ACTIONS(1119), 1, anon_sym_COMMA, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1722), 1, + STATE(1736), 1, sym_expression, - STATE(2335), 1, + STATE(2452), 1, sym_parenthesized_list_splat, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1067), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2334), 3, + ACTIONS(1065), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2451), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(704), 4, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1034), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34570,7 +34828,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34587,68 +34845,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7480] = 25, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, + [7809] = 25, + ACTIONS(275), 1, + sym_identifier, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, sym_string_start, - ACTIONS(972), 1, - sym_identifier, - ACTIONS(974), 1, - anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(341), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1025), 1, + anon_sym_STAR, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - STATE(1122), 1, - sym_string, - STATE(1150), 1, + STATE(1040), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1041), 1, + sym_string, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1786), 1, + STATE(1775), 1, sym_expression, - STATE(2111), 1, + STATE(2519), 1, sym_type, - STATE(2632), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, + STATE(2054), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1782), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34656,7 +34914,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34673,71 +34931,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7591] = 28, - ACTIONS(716), 1, + [7920] = 25, + ACTIONS(757), 1, + anon_sym_LPAREN, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(822), 1, + ACTIONS(1097), 1, + sym_identifier, + ACTIONS(1099), 1, anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(1105), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(834), 1, - anon_sym_yield, - ACTIONS(1026), 1, - anon_sym_LPAREN, - ACTIONS(1106), 1, - sym_identifier, - ACTIONS(1108), 1, - anon_sym_RPAREN, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1111), 1, anon_sym_await, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, + STATE(1017), 1, sym_string, - STATE(1421), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1735), 1, + STATE(1756), 1, sym_expression, - STATE(2372), 1, - sym_yield, - STATE(2422), 1, - sym_with_item, - STATE(2804), 1, - sym__collection_elements, - STATE(2806), 1, + STATE(1968), 1, + sym_type, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - STATE(2427), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(718), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1948), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34745,7 +35000,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34762,70 +35017,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7708] = 27, - ACTIONS(716), 1, - anon_sym_LBRACK, - ACTIONS(720), 1, + [8031] = 25, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(726), 1, - sym_string_start, - ACTIONS(830), 1, + ACTIONS(69), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(71), 1, anon_sym_lambda, - ACTIONS(1024), 1, - sym_identifier, - ACTIONS(1026), 1, + ACTIONS(81), 1, + sym_string_start, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, + ACTIONS(657), 1, + anon_sym_LBRACK, + ACTIONS(1073), 1, + sym_identifier, + ACTIONS(1075), 1, anon_sym_STAR, - ACTIONS(1036), 1, + ACTIONS(1077), 1, anon_sym_STAR_STAR, - ACTIONS(1038), 1, - anon_sym_type, - ACTIONS(1040), 1, - anon_sym_await, - ACTIONS(1116), 1, - anon_sym_RPAREN, - ACTIONS(1118), 1, - anon_sym_COMMA, - STATE(1022), 1, + STATE(977), 1, sym_primary_expression, - STATE(1024), 1, + STATE(978), 1, sym_string, - STATE(1421), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1726), 1, + STATE(1764), 1, sym_expression, - STATE(2370), 1, - sym_parenthesized_list_splat, - STATE(2806), 1, + STATE(2029), 1, + sym_type, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2369), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(704), 4, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1034), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1964), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34833,7 +35086,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34850,68 +35103,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7823] = 25, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, + [8142] = 25, + ACTIONS(275), 1, + sym_identifier, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, sym_string_start, - ACTIONS(972), 1, - sym_identifier, - ACTIONS(974), 1, - anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(341), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1025), 1, + anon_sym_STAR, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - STATE(1122), 1, - sym_string, - STATE(1150), 1, + STATE(1040), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1041), 1, + sym_string, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1786), 1, + STATE(1775), 1, sym_expression, - STATE(2077), 1, + STATE(2030), 1, sym_type, - STATE(2632), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, + STATE(2054), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1782), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -34919,7 +35172,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -34936,68 +35189,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [7934] = 25, - ACTIONS(681), 1, - anon_sym_LPAREN, - ACTIONS(689), 1, + [8253] = 27, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1006), 1, - anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1055), 1, sym_identifier, - ACTIONS(1122), 1, - anon_sym_from, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1057), 1, + anon_sym_LPAREN, + ACTIONS(1063), 1, + anon_sym_STAR, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1071), 1, anon_sym_await, - STATE(996), 1, + ACTIONS(1121), 1, + anon_sym_RPAREN, + ACTIONS(1123), 1, + anon_sym_COMMA, + STATE(1010), 1, sym_primary_expression, - STATE(998), 1, + STATE(1021), 1, sym_string, - STATE(1202), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1757), 1, + STATE(1702), 1, sym_expression, - STATE(2037), 1, - sym_expression_list, - STATE(2814), 1, + STATE(2368), 1, + sym_parenthesized_list_splat, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1067), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1065), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2367), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - ACTIONS(1124), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - STATE(1773), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35005,7 +35260,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35022,70 +35277,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8045] = 27, - ACTIONS(716), 1, + [8368] = 27, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1024), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1026), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, - anon_sym_STAR, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1038), 1, - anon_sym_type, - ACTIONS(1040), 1, - anon_sym_await, - ACTIONS(1132), 1, + ACTIONS(1129), 1, anon_sym_RPAREN, - ACTIONS(1134), 1, + ACTIONS(1131), 1, anon_sym_COMMA, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, + ACTIONS(1133), 1, + anon_sym_STAR, + ACTIONS(1139), 1, + anon_sym_await, + STATE(1017), 1, sym_string, - STATE(1421), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1730), 1, + STATE(1874), 1, sym_expression, - STATE(2405), 1, + STATE(2278), 1, sym_parenthesized_list_splat, - STATE(2806), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2404), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2277), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(704), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1034), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35093,7 +35348,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35110,68 +35365,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8160] = 25, - ACTIONS(275), 1, - sym_identifier, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [8483] = 27, + ACTIONS(743), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(314), 1, - anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(339), 1, - anon_sym_STAR_STAR, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1022), 1, + ACTIONS(859), 1, + anon_sym_lambda, + ACTIONS(1055), 1, + sym_identifier, + ACTIONS(1057), 1, + anon_sym_LPAREN, + ACTIONS(1063), 1, anon_sym_STAR, - STATE(1040), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1071), 1, + anon_sym_await, + ACTIONS(1141), 1, + anon_sym_RPAREN, + ACTIONS(1143), 1, + anon_sym_COMMA, + STATE(1010), 1, sym_primary_expression, - STATE(1041), 1, + STATE(1021), 1, sym_string, - STATE(1348), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1775), 1, + STATE(1718), 1, sym_expression, - STATE(2508), 1, - sym_type, - STATE(2783), 1, + STATE(2321), 1, + sym_parenthesized_list_splat, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(1067), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(1065), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + STATE(2320), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2070), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1756), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35179,7 +35436,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35196,68 +35453,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8271] = 25, - ACTIONS(752), 1, + [8598] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1042), 1, + ACTIONS(993), 1, sym_identifier, - ACTIONS(1044), 1, + ACTIONS(995), 1, anon_sym_STAR, - ACTIONS(1048), 1, + ACTIONS(1001), 1, anon_sym_STAR_STAR, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1009), 1, anon_sym_await, - STATE(1026), 1, + STATE(1104), 1, sym_string, - STATE(1038), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1755), 1, + STATE(1786), 1, sym_expression, - STATE(1937), 1, + STATE(2109), 1, sym_type, - STATE(2686), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1933), 5, + STATE(2098), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1760), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35265,7 +35522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35282,61 +35539,80 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8382] = 22, - ACTIONS(307), 1, + [8709] = 25, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(312), 1, - anon_sym_TILDE, - ACTIONS(324), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1088), 1, + ACTIONS(993), 1, sym_identifier, - ACTIONS(1090), 1, - anon_sym_LPAREN, - ACTIONS(1092), 1, + ACTIONS(995), 1, anon_sym_STAR, - ACTIONS(1096), 1, - anon_sym_type, - ACTIONS(1098), 1, - anon_sym_LBRACK, - ACTIONS(1100), 1, + ACTIONS(1001), 1, + anon_sym_STAR_STAR, + ACTIONS(1005), 1, + anon_sym_not, + ACTIONS(1007), 1, + anon_sym_lambda, + ACTIONS(1009), 1, anon_sym_await, - STATE(1041), 1, + STATE(1104), 1, sym_string, - STATE(1507), 1, - sym_list_splat_pattern, - STATE(1630), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1656), 1, - sym_pattern, + STATE(1483), 1, + sym_list_splat_pattern, + STATE(1786), 1, + sym_expression, + STATE(1933), 1, + sym_type, + STATE(2633), 1, + sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(414), 2, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, - STATE(1514), 2, - sym_attribute, - sym_subscript, - STATE(1663), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(320), 4, + anon_sym_TILDE, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1094), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, + STATE(2098), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1782), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -35349,84 +35625,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - ACTIONS(970), 15, - anon_sym_COLON, - anon_sym_EQ, - 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, - [8487] = 25, - ACTIONS(275), 1, - sym_identifier, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [8820] = 25, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(314), 1, - anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(339), 1, + ACTIONS(993), 1, + sym_identifier, + ACTIONS(995), 1, + anon_sym_STAR, + ACTIONS(1001), 1, anon_sym_STAR_STAR, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(1022), 1, - anon_sym_STAR, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, + ACTIONS(1007), 1, + anon_sym_lambda, + ACTIONS(1009), 1, + anon_sym_await, + STATE(1104), 1, sym_string, - STATE(1348), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1775), 1, + STATE(1786), 1, sym_expression, - STATE(2290), 1, + STATE(1949), 1, sym_type, - STATE(2783), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(997), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2070), 5, + STATE(2098), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1756), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35434,7 +35694,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35451,70 +35711,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8598] = 27, - ACTIONS(716), 1, + [8931] = 25, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(830), 1, - anon_sym_not, - ACTIONS(832), 1, - anon_sym_lambda, - ACTIONS(1024), 1, + ACTIONS(993), 1, sym_identifier, - ACTIONS(1026), 1, - anon_sym_LPAREN, - ACTIONS(1032), 1, + ACTIONS(995), 1, anon_sym_STAR, - ACTIONS(1036), 1, + ACTIONS(1001), 1, anon_sym_STAR_STAR, - ACTIONS(1038), 1, - anon_sym_type, - ACTIONS(1040), 1, + ACTIONS(1005), 1, + anon_sym_not, + ACTIONS(1007), 1, + anon_sym_lambda, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1136), 1, - anon_sym_RPAREN, - ACTIONS(1138), 1, - anon_sym_COMMA, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, + STATE(1104), 1, sym_string, - STATE(1421), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1736), 1, + STATE(1786), 1, sym_expression, - STATE(2436), 1, - sym_parenthesized_list_splat, - STATE(2806), 1, + STATE(1960), 1, + sym_type, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2435), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(704), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1034), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(2098), 5, + sym_splat_type, + sym_generic_type, + sym_union_type, + sym_constrained_type, + sym_member_type, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35522,7 +35780,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35539,68 +35797,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8713] = 25, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + [9042] = 25, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(1058), 1, + ACTIONS(769), 1, + anon_sym_LBRACE, + ACTIONS(775), 1, + sym_string_start, + ACTIONS(1097), 1, sym_identifier, - ACTIONS(1060), 1, + ACTIONS(1099), 1, anon_sym_STAR, - ACTIONS(1062), 1, + ACTIONS(1105), 1, anon_sym_STAR_STAR, - STATE(975), 1, - sym_primary_expression, - STATE(976), 1, + ACTIONS(1107), 1, + anon_sym_not, + ACTIONS(1109), 1, + anon_sym_lambda, + ACTIONS(1111), 1, + anon_sym_await, + STATE(1017), 1, sym_string, - STATE(1062), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1763), 1, + STATE(1756), 1, sym_expression, - STATE(1962), 1, + STATE(1969), 1, sym_type, - STATE(2817), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1954), 5, + STATE(1948), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1697), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35608,7 +35866,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35625,68 +35883,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8824] = 25, - ACTIONS(752), 1, - anon_sym_LPAREN, - ACTIONS(760), 1, - anon_sym_LBRACK, - ACTIONS(764), 1, + [9153] = 25, + ACTIONS(275), 1, + sym_identifier, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1042), 1, - sym_identifier, - ACTIONS(1044), 1, - anon_sym_STAR, - ACTIONS(1048), 1, + ACTIONS(341), 1, anon_sym_STAR_STAR, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1025), 1, + anon_sym_STAR, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1054), 1, - anon_sym_lambda, - ACTIONS(1056), 1, - anon_sym_await, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + STATE(1040), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1041), 1, + sym_string, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1755), 1, + STATE(1775), 1, sym_expression, - STATE(2112), 1, + STATE(2492), 1, sym_type, - STATE(2686), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1933), 5, + STATE(2054), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1760), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35694,7 +35952,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35711,68 +35969,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [8935] = 25, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, + [9264] = 25, + ACTIONS(275), 1, + sym_identifier, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, sym_string_start, - ACTIONS(972), 1, - sym_identifier, - ACTIONS(974), 1, - anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(341), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1025), 1, + anon_sym_STAR, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - STATE(1122), 1, - sym_string, - STATE(1150), 1, + STATE(1040), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1041), 1, + sym_string, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1786), 1, + STATE(1775), 1, sym_expression, - STATE(1916), 1, + STATE(2493), 1, sym_type, - STATE(2632), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, + STATE(2054), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1782), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35780,7 +36038,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35797,68 +36055,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9046] = 25, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, + [9375] = 25, + ACTIONS(275), 1, + sym_identifier, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, sym_string_start, - ACTIONS(972), 1, - sym_identifier, - ACTIONS(974), 1, - anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(341), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1025), 1, + anon_sym_STAR, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - STATE(1122), 1, - sym_string, - STATE(1150), 1, + STATE(1040), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1041), 1, + sym_string, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1786), 1, + STATE(1775), 1, sym_expression, - STATE(1935), 1, + STATE(2494), 1, sym_type, - STATE(2632), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, + STATE(2054), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1782), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35866,7 +36124,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35883,68 +36141,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9157] = 25, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, + [9486] = 25, + ACTIONS(275), 1, + sym_identifier, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, sym_string_start, - ACTIONS(972), 1, - sym_identifier, - ACTIONS(974), 1, - anon_sym_STAR, - ACTIONS(978), 1, + ACTIONS(341), 1, anon_sym_STAR_STAR, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1025), 1, + anon_sym_STAR, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - STATE(1122), 1, - sym_string, - STATE(1150), 1, + STATE(1040), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1041), 1, + sym_string, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1786), 1, + STATE(1775), 1, sym_expression, - STATE(1946), 1, + STATE(2495), 1, sym_type, - STATE(2632), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(2083), 5, + STATE(2054), 5, sym_splat_type, sym_generic_type, sym_union_type, sym_constrained_type, sym_member_type, - STATE(1782), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -35952,7 +36210,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -35969,68 +36227,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9268] = 25, - ACTIONS(67), 1, + [9597] = 27, + ACTIONS(743), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(69), 1, + ACTIONS(753), 1, + sym_string_start, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(71), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1058), 1, + ACTIONS(1055), 1, sym_identifier, - ACTIONS(1060), 1, + ACTIONS(1057), 1, + anon_sym_LPAREN, + ACTIONS(1063), 1, anon_sym_STAR, - ACTIONS(1062), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - STATE(975), 1, + ACTIONS(1071), 1, + anon_sym_await, + ACTIONS(1129), 1, + anon_sym_RPAREN, + ACTIONS(1131), 1, + anon_sym_COMMA, + STATE(1010), 1, sym_primary_expression, - STATE(976), 1, + STATE(1021), 1, sym_string, - STATE(1062), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1763), 1, + STATE(1746), 1, sym_expression, - STATE(1975), 1, - sym_type, - STATE(2817), 1, + STATE(2278), 1, + sym_parenthesized_list_splat, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, + ACTIONS(1067), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, + ACTIONS(1065), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2277), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1954), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1697), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36038,7 +36298,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36055,68 +36315,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9379] = 25, - ACTIONS(275), 1, - sym_identifier, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [9712] = 26, + ACTIONS(765), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(314), 1, - anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(339), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1022), 1, + ACTIONS(1109), 1, + anon_sym_lambda, + ACTIONS(1125), 1, + sym_identifier, + ACTIONS(1127), 1, + anon_sym_LPAREN, + ACTIONS(1133), 1, anon_sym_STAR, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, + ACTIONS(1139), 1, + anon_sym_await, + ACTIONS(1145), 1, + anon_sym_RPAREN, + STATE(1017), 1, sym_string, - STATE(1348), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1775), 1, + STATE(1929), 1, sym_expression, - STATE(2474), 1, - sym_type, - STATE(2783), 1, + STATE(2624), 1, + sym_parenthesized_list_splat, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(1135), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + STATE(2610), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2070), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1756), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36124,7 +36384,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36141,68 +36401,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9490] = 25, - ACTIONS(275), 1, - sym_identifier, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [9824] = 26, + ACTIONS(787), 1, + anon_sym_LBRACK, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(314), 1, - anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(339), 1, - anon_sym_STAR_STAR, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1022), 1, + ACTIONS(825), 1, anon_sym_STAR, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, + ACTIONS(835), 1, + anon_sym_not, + ACTIONS(837), 1, + anon_sym_lambda, + ACTIONS(839), 1, + anon_sym_yield, + ACTIONS(1147), 1, + sym_identifier, + ACTIONS(1149), 1, + anon_sym_LPAREN, + ACTIONS(1155), 1, + anon_sym_RBRACK, + ACTIONS(1157), 1, + anon_sym_await, + STATE(1024), 1, sym_string, - STATE(1348), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1775), 1, + STATE(1743), 1, sym_expression, - STATE(2477), 1, - sym_type, - STATE(2783), 1, + STATE(2688), 1, + sym__collection_elements, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(1151), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + STATE(2308), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(2070), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1756), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36210,7 +36470,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36227,68 +36487,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9601] = 25, - ACTIONS(67), 1, + [9936] = 28, + ACTIONS(743), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(69), 1, + ACTIONS(753), 1, + sym_string_start, + ACTIONS(849), 1, + anon_sym_STAR, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(71), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + ACTIONS(861), 1, + anon_sym_yield, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1058), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1060), 1, - anon_sym_STAR, - ACTIONS(1062), 1, - anon_sym_STAR_STAR, - STATE(975), 1, + ACTIONS(1091), 1, + anon_sym_await, + ACTIONS(1159), 1, + anon_sym_RPAREN, + STATE(1010), 1, sym_primary_expression, - STATE(976), 1, + STATE(1021), 1, sym_string, - STATE(1062), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1763), 1, + STATE(1717), 1, sym_expression, - STATE(1979), 1, - sym_type, - STATE(2817), 1, + STATE(2314), 1, + sym_yield, + STATE(2333), 1, + sym_list_splat, + STATE(2334), 1, + sym_parenthesized_list_splat, + STATE(2635), 1, sym__named_expression_lhs, + STATE(2754), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1954), 5, - sym_splat_type, - sym_generic_type, - sym_union_type, - sym_constrained_type, - sym_member_type, - STATE(1697), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36296,7 +36558,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36313,70 +36575,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9712] = 28, - ACTIONS(716), 1, + [10052] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(822), 1, - anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(834), 1, - anon_sym_yield, - ACTIONS(1026), 1, - anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1127), 1, + anon_sym_LPAREN, + ACTIONS(1133), 1, + anon_sym_STAR, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1140), 1, + ACTIONS(1161), 1, anon_sym_RPAREN, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, + STATE(1017), 1, sym_string, - STATE(1421), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1725), 1, + STATE(1929), 1, sym_expression, - STATE(2359), 1, - sym_yield, - STATE(2382), 1, - sym_list_splat, - STATE(2383), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2806), 1, + STATE(2690), 1, sym__named_expression_lhs, - STATE(2825), 1, - sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36384,7 +36644,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36401,68 +36661,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9828] = 26, - ACTIONS(782), 1, + [10164] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR, - ACTIONS(852), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(856), 1, - anon_sym_yield, - ACTIONS(1142), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1144), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1150), 1, - anon_sym_RBRACK, - ACTIONS(1152), 1, + ACTIONS(1133), 1, + anon_sym_STAR, + ACTIONS(1139), 1, anon_sym_await, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + ACTIONS(1163), 1, + anon_sym_RPAREN, + STATE(1017), 1, sym_string, - STATE(1404), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1742), 1, + STATE(1929), 1, sym_expression, - STATE(2726), 1, - sym__collection_elements, - STATE(2737), 1, + STATE(2624), 1, + sym_parenthesized_list_splat, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(772), 4, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36470,7 +36730,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36487,70 +36747,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [9940] = 28, - ACTIONS(716), 1, + [10276] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(822), 1, - anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(834), 1, - anon_sym_yield, - ACTIONS(1026), 1, - anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1127), 1, + anon_sym_LPAREN, + ACTIONS(1133), 1, + anon_sym_STAR, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1154), 1, + ACTIONS(1165), 1, anon_sym_RPAREN, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, + STATE(1017), 1, sym_string, - STATE(1421), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1716), 1, + STATE(1929), 1, sym_expression, - STATE(2276), 1, - sym_yield, - STATE(2471), 1, - sym_list_splat, - STATE(2473), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2806), 1, + STATE(2690), 1, sym__named_expression_lhs, - STATE(2808), 1, - sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36558,7 +36816,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36575,68 +36833,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10056] = 26, - ACTIONS(760), 1, + [10388] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1156), 1, + ACTIONS(1167), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36644,7 +36902,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36661,68 +36919,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10168] = 26, - ACTIONS(760), 1, + [10500] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1158), 1, + ACTIONS(1169), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36730,7 +36988,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36747,68 +37005,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10280] = 26, - ACTIONS(760), 1, + [10612] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1160), 1, + ACTIONS(1171), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36816,7 +37074,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36833,68 +37091,69 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10392] = 26, - ACTIONS(760), 1, + [10724] = 27, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(849), 1, + anon_sym_STAR, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1064), 1, - sym_identifier, - ACTIONS(1066), 1, + ACTIONS(861), 1, + anon_sym_yield, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1083), 1, + sym_identifier, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1162), 1, + ACTIONS(1173), 1, anon_sym_RPAREN, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1021), 1, + sym_string, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1709), 1, sym_expression, - STATE(2585), 1, - sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2307), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, + STATE(2680), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2439), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36902,7 +37161,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -36919,68 +37178,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10504] = 26, - ACTIONS(760), 1, + [10838] = 26, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(825), 1, + anon_sym_STAR, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(839), 1, + anon_sym_yield, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1149), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1164), 1, - anon_sym_RPAREN, - STATE(1026), 1, + ACTIONS(1175), 1, + anon_sym_RBRACK, + STATE(1024), 1, sym_string, - STATE(1038), 1, + STATE(1044), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1745), 1, sym_expression, - STATE(2585), 1, - sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2704), 1, + sym__collection_elements, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -36988,7 +37247,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37005,68 +37264,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10616] = 26, - ACTIONS(782), 1, + [10950] = 28, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(842), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(852), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(1142), 1, - sym_identifier, - ACTIONS(1144), 1, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1083), 1, + sym_identifier, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1166), 1, - anon_sym_RBRACK, - STATE(1005), 1, + ACTIONS(1177), 1, + anon_sym_RPAREN, + STATE(1010), 1, sym_primary_expression, - STATE(1007), 1, + STATE(1021), 1, sym_string, - STATE(1404), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1740), 1, + STATE(1729), 1, sym_expression, - STATE(2737), 1, + STATE(2305), 1, + sym_list_splat, + STATE(2310), 1, + sym_parenthesized_list_splat, + STATE(2417), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, - STATE(2818), 1, + STATE(2697), 1, sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(772), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37074,7 +37335,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37091,69 +37352,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10728] = 27, - ACTIONS(716), 1, + [11066] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(822), 1, - anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(834), 1, - anon_sym_yield, - ACTIONS(1026), 1, - anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1127), 1, + anon_sym_LPAREN, + ACTIONS(1133), 1, + anon_sym_STAR, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1168), 1, + ACTIONS(1179), 1, anon_sym_RPAREN, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, + STATE(1017), 1, sym_string, - STATE(1421), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1729), 1, + STATE(1929), 1, sym_expression, - STATE(2392), 1, - sym_yield, + STATE(2624), 1, + sym_parenthesized_list_splat, STATE(2690), 1, - sym__collection_elements, - STATE(2806), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - STATE(2427), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(718), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37161,7 +37421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37178,69 +37438,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10842] = 27, - ACTIONS(716), 1, + [11178] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(822), 1, - anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(834), 1, - anon_sym_yield, - ACTIONS(1026), 1, - anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1127), 1, + anon_sym_LPAREN, + ACTIONS(1133), 1, + anon_sym_STAR, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1170), 1, + ACTIONS(1181), 1, anon_sym_RPAREN, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, + STATE(1017), 1, sym_string, - STATE(1421), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1708), 1, + STATE(1929), 1, sym_expression, - STATE(2429), 1, - sym_yield, - STATE(2648), 1, - sym__collection_elements, - STATE(2806), 1, + STATE(2624), 1, + sym_parenthesized_list_splat, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - STATE(2427), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(718), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37248,7 +37507,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37265,69 +37524,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [10956] = 27, - ACTIONS(716), 1, + [11290] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(822), 1, - anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(834), 1, - anon_sym_yield, - ACTIONS(1026), 1, - anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1127), 1, + anon_sym_LPAREN, + ACTIONS(1133), 1, + anon_sym_STAR, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1154), 1, + ACTIONS(1183), 1, anon_sym_RPAREN, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, + STATE(1017), 1, sym_string, - STATE(1421), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1716), 1, + STATE(1929), 1, sym_expression, - STATE(2276), 1, - sym_yield, - STATE(2806), 1, + STATE(2624), 1, + sym_parenthesized_list_splat, + STATE(2690), 1, sym__named_expression_lhs, - STATE(2808), 1, - sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - STATE(2427), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(718), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37335,7 +37593,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37352,68 +37610,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11070] = 26, - ACTIONS(782), 1, + [11402] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR, - ACTIONS(852), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(856), 1, - anon_sym_yield, - ACTIONS(1142), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1144), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1133), 1, + anon_sym_STAR, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1172), 1, - anon_sym_RBRACK, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + ACTIONS(1185), 1, + anon_sym_RPAREN, + STATE(1017), 1, sym_string, - STATE(1404), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1741), 1, + STATE(1929), 1, sym_expression, - STATE(2659), 1, - sym__collection_elements, - STATE(2737), 1, + STATE(2624), 1, + sym_parenthesized_list_splat, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(772), 4, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37421,7 +37679,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37438,69 +37696,69 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11182] = 27, - ACTIONS(716), 1, + [11514] = 27, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(822), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(1026), 1, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1174), 1, + ACTIONS(1187), 1, anon_sym_RPAREN, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1738), 1, + STATE(1735), 1, sym_expression, - STATE(2482), 1, + STATE(2443), 1, sym_yield, - STATE(2752), 1, - sym__collection_elements, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, + STATE(2637), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(2427), 2, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2439), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(718), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37508,7 +37766,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37525,68 +37783,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11296] = 26, - ACTIONS(782), 1, + [11628] = 26, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(842), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1144), 1, + ACTIONS(1149), 1, anon_sym_LPAREN, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1176), 1, + ACTIONS(1189), 1, anon_sym_RBRACK, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1744), 1, + STATE(1740), 1, sym_expression, - STATE(2696), 1, - sym__collection_elements, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, + STATE(2755), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(772), 4, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37594,7 +37852,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37611,68 +37869,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11408] = 26, - ACTIONS(760), 1, + [11740] = 28, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(849), 1, + anon_sym_STAR, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1064), 1, - sym_identifier, - ACTIONS(1066), 1, + ACTIONS(861), 1, + anon_sym_yield, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1083), 1, + sym_identifier, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1178), 1, + ACTIONS(1187), 1, anon_sym_RPAREN, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1021), 1, + sym_string, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1735), 1, sym_expression, - STATE(2585), 1, + STATE(2333), 1, + sym_list_splat, + STATE(2334), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2443), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, + STATE(2637), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37680,7 +37940,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37697,68 +37957,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11520] = 26, - ACTIONS(760), 1, + [11856] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1180), 1, + ACTIONS(1191), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37766,7 +38026,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37783,68 +38043,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11632] = 26, - ACTIONS(760), 1, + [11968] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1182), 1, + ACTIONS(1193), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37852,7 +38112,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37869,68 +38129,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11744] = 26, - ACTIONS(760), 1, + [12080] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1184), 1, + ACTIONS(1195), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -37938,7 +38198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -37955,68 +38215,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11856] = 26, - ACTIONS(760), 1, + [12192] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1186), 1, + ACTIONS(1197), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38024,7 +38284,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38041,70 +38301,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [11968] = 28, - ACTIONS(716), 1, + [12304] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(822), 1, - anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(834), 1, - anon_sym_yield, - ACTIONS(1026), 1, - anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1127), 1, + anon_sym_LPAREN, + ACTIONS(1133), 1, + anon_sym_STAR, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1168), 1, + ACTIONS(1199), 1, anon_sym_RPAREN, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, + STATE(1017), 1, sym_string, - STATE(1421), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1729), 1, + STATE(1929), 1, sym_expression, - STATE(2392), 1, - sym_yield, - STATE(2434), 1, - sym_list_splat, - STATE(2437), 1, + STATE(2624), 1, sym_parenthesized_list_splat, STATE(2690), 1, - sym__collection_elements, - STATE(2806), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38112,7 +38370,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38129,68 +38387,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12084] = 26, - ACTIONS(760), 1, + [12416] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1188), 1, + ACTIONS(1201), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38198,7 +38456,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38215,69 +38473,69 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12196] = 27, - ACTIONS(716), 1, + [12528] = 27, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(822), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(1026), 1, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1140), 1, + ACTIONS(1159), 1, anon_sym_RPAREN, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1725), 1, + STATE(1717), 1, sym_expression, - STATE(2359), 1, + STATE(2314), 1, sym_yield, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, - STATE(2825), 1, + STATE(2754), 1, sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(2427), 2, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2439), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(718), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38285,7 +38543,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38302,68 +38560,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12310] = 26, - ACTIONS(782), 1, + [12642] = 26, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(842), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1144), 1, + ACTIONS(1149), 1, anon_sym_LPAREN, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1190), 1, + ACTIONS(1203), 1, anon_sym_RBRACK, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1713), 1, + STATE(1742), 1, sym_expression, - STATE(2639), 1, - sym__collection_elements, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, + STATE(2767), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(772), 4, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38371,7 +38629,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38388,68 +38646,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12422] = 26, - ACTIONS(782), 1, + [12754] = 28, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(842), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(852), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(1142), 1, - sym_identifier, - ACTIONS(1144), 1, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1083), 1, + sym_identifier, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1192), 1, - anon_sym_RBRACK, - STATE(1005), 1, + ACTIONS(1205), 1, + anon_sym_RPAREN, + STATE(1010), 1, sym_primary_expression, - STATE(1007), 1, + STATE(1021), 1, sym_string, - STATE(1404), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1718), 1, + STATE(1725), 1, sym_expression, - STATE(2737), 1, + STATE(2273), 1, + sym_list_splat, + STATE(2274), 1, + sym_parenthesized_list_splat, + STATE(2389), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, - STATE(2828), 1, + STATE(2822), 1, sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(772), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38457,7 +38717,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38474,70 +38734,155 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12534] = 28, - ACTIONS(716), 1, + [12870] = 27, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(822), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(1026), 1, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1194), 1, + ACTIONS(1207), 1, anon_sym_RPAREN, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1721), 1, + STATE(1739), 1, sym_expression, - STATE(2327), 1, + STATE(2496), 1, sym_yield, - STATE(2382), 1, - sym_list_splat, - STATE(2383), 1, - sym_parenthesized_list_splat, - STATE(2714), 1, - sym__collection_elements, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, + STATE(2752), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2439), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, + STATE(1814), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1306), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [12984] = 26, + ACTIONS(765), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, + anon_sym_LBRACE, + ACTIONS(775), 1, + sym_string_start, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, + anon_sym_not, + ACTIONS(1109), 1, + anon_sym_lambda, + ACTIONS(1125), 1, + sym_identifier, + ACTIONS(1127), 1, + anon_sym_LPAREN, + ACTIONS(1133), 1, + anon_sym_STAR, + ACTIONS(1139), 1, + anon_sym_await, + ACTIONS(1209), 1, + anon_sym_RPAREN, + STATE(1017), 1, + sym_string, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, + sym_list_splat_pattern, + STATE(1929), 1, + sym_expression, + STATE(2624), 1, + sym_parenthesized_list_splat, + STATE(2690), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(771), 2, + sym_ellipsis, + sym_float, + ACTIONS(1137), 2, anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1135), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, - STATE(1856), 7, + STATE(2610), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(755), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38545,7 +38890,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38562,154 +38907,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12650] = 26, - ACTIONS(760), 1, + [13096] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1196), 1, + ACTIONS(1211), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1070), 4, + ACTIONS(1135), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - STATE(1760), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1322), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [12762] = 26, - ACTIONS(760), 1, - anon_sym_LBRACK, - ACTIONS(764), 1, - anon_sym_LBRACE, - ACTIONS(770), 1, - sym_string_start, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, - anon_sym_not, - ACTIONS(1054), 1, - anon_sym_lambda, - ACTIONS(1064), 1, - sym_identifier, - ACTIONS(1066), 1, - anon_sym_LPAREN, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, - anon_sym_await, - ACTIONS(1198), 1, - anon_sym_RPAREN, - STATE(1026), 1, - sym_string, - STATE(1038), 1, - sym_primary_expression, - STATE(1287), 1, - sym_list_splat_pattern, - STATE(1990), 1, - sym_expression, - STATE(2585), 1, - sym_parenthesized_list_splat, - STATE(2686), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(766), 2, - sym_ellipsis, - sym_float, - ACTIONS(762), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - STATE(2576), 3, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38717,7 +38976,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38734,68 +38993,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12874] = 26, - ACTIONS(760), 1, + [13208] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1200), 1, + ACTIONS(1213), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38803,7 +39062,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38820,68 +39079,69 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [12986] = 26, - ACTIONS(760), 1, + [13320] = 27, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(849), 1, + anon_sym_STAR, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1064), 1, - sym_identifier, - ACTIONS(1066), 1, + ACTIONS(861), 1, + anon_sym_yield, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1083), 1, + sym_identifier, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1202), 1, + ACTIONS(1177), 1, anon_sym_RPAREN, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1021), 1, + sym_string, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1729), 1, sym_expression, - STATE(2585), 1, - sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2417), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, + STATE(2697), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2439), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38889,7 +39149,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38906,70 +39166,69 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13098] = 28, - ACTIONS(716), 1, + [13434] = 27, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(822), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(1026), 1, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, - anon_sym_await, - ACTIONS(1170), 1, + ACTIONS(1085), 1, anon_sym_RPAREN, - STATE(1022), 1, + ACTIONS(1091), 1, + anon_sym_await, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1708), 1, + STATE(1713), 1, sym_expression, - STATE(2429), 1, + STATE(2525), 1, sym_yield, - STATE(2434), 1, - sym_list_splat, - STATE(2437), 1, - sym_parenthesized_list_splat, - STATE(2648), 1, - sym__collection_elements, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, + STATE(2811), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2439), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -38977,7 +39236,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -38994,68 +39253,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13214] = 26, - ACTIONS(760), 1, + [13548] = 26, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(825), 1, + anon_sym_STAR, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(839), 1, + anon_sym_yield, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1149), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1204), 1, - anon_sym_RPAREN, - STATE(1026), 1, + ACTIONS(1215), 1, + anon_sym_RBRACK, + STATE(1024), 1, sym_string, - STATE(1038), 1, + STATE(1044), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1741), 1, sym_expression, - STATE(2585), 1, - sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2689), 1, + sym__collection_elements, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39063,7 +39322,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39080,68 +39339,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13326] = 26, - ACTIONS(760), 1, + [13660] = 26, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(825), 1, + anon_sym_STAR, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(839), 1, + anon_sym_yield, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1149), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1206), 1, - anon_sym_RPAREN, - STATE(1026), 1, + ACTIONS(1217), 1, + anon_sym_RBRACK, + STATE(1024), 1, sym_string, - STATE(1038), 1, + STATE(1044), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1719), 1, sym_expression, - STATE(2585), 1, - sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2722), 1, sym__named_expression_lhs, + STATE(2726), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39149,7 +39408,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39166,69 +39425,69 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13438] = 27, - ACTIONS(716), 1, + [13772] = 27, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(822), 1, + ACTIONS(849), 1, anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(834), 1, + ACTIONS(861), 1, anon_sym_yield, - ACTIONS(1026), 1, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1194), 1, + ACTIONS(1205), 1, anon_sym_RPAREN, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1721), 1, + STATE(1725), 1, sym_expression, - STATE(2327), 1, + STATE(2389), 1, sym_yield, - STATE(2714), 1, - sym__collection_elements, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, + STATE(2822), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(2427), 2, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2439), 2, sym_list_splat, sym_parenthesized_list_splat, - ACTIONS(718), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39236,7 +39495,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39253,68 +39512,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13552] = 26, - ACTIONS(782), 1, + [13886] = 26, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(842), 1, + ACTIONS(825), 1, anon_sym_STAR, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(856), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1144), 1, + ACTIONS(1149), 1, anon_sym_LPAREN, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1208), 1, + ACTIONS(1219), 1, anon_sym_RBRACK, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1743), 1, + STATE(1714), 1, sym_expression, - STATE(2652), 1, + STATE(2640), 1, sym__collection_elements, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(772), 4, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39322,7 +39581,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39339,68 +39598,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13664] = 26, - ACTIONS(760), 1, + [13998] = 28, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(849), 1, + anon_sym_STAR, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1064), 1, - sym_identifier, - ACTIONS(1066), 1, + ACTIONS(861), 1, + anon_sym_yield, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1083), 1, + sym_identifier, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1210), 1, + ACTIONS(1173), 1, anon_sym_RPAREN, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1021), 1, + sym_string, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1709), 1, sym_expression, - STATE(2585), 1, + STATE(2305), 1, + sym_list_splat, + STATE(2307), 1, + sym_yield, + STATE(2310), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2635), 1, sym__named_expression_lhs, + STATE(2680), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39408,7 +39669,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39425,68 +39686,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13776] = 26, - ACTIONS(760), 1, + [14114] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1212), 1, + ACTIONS(1221), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39494,7 +39755,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39511,68 +39772,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [13888] = 26, - ACTIONS(760), 1, + [14226] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1214), 1, + ACTIONS(1223), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39580,7 +39841,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39597,68 +39858,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14000] = 26, - ACTIONS(760), 1, + [14338] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1216), 1, + ACTIONS(1225), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39666,7 +39927,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39683,68 +39944,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14112] = 26, - ACTIONS(760), 1, + [14450] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1218), 1, + ACTIONS(1227), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39752,7 +40013,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39769,68 +40030,69 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14224] = 26, - ACTIONS(760), 1, + [14562] = 27, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(849), 1, + anon_sym_STAR, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1064), 1, - sym_identifier, - ACTIONS(1066), 1, + ACTIONS(861), 1, + anon_sym_yield, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1083), 1, + sym_identifier, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1220), 1, + ACTIONS(1229), 1, anon_sym_RPAREN, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1021), 1, + sym_string, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1722), 1, sym_expression, - STATE(2585), 1, - sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2358), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, + STATE(2681), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2439), 2, + sym_list_splat, + sym_parenthesized_list_splat, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39838,7 +40100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39855,68 +40117,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14336] = 26, - ACTIONS(760), 1, + [14676] = 26, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(825), 1, + anon_sym_STAR, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(839), 1, + anon_sym_yield, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1149), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1222), 1, - anon_sym_RPAREN, - STATE(1026), 1, + ACTIONS(1231), 1, + anon_sym_RBRACK, + STATE(1024), 1, sym_string, - STATE(1038), 1, + STATE(1044), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1744), 1, sym_expression, - STATE(2585), 1, - sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2722), 1, sym__named_expression_lhs, + STATE(2756), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2308), 3, sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -39924,7 +40186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -39941,68 +40203,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14448] = 26, - ACTIONS(760), 1, + [14788] = 28, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(849), 1, + anon_sym_STAR, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1064), 1, - sym_identifier, - ACTIONS(1066), 1, + ACTIONS(861), 1, + anon_sym_yield, + ACTIONS(1057), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1083), 1, + sym_identifier, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1224), 1, + ACTIONS(1229), 1, anon_sym_RPAREN, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1021), 1, + sym_string, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1722), 1, sym_expression, - STATE(2585), 1, + STATE(2273), 1, + sym_list_splat, + STATE(2274), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2358), 1, + sym_yield, + STATE(2635), 1, sym__named_expression_lhs, + STATE(2681), 1, + sym__collection_elements, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40010,7 +40274,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40027,68 +40291,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14560] = 26, - ACTIONS(760), 1, + [14904] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1226), 1, + ACTIONS(1233), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40096,7 +40360,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40113,68 +40377,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14672] = 26, - ACTIONS(760), 1, + [15016] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1228), 1, + ACTIONS(1235), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40182,7 +40446,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40199,68 +40463,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14784] = 26, - ACTIONS(760), 1, + [15128] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1230), 1, + ACTIONS(1237), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40268,7 +40532,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40285,68 +40549,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [14896] = 26, - ACTIONS(760), 1, + [15240] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1232), 1, + ACTIONS(1239), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40354,7 +40618,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40371,69 +40635,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15008] = 27, - ACTIONS(716), 1, + [15352] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(822), 1, - anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(834), 1, - anon_sym_yield, - ACTIONS(1026), 1, - anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1108), 1, - anon_sym_RPAREN, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1127), 1, + anon_sym_LPAREN, + ACTIONS(1133), 1, + anon_sym_STAR, + ACTIONS(1139), 1, anon_sym_await, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, + ACTIONS(1241), 1, + anon_sym_RPAREN, + STATE(1017), 1, sym_string, - STATE(1421), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1712), 1, + STATE(1929), 1, sym_expression, - STATE(2372), 1, - sym_yield, - STATE(2804), 1, - sym__collection_elements, - STATE(2806), 1, + STATE(2624), 1, + sym_parenthesized_list_splat, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - STATE(2427), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(718), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40441,7 +40704,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40458,68 +40721,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15122] = 26, - ACTIONS(760), 1, + [15464] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1234), 1, + ACTIONS(1243), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40527,7 +40790,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40544,68 +40807,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15234] = 26, - ACTIONS(760), 1, + [15576] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1036), 1, + ACTIONS(1069), 1, anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1066), 1, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(1068), 1, + ACTIONS(1133), 1, anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1236), 1, + ACTIONS(1245), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1929), 1, sym_expression, - STATE(2585), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40613,7 +40876,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40630,69 +40893,68 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15346] = 27, - ACTIONS(716), 1, + [15688] = 26, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(822), 1, - anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(834), 1, - anon_sym_yield, - ACTIONS(1026), 1, - anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1127), 1, + anon_sym_LPAREN, + ACTIONS(1133), 1, + anon_sym_STAR, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1238), 1, + ACTIONS(1247), 1, anon_sym_RPAREN, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, + STATE(1017), 1, sym_string, - STATE(1421), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1734), 1, + STATE(1929), 1, sym_expression, - STATE(2425), 1, - sym_yield, - STATE(2636), 1, - sym__collection_elements, - STATE(2806), 1, + STATE(2624), 1, + sym_parenthesized_list_splat, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - STATE(2427), 2, - sym_list_splat, - sym_parenthesized_list_splat, - ACTIONS(718), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40700,7 +40962,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40717,68 +40979,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15460] = 26, - ACTIONS(782), 1, + [15800] = 25, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(842), 1, - anon_sym_STAR, - ACTIONS(852), 1, + ACTIONS(887), 1, + anon_sym_yield, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(856), 1, - anon_sym_yield, - ACTIONS(1142), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1144), 1, - anon_sym_LPAREN, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1053), 1, anon_sym_await, - ACTIONS(1240), 1, - anon_sym_RBRACK, - STATE(1005), 1, + ACTIONS(1249), 1, + anon_sym_LPAREN, + ACTIONS(1251), 1, + anon_sym_STAR, + ACTIONS(1253), 1, + anon_sym_RBRACE, + STATE(996), 1, sym_primary_expression, - STATE(1007), 1, + STATE(997), 1, sym_string, - STATE(1404), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1739), 1, + STATE(1921), 1, sym_expression, - STATE(2678), 1, - sym__collection_elements, - STATE(2737), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2271), 3, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2531), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(772), 4, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40786,7 +41046,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40803,70 +41063,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15572] = 28, - ACTIONS(716), 1, + [15909] = 25, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(822), 1, - anon_sym_STAR, - ACTIONS(830), 1, + ACTIONS(1069), 1, + anon_sym_STAR_STAR, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(834), 1, - anon_sym_yield, - ACTIONS(1026), 1, - anon_sym_LPAREN, - ACTIONS(1106), 1, + ACTIONS(1125), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1127), 1, + anon_sym_LPAREN, + ACTIONS(1133), 1, + anon_sym_STAR, + ACTIONS(1139), 1, anon_sym_await, - ACTIONS(1238), 1, - anon_sym_RPAREN, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, + STATE(1017), 1, sym_string, - STATE(1421), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1734), 1, + STATE(1929), 1, sym_expression, - STATE(2425), 1, - sym_yield, - STATE(2471), 1, - sym_list_splat, - STATE(2473), 1, + STATE(2624), 1, sym_parenthesized_list_splat, - STATE(2636), 1, - sym__collection_elements, - STATE(2806), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1137), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1135), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2610), 3, + sym_list_splat, + sym_dictionary_splat, + sym_keyword_argument, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40874,7 +41130,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40891,68 +41147,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15688] = 26, - ACTIONS(760), 1, + [16018] = 25, + ACTIONS(733), 1, + anon_sym_LPAREN, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1054), 1, - anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1066), 1, - anon_sym_LPAREN, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1242), 1, + ACTIONS(1255), 1, anon_sym_RPAREN, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + ACTIONS(1257), 1, + anon_sym_STAR, + ACTIONS(1261), 1, + anon_sym_lambda, + STATE(1010), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1021), 1, + sym_string, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1832), 1, sym_expression, - STATE(2585), 1, - sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1087), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2125), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(1259), 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -40960,7 +41214,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -40977,64 +41231,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15800] = 23, - ACTIONS(681), 1, + [16127] = 25, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(1006), 1, - anon_sym_STAR, - ACTIONS(1014), 1, - anon_sym_not, - ACTIONS(1016), 1, - anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(883), 1, + anon_sym_not, + ACTIONS(889), 1, anon_sym_await, - STATE(996), 1, + ACTIONS(1263), 1, + anon_sym_STAR, + ACTIONS(1267), 1, + anon_sym_RBRACE, + ACTIONS(1269), 1, + anon_sym_lambda, + STATE(985), 1, sym_primary_expression, - STATE(998), 1, + STATE(994), 1, sym_string, - STATE(1202), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1795), 1, + STATE(1857), 1, sym_expression, - STATE(2814), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(875), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + STATE(2112), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1265), 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - ACTIONS(1244), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - STATE(1773), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41042,7 +41298,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41059,66 +41315,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [15905] = 25, - ACTIONS(730), 1, + [16236] = 25, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(860), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(882), 1, + ACTIONS(1147), 1, + sym_identifier, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1271), 1, anon_sym_STAR, - ACTIONS(1250), 1, - anon_sym_RBRACE, - ACTIONS(1252), 1, + ACTIONS(1275), 1, + anon_sym_RBRACK, + ACTIONS(1277), 1, anon_sym_lambda, - STATE(988), 1, - sym_primary_expression, - STATE(989), 1, + STATE(1024), 1, sym_string, - STATE(1270), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1831), 1, + STATE(1821), 1, sym_expression, - STATE(2699), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(2045), 2, + ACTIONS(1151), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + STATE(2069), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(740), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, - anon_sym_print, - anon_sym_match, - anon_sym_exec, - ACTIONS(1248), 3, + ACTIONS(1273), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(728), 4, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1803), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41126,7 +41382,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41143,66 +41399,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16014] = 25, - ACTIONS(774), 1, + [16345] = 25, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1254), 1, - anon_sym_STAR, - ACTIONS(1258), 1, + ACTIONS(1267), 1, anon_sym_RBRACK, - ACTIONS(1260), 1, + ACTIONS(1271), 1, + anon_sym_STAR, + ACTIONS(1277), 1, anon_sym_lambda, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1853), 1, + STATE(1821), 1, sym_expression, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(2114), 2, + ACTIONS(1151), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + STATE(2069), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(784), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1146), 3, - anon_sym_print, - anon_sym_match, - anon_sym_exec, - ACTIONS(1256), 3, + ACTIONS(1265), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(772), 4, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41210,7 +41466,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41227,68 +41483,74 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16123] = 19, - ACTIONS(307), 1, + [16454] = 25, + ACTIONS(765), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(861), 1, + anon_sym_yield, + ACTIONS(1107), 1, + anon_sym_not, + ACTIONS(1109), 1, + anon_sym_lambda, + ACTIONS(1111), 1, + anon_sym_await, + ACTIONS(1127), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(1279), 1, + sym_identifier, + ACTIONS(1281), 1, + anon_sym_RPAREN, + ACTIONS(1283), 1, anon_sym_STAR, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, - anon_sym_await, - STATE(1041), 1, + STATE(1017), 1, sym_string, - STATE(1065), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1388), 1, sym_list_splat_pattern, + STATE(1982), 1, + sym_expression, + STATE(2690), 1, + sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 2, - anon_sym_DOT, - anon_sym_SLASH, - ACTIONS(318), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(1101), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(316), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - ACTIONS(320), 5, + STATE(2570), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(755), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(277), 9, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_PIPE, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - STATE(1435), 16, + STATE(1761), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41305,66 +41567,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16220] = 25, - ACTIONS(774), 1, - anon_sym_LPAREN, - ACTIONS(782), 1, + [16563] = 25, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(839), 1, + anon_sym_yield, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(1142), 1, - sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1007), 1, + anon_sym_lambda, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1250), 1, + ACTIONS(1253), 1, anon_sym_RBRACK, - ACTIONS(1254), 1, + ACTIONS(1285), 1, + sym_identifier, + ACTIONS(1287), 1, + anon_sym_LPAREN, + ACTIONS(1289), 1, anon_sym_STAR, - ACTIONS(1260), 1, - anon_sym_lambda, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1104), 1, sym_string, - STATE(1404), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1853), 1, + STATE(2020), 1, sym_expression, - STATE(2737), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - STATE(2114), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(784), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1146), 3, + ACTIONS(997), 3, anon_sym_print, - anon_sym_match, - anon_sym_exec, - ACTIONS(1248), 3, - anon_sym_if, anon_sym_async, - anon_sym_for, - ACTIONS(772), 4, + anon_sym_exec, + STATE(2581), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1836), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41372,7 +41634,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41389,66 +41651,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16329] = 25, - ACTIONS(706), 1, + [16672] = 25, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(830), 1, - anon_sym_not, - ACTIONS(1106), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(883), 1, + anon_sym_not, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1258), 1, - anon_sym_RPAREN, - ACTIONS(1262), 1, + ACTIONS(1263), 1, anon_sym_STAR, - ACTIONS(1264), 1, + ACTIONS(1269), 1, anon_sym_lambda, - STATE(1022), 1, + ACTIONS(1293), 1, + anon_sym_RBRACE, + STATE(985), 1, sym_primary_expression, - STATE(1024), 1, + STATE(994), 1, sym_string, - STATE(1421), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1822), 1, + STATE(1857), 1, sym_expression, - STATE(2806), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - STATE(2041), 2, + ACTIONS(875), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + STATE(2112), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(718), 3, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1110), 3, - anon_sym_print, - anon_sym_match, - anon_sym_exec, - ACTIONS(1256), 3, + ACTIONS(1291), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(704), 4, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1856), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41456,7 +41718,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41473,66 +41735,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16438] = 25, - ACTIONS(706), 1, + [16781] = 23, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(979), 1, + anon_sym_STAR, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1106), 1, + ACTIONS(989), 1, + anon_sym_lambda, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1053), 1, anon_sym_await, - ACTIONS(1250), 1, - anon_sym_RPAREN, - ACTIONS(1262), 1, - anon_sym_STAR, - ACTIONS(1264), 1, - anon_sym_lambda, - STATE(1022), 1, + STATE(996), 1, sym_primary_expression, - STATE(1024), 1, + STATE(997), 1, sym_string, - STATE(1421), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1822), 1, + STATE(1795), 1, sym_expression, - STATE(2806), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - STATE(2041), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(718), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1110), 3, + ACTIONS(1049), 3, anon_sym_print, - anon_sym_match, - anon_sym_exec, - ACTIONS(1248), 3, - anon_sym_if, anon_sym_async, - anon_sym_for, - ACTIONS(704), 4, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1856), 7, + ACTIONS(1295), 5, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41540,7 +41800,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41557,66 +41817,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16547] = 25, - ACTIONS(774), 1, + [16886] = 25, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(1255), 1, + anon_sym_RBRACK, + ACTIONS(1271), 1, anon_sym_STAR, - ACTIONS(1260), 1, + ACTIONS(1277), 1, anon_sym_lambda, - ACTIONS(1268), 1, - anon_sym_RBRACK, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1853), 1, + STATE(1821), 1, sym_expression, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(2114), 2, + ACTIONS(1151), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + STATE(2069), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(784), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1146), 3, - anon_sym_print, - anon_sym_match, - anon_sym_exec, - ACTIONS(1266), 3, + ACTIONS(1259), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(772), 4, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41624,7 +41884,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41641,66 +41901,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16656] = 25, - ACTIONS(689), 1, + [16995] = 23, + ACTIONS(686), 1, + anon_sym_LPAREN, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(880), 1, - anon_sym_yield, - ACTIONS(1014), 1, + ACTIONS(979), 1, + anon_sym_STAR, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1053), 1, anon_sym_await, - ACTIONS(1270), 1, - anon_sym_LPAREN, - ACTIONS(1272), 1, - anon_sym_STAR, - ACTIONS(1274), 1, - anon_sym_RBRACE, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(2000), 1, + STATE(1795), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2534), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(679), 4, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + ACTIONS(1297), 5, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41708,7 +41966,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41725,66 +41983,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16765] = 25, - ACTIONS(730), 1, + [17100] = 25, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(860), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(882), 1, + ACTIONS(1083), 1, + sym_identifier, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1257), 1, anon_sym_STAR, - ACTIONS(1252), 1, + ACTIONS(1261), 1, anon_sym_lambda, - ACTIONS(1268), 1, - anon_sym_RBRACE, - STATE(988), 1, + ACTIONS(1293), 1, + anon_sym_RPAREN, + STATE(1010), 1, sym_primary_expression, - STATE(989), 1, + STATE(1021), 1, sym_string, - STATE(1270), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1831), 1, + STATE(1832), 1, sym_expression, - STATE(2699), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(2045), 2, + ACTIONS(1087), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2125), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(740), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, - anon_sym_print, - anon_sym_match, - anon_sym_exec, - ACTIONS(1266), 3, + ACTIONS(1291), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(728), 4, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1803), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41792,7 +42050,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41809,66 +42067,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16874] = 25, - ACTIONS(760), 1, + [17209] = 25, + ACTIONS(733), 1, + anon_sym_LPAREN, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1036), 1, - anon_sym_STAR_STAR, - ACTIONS(1052), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1054), 1, - anon_sym_lambda, - ACTIONS(1064), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1066), 1, - anon_sym_LPAREN, - ACTIONS(1068), 1, - anon_sym_STAR, - ACTIONS(1072), 1, - anon_sym_type, - ACTIONS(1074), 1, + ACTIONS(1091), 1, anon_sym_await, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + ACTIONS(1257), 1, + anon_sym_STAR, + ACTIONS(1261), 1, + anon_sym_lambda, + ACTIONS(1275), 1, + anon_sym_RPAREN, + STATE(1010), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1021), 1, + sym_string, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1990), 1, + STATE(1832), 1, sym_expression, - STATE(2585), 1, - sym_parenthesized_list_splat, - STATE(2686), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1087), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2125), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2576), 3, - sym_list_splat, - sym_dictionary_splat, - sym_keyword_argument, - ACTIONS(750), 4, + ACTIONS(1273), 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1070), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41876,7 +42134,85 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1306), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [17318] = 19, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(672), 1, + anon_sym_STAR, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(682), 1, + anon_sym_await, + STATE(1041), 1, + sym_string, + STATE(1155), 1, + sym_primary_expression, + STATE(1347), 1, + sym_list_splat_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(279), 2, + anon_sym_DOT, + anon_sym_SLASH, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(674), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(319), 5, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + ACTIONS(323), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + ACTIONS(277), 9, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_PIPE, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41893,66 +42229,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [16983] = 25, - ACTIONS(706), 1, + [17415] = 25, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(830), 1, - anon_sym_not, - ACTIONS(1106), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(883), 1, + anon_sym_not, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1263), 1, anon_sym_STAR, - ACTIONS(1264), 1, + ACTIONS(1269), 1, anon_sym_lambda, - ACTIONS(1268), 1, - anon_sym_RPAREN, - STATE(1022), 1, + ACTIONS(1275), 1, + anon_sym_RBRACE, + STATE(985), 1, sym_primary_expression, - STATE(1024), 1, + STATE(994), 1, sym_string, - STATE(1421), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1822), 1, + STATE(1857), 1, sym_expression, - STATE(2806), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - STATE(2041), 2, + ACTIONS(875), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + STATE(2112), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(718), 3, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1110), 3, - anon_sym_print, - anon_sym_match, - anon_sym_exec, - ACTIONS(1266), 3, + ACTIONS(1273), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(704), 4, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1856), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -41960,7 +42296,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -41977,66 +42313,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17092] = 25, - ACTIONS(730), 1, - anon_sym_LPAREN, - ACTIONS(738), 1, + [17524] = 25, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(860), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(861), 1, + anon_sym_yield, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(882), 1, + ACTIONS(1109), 1, + anon_sym_lambda, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1127), 1, + anon_sym_LPAREN, + ACTIONS(1253), 1, + anon_sym_RPAREN, + ACTIONS(1279), 1, + sym_identifier, + ACTIONS(1283), 1, anon_sym_STAR, - ACTIONS(1252), 1, - anon_sym_lambda, - ACTIONS(1278), 1, - anon_sym_RBRACE, - STATE(988), 1, - sym_primary_expression, - STATE(989), 1, + STATE(1017), 1, sym_string, - STATE(1270), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1831), 1, + STATE(1982), 1, sym_expression, - STATE(2699), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - STATE(2045), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(740), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, + ACTIONS(1101), 3, anon_sym_print, - anon_sym_match, - anon_sym_exec, - ACTIONS(1276), 3, - anon_sym_if, anon_sym_async, - anon_sym_for, - ACTIONS(728), 4, + anon_sym_exec, + STATE(2570), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1803), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42044,7 +42380,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42061,65 +42397,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17201] = 25, - ACTIONS(804), 1, + [17633] = 25, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(856), 1, + ACTIONS(839), 1, anon_sym_yield, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1281), 1, + anon_sym_RBRACK, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1282), 1, + ACTIONS(1287), 1, anon_sym_LPAREN, - ACTIONS(1284), 1, + ACTIONS(1289), 1, anon_sym_STAR, - ACTIONS(1286), 1, - anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1924), 1, + STATE(2020), 1, sym_expression, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2612), 3, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2581), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(794), 4, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -42128,7 +42464,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42145,66 +42481,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17310] = 25, - ACTIONS(760), 1, + [17742] = 25, + ACTIONS(779), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(834), 1, - anon_sym_yield, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(1054), 1, - anon_sym_lambda, - ACTIONS(1056), 1, - anon_sym_await, - ACTIONS(1066), 1, - anon_sym_LPAREN, - ACTIONS(1286), 1, - anon_sym_RPAREN, - ACTIONS(1288), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1290), 1, + ACTIONS(1157), 1, + anon_sym_await, + ACTIONS(1271), 1, anon_sym_STAR, - STATE(1026), 1, + ACTIONS(1277), 1, + anon_sym_lambda, + ACTIONS(1293), 1, + anon_sym_RBRACK, + STATE(1024), 1, sym_string, - STATE(1038), 1, + STATE(1044), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1939), 1, + STATE(1821), 1, sym_expression, - STATE(2686), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1151), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + STATE(2069), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2570), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(750), 4, + ACTIONS(1291), 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42212,7 +42548,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42229,66 +42565,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17419] = 25, - ACTIONS(804), 1, + [17851] = 25, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(856), 1, + ACTIONS(887), 1, anon_sym_yield, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(1274), 1, - anon_sym_RBRACK, - ACTIONS(1280), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1282), 1, + ACTIONS(1053), 1, + anon_sym_await, + ACTIONS(1249), 1, anon_sym_LPAREN, - ACTIONS(1284), 1, + ACTIONS(1251), 1, anon_sym_STAR, - STATE(1122), 1, - sym_string, - STATE(1150), 1, + ACTIONS(1281), 1, + anon_sym_RBRACE, + STATE(996), 1, sym_primary_expression, - STATE(1465), 1, + STATE(997), 1, + sym_string, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1924), 1, + STATE(1921), 1, sym_expression, - STATE(2632), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2612), 3, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2531), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, - ACTIONS(794), 4, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42296,7 +42632,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42313,66 +42649,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17528] = 25, - ACTIONS(706), 1, + [17960] = 25, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - ACTIONS(1264), 1, + ACTIONS(1261), 1, anon_sym_lambda, - ACTIONS(1278), 1, + ACTIONS(1267), 1, anon_sym_RPAREN, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1822), 1, + STATE(1832), 1, sym_expression, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(2041), 2, + ACTIONS(1087), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2125), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(718), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1110), 3, - anon_sym_print, - anon_sym_match, - anon_sym_exec, - ACTIONS(1276), 3, + ACTIONS(1265), 3, anon_sym_if, anon_sym_async, anon_sym_for, - ACTIONS(704), 4, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42380,7 +42716,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42397,66 +42733,66 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17637] = 25, - ACTIONS(760), 1, + [18069] = 25, + ACTIONS(711), 1, + anon_sym_LPAREN, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(834), 1, - anon_sym_yield, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(867), 1, + sym_identifier, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(1054), 1, - anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1066), 1, - anon_sym_LPAREN, - ACTIONS(1274), 1, - anon_sym_RPAREN, - ACTIONS(1288), 1, - sym_identifier, - ACTIONS(1290), 1, + ACTIONS(1255), 1, + anon_sym_RBRACE, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + ACTIONS(1269), 1, + anon_sym_lambda, + STATE(985), 1, sym_primary_expression, - STATE(1287), 1, + STATE(994), 1, + sym_string, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1939), 1, + STATE(1857), 1, sym_expression, - STATE(2686), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(875), 2, + anon_sym_print, + anon_sym_exec, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + STATE(2112), 2, + sym__expression_within_for_in_clause, + sym_lambda_within_for_in_clause, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2570), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(750), 4, + ACTIONS(1259), 3, + anon_sym_if, + anon_sym_async, + anon_sym_for, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42464,7 +42800,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42481,64 +42817,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17746] = 23, - ACTIONS(681), 1, - anon_sym_LPAREN, - ACTIONS(689), 1, - anon_sym_LBRACK, - ACTIONS(693), 1, + [18178] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, + anon_sym_STAR_STAR, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1016), 1, - anon_sym_lambda, - ACTIONS(1120), 1, - sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, - anon_sym_await, - STATE(996), 1, + ACTIONS(1299), 1, + anon_sym_RBRACE, + STATE(1040), 1, sym_primary_expression, - STATE(998), 1, + STATE(1041), 1, sym_string, - STATE(1202), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1795), 1, + STATE(2040), 1, sym_expression, - STATE(2814), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + STATE(2543), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - ACTIONS(1292), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - STATE(1773), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42546,7 +42883,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42563,66 +42900,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17851] = 25, - ACTIONS(689), 1, - anon_sym_LBRACK, - ACTIONS(693), 1, + [18286] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(699), 1, - sym_string_start, - ACTIONS(880), 1, - anon_sym_yield, - ACTIONS(1014), 1, - anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(1120), 1, - sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(1270), 1, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(1272), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(1286), 1, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, + anon_sym_STAR_STAR, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1301), 1, anon_sym_RBRACE, - STATE(996), 1, + STATE(1040), 1, sym_primary_expression, - STATE(998), 1, + STATE(1041), 1, sym_string, - STATE(1202), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2000), 1, + STATE(2040), 1, sym_expression, - STATE(2814), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + STATE(2543), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2534), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(679), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42630,7 +42966,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42647,66 +42983,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [17960] = 25, - ACTIONS(774), 1, - anon_sym_LPAREN, - ACTIONS(782), 1, - anon_sym_LBRACK, - ACTIONS(786), 1, + [18394] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, sym_string_start, - ACTIONS(852), 1, - anon_sym_not, - ACTIONS(1142), 1, + ACTIONS(408), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, - anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(1260), 1, - anon_sym_lambda, - ACTIONS(1278), 1, - anon_sym_RBRACK, - STATE(1005), 1, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, + anon_sym_STAR_STAR, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1303), 1, + anon_sym_RBRACE, + STATE(1040), 1, sym_primary_expression, - STATE(1007), 1, + STATE(1041), 1, sym_string, - STATE(1404), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1853), 1, + STATE(2040), 1, sym_expression, - STATE(2737), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(2114), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(784), 3, + STATE(2543), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1146), 3, - anon_sym_print, - anon_sym_match, - anon_sym_exec, - ACTIONS(1276), 3, - anon_sym_if, - anon_sym_async, - anon_sym_for, - ACTIONS(772), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1836), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42714,7 +43049,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42731,66 +43066,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [18069] = 25, - ACTIONS(730), 1, - anon_sym_LPAREN, - ACTIONS(738), 1, + [18502] = 24, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(860), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(887), 1, + anon_sym_yield, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(882), 1, + ACTIONS(989), 1, + anon_sym_lambda, + ACTIONS(1043), 1, + sym_identifier, + ACTIONS(1053), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1249), 1, + anon_sym_LPAREN, + ACTIONS(1251), 1, anon_sym_STAR, - ACTIONS(1252), 1, - anon_sym_lambda, - ACTIONS(1258), 1, - anon_sym_RBRACE, - STATE(988), 1, + STATE(996), 1, sym_primary_expression, - STATE(989), 1, + STATE(997), 1, sym_string, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1831), 1, + STATE(1921), 1, sym_expression, - STATE(2699), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - STATE(2045), 2, - sym__expression_within_for_in_clause, - sym_lambda_within_for_in_clause, - ACTIONS(740), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(868), 3, + ACTIONS(1049), 3, anon_sym_print, - anon_sym_match, - anon_sym_exec, - ACTIONS(1256), 3, - anon_sym_if, anon_sym_async, - anon_sym_for, - ACTIONS(728), 4, + anon_sym_exec, + STATE(2531), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1803), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42798,7 +43131,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42815,65 +43148,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [18178] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [18608] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(1294), 1, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1305), 1, anon_sym_RBRACE, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(2040), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(2546), 2, + STATE(2543), 2, sym_dictionary_splat, sym_pair, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42898,65 +43231,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [18286] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [18716] = 24, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(839), 1, + anon_sym_yield, + ACTIONS(1005), 1, + anon_sym_not, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(406), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(408), 1, + ACTIONS(1287), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(1289), 1, anon_sym_STAR, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, - anon_sym_STAR_STAR, - ACTIONS(1296), 1, - anon_sym_RBRACE, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, + STATE(1104), 1, sym_string, - STATE(1348), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(2020), 1, sym_expression, - STATE(2783), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - STATE(2546), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(312), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(997), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + STATE(2581), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -42964,7 +43296,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -42981,64 +43313,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [18394] = 24, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, + [18822] = 25, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(814), 1, - sym_string_start, - ACTIONS(856), 1, - anon_sym_yield, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(69), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(71), 1, anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(81), 1, + sym_string_start, + ACTIONS(383), 1, sym_identifier, - ACTIONS(1282), 1, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(1284), 1, + ACTIONS(657), 1, + anon_sym_LBRACK, + ACTIONS(1307), 1, + anon_sym_from, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(1122), 1, - sym_string, - STATE(1150), 1, + STATE(977), 1, sym_primary_expression, - STATE(1465), 1, + STATE(978), 1, + sym_string, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1924), 1, + STATE(1812), 1, sym_expression, - STATE(2632), 1, + STATE(2560), 1, + sym_expression_list, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1047), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2612), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(794), 4, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43046,7 +43379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43063,65 +43396,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [18500] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [18930] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(1298), 1, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1311), 1, anon_sym_RBRACE, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(2040), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(2546), 2, + STATE(2543), 2, sym_dictionary_splat, sym_pair, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43146,65 +43479,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [18608] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [19038] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(1300), 1, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1313), 1, anon_sym_RBRACE, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(2040), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(2546), 2, + STATE(2543), 2, sym_dictionary_splat, sym_pair, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43229,65 +43562,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [18716] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [19146] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(1302), 1, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1315), 1, anon_sym_RBRACE, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(2040), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(2546), 2, + STATE(2543), 2, sym_dictionary_splat, sym_pair, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43312,64 +43645,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [18824] = 24, - ACTIONS(760), 1, - anon_sym_LBRACK, - ACTIONS(764), 1, + [19254] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(770), 1, - sym_string_start, - ACTIONS(834), 1, - anon_sym_yield, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, - anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(1066), 1, - anon_sym_LPAREN, - ACTIONS(1288), 1, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(408), 1, sym_identifier, - ACTIONS(1290), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(672), 1, anon_sym_STAR, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, + anon_sym_STAR_STAR, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1317), 1, + anon_sym_RBRACE, + STATE(1040), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1041), 1, + sym_string, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1939), 1, + STATE(2040), 1, sym_expression, - STATE(2686), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + STATE(2543), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2570), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(750), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43377,7 +43711,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43394,65 +43728,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [18930] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [19362] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(1304), 1, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1319), 1, anon_sym_RBRACE, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(2040), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(2546), 2, + STATE(2543), 2, sym_dictionary_splat, sym_pair, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43477,65 +43811,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19038] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [19470] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(1306), 1, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1321), 1, anon_sym_RBRACE, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(2040), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(2546), 2, + STATE(2543), 2, sym_dictionary_splat, sym_pair, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43560,65 +43894,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19146] = 25, - ACTIONS(67), 1, + [19578] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(81), 1, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(408), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1310), 1, - anon_sym_from, - ACTIONS(1312), 1, + ACTIONS(672), 1, anon_sym_STAR, - STATE(975), 1, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, + anon_sym_STAR_STAR, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1323), 1, + anon_sym_RBRACE, + STATE(1040), 1, sym_primary_expression, - STATE(976), 1, + STATE(1041), 1, sym_string, - STATE(1062), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1777), 1, + STATE(2040), 1, sym_expression, - STATE(2397), 1, - sym_expression_list, - STATE(2817), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(1308), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(65), 3, + STATE(2543), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43626,7 +43960,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43643,65 +43977,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19254] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [19686] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(1314), 1, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1325), 1, anon_sym_RBRACE, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(2040), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(2546), 2, + STATE(2543), 2, sym_dictionary_splat, sym_pair, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43726,65 +44060,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19362] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [19794] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(1316), 1, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1327), 1, anon_sym_RBRACE, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(2040), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(2546), 2, + STATE(2543), 2, sym_dictionary_splat, sym_pair, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43809,65 +44143,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19470] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [19902] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(1318), 1, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1329), 1, anon_sym_RBRACE, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(2040), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(2546), 2, + STATE(2543), 2, sym_dictionary_splat, sym_pair, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43892,7 +44226,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19578] = 25, + [20010] = 25, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(69), 1, @@ -43901,31 +44235,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - ACTIONS(1320), 1, + ACTIONS(1333), 1, anon_sym_from, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1810), 1, + STATE(1777), 1, sym_expression, - STATE(2549), 1, + STATE(2504), 1, sym_expression_list, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -43933,24 +44265,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(1124), 2, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1331), 2, sym__newline, anon_sym_SEMI, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -43958,7 +44292,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -43975,64 +44309,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19686] = 24, - ACTIONS(689), 1, + [20118] = 25, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(880), 1, - anon_sym_yield, - ACTIONS(1014), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(1120), 1, - sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1270), 1, - anon_sym_LPAREN, - ACTIONS(1272), 1, + ACTIONS(1285), 1, + sym_identifier, + ACTIONS(1335), 1, + anon_sym_from, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(996), 1, - sym_primary_expression, - STATE(998), 1, + STATE(1104), 1, sym_string, - STATE(1202), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(2000), 1, + STATE(1897), 1, sym_expression, - STATE(2814), 1, + STATE(2539), 1, + sym_expression_list, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1047), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - STATE(2534), 3, - sym_list_splat, - sym_parenthesized_list_splat, - sym_yield, - ACTIONS(679), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -44040,7 +44375,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44057,65 +44392,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19792] = 25, - ACTIONS(752), 1, + [20226] = 25, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1322), 1, + ACTIONS(1339), 1, anon_sym_from, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1864), 1, + STATE(1883), 1, sym_expression, - STATE(2601), 1, + STATE(2587), 1, sym_expression_list, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(1124), 2, + ACTIONS(1047), 2, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(762), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -44123,7 +44458,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44140,65 +44475,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [19900] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [20334] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(1326), 1, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1343), 1, anon_sym_RBRACE, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(2040), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(2546), 2, + STATE(2543), 2, sym_dictionary_splat, sym_pair, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -44223,65 +44558,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20008] = 25, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, + [20442] = 24, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(861), 1, + anon_sym_yield, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1127), 1, + anon_sym_LPAREN, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1328), 1, - anon_sym_from, - ACTIONS(1330), 1, + ACTIONS(1283), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1017), 1, sym_string, - STATE(1150), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1895), 1, + STATE(1982), 1, sym_expression, - STATE(2577), 1, - sym_expression_list, - STATE(2632), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(1124), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(806), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + STATE(2570), 3, + sym_list_splat, + sym_parenthesized_list_splat, + sym_yield, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -44289,7 +44623,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44306,65 +44640,65 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20116] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [20548] = 25, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, + ACTIONS(879), 1, anon_sym_STAR_STAR, - ACTIONS(1332), 1, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1345), 1, anon_sym_RBRACE, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(2040), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(2546), 2, + STATE(2543), 2, sym_dictionary_splat, sym_pair, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -44389,65 +44723,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20224] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [20656] = 25, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(1005), 1, + anon_sym_not, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(406), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, - anon_sym_STAR_STAR, - ACTIONS(1334), 1, - anon_sym_RBRACE, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, + ACTIONS(1347), 1, + anon_sym_COLON, + ACTIONS(1349), 1, + anon_sym_RBRACK, + STATE(1104), 1, sym_string, - STATE(1348), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(1877), 1, sym_expression, - STATE(2783), 1, + STATE(2572), 1, + sym_slice, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - STATE(2546), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(312), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(997), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -44455,7 +44788,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44472,65 +44805,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20332] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [20763] = 24, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, + ACTIONS(81), 1, sym_string_start, - ACTIONS(406), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(408), 1, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(410), 1, - anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, - anon_sym_STAR_STAR, - ACTIONS(1336), 1, - anon_sym_RBRACE, - STATE(1040), 1, + ACTIONS(1309), 1, + anon_sym_STAR, + ACTIONS(1351), 1, + anon_sym_from, + STATE(977), 1, sym_primary_expression, - STATE(1041), 1, + STATE(978), 1, sym_string, - STATE(1348), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(1840), 1, sym_expression, - STATE(2783), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - STATE(2546), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(312), 3, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1295), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(391), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -44538,7 +44869,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44555,65 +44886,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20440] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [20868] = 25, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(1005), 1, + anon_sym_not, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(406), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, - anon_sym_STAR_STAR, - ACTIONS(1338), 1, - anon_sym_RBRACE, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, + ACTIONS(1347), 1, + anon_sym_COLON, + ACTIONS(1353), 1, + anon_sym_RBRACK, + STATE(1104), 1, sym_string, - STATE(1348), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(1877), 1, sym_expression, - STATE(2783), 1, + STATE(2572), 1, + sym_slice, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - STATE(2546), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(312), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(997), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -44621,7 +44951,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44638,65 +44968,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20548] = 25, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [20975] = 25, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(1005), 1, + anon_sym_not, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(406), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, - anon_sym_STAR_STAR, - ACTIONS(1340), 1, - anon_sym_RBRACE, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, + ACTIONS(1347), 1, + anon_sym_COLON, + ACTIONS(1355), 1, + anon_sym_RBRACK, + STATE(1104), 1, sym_string, - STATE(1348), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(2036), 1, + STATE(1877), 1, sym_expression, - STATE(2783), 1, + STATE(2572), 1, + sym_slice, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - STATE(2546), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(312), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(997), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -44704,7 +45033,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44721,63 +45050,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20656] = 25, - ACTIONS(796), 1, + [21082] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1344), 1, + ACTIONS(1357), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -44786,7 +45115,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44803,63 +45132,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20763] = 25, - ACTIONS(796), 1, + [21189] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1346), 1, + ACTIONS(1359), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -44868,7 +45197,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44885,63 +45214,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20870] = 25, - ACTIONS(796), 1, + [21296] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1348), 1, + ACTIONS(1361), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -44950,7 +45279,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -44967,63 +45296,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [20977] = 25, - ACTIONS(796), 1, + [21403] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1350), 1, + ACTIONS(1363), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -45032,7 +45361,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45049,63 +45378,144 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21084] = 25, - ACTIONS(796), 1, + [21510] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1352), 1, + ACTIONS(1365), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, + STATE(1782), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1462), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [21617] = 24, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, + anon_sym_LBRACE, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(1005), 1, + anon_sym_not, + ACTIONS(1007), 1, + anon_sym_lambda, + ACTIONS(1009), 1, + anon_sym_await, + ACTIONS(1285), 1, + sym_identifier, + ACTIONS(1337), 1, + anon_sym_STAR, + ACTIONS(1369), 1, + anon_sym_COLON, + STATE(1104), 1, + sym_string, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, + sym_list_splat_pattern, + STATE(1889), 1, + sym_expression, + STATE(2633), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(815), 2, + sym_ellipsis, + sym_float, + ACTIONS(999), 2, anon_sym_match, + anon_sym_type, + ACTIONS(1367), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(997), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, + ACTIONS(799), 4, + sym_integer, + sym_true, + sym_false, + sym_none, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -45114,7 +45524,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45131,63 +45541,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21191] = 25, - ACTIONS(796), 1, + [21722] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1354), 1, + ACTIONS(1371), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -45196,7 +45606,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45213,63 +45623,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21298] = 25, - ACTIONS(796), 1, + [21829] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1356), 1, + ACTIONS(1373), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -45278,7 +45688,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45295,26 +45705,24 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21405] = 19, - ACTIONS(307), 1, + [21936] = 19, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(682), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1065), 1, + STATE(1155), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, @@ -45322,23 +45730,25 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(279), 2, anon_sym_DOT, anon_sym_SLASH, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(666), 3, + ACTIONS(663), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(673), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, @@ -45371,63 +45781,144 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21500] = 25, - ACTIONS(796), 1, + [22031] = 24, + ACTIONS(67), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym_string_start, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(1309), 1, + anon_sym_STAR, + STATE(977), 1, + sym_primary_expression, + STATE(978), 1, + sym_string, + STATE(1077), 1, + sym_list_splat_pattern, + STATE(1809), 1, + sym_expression, + STATE(2567), 1, + sym_expression_list, + STATE(2815), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1375), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(65), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1688), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1069), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [22136] = 25, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1358), 1, + ACTIONS(1377), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -45436,7 +45927,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45453,63 +45944,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21607] = 25, - ACTIONS(796), 1, + [22243] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1360), 1, + ACTIONS(1379), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -45518,7 +46009,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45535,63 +46026,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21714] = 25, - ACTIONS(796), 1, + [22350] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1362), 1, + ACTIONS(1381), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -45600,7 +46091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45617,63 +46108,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21821] = 25, - ACTIONS(796), 1, + [22457] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1364), 1, + ACTIONS(1383), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -45682,7 +46173,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45699,63 +46190,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [21928] = 24, - ACTIONS(67), 1, + [22564] = 25, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(69), 1, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(71), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(381), 1, - sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1285), 1, + sym_identifier, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(975), 1, - sym_primary_expression, - STATE(976), 1, + ACTIONS(1347), 1, + anon_sym_COLON, + ACTIONS(1385), 1, + anon_sym_RBRACK, + STATE(1104), 1, sym_string, - STATE(1062), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1847), 1, + STATE(1877), 1, sym_expression, - STATE(2543), 1, - sym_expression_list, - STATE(2817), 1, + STATE(2572), 1, + sym_slice, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(1366), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(65), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -45763,7 +46255,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45780,63 +46272,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22033] = 25, - ACTIONS(796), 1, + [22671] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1368), 1, + ACTIONS(1387), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -45845,7 +46337,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45862,63 +46354,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22140] = 25, - ACTIONS(796), 1, + [22778] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1370), 1, + ACTIONS(1389), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -45927,7 +46419,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -45944,63 +46436,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22247] = 25, - ACTIONS(796), 1, + [22885] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1372), 1, + ACTIONS(1391), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -46009,7 +46501,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46026,63 +46518,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22354] = 25, - ACTIONS(796), 1, + [22992] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1374), 1, + ACTIONS(1393), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -46091,7 +46583,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46108,63 +46600,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22461] = 24, - ACTIONS(67), 1, + [23099] = 25, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(69), 1, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(71), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(381), 1, - sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1285), 1, + sym_identifier, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1376), 1, - anon_sym_from, - STATE(975), 1, - sym_primary_expression, - STATE(976), 1, + ACTIONS(1347), 1, + anon_sym_COLON, + ACTIONS(1395), 1, + anon_sym_RBRACK, + STATE(1104), 1, sym_string, - STATE(1062), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1808), 1, + STATE(1877), 1, sym_expression, - STATE(2817), 1, + STATE(2572), 1, + sym_slice, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(1292), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(65), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -46172,7 +46665,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46189,63 +46682,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22566] = 25, - ACTIONS(796), 1, + [23206] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1378), 1, + ACTIONS(1397), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -46254,7 +46747,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46271,64 +46764,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22673] = 25, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, + [23313] = 24, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(814), 1, - sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, - anon_sym_not, - ACTIONS(986), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(408), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(1342), 1, - anon_sym_COLON, - ACTIONS(1380), 1, - anon_sym_RBRACK, - STATE(1122), 1, - sym_string, - STATE(1150), 1, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, + anon_sym_STAR_STAR, + ACTIONS(1027), 1, + anon_sym_not, + STATE(1040), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1041), 1, + sym_string, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(2040), 1, sym_expression, - STATE(2587), 1, - sym_slice, - STATE(2632), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + STATE(2543), 2, + sym_dictionary_splat, + sym_pair, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -46336,7 +46828,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46353,63 +46845,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22780] = 25, - ACTIONS(796), 1, + [23418] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1382), 1, + ACTIONS(1399), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -46418,7 +46910,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46435,62 +46927,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22887] = 24, - ACTIONS(796), 1, + [23525] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1386), 1, + ACTIONS(1347), 1, anon_sym_COLON, - STATE(1122), 1, + ACTIONS(1401), 1, + anon_sym_RBRACK, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1873), 1, + STATE(1877), 1, sym_expression, - STATE(2632), 1, + STATE(2572), 1, + sym_slice, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(1384), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -46499,7 +46992,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46516,63 +47009,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [22992] = 25, - ACTIONS(796), 1, + [23632] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1388), 1, + ACTIONS(1403), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -46581,7 +47074,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46598,63 +47091,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23099] = 25, - ACTIONS(796), 1, + [23739] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1390), 1, + ACTIONS(1405), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -46663,7 +47156,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46680,63 +47173,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23206] = 25, - ACTIONS(796), 1, + [23846] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1392), 1, + ACTIONS(1407), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -46745,7 +47238,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46762,63 +47255,62 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23313] = 25, - ACTIONS(796), 1, + [23953] = 24, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1411), 1, anon_sym_COLON, - ACTIONS(1394), 1, - anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1881), 1, sym_expression, - STATE(2587), 1, - sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1409), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -46827,7 +47319,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46844,7 +47336,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23420] = 24, + [24058] = 24, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(69), 1, @@ -46853,29 +47345,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - ACTIONS(1396), 1, + ACTIONS(1413), 1, anon_sym_from, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1808), 1, + STATE(1840), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -46883,24 +47373,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(1244), 2, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1297), 2, sym__newline, anon_sym_SEMI, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -46908,7 +47400,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -46925,63 +47417,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23525] = 25, - ACTIONS(796), 1, + [24163] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1398), 1, + ACTIONS(1415), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -46990,7 +47482,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47007,145 +47499,64 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23632] = 25, - ACTIONS(796), 1, + [24270] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1400), 1, + ACTIONS(1417), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(794), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(976), 4, - anon_sym_print, + ACTIONS(999), 2, anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1470), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [23739] = 24, - ACTIONS(299), 1, anon_sym_type, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(314), 1, - anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(406), 1, - sym_identifier, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(410), 1, - anon_sym_STAR, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(870), 1, - anon_sym_STAR_STAR, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, - sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(2036), 1, - sym_expression, - STATE(2783), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(2546), 2, - sym_dictionary_splat, - sym_pair, - ACTIONS(312), 3, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(997), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -47153,7 +47564,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47170,145 +47581,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [23844] = 25, - ACTIONS(796), 1, + [24377] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1402), 1, + ACTIONS(1419), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(976), 4, + ACTIONS(997), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - STATE(1782), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1470), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [23951] = 25, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, - anon_sym_LBRACE, - ACTIONS(814), 1, - sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, - anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(1280), 1, - sym_identifier, - ACTIONS(1330), 1, - anon_sym_STAR, - ACTIONS(1342), 1, - anon_sym_COLON, - ACTIONS(1404), 1, - anon_sym_RBRACK, - STATE(1122), 1, - sym_string, - STATE(1150), 1, - sym_primary_expression, - STATE(1465), 1, - sym_list_splat_pattern, - STATE(1878), 1, - sym_expression, - STATE(2587), 1, - sym_slice, - STATE(2632), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(810), 2, - sym_ellipsis, - sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -47317,7 +47646,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47334,63 +47663,63 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [24058] = 25, - ACTIONS(796), 1, + [24484] = 25, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - ACTIONS(1406), 1, + ACTIONS(1421), 1, anon_sym_RBRACK, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1877), 1, sym_expression, - STATE(2587), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -47399,7 +47728,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47416,108 +47745,24 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [24165] = 25, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, + [24591] = 19, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, - anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(1280), 1, - sym_identifier, - ACTIONS(1330), 1, - anon_sym_STAR, - ACTIONS(1342), 1, - anon_sym_COLON, - ACTIONS(1408), 1, - anon_sym_RBRACK, - STATE(1122), 1, - sym_string, - STATE(1150), 1, - sym_primary_expression, - STATE(1465), 1, - sym_list_splat_pattern, - STATE(1878), 1, - sym_expression, - STATE(2587), 1, - sym_slice, - STATE(2632), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(810), 2, - sym_ellipsis, - sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(794), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1470), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [24272] = 19, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(682), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1065), 1, + STATE(1155), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, @@ -47525,23 +47770,25 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(279), 2, anon_sym_DOT, anon_sym_SLASH, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(1410), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(673), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(1423), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, @@ -47574,307 +47821,62 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [24367] = 24, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, - anon_sym_LBRACE, - ACTIONS(814), 1, - sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, - anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(1280), 1, - sym_identifier, - ACTIONS(1330), 1, - anon_sym_STAR, - ACTIONS(1414), 1, - anon_sym_COLON, - STATE(1122), 1, - sym_string, - STATE(1150), 1, - sym_primary_expression, - STATE(1465), 1, - sym_list_splat_pattern, - STATE(1884), 1, - sym_expression, - STATE(2632), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(810), 2, - sym_ellipsis, - sym_float, - ACTIONS(1412), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(794), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1470), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [24472] = 25, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, - anon_sym_LBRACE, - ACTIONS(814), 1, - sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, - anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(1280), 1, - sym_identifier, - ACTIONS(1330), 1, - anon_sym_STAR, - ACTIONS(1342), 1, - anon_sym_COLON, - ACTIONS(1416), 1, - anon_sym_RBRACK, - STATE(1122), 1, - sym_string, - STATE(1150), 1, - sym_primary_expression, - STATE(1465), 1, - sym_list_splat_pattern, - STATE(1878), 1, - sym_expression, - STATE(2587), 1, - sym_slice, - STATE(2632), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(810), 2, - sym_ellipsis, - sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(794), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1470), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [24579] = 25, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, - anon_sym_LBRACE, - ACTIONS(814), 1, - sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, - anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(1280), 1, - sym_identifier, - ACTIONS(1330), 1, - anon_sym_STAR, - ACTIONS(1342), 1, - anon_sym_COLON, - ACTIONS(1418), 1, - anon_sym_RBRACK, - STATE(1122), 1, - sym_string, - STATE(1150), 1, - sym_primary_expression, - STATE(1465), 1, - sym_list_splat_pattern, - STATE(1878), 1, - sym_expression, - STATE(2587), 1, - sym_slice, - STATE(2632), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(810), 2, - sym_ellipsis, - sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(794), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1470), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, [24686] = 24, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1422), 1, + ACTIONS(1427), 1, anon_sym_COLON, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2012), 1, + STATE(1926), 1, sym_expression, - STATE(2597), 1, + STATE(2537), 1, sym_with_item, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -47900,60 +47902,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [24790] = 23, - ACTIONS(706), 1, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - ACTIONS(1264), 1, + ACTIONS(1261), 1, anon_sym_lambda, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1858), 1, + STATE(1859), 1, sym_expression, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(2033), 2, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2116), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(718), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -47961,7 +47963,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -47987,27 +47989,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1808), 1, + STATE(1840), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -48015,24 +48015,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(1424), 2, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1429), 2, sym__newline, anon_sym_SEMI, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -48040,7 +48042,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48058,61 +48060,61 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [24994] = 24, - ACTIONS(752), 1, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - ACTIONS(1426), 1, + ACTIONS(1431), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1952), 1, + STATE(1962), 1, sym_expression, - STATE(2604), 1, + STATE(2555), 1, sym_with_item, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -48120,7 +48122,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48138,61 +48140,61 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [25098] = 24, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1428), 1, + ACTIONS(1433), 1, anon_sym_COLON, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2012), 1, + STATE(1926), 1, sym_expression, - STATE(2597), 1, + STATE(2537), 1, sym_with_item, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -48218,60 +48220,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [25202] = 23, - ACTIONS(706), 1, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - ACTIONS(1264), 1, + ACTIONS(1261), 1, anon_sym_lambda, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1826), 1, + STATE(1844), 1, sym_expression, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(2116), 2, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2023), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(718), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -48279,7 +48281,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48297,60 +48299,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [25304] = 24, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1815), 1, + STATE(1826), 1, sym_expression, - STATE(2281), 1, + STATE(2280), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -48359,7 +48361,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48377,60 +48379,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [25408] = 23, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(1271), 1, anon_sym_STAR, - ACTIONS(1260), 1, + ACTIONS(1277), 1, anon_sym_lambda, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1853), 1, + STATE(1821), 1, sym_expression, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(2011), 2, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + STATE(1942), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(784), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(772), 4, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -48438,7 +48440,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48456,60 +48458,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [25510] = 23, - ACTIONS(706), 1, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - ACTIONS(1264), 1, + ACTIONS(1261), 1, anon_sym_lambda, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1822), 1, + STATE(1832), 1, sym_expression, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(2041), 2, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(2125), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(718), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -48517,7 +48519,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48543,27 +48545,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1893), 1, + STATE(1895), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -48571,24 +48571,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(1430), 2, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1435), 2, sym__newline, anon_sym_SEMI, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -48596,7 +48598,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48622,27 +48624,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1893), 1, + STATE(1895), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -48650,24 +48650,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(1432), 2, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1437), 2, sym__newline, anon_sym_SEMI, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -48675,7 +48677,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48693,59 +48695,59 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [25816] = 23, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1948), 1, + STATE(1991), 1, sym_expression, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(1412), 2, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1409), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(806), 3, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -48754,7 +48756,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48772,60 +48774,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [25918] = 23, - ACTIONS(706), 1, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - ACTIONS(1264), 1, + ACTIONS(1261), 1, anon_sym_lambda, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1822), 1, + STATE(1832), 1, sym_expression, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(1934), 2, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(1979), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(718), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -48833,7 +48835,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48851,60 +48853,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [26020] = 23, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(1271), 1, anon_sym_STAR, - ACTIONS(1260), 1, + ACTIONS(1277), 1, anon_sym_lambda, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1853), 1, + STATE(1821), 1, sym_expression, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(1971), 2, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + STATE(2010), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(784), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(772), 4, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -48912,7 +48914,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -48930,25 +48932,23 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [26122] = 19, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(682), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1065), 1, + STATE(1155), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, @@ -48956,22 +48956,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(279), 2, anon_sym_DOT, anon_sym_SLASH, - ACTIONS(316), 2, + ACTIONS(319), 2, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, @@ -49005,60 +49007,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [26216] = 23, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(1271), 1, anon_sym_STAR, - ACTIONS(1260), 1, + ACTIONS(1277), 1, anon_sym_lambda, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1818), 1, + STATE(1805), 1, sym_expression, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(2103), 2, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + STATE(2061), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(784), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(772), 4, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -49066,7 +49068,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49084,60 +49086,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [26318] = 23, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(1271), 1, anon_sym_STAR, - ACTIONS(1260), 1, + ACTIONS(1277), 1, anon_sym_lambda, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1824), 1, + STATE(1834), 1, sym_expression, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(2104), 2, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + STATE(2055), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(784), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(772), 4, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -49145,7 +49147,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49163,61 +49165,61 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [26420] = 24, - ACTIONS(752), 1, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - ACTIONS(1434), 1, + ACTIONS(1439), 1, anon_sym_RPAREN, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1952), 1, + STATE(1962), 1, sym_expression, - STATE(2604), 1, + STATE(2555), 1, sym_with_item, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -49225,7 +49227,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49243,60 +49245,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [26524] = 23, - ACTIONS(774), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(1271), 1, anon_sym_STAR, - ACTIONS(1260), 1, + ACTIONS(1277), 1, anon_sym_lambda, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1853), 1, + STATE(1821), 1, sym_expression, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(2114), 2, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + STATE(2069), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(784), 3, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(772), 4, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -49304,7 +49306,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49322,61 +49324,61 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [26626] = 24, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, + ACTIONS(408), 1, sym_identifier, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1436), 1, + ACTIONS(1441), 1, anon_sym_LPAREN, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2012), 1, + STATE(1926), 1, sym_expression, - STATE(2466), 1, + STATE(2323), 1, sym_with_item, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, - STATE(2803), 1, + STATE(2800), 1, sym_with_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -49402,60 +49404,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [26730] = 23, - ACTIONS(730), 1, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1263), 1, anon_sym_STAR, - ACTIONS(1252), 1, + ACTIONS(1269), 1, anon_sym_lambda, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1831), 1, + STATE(1857), 1, sym_expression, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - STATE(1920), 2, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + STATE(1930), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(740), 3, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -49463,7 +49465,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49481,29 +49483,27 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [26832] = 20, - ACTIONS(294), 1, + ACTIONS(302), 1, anon_sym_in, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(316), 1, + ACTIONS(319), 1, anon_sym_COMMA, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(682), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1065), 1, + STATE(1155), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, @@ -49511,19 +49511,21 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(279), 2, anon_sym_DOT, anon_sym_SLASH, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, @@ -49557,60 +49559,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [26928] = 23, - ACTIONS(730), 1, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1263), 1, anon_sym_STAR, - ACTIONS(1252), 1, + ACTIONS(1269), 1, anon_sym_lambda, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1831), 1, + STATE(1857), 1, sym_expression, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - STATE(1919), 2, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + STATE(1935), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(740), 3, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -49618,7 +49620,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49636,60 +49638,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [27030] = 23, - ACTIONS(730), 1, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1263), 1, anon_sym_STAR, - ACTIONS(1252), 1, + ACTIONS(1269), 1, anon_sym_lambda, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1834), 1, + STATE(1862), 1, sym_expression, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - STATE(2034), 2, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + STATE(2110), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(740), 3, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -49697,7 +49699,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49715,60 +49717,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [27132] = 23, - ACTIONS(730), 1, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1263), 1, anon_sym_STAR, - ACTIONS(1252), 1, + ACTIONS(1269), 1, anon_sym_lambda, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1831), 1, + STATE(1857), 1, sym_expression, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - STATE(2045), 2, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + STATE(2112), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(740), 3, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -49776,7 +49778,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49794,59 +49796,59 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [27234] = 23, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(2018), 1, + STATE(1947), 1, sym_expression, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(1438), 2, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1443), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(806), 3, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -49855,7 +49857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -49873,25 +49875,23 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [27336] = 19, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(682), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1065), 1, + STATE(1155), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, @@ -49899,22 +49899,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(279), 2, anon_sym_DOT, anon_sym_SLASH, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(1410), 2, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1423), 2, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, @@ -49948,60 +49950,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [27430] = 23, - ACTIONS(752), 1, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1989), 1, + STATE(1916), 1, sym_expression, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(1292), 2, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1297), 2, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(762), 3, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -50009,7 +50011,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50027,60 +50029,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [27532] = 23, - ACTIONS(752), 1, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1989), 1, + STATE(1916), 1, sym_expression, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(1244), 2, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1295), 2, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(762), 3, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -50088,7 +50090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50106,60 +50108,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [27634] = 23, - ACTIONS(706), 1, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - ACTIONS(1264), 1, + ACTIONS(1261), 1, anon_sym_lambda, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1822), 1, + STATE(1832), 1, sym_expression, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(1928), 2, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + STATE(1953), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(718), 3, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -50167,7 +50169,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50185,25 +50187,23 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [27736] = 19, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(682), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1065), 1, + STATE(1155), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, @@ -50211,22 +50211,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(279), 2, anon_sym_DOT, anon_sym_SLASH, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(666), 2, + ACTIONS(663), 2, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(312), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, @@ -50260,25 +50262,23 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [27830] = 19, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(410), 1, + ACTIONS(672), 1, anon_sym_STAR, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(682), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1065), 1, + STATE(1155), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, @@ -50286,22 +50286,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(279), 2, anon_sym_DOT, anon_sym_SLASH, - ACTIONS(316), 2, + ACTIONS(319), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, @@ -50343,27 +50345,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1808), 1, + STATE(1840), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -50371,24 +50371,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(1440), 2, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1445), 2, sym__newline, anon_sym_SEMI, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -50396,7 +50398,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50414,59 +50416,59 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [28026] = 23, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1947), 1, + STATE(1959), 1, sym_expression, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(1292), 2, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1297), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(806), 3, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -50475,7 +50477,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50493,59 +50495,59 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [28128] = 23, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1947), 1, + STATE(1959), 1, sym_expression, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(1244), 2, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1295), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(806), 3, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -50554,7 +50556,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50580,27 +50582,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1893), 1, + STATE(1895), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -50608,24 +50608,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(1442), 2, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1447), 2, sym__newline, anon_sym_SEMI, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -50633,7 +50635,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50659,27 +50661,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1893), 1, + STATE(1895), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -50687,24 +50687,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(1444), 2, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1449), 2, sym__newline, anon_sym_SEMI, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -50712,7 +50714,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50730,61 +50732,61 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [28434] = 24, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, + ACTIONS(408), 1, sym_identifier, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1436), 1, + ACTIONS(1441), 1, anon_sym_LPAREN, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2012), 1, + STATE(1926), 1, sym_expression, - STATE(2466), 1, + STATE(2323), 1, sym_with_item, - STATE(2701), 1, + STATE(2775), 1, sym_with_clause, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -50810,59 +50812,59 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [28538] = 23, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1966), 1, + STATE(1993), 1, sym_expression, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(1446), 2, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(1451), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(806), 3, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -50871,7 +50873,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50889,60 +50891,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [28640] = 24, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1828), 1, + STATE(1854), 1, sym_expression, - STATE(2502), 1, + STATE(2369), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -50951,7 +50953,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -50969,60 +50971,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [28744] = 24, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1878), 1, + STATE(1810), 1, sym_expression, - STATE(2587), 1, + STATE(2279), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -51031,7 +51033,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51049,60 +51051,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [28848] = 24, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1849), 1, + STATE(1877), 1, sym_expression, - STATE(2394), 1, + STATE(2572), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -51111,7 +51113,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51129,60 +51131,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [28952] = 24, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1811), 1, + STATE(1822), 1, sym_expression, - STATE(2289), 1, + STATE(2322), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -51191,7 +51193,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51209,60 +51211,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [29056] = 24, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1819), 1, + STATE(1829), 1, sym_expression, - STATE(2337), 1, + STATE(2370), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -51271,7 +51273,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51289,60 +51291,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [29160] = 24, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1825), 1, + STATE(1864), 1, sym_expression, - STATE(2371), 1, + STATE(2402), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -51351,7 +51353,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51369,60 +51371,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [29264] = 24, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1829), 1, + STATE(1836), 1, sym_expression, - STATE(2408), 1, + STATE(2430), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -51431,7 +51433,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51449,60 +51451,140 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [29368] = 24, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1838), 1, + STATE(1843), 1, sym_expression, - STATE(2438), 1, + STATE(2455), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, + STATE(1782), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1462), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [29472] = 24, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, + anon_sym_LBRACE, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(1005), 1, + anon_sym_not, + ACTIONS(1007), 1, + anon_sym_lambda, + ACTIONS(1009), 1, + anon_sym_await, + ACTIONS(1285), 1, + sym_identifier, + ACTIONS(1337), 1, + anon_sym_STAR, + ACTIONS(1347), 1, + anon_sym_COLON, + STATE(1104), 1, + sym_string, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, + sym_list_splat_pattern, + STATE(1845), 1, + sym_expression, + STATE(2470), 1, + sym_slice, + STATE(2633), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(815), 2, + sym_ellipsis, + sym_float, + ACTIONS(999), 2, anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(997), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, + ACTIONS(799), 4, + sym_integer, + sym_true, + sym_false, + sym_none, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -51511,7 +51593,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51528,141 +51610,61 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [29472] = 24, - ACTIONS(796), 1, + [29576] = 24, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1342), 1, + ACTIONS(1347), 1, anon_sym_COLON, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1840), 1, + STATE(1847), 1, sym_expression, - STATE(2451), 1, + STATE(2474), 1, sym_slice, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(976), 4, + ACTIONS(997), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - STATE(1782), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1470), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [29576] = 24, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, - anon_sym_LBRACE, - ACTIONS(814), 1, - sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, - anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(1280), 1, - sym_identifier, - ACTIONS(1330), 1, - anon_sym_STAR, - ACTIONS(1342), 1, - anon_sym_COLON, - STATE(1122), 1, - sym_string, - STATE(1150), 1, - sym_primary_expression, - STATE(1465), 1, - sym_list_splat_pattern, - STATE(1842), 1, - sym_expression, - STATE(2457), 1, - sym_slice, - STATE(2632), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(810), 2, - sym_ellipsis, - sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -51671,7 +51673,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51689,61 +51691,61 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [29680] = 24, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, + ACTIONS(408), 1, sym_identifier, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1436), 1, + ACTIONS(1441), 1, anon_sym_LPAREN, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2012), 1, + STATE(1926), 1, sym_expression, - STATE(2466), 1, + STATE(2323), 1, sym_with_item, - STATE(2708), 1, + STATE(2709), 1, sym_with_clause, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -51769,61 +51771,61 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [29784] = 24, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, + ACTIONS(408), 1, sym_identifier, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1436), 1, + ACTIONS(1441), 1, anon_sym_LPAREN, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2012), 1, + STATE(1926), 1, sym_expression, - STATE(2466), 1, + STATE(2323), 1, sym_with_item, - STATE(2715), 1, + STATE(2716), 1, sym_with_clause, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -51849,60 +51851,60 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [29888] = 23, - ACTIONS(730), 1, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1263), 1, anon_sym_STAR, - ACTIONS(1252), 1, + ACTIONS(1269), 1, anon_sym_lambda, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1835), 1, + STATE(1863), 1, sym_expression, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - STATE(2075), 2, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + STATE(2126), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, - ACTIONS(740), 3, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -51910,7 +51912,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -51932,19 +51934,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(292), 1, anon_sym_COLON_EQ, - ACTIONS(1448), 1, + ACTIONS(1453), 1, anon_sym_for, - ACTIONS(1450), 1, + ACTIONS(1455), 1, anon_sym_with, - ACTIONS(1452), 1, + ACTIONS(1457), 1, anon_sym_def, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(294), 2, + ACTIONS(302), 2, anon_sym_COLON, anon_sym_EQ, - ACTIONS(316), 13, + ACTIONS(319), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -51993,59 +51995,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, [30065] = 23, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1454), 1, + ACTIONS(1459), 1, anon_sym_COLON, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2002), 1, + STATE(1998), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -52079,29 +52081,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1862), 1, + STATE(1816), 1, sym_expression, - STATE(2611), 1, + STATE(2584), 1, sym_expression_list, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -52109,21 +52109,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -52131,7 +52133,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52149,59 +52151,59 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [30267] = 23, - ACTIONS(752), 1, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1952), 1, + STATE(1962), 1, sym_expression, - STATE(2604), 1, + STATE(2555), 1, sym_with_item, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -52209,7 +52211,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -52227,59 +52229,59 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [30368] = 23, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1456), 1, + ACTIONS(1461), 1, anon_sym_COLON, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1974), 1, + STATE(2001), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -52305,59 +52307,137 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [30469] = 23, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1458), 1, + ACTIONS(1463), 1, anon_sym_COLON, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1974), 1, + STATE(2002), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, - anon_sym_print, + ACTIONS(323), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1757), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1435), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [30570] = 23, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1425), 1, + anon_sym_STAR, + ACTIONS(1465), 1, + anon_sym_COLON, + STATE(1040), 1, + sym_primary_expression, + STATE(1041), 1, + sym_string, + STATE(1347), 1, + sym_list_splat_pattern, + STATE(2001), 1, + sym_expression, + STATE(2799), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(297), 2, anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(290), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -52382,138 +52462,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [30570] = 23, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [30671] = 23, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1460), 1, - anon_sym_COLON, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2005), 1, + STATE(1926), 1, sym_expression, - STATE(2783), 1, + STATE(2537), 1, + sym_with_item, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1756), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1435), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [30671] = 23, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(314), 1, - anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(406), 1, - sym_identifier, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1420), 1, - anon_sym_STAR, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, - sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(2012), 1, - sym_expression, - STATE(2597), 1, - sym_with_item, - STATE(2783), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -52539,59 +52541,59 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [30772] = 23, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1879), 1, + STATE(1878), 1, sym_expression, - STATE(2674), 1, + STATE(2671), 1, sym_expression_list, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -52621,16 +52623,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(292), 1, anon_sym_COLON_EQ, - ACTIONS(1462), 1, + ACTIONS(1467), 1, sym_identifier, - ACTIONS(1464), 1, + ACTIONS(1469), 1, sym_string_start, - STATE(2368), 1, + STATE(2520), 1, sym_string, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(294), 2, + ACTIONS(302), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(277), 10, @@ -52644,7 +52646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(316), 13, + ACTIONS(319), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -52687,14 +52689,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(292), 1, anon_sym_COLON_EQ, ACTIONS(294), 1, - anon_sym_EQ, - ACTIONS(326), 1, anon_sym_COLON, - ACTIONS(1462), 1, + ACTIONS(302), 1, + anon_sym_EQ, + ACTIONS(1467), 1, sym_identifier, - ACTIONS(1464), 1, + ACTIONS(1469), 1, sym_string_start, - STATE(2368), 1, + STATE(2520), 1, sym_string, ACTIONS(3), 2, sym_comment, @@ -52710,7 +52712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, - ACTIONS(316), 13, + ACTIONS(319), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -52748,59 +52750,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_is, [31025] = 23, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1466), 1, + ACTIONS(1471), 1, anon_sym_COLON, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1974), 1, + STATE(2001), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -52830,19 +52832,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(292), 1, anon_sym_COLON_EQ, - ACTIONS(1468), 1, + ACTIONS(1473), 1, anon_sym_for, - ACTIONS(1470), 1, + ACTIONS(1475), 1, anon_sym_with, - ACTIONS(1472), 1, + ACTIONS(1477), 1, anon_sym_def, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(294), 2, + ACTIONS(302), 2, anon_sym_COLON, anon_sym_EQ, - ACTIONS(316), 13, + ACTIONS(319), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -52891,59 +52893,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, [31201] = 23, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1474), 1, + ACTIONS(1479), 1, anon_sym_COLON, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1974), 1, + STATE(2001), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, - anon_sym_print, + ACTIONS(323), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1757), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1435), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [31302] = 23, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1297), 1, + anon_sym_COLON, + ACTIONS(1425), 1, + anon_sym_STAR, + STATE(1040), 1, + sym_primary_expression, + STATE(1041), 1, + sym_string, + STATE(1347), 1, + sym_list_splat_pattern, + STATE(2013), 1, + sym_expression, + STATE(2799), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(297), 2, anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(290), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -52968,60 +53048,138 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31302] = 23, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [31403] = 23, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1292), 1, + ACTIONS(1295), 1, anon_sym_COLON, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2015), 1, + STATE(2013), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, - anon_sym_print, + ACTIONS(323), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1757), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1435), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [31504] = 23, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1425), 1, + anon_sym_STAR, + STATE(1040), 1, + sym_primary_expression, + STATE(1041), 1, + sym_string, + STATE(1347), 1, + sym_list_splat_pattern, + STATE(1905), 1, + sym_expression, + STATE(2799), 1, + sym__named_expression_lhs, + STATE(2807), 1, + sym_expression_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(297), 2, anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(290), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -53046,60 +53204,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31403] = 23, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [31605] = 23, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1244), 1, - anon_sym_COLON, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2015), 1, + STATE(1914), 1, sym_expression, - STATE(2783), 1, + STATE(2725), 1, + sym_expression_list, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -53124,60 +53282,60 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31504] = 23, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [31706] = 23, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1872), 1, + STATE(1890), 1, sym_expression, - STATE(2783), 1, - sym__named_expression_lhs, - STATE(2807), 1, + STATE(2734), 1, sym_expression_list, + STATE(2799), 1, + sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -53202,60 +53360,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31605] = 23, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [31807] = 22, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, + ACTIONS(81), 1, sym_string_start, - ACTIONS(406), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(408), 1, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(1040), 1, + STATE(977), 1, sym_primary_expression, - STATE(1041), 1, + STATE(978), 1, sym_string, - STATE(1348), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1913), 1, + STATE(1808), 1, sym_expression, - STATE(2724), 1, - sym_expression_list, - STATE(2783), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(391), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -53263,7 +53419,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53280,60 +53436,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31706] = 23, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [31905] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1889), 1, + STATE(2129), 1, sym_expression, - STATE(2733), 1, - sym_expression_list, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -53358,58 +53512,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31807] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [32003] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1936), 1, + STATE(2001), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -53434,24 +53588,24 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [31905] = 9, - ACTIONS(1480), 1, + [32101] = 9, + ACTIONS(1485), 1, anon_sym_else, - ACTIONS(1482), 1, + ACTIONS(1487), 1, anon_sym_except, - ACTIONS(1484), 1, + ACTIONS(1489), 1, anon_sym_finally, - STATE(710), 1, + STATE(711), 1, sym_else_clause, - STATE(772), 1, + STATE(781), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(614), 2, + STATE(625), 2, sym_except_clause, aux_sym_try_statement_repeat1, - ACTIONS(1476), 12, + ACTIONS(1481), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -53464,7 +53618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1478), 32, + ACTIONS(1483), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -53497,58 +53651,58 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [31977] = 22, - ACTIONS(706), 1, + [32173] = 22, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1844), 1, + STATE(1848), 1, sym_expression, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -53556,7 +53710,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53573,58 +53727,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32075] = 22, - ACTIONS(752), 1, + [32271] = 22, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(2007), 1, + STATE(2005), 1, sym_expression, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -53632,7 +53786,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53649,58 +53803,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32173] = 22, - ACTIONS(706), 1, + [32369] = 22, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1846), 1, + STATE(1849), 1, sym_expression, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -53708,7 +53862,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53725,121 +53879,134 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32271] = 9, - ACTIONS(1480), 1, - anon_sym_else, - ACTIONS(1484), 1, - anon_sym_finally, - ACTIONS(1486), 1, - anon_sym_except_STAR, - STATE(710), 1, - sym_else_clause, - STATE(772), 1, - sym_finally_clause, + [32467] = 22, + ACTIONS(733), 1, + anon_sym_LPAREN, + ACTIONS(743), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_LBRACE, + ACTIONS(753), 1, + sym_string_start, + ACTIONS(857), 1, + anon_sym_not, + ACTIONS(859), 1, + anon_sym_lambda, + ACTIONS(1083), 1, + sym_identifier, + ACTIONS(1091), 1, + anon_sym_await, + ACTIONS(1257), 1, + anon_sym_STAR, + STATE(1010), 1, + sym_primary_expression, + STATE(1021), 1, + sym_string, + STATE(1429), 1, + sym_list_splat_pattern, + STATE(1850), 1, + sym_expression, + STATE(2635), 1, + sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(619), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(1476), 12, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, + ACTIONS(749), 2, + sym_ellipsis, + sym_float, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1478), 32, - anon_sym_import, - anon_sym_from, + ACTIONS(1087), 3, 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_if, - anon_sym_match, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + ACTIONS(731), 4, sym_integer, - sym_identifier, - anon_sym_await, sym_true, sym_false, sym_none, - [32343] = 22, - ACTIONS(706), 1, + STATE(1814), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1306), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [32565] = 22, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1848), 1, + STATE(1851), 1, sym_expression, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -53847,7 +54014,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53864,58 +54031,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32441] = 22, - ACTIONS(706), 1, + [32663] = 22, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1850), 1, + STATE(1853), 1, sym_expression, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -53923,7 +54090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -53940,83 +54107,70 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32539] = 22, - ACTIONS(706), 1, - anon_sym_LPAREN, - ACTIONS(716), 1, - anon_sym_LBRACK, - ACTIONS(720), 1, - anon_sym_LBRACE, - ACTIONS(726), 1, - sym_string_start, - ACTIONS(830), 1, - anon_sym_not, - ACTIONS(832), 1, - anon_sym_lambda, - ACTIONS(1106), 1, - sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, - anon_sym_await, - ACTIONS(1262), 1, - anon_sym_STAR, - STATE(1022), 1, - sym_primary_expression, - STATE(1024), 1, - sym_string, - STATE(1421), 1, - sym_list_splat_pattern, - STATE(1852), 1, - sym_expression, - STATE(2806), 1, - sym__named_expression_lhs, + [32761] = 9, + ACTIONS(1485), 1, + anon_sym_else, + ACTIONS(1489), 1, + anon_sym_finally, + ACTIONS(1491), 1, + anon_sym_except_STAR, + STATE(711), 1, + sym_else_clause, + STATE(781), 1, + sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, - sym_ellipsis, - sym_float, - ACTIONS(718), 3, + STATE(615), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + ACTIONS(1481), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, + anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1110), 4, + sym_ellipsis, + sym_float, + ACTIONS(1483), 32, + 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_if, anon_sym_match, anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, anon_sym_exec, - STATE(1856), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1311), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [32637] = 22, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [32833] = 22, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(69), 1, @@ -54025,27 +54179,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1899), 1, + STATE(1901), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -54053,21 +54205,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -54075,7 +54229,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54092,7 +54246,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32735] = 22, + [32931] = 22, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(69), 1, @@ -54101,27 +54255,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1686), 1, + STATE(1699), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -54129,21 +54281,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -54151,7 +54305,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54168,58 +54322,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32833] = 22, - ACTIONS(681), 1, + [33029] = 22, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1053), 1, anon_sym_await, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, STATE(1795), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -54227,7 +54381,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54244,24 +54398,24 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [32931] = 9, - ACTIONS(1480), 1, + [33127] = 9, + ACTIONS(1485), 1, anon_sym_else, - ACTIONS(1482), 1, + ACTIONS(1487), 1, anon_sym_except, - ACTIONS(1484), 1, + ACTIONS(1489), 1, anon_sym_finally, - STATE(702), 1, + STATE(703), 1, sym_else_clause, - STATE(759), 1, + STATE(731), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(614), 2, + STATE(625), 2, sym_except_clause, aux_sym_try_statement_repeat1, - ACTIONS(1488), 12, + ACTIONS(1493), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -54274,7 +54428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1490), 32, + ACTIONS(1495), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -54307,24 +54461,24 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33003] = 9, - ACTIONS(1480), 1, + [33199] = 9, + ACTIONS(1485), 1, anon_sym_else, - ACTIONS(1484), 1, + ACTIONS(1489), 1, anon_sym_finally, - ACTIONS(1486), 1, + ACTIONS(1491), 1, anon_sym_except_STAR, - STATE(702), 1, + STATE(703), 1, sym_else_clause, - STATE(759), 1, + STATE(731), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(619), 2, + STATE(615), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, - ACTIONS(1488), 12, + ACTIONS(1493), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -54337,7 +54491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1490), 32, + ACTIONS(1495), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -54370,58 +54524,58 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33075] = 22, - ACTIONS(681), 1, + [33271] = 22, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1006), 1, - anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1091), 1, anon_sym_await, - STATE(996), 1, + ACTIONS(1257), 1, + anon_sym_STAR, + STATE(1010), 1, sym_primary_expression, - STATE(998), 1, + STATE(1021), 1, sym_string, - STATE(1202), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(2010), 1, + STATE(1807), 1, sym_expression, - STATE(2814), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -54429,7 +54583,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54446,58 +54600,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33173] = 22, - ACTIONS(706), 1, + [33369] = 22, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(979), 1, + anon_sym_STAR, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1053), 1, anon_sym_await, - ACTIONS(1262), 1, - anon_sym_STAR, - STATE(1022), 1, + STATE(996), 1, sym_primary_expression, - STATE(1024), 1, + STATE(997), 1, sym_string, - STATE(1421), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1843), 1, + STATE(1944), 1, sym_expression, - STATE(2806), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -54505,7 +54659,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54522,58 +54676,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33271] = 22, - ACTIONS(752), 1, + [33467] = 22, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1943), 1, + STATE(1985), 1, sym_expression, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -54581,7 +54735,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54598,7 +54752,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33369] = 22, + [33565] = 22, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(69), 1, @@ -54607,27 +54761,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1949), 1, + STATE(1961), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -54635,21 +54787,99 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, + STATE(1688), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1069), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [33663] = 22, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, + anon_sym_LBRACE, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(1005), 1, + anon_sym_not, + ACTIONS(1007), 1, + anon_sym_lambda, + ACTIONS(1009), 1, + anon_sym_await, + ACTIONS(1285), 1, + sym_identifier, + ACTIONS(1337), 1, + anon_sym_STAR, + STATE(1104), 1, + sym_string, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, + sym_list_splat_pattern, + STATE(2018), 1, + sym_expression, + STATE(2633), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(815), 2, + sym_ellipsis, + sym_float, + ACTIONS(999), 2, anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(997), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, - STATE(1697), 7, + ACTIONS(799), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -54657,7 +54887,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54674,210 +54904,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33467] = 22, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(381), 1, - sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + [33761] = 22, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, - anon_sym_STAR, - STATE(975), 1, - sym_primary_expression, - STATE(976), 1, - sym_string, - STATE(1062), 1, - sym_list_splat_pattern, - STATE(1696), 1, - sym_expression, - STATE(2817), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(65), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1121), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [33565] = 22, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1017), 1, sym_string, - STATE(1150), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1987), 1, + STATE(1916), 1, sym_expression, - STATE(2632), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(976), 4, + ACTIONS(1101), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - STATE(1782), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1470), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [33663] = 22, - ACTIONS(752), 1, - anon_sym_LPAREN, - ACTIONS(760), 1, - anon_sym_LBRACK, - ACTIONS(764), 1, - anon_sym_LBRACE, - ACTIONS(770), 1, - sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, - anon_sym_not, - ACTIONS(1054), 1, - anon_sym_lambda, - ACTIONS(1056), 1, - anon_sym_await, - ACTIONS(1288), 1, - sym_identifier, - ACTIONS(1324), 1, - anon_sym_STAR, - STATE(1026), 1, - sym_string, - STATE(1038), 1, - sym_primary_expression, - STATE(1287), 1, - sym_list_splat_pattern, - STATE(1989), 1, - sym_expression, - STATE(2686), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(766), 2, - sym_ellipsis, - sym_float, - ACTIONS(762), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -54885,7 +54963,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -54902,24 +54980,24 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [33761] = 9, - ACTIONS(1492), 1, + [33859] = 9, + ACTIONS(1497), 1, anon_sym_else, - ACTIONS(1494), 1, + ACTIONS(1499), 1, anon_sym_except, - ACTIONS(1496), 1, + ACTIONS(1501), 1, anon_sym_finally, - STATE(714), 1, + STATE(715), 1, sym_else_clause, - STATE(791), 1, + STATE(797), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(622), 2, + STATE(611), 2, sym_except_clause, aux_sym_try_statement_repeat1, - ACTIONS(1476), 12, + ACTIONS(1481), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -54932,7 +55010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1478), 32, + ACTIONS(1483), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -54965,24 +55043,24 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33833] = 9, - ACTIONS(1492), 1, + [33931] = 9, + ACTIONS(1497), 1, anon_sym_else, - ACTIONS(1496), 1, + ACTIONS(1501), 1, anon_sym_finally, - ACTIONS(1498), 1, + ACTIONS(1503), 1, anon_sym_except_STAR, - STATE(714), 1, + STATE(715), 1, sym_else_clause, - STATE(791), 1, + STATE(797), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(624), 2, + STATE(614), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, - ACTIONS(1476), 12, + ACTIONS(1481), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -54995,7 +55073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1478), 32, + ACTIONS(1483), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -55028,58 +55106,58 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [33905] = 22, - ACTIONS(706), 1, + [34003] = 22, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1839), 1, + STATE(1815), 1, sym_expression, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -55087,7 +55165,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55104,58 +55182,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34003] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [34101] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1758), 1, + STATE(1759), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -55180,61 +55258,61 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34101] = 23, - ACTIONS(681), 1, + [34199] = 23, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1500), 1, + ACTIONS(1505), 1, sym_identifier, - ACTIONS(1504), 1, - anon_sym_type, - ACTIONS(1506), 1, + ACTIONS(1511), 1, anon_sym_await, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1258), 1, + STATE(1275), 1, sym_primary_expression, - STATE(1981), 1, + STATE(2009), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - STATE(1175), 2, + ACTIONS(1509), 2, + anon_sym_match, + anon_sym_type, + STATE(1228), 2, sym_attribute, sym_subscript, - ACTIONS(691), 3, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1507), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1502), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -55242,7 +55320,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 14, + STATE(1223), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -55257,24 +55335,24 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34201] = 9, - ACTIONS(1492), 1, + [34299] = 9, + ACTIONS(1497), 1, anon_sym_else, - ACTIONS(1494), 1, + ACTIONS(1499), 1, anon_sym_except, - ACTIONS(1496), 1, + ACTIONS(1501), 1, anon_sym_finally, - STATE(716), 1, + STATE(717), 1, sym_else_clause, - STATE(811), 1, + STATE(816), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(622), 2, + STATE(611), 2, sym_except_clause, aux_sym_try_statement_repeat1, - ACTIONS(1488), 12, + ACTIONS(1493), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -55287,7 +55365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1490), 32, + ACTIONS(1495), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -55320,24 +55398,24 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34273] = 9, - ACTIONS(1492), 1, + [34371] = 9, + ACTIONS(1497), 1, anon_sym_else, - ACTIONS(1496), 1, + ACTIONS(1501), 1, anon_sym_finally, - ACTIONS(1498), 1, + ACTIONS(1503), 1, anon_sym_except_STAR, - STATE(716), 1, + STATE(717), 1, sym_else_clause, - STATE(811), 1, + STATE(816), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(624), 2, + STATE(614), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, - ACTIONS(1488), 12, + ACTIONS(1493), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -55350,7 +55428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1490), 32, + ACTIONS(1495), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -55383,58 +55461,58 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [34345] = 22, - ACTIONS(730), 1, + [34443] = 22, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1908), 1, + STATE(1885), 1, sym_expression, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -55442,7 +55520,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55459,7 +55537,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34443] = 22, + [34541] = 22, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(69), 1, @@ -55468,27 +55546,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1837), 1, + STATE(1833), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -55496,97 +55572,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(389), 4, + ACTIONS(391), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - STATE(1697), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1121), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [34541] = 22, - ACTIONS(774), 1, - anon_sym_LPAREN, - ACTIONS(782), 1, - anon_sym_LBRACK, - ACTIONS(786), 1, - anon_sym_LBRACE, - ACTIONS(792), 1, - sym_string_start, - ACTIONS(852), 1, - anon_sym_not, - ACTIONS(854), 1, - anon_sym_lambda, - ACTIONS(1142), 1, - sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, - anon_sym_await, - ACTIONS(1254), 1, - anon_sym_STAR, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, - sym_string, - STATE(1404), 1, - sym_list_splat_pattern, - STATE(1892), 1, - sym_expression, - STATE(2737), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(788), 2, - sym_ellipsis, - sym_float, - ACTIONS(784), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(772), 4, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -55594,7 +55596,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55612,57 +55614,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [34639] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, + ACTIONS(81), 1, sym_string_start, - ACTIONS(406), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(408), 1, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(1040), 1, + STATE(977), 1, sym_primary_expression, - STATE(1041), 1, + STATE(978), 1, sym_string, - STATE(1348), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(2085), 1, + STATE(1694), 1, sym_expression, - STATE(2783), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(391), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -55670,7 +55672,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55688,57 +55690,133 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [34737] = 22, - ACTIONS(67), 1, + ACTIONS(779), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + anon_sym_LBRACK, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(69), 1, + ACTIONS(797), 1, + sym_string_start, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(71), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(381), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(393), 1, + ACTIONS(1157), 1, + anon_sym_await, + ACTIONS(1271), 1, + anon_sym_STAR, + STATE(1024), 1, + sym_string, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, + sym_list_splat_pattern, + STATE(1898), 1, + sym_expression, + STATE(2722), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(793), 2, + sym_ellipsis, + sym_float, + ACTIONS(1153), 2, + anon_sym_match, anon_sym_type, - ACTIONS(404), 1, + ACTIONS(789), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1852), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1338), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [34835] = 22, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(975), 1, + STATE(1040), 1, sym_primary_expression, - STATE(976), 1, + STATE(1041), 1, sym_string, - STATE(1062), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1699), 1, + STATE(2103), 1, sym_expression, - STATE(2817), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -55746,7 +55824,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55763,7 +55841,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34835] = 22, + [34933] = 22, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(69), 1, @@ -55772,27 +55850,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1685), 1, + STATE(1700), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -55800,21 +55876,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -55822,7 +55900,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55839,58 +55917,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [34933] = 22, - ACTIONS(681), 1, + [35031] = 22, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1053), 1, anon_sym_await, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, STATE(1778), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -55898,7 +55976,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55915,57 +55993,57 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35031] = 22, - ACTIONS(796), 1, + [35129] = 22, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1947), 1, + STATE(1959), 1, sym_expression, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -55974,7 +56052,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -55991,58 +56069,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35129] = 22, - ACTIONS(774), 1, + [35227] = 22, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(1271), 1, anon_sym_STAR, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1851), 1, + STATE(1811), 1, sym_expression, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(772), 4, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -56050,7 +56128,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56067,61 +56145,61 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35227] = 23, - ACTIONS(752), 1, + [35325] = 23, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - ACTIONS(1508), 1, + ACTIONS(1513), 1, sym_identifier, - ACTIONS(1512), 1, - anon_sym_type, - ACTIONS(1514), 1, + ACTIONS(1519), 1, anon_sym_await, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1927), 1, + STATE(1943), 1, sym_expression, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - STATE(1502), 2, + ACTIONS(1517), 2, + anon_sym_match, + anon_sym_type, + STATE(1505), 2, sym_attribute, sym_subscript, - ACTIONS(762), 3, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1515), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1510), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -56129,7 +56207,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 14, + STATE(1411), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -56144,58 +56222,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35327] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [35425] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2072), 1, + STATE(2093), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -56220,58 +56298,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35425] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [35523] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2001), 1, + STATE(1927), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -56296,58 +56374,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35523] = 22, - ACTIONS(730), 1, + [35621] = 22, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1855), 1, + STATE(1813), 1, sym_expression, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -56355,7 +56433,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -56372,61 +56450,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35621] = 23, - ACTIONS(752), 1, - anon_sym_LPAREN, - ACTIONS(760), 1, - anon_sym_LBRACK, - ACTIONS(764), 1, + [35719] = 22, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(770), 1, - sym_string_start, - ACTIONS(1052), 1, + ACTIONS(69), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(71), 1, anon_sym_lambda, - ACTIONS(1324), 1, - anon_sym_STAR, - ACTIONS(1514), 1, - anon_sym_await, - ACTIONS(1516), 1, + ACTIONS(81), 1, + sym_string_start, + ACTIONS(383), 1, sym_identifier, - ACTIONS(1520), 1, - anon_sym_type, - STATE(1026), 1, - sym_string, - STATE(1285), 1, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, + anon_sym_LPAREN, + ACTIONS(657), 1, + anon_sym_LBRACK, + ACTIONS(1309), 1, + anon_sym_STAR, + STATE(977), 1, sym_primary_expression, - STATE(1287), 1, + STATE(978), 1, + sym_string, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1927), 1, + STATE(1687), 1, sym_expression, - STATE(2686), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - STATE(1320), 2, - sym_attribute, - sym_subscript, - ACTIONS(762), 3, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1518), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -56434,9 +56509,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 14, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -56449,58 +56526,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35721] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [35817] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2030), 1, + STATE(2076), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -56525,58 +56602,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35819] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [35915] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1762), 1, + STATE(1763), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -56601,58 +56678,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [35917] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [36013] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1764), 1, + STATE(1765), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -56677,58 +56754,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36015] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [36111] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1765), 1, + STATE(1766), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -56753,58 +56830,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36113] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [36209] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1766), 1, + STATE(1767), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -56829,58 +56906,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36211] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [36307] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1767), 1, + STATE(1768), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -56905,58 +56982,61 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36309] = 22, - ACTIONS(796), 1, + [36405] = 23, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1341), 1, + anon_sym_STAR, + ACTIONS(1519), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1521), 1, sym_identifier, - ACTIONS(1330), 1, - anon_sym_STAR, - STATE(1122), 1, + STATE(1017), 1, sym_string, - STATE(1150), 1, + STATE(1265), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1769), 1, + STATE(1943), 1, sym_expression, - STATE(2632), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(1525), 2, + anon_sym_match, + anon_sym_type, + STATE(1317), 2, + sym_attribute, + sym_subscript, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(1523), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -56964,11 +57044,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1411), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -56981,58 +57059,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36407] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [36505] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2015), 1, + STATE(2013), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -57057,134 +57135,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [36505] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [36603] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2053), 1, + STATE(1950), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - STATE(1756), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1435), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [36603] = 22, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, - anon_sym_LBRACE, - ACTIONS(814), 1, - sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, - anon_sym_not, - ACTIONS(986), 1, - anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(1280), 1, - sym_identifier, - ACTIONS(1330), 1, - anon_sym_STAR, - STATE(1122), 1, - sym_string, - STATE(1150), 1, - sym_primary_expression, - STATE(1465), 1, - sym_list_splat_pattern, - STATE(1779), 1, - sym_expression, - STATE(2632), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(810), 2, - sym_ellipsis, - sym_float, - ACTIONS(806), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -57192,7 +57194,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57210,57 +57212,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [36701] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1749), 1, + STATE(1750), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -57286,57 +57288,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [36799] = 22, - ACTIONS(730), 1, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, STATE(1792), 1, sym_expression, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -57344,7 +57346,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57362,59 +57364,59 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [36897] = 23, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(1522), 1, + ACTIONS(1527), 1, sym_identifier, - ACTIONS(1526), 1, - anon_sym_type, - ACTIONS(1528), 1, + ACTIONS(1533), 1, anon_sym_await, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1992), 1, + STATE(1989), 1, sym_expression, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - STATE(1508), 2, + ACTIONS(1531), 2, + anon_sym_match, + anon_sym_type, + STATE(1498), 2, sym_attribute, sym_subscript, - ACTIONS(806), 3, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(1529), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1524), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -57423,7 +57425,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 14, + STATE(1462), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -57439,57 +57441,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [36997] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1750), 1, + STATE(2025), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -57515,6 +57517,82 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [37095] = 22, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(317), 1, + anon_sym_lambda, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1425), 1, + anon_sym_STAR, + STATE(1040), 1, + sym_primary_expression, + STATE(1041), 1, + sym_string, + STATE(1347), 1, + sym_list_splat_pattern, + STATE(1751), 1, + sym_expression, + STATE(2799), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1757), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1435), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [37193] = 22, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(69), 1, @@ -57523,27 +57601,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, STATE(1698), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -57551,21 +57627,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -57573,7 +57651,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57590,58 +57668,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37193] = 22, - ACTIONS(681), 1, + [37291] = 22, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1053), 1, anon_sym_await, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(2019), 1, + STATE(2016), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -57649,7 +57727,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57666,7 +57744,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37291] = 22, + [37389] = 22, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(69), 1, @@ -57675,27 +57753,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1687), 1, + STATE(1697), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -57703,21 +57779,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -57725,7 +57803,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57742,58 +57820,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37389] = 22, - ACTIONS(681), 1, + [37487] = 22, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1053), 1, anon_sym_await, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1774), 1, + STATE(1779), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -57801,7 +57879,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57818,61 +57896,61 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37487] = 23, - ACTIONS(681), 1, + [37585] = 23, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1506), 1, + ACTIONS(1511), 1, anon_sym_await, - ACTIONS(1530), 1, + ACTIONS(1535), 1, sym_identifier, - ACTIONS(1534), 1, - anon_sym_type, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1981), 1, + STATE(2009), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, + ACTIONS(1539), 2, + anon_sym_match, + anon_sym_type, STATE(1509), 2, sym_attribute, sym_subscript, - ACTIONS(691), 3, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1537), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1532), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -57880,7 +57958,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 14, + STATE(1223), 14, sym_binary_operator, sym_unary_operator, sym_call, @@ -57895,58 +57973,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37587] = 22, - ACTIONS(774), 1, + [37685] = 22, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(1271), 1, anon_sym_STAR, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1807), 1, + STATE(1819), 1, sym_expression, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(772), 4, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -57954,7 +58032,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -57971,58 +58049,134 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37685] = 22, - ACTIONS(774), 1, + [37783] = 22, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(1271), 1, anon_sym_STAR, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1809), 1, + STATE(1820), 1, sym_expression, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(772), 4, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, + STATE(1852), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1338), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [37881] = 22, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, + anon_sym_LBRACE, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(1005), 1, + anon_sym_not, + ACTIONS(1007), 1, + anon_sym_lambda, + ACTIONS(1009), 1, + anon_sym_await, + ACTIONS(1285), 1, + sym_identifier, + ACTIONS(1337), 1, + anon_sym_STAR, + STATE(1104), 1, + sym_string, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, + sym_list_splat_pattern, + STATE(1785), 1, + sym_expression, + STATE(2633), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(815), 2, + sym_ellipsis, + sym_float, + ACTIONS(999), 2, anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(997), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, - STATE(1836), 7, + ACTIONS(799), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -58030,7 +58184,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58047,58 +58201,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37783] = 22, - ACTIONS(774), 1, + [37979] = 22, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(1271), 1, anon_sym_STAR, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1812), 1, + STATE(1824), 1, sym_expression, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(772), 4, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -58106,7 +58260,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58123,58 +58277,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37881] = 22, - ACTIONS(774), 1, + [38077] = 22, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(1271), 1, anon_sym_STAR, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1813), 1, + STATE(1825), 1, sym_expression, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(772), 4, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -58182,7 +58336,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58199,83 +58353,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [37979] = 22, - ACTIONS(774), 1, - anon_sym_LPAREN, - ACTIONS(782), 1, - anon_sym_LBRACK, - ACTIONS(786), 1, - anon_sym_LBRACE, - ACTIONS(792), 1, - sym_string_start, - ACTIONS(852), 1, - anon_sym_not, - ACTIONS(854), 1, - anon_sym_lambda, - ACTIONS(1142), 1, - sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, - anon_sym_await, - ACTIONS(1254), 1, - anon_sym_STAR, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, - sym_string, - STATE(1404), 1, - sym_list_splat_pattern, - STATE(1814), 1, - sym_expression, - STATE(2737), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(788), 2, - sym_ellipsis, - sym_float, - ACTIONS(784), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(772), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1428), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [38077] = 22, + [38175] = 22, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(69), 1, @@ -58284,27 +58362,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1691), 1, + STATE(1923), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -58312,21 +58388,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -58334,7 +58412,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58351,58 +58429,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38175] = 22, - ACTIONS(67), 1, + [38273] = 22, + ACTIONS(779), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + anon_sym_LBRACK, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(69), 1, + ACTIONS(797), 1, + sym_string_start, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(71), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(381), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1271), 1, anon_sym_STAR, - STATE(975), 1, - sym_primary_expression, - STATE(976), 1, + STATE(1024), 1, sym_string, - STATE(1062), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1983), 1, + STATE(1828), 1, sym_expression, - STATE(2817), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -58410,7 +58488,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58427,58 +58505,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38273] = 22, - ACTIONS(774), 1, - anon_sym_LPAREN, - ACTIONS(782), 1, - anon_sym_LBRACK, - ACTIONS(786), 1, + [38371] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(792), 1, - sym_string_start, - ACTIONS(852), 1, - anon_sym_not, - ACTIONS(854), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(1142), 1, - sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(1005), 1, + STATE(1040), 1, sym_primary_expression, - STATE(1007), 1, + STATE(1041), 1, sym_string, - STATE(1404), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1817), 1, + STATE(2094), 1, sym_expression, - STATE(2737), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(772), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -58486,7 +58564,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58503,58 +58581,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38371] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [38469] = 22, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, + ACTIONS(81), 1, sym_string_start, - ACTIONS(406), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(408), 1, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(1040), 1, + STATE(977), 1, sym_primary_expression, - STATE(1041), 1, + STATE(978), 1, sym_string, - STATE(1348), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(2021), 1, + STATE(1686), 1, sym_expression, - STATE(2783), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(391), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -58562,7 +58640,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58579,58 +58657,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38469] = 22, - ACTIONS(774), 1, + [38567] = 22, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(852), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(854), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(1142), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1148), 1, - anon_sym_type, - ACTIONS(1152), 1, + ACTIONS(1157), 1, anon_sym_await, - ACTIONS(1254), 1, + ACTIONS(1271), 1, anon_sym_STAR, - STATE(1005), 1, - sym_primary_expression, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1404), 1, + STATE(1044), 1, + sym_primary_expression, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1820), 1, + STATE(1830), 1, sym_expression, - STATE(2737), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(772), 4, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1146), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1836), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -58638,7 +58716,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58655,58 +58733,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38567] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [38665] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1974), 1, + STATE(1983), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -58731,58 +58809,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38665] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [38763] = 22, + ACTIONS(757), 1, + anon_sym_LPAREN, + ACTIONS(765), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(775), 1, + sym_string_start, + ACTIONS(1107), 1, + anon_sym_not, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(406), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, + STATE(1017), 1, sym_string, - STATE(1348), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1942), 1, + STATE(1762), 1, sym_expression, - STATE(2783), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(1101), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -58790,7 +58868,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58807,58 +58885,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38763] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [38861] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2086), 1, + STATE(2099), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -58883,58 +58961,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38861] = 22, - ACTIONS(706), 1, + [38959] = 22, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1106), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(1091), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1022), 1, + STATE(1010), 1, sym_primary_expression, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1906), 1, + STATE(1903), 1, sym_expression, - STATE(2806), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -58942,7 +59020,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -58959,58 +59037,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [38959] = 22, - ACTIONS(730), 1, + [39057] = 22, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, STATE(1796), 1, sym_expression, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -59018,7 +59096,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59035,58 +59113,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39057] = 22, - ACTIONS(730), 1, + [39155] = 22, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, STATE(1798), 1, sym_expression, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -59094,7 +59172,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59111,58 +59189,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39155] = 22, - ACTIONS(730), 1, + [39253] = 22, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, STATE(1799), 1, sym_expression, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -59170,7 +59248,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59187,58 +59265,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39253] = 22, - ACTIONS(730), 1, + [39351] = 22, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, STATE(1800), 1, sym_expression, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -59246,7 +59324,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59263,58 +59341,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39351] = 22, - ACTIONS(730), 1, + [39449] = 22, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(860), 1, + ACTIONS(867), 1, sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(882), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(988), 1, + STATE(985), 1, sym_primary_expression, - STATE(989), 1, + STATE(994), 1, sym_string, - STATE(1270), 1, + STATE(1281), 1, sym_list_splat_pattern, STATE(1801), 1, sym_expression, - STATE(2699), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -59322,7 +59400,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59339,58 +59417,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39449] = 22, - ACTIONS(706), 1, + [39547] = 22, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(716), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(726), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(830), 1, + ACTIONS(867), 1, + sym_identifier, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(832), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(1106), 1, - sym_identifier, - ACTIONS(1112), 1, - anon_sym_type, - ACTIONS(1114), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1262), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(1022), 1, + STATE(985), 1, sym_primary_expression, - STATE(1024), 1, + STATE(994), 1, sym_string, - STATE(1421), 1, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1804), 1, + STATE(1803), 1, sym_expression, - STATE(2806), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(704), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1110), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1856), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -59398,7 +59476,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1311), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59415,58 +59493,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39547] = 22, - ACTIONS(730), 1, + [39645] = 22, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(860), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(882), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1285), 1, + sym_identifier, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(988), 1, - sym_primary_expression, - STATE(989), 1, + STATE(1104), 1, sym_string, - STATE(1270), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1784), 1, + STATE(1770), 1, sym_expression, - STATE(2699), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -59474,7 +59552,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59491,58 +59569,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39645] = 22, - ACTIONS(752), 1, + [39743] = 22, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1104), 1, sym_string, - STATE(1038), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1944), 1, + STATE(1804), 1, sym_expression, - STATE(2686), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -59550,7 +59628,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59567,58 +59645,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39743] = 22, - ACTIONS(796), 1, + [39841] = 22, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(867), 1, + sym_identifier, + ACTIONS(883), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(885), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(889), 1, anon_sym_await, - ACTIONS(1280), 1, - sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(1122), 1, - sym_string, - STATE(1150), 1, + STATE(985), 1, sym_primary_expression, - STATE(1465), 1, + STATE(994), 1, + sym_string, + STATE(1281), 1, sym_list_splat_pattern, - STATE(1785), 1, + STATE(1781), 1, sym_expression, - STATE(2632), 1, + STATE(2673), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(877), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(875), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(709), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, + STATE(1783), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -59626,7 +59704,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59643,58 +59721,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39841] = 22, - ACTIONS(730), 1, + [39939] = 22, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(738), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(748), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(860), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_type, - ACTIONS(876), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(878), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(882), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1246), 1, + ACTIONS(1279), 1, + sym_identifier, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(988), 1, - sym_primary_expression, - STATE(989), 1, + STATE(1017), 1, sym_string, - STATE(1270), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1781), 1, + STATE(1987), 1, sym_expression, - STATE(2699), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(728), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(868), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1803), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -59702,7 +59780,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1197), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59719,58 +59797,134 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [39939] = 22, - ACTIONS(752), 1, + [40037] = 22, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1950), 1, + STATE(2006), 1, sym_expression, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, + STATE(1761), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1411), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [40135] = 22, + ACTIONS(67), 1, + anon_sym_LBRACE, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, + anon_sym_lambda, + ACTIONS(81), 1, + sym_string_start, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, + anon_sym_LPAREN, + ACTIONS(657), 1, + anon_sym_LBRACK, + ACTIONS(1309), 1, + anon_sym_STAR, + STATE(977), 1, + sym_primary_expression, + STATE(978), 1, + sym_string, + STATE(1077), 1, + sym_list_splat_pattern, + STATE(1691), 1, + sym_expression, + STATE(2815), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(75), 2, + sym_ellipsis, + sym_float, + ACTIONS(395), 2, anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, - STATE(1760), 7, + ACTIONS(77), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -59778,159 +59932,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [40037] = 22, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(381), 1, - sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1312), 1, - anon_sym_STAR, - STATE(975), 1, - sym_primary_expression, - STATE(976), 1, - sym_string, - STATE(1062), 1, - sym_list_splat_pattern, - STATE(1845), 1, - sym_expression, - STATE(2817), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(65), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1121), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [40135] = 22, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, - anon_sym_lambda, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(381), 1, - sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(1312), 1, - anon_sym_STAR, - STATE(975), 1, - sym_primary_expression, - STATE(976), 1, - sym_string, - STATE(1062), 1, - sym_list_splat_pattern, - STATE(1693), 1, - sym_expression, - STATE(2817), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(65), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -59948,57 +59950,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [40233] = 22, - ACTIONS(681), 1, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1053), 1, anon_sym_await, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, STATE(1780), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60006,7 +60008,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60024,57 +60026,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [40331] = 22, - ACTIONS(681), 1, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1053), 1, anon_sym_await, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1768), 1, + STATE(1769), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60082,7 +60084,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60100,57 +60102,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [40429] = 22, - ACTIONS(681), 1, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1053), 1, anon_sym_await, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1783), 1, + STATE(1784), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60158,7 +60160,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60176,57 +60178,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [40527] = 22, - ACTIONS(681), 1, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1053), 1, anon_sym_await, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, STATE(1794), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60234,7 +60236,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60252,57 +60254,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [40625] = 22, - ACTIONS(681), 1, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1053), 1, anon_sym_await, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, STATE(1797), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60310,7 +60312,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60328,57 +60330,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [40723] = 22, - ACTIONS(681), 1, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1053), 1, anon_sym_await, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1771), 1, + STATE(1772), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60386,7 +60388,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60404,57 +60406,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [40821] = 22, - ACTIONS(681), 1, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(689), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(699), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(987), 1, anon_sym_not, - ACTIONS(1016), 1, + ACTIONS(989), 1, anon_sym_lambda, - ACTIONS(1120), 1, + ACTIONS(1043), 1, sym_identifier, - ACTIONS(1128), 1, - anon_sym_type, - ACTIONS(1130), 1, + ACTIONS(1053), 1, anon_sym_await, STATE(996), 1, sym_primary_expression, - STATE(998), 1, + STATE(997), 1, sym_string, - STATE(1202), 1, + STATE(1172), 1, sym_list_splat_pattern, - STATE(1772), 1, + STATE(1773), 1, sym_expression, - STATE(2814), 1, + STATE(2804), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(1051), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(679), 4, + ACTIONS(1049), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(684), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1126), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1773), 7, + STATE(1774), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60462,7 +60464,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1168), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60479,61 +60481,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [40919] = 23, - ACTIONS(796), 1, + [40919] = 22, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(984), 1, + ACTIONS(857), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(859), 1, anon_sym_lambda, - ACTIONS(1330), 1, - anon_sym_STAR, - ACTIONS(1528), 1, - anon_sym_await, - ACTIONS(1536), 1, + ACTIONS(1083), 1, sym_identifier, - ACTIONS(1540), 1, - anon_sym_type, - STATE(1122), 1, - sym_string, - STATE(1187), 1, + ACTIONS(1091), 1, + anon_sym_await, + ACTIONS(1257), 1, + anon_sym_STAR, + STATE(1010), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1021), 1, + sym_string, + STATE(1429), 1, sym_list_splat_pattern, - STATE(1992), 1, + STATE(1827), 1, sym_expression, - STATE(2632), 1, + STATE(2635), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(1420), 2, - sym_attribute, - sym_subscript, - ACTIONS(806), 3, + ACTIONS(1089), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(1087), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(731), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1538), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, + STATE(1814), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60541,9 +60540,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 14, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -60556,58 +60557,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [41019] = 22, - ACTIONS(752), 1, + [41017] = 22, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1104), 1, sym_string, - STATE(1038), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1746), 1, + STATE(1793), 1, sym_expression, - STATE(2686), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60615,7 +60616,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60632,58 +60633,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [41117] = 22, - ACTIONS(752), 1, + [41115] = 22, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, STATE(1747), 1, sym_expression, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60691,7 +60692,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60708,58 +60709,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [41215] = 22, - ACTIONS(752), 1, + [41213] = 22, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, STATE(1748), 1, sym_expression, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60767,7 +60768,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60784,58 +60785,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [41313] = 22, - ACTIONS(752), 1, + [41311] = 22, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1751), 1, + STATE(1749), 1, sym_expression, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60843,7 +60844,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60860,58 +60861,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [41411] = 22, - ACTIONS(752), 1, + [41409] = 22, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, STATE(1752), 1, sym_expression, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60919,7 +60920,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -60936,58 +60937,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [41509] = 22, - ACTIONS(752), 1, + [41507] = 22, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, STATE(1753), 1, sym_expression, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -60995,7 +60996,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61012,58 +61013,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [41607] = 22, - ACTIONS(752), 1, + [41605] = 22, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1038), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, STATE(1754), 1, sym_expression, - STATE(2686), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -61071,7 +61072,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61088,58 +61089,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [41705] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [41703] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2128), 1, + STATE(2057), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -61164,58 +61165,135 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [41803] = 22, - ACTIONS(67), 1, + [41801] = 23, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(69), 1, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(71), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(381), 1, + ACTIONS(1337), 1, + anon_sym_STAR, + ACTIONS(1533), 1, + anon_sym_await, + ACTIONS(1541), 1, sym_identifier, - ACTIONS(393), 1, + STATE(1104), 1, + sym_string, + STATE(1169), 1, + sym_primary_expression, + STATE(1483), 1, + sym_list_splat_pattern, + STATE(1989), 1, + sym_expression, + STATE(2633), 1, + sym__named_expression_lhs, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(815), 2, + sym_ellipsis, + sym_float, + ACTIONS(1545), 2, + anon_sym_match, anon_sym_type, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + STATE(1427), 2, + sym_attribute, + sym_subscript, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1543), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1782), 7, + sym_named_expression, + sym_as_pattern, + sym_not_operator, + sym_boolean_operator, + sym_comparison_operator, + sym_lambda, + sym_conditional_expression, + STATE(1462), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [41901] = 22, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(769), 1, + anon_sym_LBRACE, + ACTIONS(775), 1, + sym_string_start, + ACTIONS(1107), 1, + anon_sym_not, + ACTIONS(1109), 1, + anon_sym_lambda, + ACTIONS(1111), 1, + anon_sym_await, + ACTIONS(1279), 1, + sym_identifier, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(975), 1, - sym_primary_expression, - STATE(976), 1, + STATE(1017), 1, sym_string, - STATE(1062), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1808), 1, + STATE(1755), 1, sym_expression, - STATE(2817), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -61223,7 +61301,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61240,58 +61318,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [41901] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [41999] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2027), 1, + STATE(2037), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -61316,7 +61394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [41999] = 22, + [42097] = 22, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(69), 1, @@ -61325,27 +61403,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(2120), 1, + STATE(1840), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -61353,21 +61429,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -61375,7 +61453,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61392,58 +61470,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [42097] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [42195] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2089), 1, + STATE(2064), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -61468,58 +61546,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [42195] = 22, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, + [42293] = 22, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(814), 1, - sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(69), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(71), 1, anon_sym_lambda, - ACTIONS(988), 1, - anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(81), 1, + sym_string_start, + ACTIONS(383), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, + anon_sym_LPAREN, + ACTIONS(657), 1, + anon_sym_LBRACK, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(1122), 1, - sym_string, - STATE(1150), 1, + STATE(977), 1, sym_primary_expression, - STATE(1465), 1, + STATE(978), 1, + sym_string, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1787), 1, + STATE(2067), 1, sym_expression, - STATE(2632), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(391), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -61527,7 +61605,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61544,58 +61622,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [42293] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [42391] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2031), 1, + STATE(2077), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -61620,58 +61698,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [42391] = 22, - ACTIONS(752), 1, - anon_sym_LPAREN, - ACTIONS(760), 1, - anon_sym_LBRACK, - ACTIONS(764), 1, + [42489] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(770), 1, - sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, - anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(408), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(1026), 1, - sym_string, - STATE(1038), 1, + STATE(1040), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1041), 1, + sym_string, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1953), 1, + STATE(2086), 1, sym_expression, - STATE(2686), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -61679,7 +61757,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61696,58 +61774,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [42489] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [42587] = 22, + ACTIONS(757), 1, + anon_sym_LPAREN, + ACTIONS(765), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(775), 1, + sym_string_start, + ACTIONS(1107), 1, + anon_sym_not, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(406), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, + STATE(1017), 1, sym_string, - STATE(1348), 1, + STATE(1039), 1, + sym_primary_expression, + STATE(1388), 1, sym_list_splat_pattern, - STATE(2051), 1, + STATE(2003), 1, sym_expression, - STATE(2783), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(1101), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -61755,7 +61833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61772,58 +61850,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [42587] = 22, - ACTIONS(67), 1, + [42685] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(69), 1, - anon_sym_not, - ACTIONS(71), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(81), 1, + ACTIONS(325), 1, + anon_sym_await, + ACTIONS(327), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(408), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, - anon_sym_await, - ACTIONS(652), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(975), 1, + STATE(1040), 1, sym_primary_expression, - STATE(976), 1, + STATE(1041), 1, sym_string, - STATE(1062), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1965), 1, + STATE(2095), 1, sym_expression, - STATE(2817), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(77), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(389), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -61831,7 +61909,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1121), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61848,58 +61926,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [42685] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [42783] = 22, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(69), 1, + anon_sym_not, + ACTIONS(71), 1, anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, + ACTIONS(81), 1, sym_string_start, - ACTIONS(406), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(408), 1, + ACTIONS(406), 1, + anon_sym_await, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(1040), 1, + STATE(977), 1, sym_primary_expression, - STATE(1041), 1, + STATE(978), 1, sym_string, - STATE(1348), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(2065), 1, + STATE(1992), 1, sym_expression, - STATE(2783), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(395), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(391), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -61907,7 +61985,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -61924,58 +62002,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [42783] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [42881] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2098), 1, + STATE(2107), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -62000,58 +62078,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [42881] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [42979] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2078), 1, + STATE(2115), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -62076,58 +62154,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [42979] = 22, - ACTIONS(752), 1, + [43077] = 22, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(1056), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1104), 1, sym_string, - STATE(1038), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(2003), 1, + STATE(1787), 1, sym_expression, - STATE(2686), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -62135,7 +62213,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62152,58 +62230,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [43077] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [43175] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2092), 1, + STATE(2117), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -62228,58 +62306,58 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [43175] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + [43273] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2094), 1, + STATE(2120), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -62304,7 +62382,7 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [43273] = 22, + [43371] = 22, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(69), 1, @@ -62313,27 +62391,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_lambda, ACTIONS(81), 1, sym_string_start, - ACTIONS(381), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(393), 1, - anon_sym_type, - ACTIONS(404), 1, + ACTIONS(406), 1, anon_sym_await, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(975), 1, + STATE(977), 1, sym_primary_expression, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, - STATE(1893), 1, + STATE(1895), 1, sym_expression, - STATE(2817), 1, + STATE(2815), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, @@ -62341,97 +62417,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(77), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(389), 4, - anon_sym_print, + ACTIONS(395), 2, anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1697), 7, - sym_named_expression, - sym_as_pattern, - sym_not_operator, - sym_boolean_operator, - sym_comparison_operator, - sym_lambda, - sym_conditional_expression, - STATE(1121), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [43371] = 22, - ACTIONS(299), 1, anon_sym_type, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(314), 1, - anon_sym_lambda, - ACTIONS(322), 1, - anon_sym_await, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(406), 1, - sym_identifier, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1420), 1, - anon_sym_STAR, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, - sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(2082), 1, - sym_expression, - STATE(2783), 1, - sym__named_expression_lhs, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - ACTIONS(312), 3, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(391), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1688), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -62439,7 +62441,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62457,57 +62459,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [43469] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2105), 1, + STATE(2102), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -62533,57 +62535,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [43567] = 22, - ACTIONS(796), 1, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1107), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1109), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1111), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1279), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1017), 1, sym_string, - STATE(1150), 1, + STATE(1039), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1388), 1, sym_list_splat_pattern, - STATE(1788), 1, + STATE(2000), 1, sym_expression, - STATE(2632), 1, + STATE(2690), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(1103), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(1101), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(755), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, + STATE(1761), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -62591,7 +62593,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62609,57 +62611,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [43665] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(406), 1, - sym_identifier, ACTIONS(408), 1, + sym_identifier, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(416), 1, + ACTIONS(1027), 1, anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1040), 1, sym_primary_expression, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(2107), 1, + STATE(2127), 1, sym_expression, - STATE(2783), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(290), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -62685,57 +62687,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [43763] = 22, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(804), 1, - anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(814), 1, - sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, - anon_sym_not, - ACTIONS(986), 1, + ACTIONS(317), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(325), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(408), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1027), 1, + anon_sym_not, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(1122), 1, - sym_string, - STATE(1150), 1, + STATE(1040), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1041), 1, + sym_string, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1790), 1, + STATE(2128), 1, sym_expression, - STATE(2632), 1, + STATE(2799), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(297), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(290), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1782), 7, + STATE(1757), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -62743,7 +62745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62761,56 +62763,56 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [43861] = 22, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1791), 1, + STATE(1789), 1, sym_expression, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -62819,7 +62821,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62837,56 +62839,56 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [43959] = 22, - ACTIONS(796), 1, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(804), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(980), 1, - anon_sym_type, - ACTIONS(984), 1, + ACTIONS(1005), 1, anon_sym_not, - ACTIONS(986), 1, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(988), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(1280), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(1330), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1104), 1, sym_string, - STATE(1150), 1, + STATE(1139), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1483), 1, sym_list_splat_pattern, - STATE(1793), 1, + STATE(1790), 1, sym_expression, - STATE(2632), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(794), 4, + ACTIONS(997), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(976), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1782), 7, sym_named_expression, sym_as_pattern, @@ -62895,7 +62897,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1470), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62913,57 +62915,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [44057] = 22, - ACTIONS(299), 1, - anon_sym_type, - ACTIONS(307), 1, + ACTIONS(801), 1, + anon_sym_LPAREN, + ACTIONS(809), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(314), 1, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(1005), 1, + anon_sym_not, + ACTIONS(1007), 1, anon_sym_lambda, - ACTIONS(322), 1, + ACTIONS(1009), 1, anon_sym_await, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(406), 1, + ACTIONS(1285), 1, sym_identifier, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(416), 1, - anon_sym_not, - ACTIONS(1420), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1040), 1, - sym_primary_expression, - STATE(1041), 1, + STATE(1104), 1, sym_string, - STATE(1348), 1, + STATE(1139), 1, + sym_primary_expression, + STATE(1483), 1, sym_list_splat_pattern, - STATE(2108), 1, + STATE(1791), 1, sym_expression, - STATE(2783), 1, + STATE(2633), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(999), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(811), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(290), 4, + ACTIONS(997), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 4, + ACTIONS(799), 4, sym_integer, sym_true, sym_false, sym_none, - STATE(1756), 7, + STATE(1782), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -62971,7 +62973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1435), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -62989,57 +62991,57 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [44155] = 22, - ACTIONS(752), 1, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(760), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(770), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(1050), 1, - anon_sym_type, - ACTIONS(1052), 1, + ACTIONS(835), 1, anon_sym_not, - ACTIONS(1054), 1, + ACTIONS(837), 1, anon_sym_lambda, - ACTIONS(1056), 1, - anon_sym_await, - ACTIONS(1288), 1, + ACTIONS(1147), 1, sym_identifier, - ACTIONS(1324), 1, + ACTIONS(1157), 1, + anon_sym_await, + ACTIONS(1271), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1024), 1, sym_string, - STATE(1038), 1, + STATE(1044), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1344), 1, sym_list_splat_pattern, - STATE(1761), 1, + STATE(1823), 1, sym_expression, - STATE(2686), 1, + STATE(2722), 1, sym__named_expression_lhs, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(1153), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(750), 4, + ACTIONS(1151), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(777), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1046), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1760), 7, + STATE(1852), 7, sym_named_expression, sym_as_pattern, sym_not_operator, @@ -63047,7 +63049,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comparison_operator, sym_lambda, sym_conditional_expression, - STATE(1322), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -63065,22 +63067,22 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_await, [44253] = 10, - ACTIONS(1544), 1, - anon_sym_COMMA, ACTIONS(1549), 1, + anon_sym_COMMA, + ACTIONS(1554), 1, anon_sym_COLON_EQ, - ACTIONS(1551), 1, + ACTIONS(1556), 1, anon_sym_COLON, - ACTIONS(1554), 1, + ACTIONS(1559), 1, anon_sym_EQ, - ACTIONS(1556), 1, + ACTIONS(1561), 1, anon_sym_LBRACK, - STATE(2106), 1, + STATE(2124), 1, sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1558), 13, + ACTIONS(1563), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -63094,7 +63096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1547), 15, + ACTIONS(1552), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -63110,7 +63112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 16, + ACTIONS(1547), 16, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -63127,80 +63129,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [44326] = 7, - ACTIONS(284), 1, - anon_sym_COMMA, - ACTIONS(292), 1, - anon_sym_COLON_EQ, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(294), 2, - anon_sym_COLON, - anon_sym_EQ, - ACTIONS(316), 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(279), 15, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(277), 17, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_as, - anon_sym_if, - anon_sym_in, - anon_sym_LBRACK, - 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, - [44392] = 8, - ACTIONS(1480), 1, + [44326] = 8, + ACTIONS(1485), 1, anon_sym_else, - ACTIONS(1564), 1, + ACTIONS(1569), 1, anon_sym_elif, - STATE(617), 1, + STATE(630), 1, aux_sym_if_statement_repeat1, - STATE(706), 1, + STATE(707), 1, sym_elif_clause, - STATE(740), 1, + STATE(768), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1560), 12, + ACTIONS(1565), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -63213,7 +63156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1562), 32, + ACTIONS(1567), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63246,81 +63189,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [44460] = 8, - ACTIONS(284), 1, - anon_sym_COMMA, - ACTIONS(292), 1, - anon_sym_COLON_EQ, - ACTIONS(294), 1, - anon_sym_EQ, - ACTIONS(326), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(316), 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(279), 15, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(277), 17, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_as, - anon_sym_if, - anon_sym_in, - anon_sym_LBRACK, - 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, - [44528] = 8, - ACTIONS(1492), 1, - anon_sym_else, - ACTIONS(1570), 1, - anon_sym_elif, - STATE(642), 1, - aux_sym_if_statement_repeat1, - STATE(712), 1, - sym_elif_clause, - STATE(818), 1, - sym_else_clause, + [44394] = 5, + ACTIONS(1575), 1, + anon_sym_except, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1568), 12, + STATE(611), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + ACTIONS(1573), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -63333,62 +63211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1566), 32, - 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_if, - anon_sym_match, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [44596] = 5, - ACTIONS(1576), 1, - anon_sym_except, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(614), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - ACTIONS(1572), 12, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1574), 34, + ACTIONS(1571), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63423,78 +63246,19 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [44658] = 8, - ACTIONS(1480), 1, - anon_sym_else, - ACTIONS(1564), 1, - anon_sym_elif, - STATE(623), 1, - aux_sym_if_statement_repeat1, - STATE(706), 1, - sym_elif_clause, - STATE(760), 1, - sym_else_clause, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1579), 12, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1581), 32, - 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_if, - anon_sym_match, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [44726] = 7, - ACTIONS(1544), 1, + [44456] = 8, + ACTIONS(284), 1, anon_sym_COMMA, - ACTIONS(1549), 1, + ACTIONS(292), 1, anon_sym_COLON_EQ, + ACTIONS(294), 1, + anon_sym_COLON, + ACTIONS(302), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1554), 2, - anon_sym_COLON, - anon_sym_EQ, - ACTIONS(1558), 13, + ACTIONS(319), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -63508,7 +63272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1547), 15, + ACTIONS(279), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -63524,7 +63288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 17, + ACTIONS(277), 17, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -63542,78 +63306,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [44792] = 8, - ACTIONS(1480), 1, - anon_sym_else, - ACTIONS(1564), 1, - anon_sym_elif, - STATE(630), 1, - aux_sym_if_statement_repeat1, - STATE(706), 1, - sym_elif_clause, - STATE(823), 1, - sym_else_clause, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1568), 12, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1566), 32, - 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_if, - anon_sym_match, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [44860] = 7, + [44524] = 8, ACTIONS(284), 1, anon_sym_COMMA, ACTIONS(292), 1, anon_sym_COLON_EQ, + ACTIONS(294), 1, + anon_sym_COLON, + ACTIONS(302), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(294), 2, - anon_sym_COLON, - anon_sym_EQ, - ACTIONS(316), 13, + ACTIONS(319), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -63661,18 +63366,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [44926] = 5, - ACTIONS(1587), 1, + [44592] = 5, + ACTIONS(1582), 1, anon_sym_except_STAR, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(619), 2, + STATE(614), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, - ACTIONS(1583), 12, + ACTIONS(1580), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -63683,7 +63388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1585), 34, + ACTIONS(1578), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63718,23 +63423,18 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [44988] = 8, - ACTIONS(1492), 1, - anon_sym_else, - ACTIONS(1570), 1, - anon_sym_elif, - STATE(642), 1, - aux_sym_if_statement_repeat1, - STATE(712), 1, - sym_elif_clause, - STATE(799), 1, - sym_else_clause, + [44654] = 5, + ACTIONS(1585), 1, + anon_sym_except_STAR, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1592), 12, - sym__dedent, + STATE(615), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + ACTIONS(1580), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -63745,7 +63445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1590), 32, + ACTIONS(1578), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63757,11 +63457,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -63778,21 +63480,21 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [45056] = 8, - ACTIONS(1492), 1, + [44716] = 8, + ACTIONS(1497), 1, anon_sym_else, - ACTIONS(1570), 1, + ACTIONS(1592), 1, anon_sym_elif, - STATE(613), 1, + STATE(618), 1, aux_sym_if_statement_repeat1, - STATE(712), 1, + STATE(713), 1, sym_elif_clause, - STATE(801), 1, + STATE(807), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1560), 12, + ACTIONS(1590), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -63805,7 +63507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1562), 32, + ACTIONS(1588), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63838,16 +63540,21 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [45124] = 5, - ACTIONS(1594), 1, - anon_sym_except, + [44784] = 8, + ACTIONS(1497), 1, + anon_sym_else, + ACTIONS(1592), 1, + anon_sym_elif, + STATE(626), 1, + aux_sym_if_statement_repeat1, + STATE(713), 1, + sym_elif_clause, + STATE(790), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(622), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - ACTIONS(1572), 12, + ACTIONS(1596), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -63860,7 +63567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1574), 34, + ACTIONS(1594), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63872,13 +63579,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -63895,23 +63600,23 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [45186] = 8, - ACTIONS(1480), 1, + [44852] = 8, + ACTIONS(1497), 1, anon_sym_else, - ACTIONS(1564), 1, + ACTIONS(1592), 1, anon_sym_elif, - STATE(630), 1, + STATE(634), 1, aux_sym_if_statement_repeat1, - STATE(706), 1, + STATE(713), 1, sym_elif_clause, - STATE(790), 1, + STATE(823), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1592), 12, + ACTIONS(1600), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -63922,7 +63627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1590), 32, + ACTIONS(1598), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63955,18 +63660,23 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [45254] = 5, - ACTIONS(1597), 1, - anon_sym_except_STAR, + [44920] = 8, + ACTIONS(1485), 1, + anon_sym_else, + ACTIONS(1569), 1, + anon_sym_elif, + STATE(610), 1, + aux_sym_if_statement_repeat1, + STATE(707), 1, + sym_elif_clause, + STATE(769), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(624), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - ACTIONS(1583), 12, - sym__dedent, + ACTIONS(1596), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -63977,7 +63687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1585), 34, + ACTIONS(1594), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -63989,13 +63699,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -64012,23 +63720,23 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [45316] = 8, - ACTIONS(1492), 1, + [44988] = 8, + ACTIONS(1485), 1, anon_sym_else, - ACTIONS(1570), 1, + ACTIONS(1569), 1, anon_sym_elif, - STATE(620), 1, + STATE(630), 1, aux_sym_if_statement_repeat1, - STATE(712), 1, + STATE(707), 1, sym_elif_clause, - STATE(782), 1, + STATE(740), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1579), 12, - sym__dedent, + ACTIONS(1600), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -64039,7 +63747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1581), 32, + ACTIONS(1598), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64072,16 +63780,18 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [45384] = 6, - ACTIONS(1554), 1, - anon_sym_EQ, - ACTIONS(1602), 1, + [45056] = 7, + ACTIONS(284), 1, anon_sym_COMMA, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1558), 14, + ACTIONS(302), 2, anon_sym_COLON, + anon_sym_EQ, + ACTIONS(319), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -64095,7 +63805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1605), 15, + ACTIONS(279), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -64111,7 +63821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1600), 17, + ACTIONS(277), 17, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -64129,47 +63839,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [45447] = 3, + [45122] = 7, + ACTIONS(284), 1, + anon_sym_COMMA, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 16, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_EQ, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1607), 32, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, + ACTIONS(302), 2, anon_sym_COLON, - anon_sym_in, - anon_sym_LBRACK, - 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_EQ, + ACTIONS(319), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -64183,19 +63864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [45504] = 5, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(671), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(701), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(668), 13, + ACTIONS(279), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -64209,14 +63878,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 29, + anon_sym_LT, + anon_sym_GT, + ACTIONS(277), 17, sym__newline, anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_as, anon_sym_if, - anon_sym_COLON, anon_sym_in, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64226,6 +63898,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, + [45188] = 7, + ACTIONS(1549), 1, + anon_sym_COMMA, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1559), 2, + anon_sym_COLON, + anon_sym_EQ, + ACTIONS(1563), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -64239,19 +63923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [45565] = 5, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1613), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1619), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1616), 13, + ACTIONS(1552), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -64265,14 +63937,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1611), 29, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1547), 17, sym__newline, anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_as, anon_sym_if, - anon_sym_COLON, anon_sym_in, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64282,30 +63957,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - 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, - [45626] = 6, - ACTIONS(1625), 1, + [45254] = 8, + ACTIONS(1485), 1, + anon_sym_else, + ACTIONS(1569), 1, anon_sym_elif, - STATE(630), 1, + STATE(620), 1, aux_sym_if_statement_repeat1, - STATE(706), 1, + STATE(707), 1, sym_elif_clause, + STATE(822), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1621), 12, + ACTIONS(1590), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -64318,7 +63984,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1623), 33, + ACTIONS(1588), 32, + 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_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [45322] = 5, + ACTIONS(1602), 1, + anon_sym_except, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(625), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + ACTIONS(1573), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1571), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -64336,6 +64057,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_def, anon_sym_global, @@ -64352,28 +64074,78 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [45689] = 7, - ACTIONS(1630), 1, - anon_sym_PIPE, + [45384] = 8, + ACTIONS(1497), 1, + anon_sym_else, + ACTIONS(1592), 1, + anon_sym_elif, + STATE(634), 1, + aux_sym_if_statement_repeat1, + STATE(713), 1, + sym_elif_clause, + STATE(805), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1613), 2, + ACTIONS(1565), 12, + sym__dedent, + sym_string_start, anon_sym_LPAREN, + anon_sym_STAR, anon_sym_LBRACK, - ACTIONS(1628), 2, - anon_sym_DOT, - anon_sym_COLON, - ACTIONS(1619), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1616), 12, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1567), 32, + 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_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [45452] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1607), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, + anon_sym_EQ, anon_sym_AT, anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, @@ -64381,13 +64153,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1611), 28, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1605), 32, sym__newline, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, + anon_sym_COLON, anon_sym_in, + anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -64410,11 +64188,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [45754] = 3, + [45509] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1634), 16, + ACTIONS(1611), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -64431,7 +64209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1632), 32, + ACTIONS(1609), 32, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -64464,15 +64242,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [45811] = 3, + [45566] = 6, + ACTIONS(1559), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 16, + ACTIONS(1549), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(1563), 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(1552), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, - anon_sym_EQ, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -64485,15 +64281,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 32, + ACTIONS(1547), 17, sym__newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_as, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_LBRACK, anon_sym_not, @@ -64505,6 +64299,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, + [45629] = 6, + ACTIONS(1617), 1, + anon_sym_elif, + STATE(630), 1, + aux_sym_if_statement_repeat1, + STATE(707), 1, + sym_elif_clause, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1613), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1615), 33, + 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_if, + anon_sym_else, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [45692] = 6, + ACTIONS(1622), 1, + anon_sym_COMMA, + ACTIONS(1629), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1627), 14, + anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -64518,15 +64379,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [45868] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1638), 16, + ACTIONS(1625), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, - anon_sym_EQ, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -64539,15 +64395,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1636), 32, + ACTIONS(1620), 17, sym__newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_as, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_LBRACK, anon_sym_not, @@ -64559,6 +64413,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, + [45755] = 7, + ACTIONS(1643), 1, + anon_sym_PIPE, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1633), 2, + anon_sym_DOT, + anon_sym_COLON, + ACTIONS(1635), 2, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1641), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1638), 12, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(1631), 28, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_in, + 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_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -64572,16 +64471,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [45925] = 6, - ACTIONS(1544), 1, - anon_sym_COMMA, - ACTIONS(1554), 1, + [45820] = 6, + ACTIONS(1629), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1558), 14, + ACTIONS(1622), 2, + anon_sym_COMMA, anon_sym_COLON, + ACTIONS(1627), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -64595,7 +64494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1547), 15, + ACTIONS(1625), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -64611,7 +64510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 17, + ACTIONS(1620), 17, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -64629,16 +64528,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [45988] = 6, - ACTIONS(1554), 1, - anon_sym_EQ, + [45883] = 6, + ACTIONS(1645), 1, + anon_sym_elif, + STATE(634), 1, + aux_sym_if_statement_repeat1, + STATE(713), 1, + sym_elif_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1544), 2, + ACTIONS(1613), 12, + sym__dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1615), 33, + 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_if, + anon_sym_else, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [45946] = 6, + ACTIONS(1559), 1, + anon_sym_EQ, + ACTIONS(1650), 1, anon_sym_COMMA, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1563), 14, anon_sym_COLON, - ACTIONS(1558), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -64652,7 +64608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1547), 15, + ACTIONS(1653), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -64668,7 +64624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 17, + ACTIONS(1648), 17, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -64686,33 +64642,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46051] = 6, - ACTIONS(1554), 1, - anon_sym_EQ, + [46009] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1602), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(1558), 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(1605), 15, + ACTIONS(1611), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, + anon_sym_EQ, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -64725,13 +64663,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1600), 17, + ACTIONS(1609), 32, sym__newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_as, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_LBRACK, anon_sym_not, @@ -64743,19 +64683,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46114] = 5, + 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, + [46066] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(671), 3, + ACTIONS(670), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 3, + ACTIONS(706), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, - ACTIONS(668), 13, + ACTIONS(665), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -64769,7 +64722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 29, + ACTIONS(663), 29, sym__newline, anon_sym_SEMI, anon_sym_COMMA, @@ -64799,11 +64752,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [46175] = 3, + [46127] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 16, + ACTIONS(1657), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -64820,7 +64773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 32, + ACTIONS(1655), 32, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -64853,11 +64806,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [46232] = 3, + [46184] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1646), 16, + ACTIONS(1661), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -64874,7 +64827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1644), 32, + ACTIONS(1659), 32, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -64907,16 +64860,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [46289] = 6, - ACTIONS(1655), 1, + [46241] = 6, + ACTIONS(1670), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1650), 2, + ACTIONS(1665), 2, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(1657), 13, + ACTIONS(1672), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -64930,7 +64883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1653), 15, + ACTIONS(1668), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -64946,7 +64899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1648), 17, + ACTIONS(1663), 17, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -64964,73 +64917,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46352] = 6, - ACTIONS(1659), 1, - anon_sym_elif, - STATE(642), 1, - aux_sym_if_statement_repeat1, - STATE(712), 1, - sym_elif_clause, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1621), 12, - sym__dedent, - sym_string_start, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1623), 33, - 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_if, - anon_sym_else, - anon_sym_match, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [46415] = 6, - ACTIONS(1669), 1, + [46304] = 6, + ACTIONS(1559), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1664), 2, + ACTIONS(1650), 2, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(1671), 13, + ACTIONS(1563), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -65044,7 +64940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1667), 15, + ACTIONS(1653), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -65060,7 +64956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1662), 17, + ACTIONS(1648), 17, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -65078,33 +64974,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46478] = 6, - ACTIONS(1664), 1, - anon_sym_COMMA, - ACTIONS(1669), 1, - anon_sym_EQ, + [46367] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1671), 14, - anon_sym_COLON, - 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(1667), 15, + ACTIONS(1676), 16, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, + anon_sym_EQ, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -65117,13 +64995,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1662), 17, + ACTIONS(1674), 32, sym__newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_as, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_LBRACK, anon_sym_not, @@ -65135,15 +65015,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46541] = 3, + 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, + [46424] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 16, + ACTIONS(1635), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1641), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1638), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, - anon_sym_EQ, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -65154,19 +65054,14 @@ 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(1640), 32, + ACTIONS(1631), 29, sym__newline, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -65189,15 +65084,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [46598] = 6, - ACTIONS(1650), 1, + [46485] = 6, + ACTIONS(1549), 1, anon_sym_COMMA, - ACTIONS(1655), 1, + ACTIONS(1559), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1657), 14, + ACTIONS(1563), 14, anon_sym_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -65212,7 +65107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1653), 15, + ACTIONS(1552), 15, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -65228,7 +65123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - ACTIONS(1648), 17, + ACTIONS(1547), 17, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -65246,122 +65141,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [46661] = 3, + [46548] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1673), 12, - sym_string_start, - ts_builtin_sym_end, + ACTIONS(670), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(706), 3, + anon_sym_DOT, anon_sym_LPAREN, - anon_sym_STAR, anon_sym_LBRACK, + ACTIONS(665), 13, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, anon_sym_AT, anon_sym_DASH, - anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1675), 35, - 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_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(663), 29, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_match, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, + anon_sym_COLON, + anon_sym_in, anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [46717] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1677), 12, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, + 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_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, + [46609] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1607), 16, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_EQ, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1679), 35, - 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_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1605), 32, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_else, - anon_sym_match, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, + anon_sym_COLON, + anon_sym_in, + anon_sym_LBRACK, anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [46773] = 3, + 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_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, + [46666] = 6, + ACTIONS(1665), 1, + anon_sym_COMMA, + ACTIONS(1670), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1681), 13, + ACTIONS(1672), 14, + anon_sym_COLON, + 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(1668), 15, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1663), 17, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_as, + anon_sym_if, + anon_sym_in, + anon_sym_LBRACK, + 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, + [46729] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1680), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -65370,7 +65325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1683), 34, + ACTIONS(1678), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65388,6 +65343,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_def, @@ -65405,68 +65361,87 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46829] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1687), 12, - sym__dedent, + [46785] = 21, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, sym_string_start, + ACTIONS(1682), 1, + sym_identifier, + ACTIONS(1684), 1, anon_sym_LPAREN, + ACTIONS(1686), 1, anon_sym_STAR, + ACTIONS(1692), 1, anon_sym_LBRACK, - anon_sym_AT, + ACTIONS(1694), 1, + anon_sym_await, + STATE(1041), 1, + sym_string, + STATE(1600), 1, + sym_list_splat_pattern, + STATE(1642), 1, + sym_primary_expression, + STATE(2062), 1, + sym_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(1690), 2, + anon_sym_match, + anon_sym_type, + STATE(1599), 2, + sym_attribute, + sym_subscript, + STATE(2024), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(315), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1685), 35, - anon_sym_import, - anon_sym_from, + ACTIONS(1688), 3, 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_if, - anon_sym_elif, - anon_sym_else, - anon_sym_match, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + ACTIONS(323), 4, sym_integer, - sym_identifier, - anon_sym_await, sym_true, sym_false, sym_none, - [46885] = 3, + ACTIONS(973), 4, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [46877] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1691), 12, - sym__dedent, + ACTIONS(1696), 13, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -65475,7 +65450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1689), 35, + ACTIONS(1698), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65493,7 +65468,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_def, @@ -65511,11 +65485,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46941] = 3, + [46933] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1687), 13, + ACTIONS(1702), 13, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -65529,7 +65503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1685), 34, + ACTIONS(1700), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65564,11 +65538,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [46997] = 3, + [46989] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1681), 12, + ACTIONS(1702), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -65581,7 +65555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1683), 35, + ACTIONS(1700), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65617,11 +65591,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47053] = 3, + [47045] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1695), 12, + ACTIONS(1706), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -65634,7 +65608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1693), 35, + ACTIONS(1704), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65670,16 +65644,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47109] = 3, + [47101] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1673), 13, + ACTIONS(1708), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -65688,7 +65661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1675), 34, + ACTIONS(1710), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65706,6 +65679,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_def, @@ -65723,16 +65697,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47165] = 3, + [47157] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1697), 13, + ACTIONS(1702), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -65741,7 +65714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1699), 34, + ACTIONS(1700), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65753,6 +65726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_match, anon_sym_async, @@ -65776,11 +65750,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47221] = 3, + [47213] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1673), 12, + ACTIONS(1714), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -65793,7 +65767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1675), 35, + ACTIONS(1712), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65829,13 +65803,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47277] = 3, + [47269] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1703), 12, - sym__dedent, + ACTIONS(1696), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -65846,7 +65820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1701), 35, + ACTIONS(1698), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65882,13 +65856,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47333] = 3, + [47325] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1687), 12, - sym__dedent, + ACTIONS(1702), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -65899,7 +65873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1685), 35, + ACTIONS(1700), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65911,13 +65885,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -65935,11 +65909,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47389] = 3, + [47381] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1703), 12, + ACTIONS(1718), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -65952,7 +65926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1701), 35, + ACTIONS(1716), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -65964,13 +65938,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -65988,13 +65962,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47445] = 3, + [47437] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1687), 12, + ACTIONS(1708), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -66005,7 +65979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1685), 35, + ACTIONS(1710), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66041,16 +66015,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47501] = 3, + [47493] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1703), 13, + ACTIONS(1702), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -66059,7 +66032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1701), 34, + ACTIONS(1700), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66077,6 +66050,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_def, @@ -66094,15 +66068,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47557] = 3, + [47549] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1705), 12, + ACTIONS(1722), 13, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -66111,7 +66086,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1707), 35, + ACTIONS(1720), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66129,7 +66104,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_def, @@ -66147,174 +66121,87 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47613] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1681), 12, - sym__dedent, + [47605] = 21, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, sym_string_start, + ACTIONS(1682), 1, + sym_identifier, + ACTIONS(1684), 1, anon_sym_LPAREN, + ACTIONS(1686), 1, anon_sym_STAR, + ACTIONS(1692), 1, anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1683), 35, - 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_if, - anon_sym_else, - anon_sym_match, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_except, - anon_sym_finally, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, + ACTIONS(1694), 1, anon_sym_await, - sym_true, - sym_false, - sym_none, - [47669] = 3, + STATE(1041), 1, + sym_string, + STATE(1600), 1, + sym_list_splat_pattern, + STATE(1642), 1, + sym_primary_expression, + STATE(2062), 1, + sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1703), 12, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_TILDE, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(1701), 35, - 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_if, - anon_sym_elif, - anon_sym_else, + ACTIONS(1690), 2, anon_sym_match, - anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, - anon_sym_exec, anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, - sym_integer, - sym_identifier, - anon_sym_await, - sym_true, - sym_false, - sym_none, - [47725] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1709), 13, - sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_except_STAR, - anon_sym_LBRACK, - anon_sym_AT, + STATE(1599), 2, + sym_attribute, + sym_subscript, + STATE(2024), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(315), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1711), 34, - anon_sym_import, - anon_sym_from, + ACTIONS(1688), 3, 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_if, - anon_sym_else, - anon_sym_match, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_finally, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + ACTIONS(323), 4, sym_integer, - sym_identifier, - anon_sym_await, sym_true, sym_false, sym_none, - [47781] = 3, + ACTIONS(959), 4, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [47697] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1677), 12, - sym__dedent, + ACTIONS(1718), 13, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -66323,7 +66210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1679), 35, + ACTIONS(1716), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66341,7 +66228,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_def, @@ -66359,16 +66245,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47837] = 3, + [47753] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1673), 13, - sym__dedent, + ACTIONS(1706), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -66377,7 +66262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1675), 34, + ACTIONS(1704), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66389,6 +66274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_match, anon_sym_async, @@ -66412,16 +66298,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47893] = 3, + [47809] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1687), 13, + ACTIONS(1696), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -66430,7 +66315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1685), 34, + ACTIONS(1698), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66448,6 +66333,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_def, @@ -66465,11 +66351,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [47949] = 3, + [47865] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1713), 12, + ACTIONS(1680), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -66482,7 +66368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1715), 35, + ACTIONS(1678), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66518,11 +66404,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48005] = 3, + [47921] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1703), 12, + ACTIONS(1718), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -66535,7 +66421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1701), 35, + ACTIONS(1716), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66547,13 +66433,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -66571,11 +66457,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48061] = 3, + [47977] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1681), 12, + ACTIONS(1708), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -66588,7 +66474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1683), 35, + ACTIONS(1710), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66624,11 +66510,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48117] = 3, + [48033] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1717), 13, + ACTIONS(1724), 13, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -66642,7 +66528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1719), 34, + ACTIONS(1726), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66677,13 +66563,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48173] = 3, + [48089] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1697), 13, - sym__dedent, + ACTIONS(1706), 13, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_except_STAR, @@ -66695,7 +66581,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1699), 34, + ACTIONS(1704), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66730,13 +66616,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48229] = 3, + [48145] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1691), 13, + ACTIONS(1730), 13, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_except_STAR, @@ -66748,7 +66634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1689), 34, + ACTIONS(1728), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66783,11 +66669,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48285] = 3, + [48201] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1691), 12, + ACTIONS(1734), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -66800,7 +66686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1689), 35, + ACTIONS(1732), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66812,13 +66698,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -66836,13 +66722,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48341] = 3, + [48257] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1681), 12, + ACTIONS(1696), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -66853,7 +66739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1683), 35, + ACTIONS(1698), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66889,15 +66775,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48397] = 3, + [48313] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1691), 12, + ACTIONS(1708), 13, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -66906,7 +66793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1689), 35, + ACTIONS(1710), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66924,7 +66811,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_def, @@ -66942,15 +66828,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48453] = 3, + [48369] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1705), 12, + ACTIONS(1718), 13, sym__dedent, sym_string_start, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -66959,7 +66846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1707), 35, + ACTIONS(1716), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -66977,7 +66864,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_def, @@ -66995,11 +66881,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48509] = 3, + [48425] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1721), 12, + ACTIONS(1714), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -67012,7 +66898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1723), 35, + ACTIONS(1712), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67048,11 +66934,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48565] = 3, + [48481] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1725), 13, + ACTIONS(1722), 13, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -67066,7 +66952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1727), 34, + ACTIONS(1720), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67101,87 +66987,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48621] = 21, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(1729), 1, - sym_identifier, - ACTIONS(1731), 1, - anon_sym_LPAREN, - ACTIONS(1733), 1, - anon_sym_STAR, - ACTIONS(1737), 1, - anon_sym_type, - ACTIONS(1739), 1, - anon_sym_LBRACK, - ACTIONS(1741), 1, - anon_sym_await, - STATE(1041), 1, - sym_string, - STATE(1594), 1, - sym_list_splat_pattern, - STATE(1639), 1, - sym_primary_expression, - STATE(2088), 1, - sym_pattern, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1598), 2, - sym_attribute, - sym_subscript, - STATE(2099), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(320), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(970), 4, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - ACTIONS(1735), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [48713] = 3, + [48537] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1709), 13, + ACTIONS(1738), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -67190,7 +67004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1711), 34, + ACTIONS(1736), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67208,6 +67022,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_def, @@ -67225,16 +67040,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48769] = 3, + [48593] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1691), 13, - sym__dedent, + ACTIONS(1696), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -67243,7 +67057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1689), 34, + ACTIONS(1698), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67255,6 +67069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_match, anon_sym_async, @@ -67278,15 +67093,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48825] = 3, + [48649] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1721), 12, + ACTIONS(1696), 13, sym__dedent, sym_string_start, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -67295,7 +67111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1723), 35, + ACTIONS(1698), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67313,7 +67129,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_def, @@ -67331,13 +67146,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48881] = 3, + [48705] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1713), 12, - sym__dedent, + ACTIONS(1740), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -67348,7 +67163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1715), 35, + ACTIONS(1742), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67384,13 +67199,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48937] = 3, + [48761] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1717), 13, - sym__dedent, + ACTIONS(1730), 13, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_except_STAR, @@ -67402,7 +67217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1719), 34, + ACTIONS(1728), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67437,11 +67252,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [48993] = 3, + [48817] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1695), 12, + ACTIONS(1708), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -67454,7 +67269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1693), 35, + ACTIONS(1710), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67466,13 +67281,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, - anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -67490,13 +67305,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49049] = 3, + [48873] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1673), 12, - sym__dedent, + ACTIONS(1706), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -67507,7 +67322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1675), 35, + ACTIONS(1704), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67519,13 +67334,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -67543,11 +67358,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49105] = 3, + [48929] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1743), 12, + ACTIONS(1744), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -67560,7 +67375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1745), 35, + ACTIONS(1746), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67596,11 +67411,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49161] = 3, + [48985] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1725), 13, + ACTIONS(1708), 13, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -67614,7 +67429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1727), 34, + ACTIONS(1710), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67649,86 +67464,175 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49217] = 21, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, + [49041] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1706), 12, + sym__dedent, sym_string_start, - ACTIONS(1729), 1, - sym_identifier, - ACTIONS(1731), 1, anon_sym_LPAREN, - ACTIONS(1733), 1, anon_sym_STAR, - ACTIONS(1737), 1, - anon_sym_type, - ACTIONS(1739), 1, anon_sym_LBRACK, - ACTIONS(1741), 1, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1704), 35, + 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_if, + anon_sym_elif, + anon_sym_else, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, anon_sym_await, - STATE(1041), 1, - sym_string, - STATE(1594), 1, - sym_list_splat_pattern, - STATE(1639), 1, - sym_primary_expression, - STATE(2088), 1, - sym_pattern, + sym_true, + sym_false, + sym_none, + [49097] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1598), 2, - sym_attribute, - sym_subscript, - STATE(2099), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(1744), 12, + sym__dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, + anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + sym_ellipsis, + sym_float, + ACTIONS(1746), 35, + 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_if, + anon_sym_else, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_except, + anon_sym_finally, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, + anon_sym_await, sym_true, sym_false, sym_none, - ACTIONS(956), 4, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - ACTIONS(1735), 4, + [49153] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1724), 13, + sym__dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_except_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1726), 34, + 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_if, + anon_sym_else, anon_sym_match, anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_finally, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [49309] = 3, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [49209] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1673), 12, + ACTIONS(1748), 13, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -67737,7 +67641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1675), 35, + ACTIONS(1750), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67755,7 +67659,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_def, @@ -67773,15 +67676,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49365] = 3, + [49265] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1743), 12, + ACTIONS(1706), 13, sym__dedent, sym_string_start, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -67790,7 +67694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1745), 35, + ACTIONS(1704), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67808,7 +67712,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_def, @@ -67826,16 +67729,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49421] = 3, + [49321] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1681), 13, - sym__dedent, + ACTIONS(1734), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -67844,7 +67746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1683), 34, + ACTIONS(1732), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67862,6 +67764,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_def, @@ -67879,16 +67782,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49477] = 3, + [49377] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1703), 13, + ACTIONS(1740), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, - anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -67897,7 +67799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1701), 34, + ACTIONS(1742), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67915,6 +67817,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_def, @@ -67932,15 +67835,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49533] = 3, + [49433] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1687), 12, + ACTIONS(1748), 13, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -67949,7 +67853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1685), 35, + ACTIONS(1750), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -67961,7 +67865,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, anon_sym_else, anon_sym_match, anon_sym_async, @@ -67985,11 +67888,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49589] = 3, + [49489] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1691), 12, + ACTIONS(1718), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -68002,7 +67905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1689), 35, + ACTIONS(1716), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68014,13 +67917,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_def, @@ -68038,15 +67941,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49645] = 5, - ACTIONS(1480), 1, - anon_sym_else, - STATE(768), 1, - sym_else_clause, + [49545] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1747), 12, + ACTIONS(1738), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -68059,7 +67958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1749), 32, + ACTIONS(1736), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68071,11 +67970,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_except, + anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -68092,11 +67994,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49704] = 3, + [49601] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1753), 12, + ACTIONS(1718), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -68109,7 +68011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1751), 34, + ACTIONS(1716), 35, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68128,6 +68030,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_def, anon_sym_global, @@ -68144,19 +68047,16 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49759] = 5, - ACTIONS(1480), 1, - anon_sym_else, - STATE(729), 1, - sym_else_clause, + [49657] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1755), 12, + ACTIONS(1702), 13, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, + anon_sym_except_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, @@ -68165,7 +68065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1757), 32, + ACTIONS(1700), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68177,11 +68077,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, + anon_sym_finally, anon_sym_with, anon_sym_def, anon_sym_global, @@ -68198,15 +68100,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49818] = 5, - ACTIONS(1484), 1, - anon_sym_finally, - STATE(733), 1, - sym_finally_clause, + [49713] = 5, + ACTIONS(1485), 1, + anon_sym_else, + STATE(777), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1759), 12, + ACTIONS(1752), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -68219,7 +68121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1761), 32, + ACTIONS(1754), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68252,13 +68154,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49877] = 3, + [49772] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1763), 12, + ACTIONS(1758), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -68269,7 +68171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1765), 34, + ACTIONS(1756), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68304,15 +68206,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49932] = 5, - ACTIONS(1480), 1, + [49827] = 5, + ACTIONS(1485), 1, anon_sym_else, STATE(744), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1767), 12, + ACTIONS(1760), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -68325,7 +68227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1769), 32, + ACTIONS(1762), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68358,15 +68260,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [49991] = 5, - ACTIONS(1480), 1, - anon_sym_else, - STATE(749), 1, - sym_else_clause, + [49886] = 5, + ACTIONS(1489), 1, + anon_sym_finally, + STATE(747), 1, + sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1771), 12, + ACTIONS(1764), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -68379,7 +68281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1773), 32, + ACTIONS(1766), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68412,11 +68314,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50050] = 3, + [49945] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1775), 12, + ACTIONS(1768), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -68429,7 +68331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1777), 34, + ACTIONS(1770), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68464,11 +68366,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50105] = 3, + [50000] = 5, + ACTIONS(1485), 1, + anon_sym_else, + STATE(755), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1753), 12, + ACTIONS(1772), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -68481,7 +68387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1751), 34, + ACTIONS(1774), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68493,8 +68399,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, @@ -68516,15 +68420,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50160] = 5, - ACTIONS(1480), 1, + [50059] = 5, + ACTIONS(1485), 1, anon_sym_else, - STATE(753), 1, + STATE(759), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1779), 12, + ACTIONS(1776), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -68537,7 +68441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1781), 32, + ACTIONS(1778), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68570,15 +68474,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50219] = 5, - ACTIONS(1480), 1, - anon_sym_else, - STATE(745), 1, - sym_else_clause, + [50118] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1783), 12, + ACTIONS(1780), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -68591,7 +68491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1785), 32, + ACTIONS(1782), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68603,6 +68503,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, @@ -68624,15 +68526,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50278] = 5, - ACTIONS(1484), 1, - anon_sym_finally, - STATE(756), 1, - sym_finally_clause, + [50173] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1787), 12, + ACTIONS(1758), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -68645,7 +68543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1789), 32, + ACTIONS(1756), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68657,6 +68555,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, @@ -68678,17 +68578,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50337] = 5, - ACTIONS(1492), 1, + [50228] = 5, + ACTIONS(1485), 1, anon_sym_else, - STATE(788), 1, + STATE(762), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1747), 12, - sym__dedent, + ACTIONS(1784), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -68699,7 +68599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1749), 32, + ACTIONS(1786), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68732,13 +68632,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50396] = 3, + [50287] = 5, + ACTIONS(1485), 1, + anon_sym_else, + STATE(827), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1775), 12, - sym__dedent, + ACTIONS(1788), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -68749,7 +68653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1777), 34, + ACTIONS(1790), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68761,8 +68665,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, @@ -68784,17 +68686,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50451] = 5, - ACTIONS(1492), 1, - anon_sym_else, - STATE(807), 1, - sym_else_clause, + [50346] = 5, + ACTIONS(1489), 1, + anon_sym_finally, + STATE(730), 1, + sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1783), 12, - sym__dedent, + ACTIONS(1792), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -68805,7 +68707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1785), 32, + ACTIONS(1794), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68838,15 +68740,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50510] = 5, - ACTIONS(1496), 1, - anon_sym_finally, - STATE(809), 1, - sym_finally_clause, + [50405] = 5, + ACTIONS(1497), 1, + anon_sym_else, + STATE(796), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1787), 12, + ACTIONS(1752), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -68859,7 +68761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1789), 32, + ACTIONS(1754), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68892,15 +68794,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50569] = 5, - ACTIONS(1492), 1, - anon_sym_else, - STATE(822), 1, - sym_else_clause, + [50464] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1755), 12, + ACTIONS(1780), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -68913,7 +68811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1757), 32, + ACTIONS(1782), 34, anon_sym_import, anon_sym_from, anon_sym_print, @@ -68925,6 +68823,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, + anon_sym_elif, + anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, @@ -68946,15 +68846,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50628] = 5, - ACTIONS(1496), 1, - anon_sym_finally, - STATE(826), 1, - sym_finally_clause, + [50519] = 5, + ACTIONS(1497), 1, + anon_sym_else, + STATE(813), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1759), 12, + ACTIONS(1788), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -68967,7 +68867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1761), 32, + ACTIONS(1790), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69000,15 +68900,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50687] = 5, - ACTIONS(1492), 1, - anon_sym_else, - STATE(836), 1, - sym_else_clause, + [50578] = 5, + ACTIONS(1501), 1, + anon_sym_finally, + STATE(815), 1, + sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1771), 12, + ACTIONS(1792), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -69021,7 +68921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1773), 32, + ACTIONS(1794), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69054,15 +68954,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50746] = 5, - ACTIONS(1492), 1, + [50637] = 5, + ACTIONS(1497), 1, anon_sym_else, - STATE(727), 1, + STATE(826), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1767), 12, + ACTIONS(1760), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -69075,7 +68975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1769), 32, + ACTIONS(1762), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69108,11 +69008,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50805] = 3, + [50696] = 5, + ACTIONS(1501), 1, + anon_sym_finally, + STATE(830), 1, + sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1763), 12, + ACTIONS(1764), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -69125,7 +69029,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1765), 34, + ACTIONS(1766), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69137,8 +69041,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, anon_sym_if, - anon_sym_elif, - anon_sym_else, anon_sym_match, anon_sym_async, anon_sym_for, @@ -69160,15 +69062,15 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50860] = 5, - ACTIONS(1492), 1, + [50755] = 5, + ACTIONS(1497), 1, anon_sym_else, - STATE(840), 1, + STATE(837), 1, sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1779), 12, + ACTIONS(1776), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -69181,7 +69083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1781), 32, + ACTIONS(1778), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69214,13 +69116,17 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50919] = 3, + [50814] = 5, + ACTIONS(1497), 1, + anon_sym_else, + STATE(834), 1, + sym_else_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1791), 12, + ACTIONS(1772), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -69231,7 +69137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1793), 33, + ACTIONS(1774), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69248,7 +69154,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_def, anon_sym_global, @@ -69265,81 +69170,117 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [50973] = 22, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, + [50873] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1768), 12, + sym__dedent, sym_string_start, - ACTIONS(1795), 1, - sym_identifier, - ACTIONS(1797), 1, anon_sym_LPAREN, - ACTIONS(1799), 1, - anon_sym_RPAREN, - ACTIONS(1801), 1, anon_sym_STAR, - ACTIONS(1805), 1, - anon_sym_type, - ACTIONS(1807), 1, anon_sym_LBRACK, - ACTIONS(1809), 1, - anon_sym_await, - STATE(1041), 1, - sym_string, - STATE(1618), 1, - sym_list_splat_pattern, - STATE(1628), 1, - sym_primary_expression, - STATE(2452), 1, - sym_pattern, - STATE(2634), 1, - sym__patterns, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1620), 2, - sym_attribute, - sym_subscript, - STATE(2606), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(312), 3, + anon_sym_AT, anon_sym_DASH, + anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + sym_ellipsis, + sym_float, + ACTIONS(1770), 34, + 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_if, + anon_sym_elif, + anon_sym_else, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, + anon_sym_await, sym_true, sym_false, sym_none, - ACTIONS(1803), 4, + [50928] = 5, + ACTIONS(1497), 1, + anon_sym_else, + STATE(840), 1, + sym_else_clause, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1784), 12, + sym__dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1786), 32, + 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_if, anon_sym_match, anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [51065] = 3, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [50987] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1811), 12, + ACTIONS(1796), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69352,7 +69293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1813), 33, + ACTIONS(1798), 33, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69386,61 +69327,61 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51119] = 22, - ACTIONS(307), 1, + [51041] = 22, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1795), 1, + ACTIONS(1800), 1, sym_identifier, - ACTIONS(1797), 1, + ACTIONS(1802), 1, anon_sym_LPAREN, - ACTIONS(1801), 1, + ACTIONS(1804), 1, + anon_sym_RPAREN, + ACTIONS(1806), 1, anon_sym_STAR, - ACTIONS(1805), 1, - anon_sym_type, - ACTIONS(1807), 1, + ACTIONS(1812), 1, anon_sym_LBRACK, - ACTIONS(1809), 1, + ACTIONS(1814), 1, anon_sym_await, - ACTIONS(1815), 1, - anon_sym_RPAREN, STATE(1041), 1, sym_string, - STATE(1618), 1, - sym_list_splat_pattern, - STATE(1628), 1, + STATE(1630), 1, sym_primary_expression, - STATE(2452), 1, + STATE(1651), 1, + sym_list_splat_pattern, + STATE(2468), 1, sym_pattern, - STATE(2668), 1, + STATE(2670), 1, sym__patterns, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1620), 2, + ACTIONS(1810), 2, + anon_sym_match, + anon_sym_type, + STATE(1619), 2, sym_attribute, sym_subscript, - STATE(2606), 2, + STATE(2548), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(1808), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1803), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -69456,13 +69397,13 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [51211] = 3, + [51133] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1811), 12, - sym__dedent, + ACTIONS(1816), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -69473,7 +69414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1813), 33, + ACTIONS(1818), 33, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69507,11 +69448,81 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51265] = 3, + [51187] = 22, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(1800), 1, + sym_identifier, + ACTIONS(1802), 1, + anon_sym_LPAREN, + ACTIONS(1806), 1, + anon_sym_STAR, + ACTIONS(1812), 1, + anon_sym_LBRACK, + ACTIONS(1814), 1, + anon_sym_await, + ACTIONS(1820), 1, + anon_sym_RPAREN, + STATE(1041), 1, + sym_string, + STATE(1630), 1, + sym_primary_expression, + STATE(1651), 1, + sym_list_splat_pattern, + STATE(2468), 1, + sym_pattern, + STATE(2666), 1, + sym__patterns, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1791), 12, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(1810), 2, + anon_sym_match, + anon_sym_type, + STATE(1619), 2, + sym_attribute, + sym_subscript, + STATE(2548), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1808), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [51279] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1816), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -69524,7 +69535,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1793), 33, + ACTIONS(1818), 33, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69558,11 +69569,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51319] = 3, + [51333] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1819), 12, + ACTIONS(1796), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -69575,7 +69586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1817), 32, + ACTIONS(1798), 33, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69592,6 +69603,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_def, anon_sym_global, @@ -69608,79 +69620,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51372] = 21, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(1821), 1, - sym_identifier, - ACTIONS(1823), 1, - anon_sym_LPAREN, - ACTIONS(1827), 1, - anon_sym_type, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1831), 1, - anon_sym_await, - STATE(1041), 1, - sym_string, - STATE(1624), 1, - sym_primary_expression, - STATE(1629), 1, - sym_list_splat_pattern, - STATE(2486), 1, - sym_pattern, - STATE(2758), 1, - sym_pattern_list, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1631), 2, - sym_attribute, - sym_subscript, - STATE(1663), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(320), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1825), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [51461] = 3, + [51387] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1833), 12, + ACTIONS(1822), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69693,7 +69637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1835), 32, + ACTIONS(1824), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69726,11 +69670,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51514] = 3, + [51440] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1837), 12, + ACTIONS(1826), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69743,7 +69687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1839), 32, + ACTIONS(1828), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69776,11 +69720,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51567] = 3, + [51493] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1476), 12, + ACTIONS(1830), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69793,7 +69737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1478), 32, + ACTIONS(1832), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69826,11 +69770,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51620] = 3, + [51546] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1841), 12, + ACTIONS(1764), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69843,7 +69787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1843), 32, + ACTIONS(1766), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69876,11 +69820,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51673] = 3, + [51599] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1845), 12, + ACTIONS(1834), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69893,7 +69837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1847), 32, + ACTIONS(1836), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69926,11 +69870,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51726] = 3, + [51652] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1849), 12, + ACTIONS(1838), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69943,7 +69887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1851), 32, + ACTIONS(1840), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -69976,11 +69920,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51779] = 3, + [51705] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1853), 12, + ACTIONS(1842), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -69993,7 +69937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1855), 32, + ACTIONS(1844), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70026,11 +69970,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51832] = 3, + [51758] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1857), 12, + ACTIONS(1846), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70043,7 +69987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1859), 32, + ACTIONS(1848), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70076,11 +70020,79 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51885] = 3, + [51811] = 21, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(1800), 1, + sym_identifier, + ACTIONS(1802), 1, + anon_sym_LPAREN, + ACTIONS(1806), 1, + anon_sym_STAR, + ACTIONS(1812), 1, + anon_sym_LBRACK, + ACTIONS(1814), 1, + anon_sym_await, + ACTIONS(1850), 1, + anon_sym_RPAREN, + STATE(1041), 1, + sym_string, + STATE(1630), 1, + sym_primary_expression, + STATE(1651), 1, + sym_list_splat_pattern, + STATE(2603), 1, + sym_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(1810), 2, + anon_sym_match, + anon_sym_type, + STATE(1619), 2, + sym_attribute, + sym_subscript, + STATE(2548), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1808), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [51900] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1861), 12, + ACTIONS(1852), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70093,7 +70105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1863), 32, + ACTIONS(1854), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70126,11 +70138,79 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51938] = 3, + [51953] = 21, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(1425), 1, + anon_sym_STAR, + ACTIONS(1856), 1, + sym_identifier, + ACTIONS(1858), 1, + anon_sym_LPAREN, + ACTIONS(1864), 1, + anon_sym_LBRACK, + ACTIONS(1866), 1, + anon_sym_await, + STATE(1041), 1, + sym_string, + STATE(1626), 1, + sym_primary_expression, + STATE(1631), 1, + sym_list_splat_pattern, + STATE(2387), 1, + sym_pattern, + STATE(2794), 1, + sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1865), 12, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(1862), 2, + anon_sym_match, + anon_sym_type, + STATE(1633), 2, + sym_attribute, + sym_subscript, + STATE(1657), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1860), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [52042] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1868), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70143,7 +70223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1867), 32, + ACTIONS(1870), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70176,11 +70256,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [51991] = 3, + [52095] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1869), 12, + ACTIONS(1872), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70193,7 +70273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1871), 32, + ACTIONS(1874), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70226,11 +70306,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52044] = 3, + [52148] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1873), 12, + ACTIONS(1876), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70243,7 +70323,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1875), 32, + ACTIONS(1878), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70276,11 +70356,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52097] = 3, + [52201] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1877), 12, + ACTIONS(1880), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70293,7 +70373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1879), 32, + ACTIONS(1882), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70326,147 +70406,61 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52150] = 21, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, + [52254] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1884), 12, sym_string_start, - ACTIONS(1795), 1, - sym_identifier, - ACTIONS(1797), 1, + ts_builtin_sym_end, anon_sym_LPAREN, - ACTIONS(1801), 1, anon_sym_STAR, - ACTIONS(1805), 1, - anon_sym_type, - ACTIONS(1807), 1, anon_sym_LBRACK, - ACTIONS(1809), 1, - anon_sym_await, - ACTIONS(1881), 1, - anon_sym_RPAREN, - STATE(1041), 1, - sym_string, - STATE(1618), 1, - sym_list_splat_pattern, - STATE(1628), 1, - sym_primary_expression, - STATE(2603), 1, - sym_pattern, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1620), 2, - sym_attribute, - sym_subscript, - STATE(2606), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(312), 3, + anon_sym_AT, anon_sym_DASH, + anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1803), 4, + sym_ellipsis, + sym_float, + ACTIONS(1886), 32, + 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_if, anon_sym_match, anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [52239] = 21, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(1821), 1, - sym_identifier, - ACTIONS(1823), 1, - anon_sym_LPAREN, - ACTIONS(1827), 1, anon_sym_type, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1831), 1, - anon_sym_await, - STATE(1041), 1, - sym_string, - STATE(1624), 1, - sym_primary_expression, - STATE(1629), 1, - sym_list_splat_pattern, - STATE(2526), 1, - sym_pattern, - STATE(2826), 1, - sym_pattern_list, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1631), 2, - sym_attribute, - sym_subscript, - STATE(1663), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(320), 4, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, + anon_sym_await, sym_true, sym_false, sym_none, - ACTIONS(1825), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [52328] = 3, + [52307] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1819), 12, + ACTIONS(1888), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70479,7 +70473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1817), 32, + ACTIONS(1890), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70512,11 +70506,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52381] = 3, + [52360] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1883), 12, + ACTIONS(1481), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70529,7 +70523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1885), 32, + ACTIONS(1483), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70562,11 +70556,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52434] = 3, + [52413] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1887), 12, + ACTIONS(1892), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70579,7 +70573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1889), 32, + ACTIONS(1894), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70612,11 +70606,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52487] = 3, + [52466] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1891), 12, + ACTIONS(1896), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70629,7 +70623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1893), 32, + ACTIONS(1898), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70662,79 +70656,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52540] = 21, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(1821), 1, - sym_identifier, - ACTIONS(1823), 1, - anon_sym_LPAREN, - ACTIONS(1827), 1, - anon_sym_type, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1831), 1, - anon_sym_await, - STATE(1041), 1, - sym_string, - STATE(1624), 1, - sym_primary_expression, - STATE(1629), 1, - sym_list_splat_pattern, - STATE(2376), 1, - sym_pattern, - STATE(2707), 1, - sym_pattern_list, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1631), 2, - sym_attribute, - sym_subscript, - STATE(1663), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(320), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1825), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [52629] = 3, + [52519] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1895), 12, + ACTIONS(1900), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70747,7 +70673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1897), 32, + ACTIONS(1902), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70780,11 +70706,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52682] = 3, + [52572] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1899), 12, + ACTIONS(1904), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70797,7 +70723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1901), 32, + ACTIONS(1906), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70830,11 +70756,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52735] = 3, + [52625] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1903), 12, + ACTIONS(1908), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70847,7 +70773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1905), 32, + ACTIONS(1910), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70880,11 +70806,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52788] = 3, + [52678] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1907), 12, + ACTIONS(1912), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70897,7 +70823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1909), 32, + ACTIONS(1914), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70930,11 +70856,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52841] = 3, + [52731] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1911), 12, + ACTIONS(1916), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70947,7 +70873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1913), 32, + ACTIONS(1918), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -70980,11 +70906,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52894] = 3, + [52784] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1915), 12, + ACTIONS(1920), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -70997,7 +70923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1917), 32, + ACTIONS(1922), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71030,61 +70956,79 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [52947] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1919), 12, + [52837] = 21, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, sym_string_start, - ts_builtin_sym_end, + ACTIONS(1800), 1, + sym_identifier, + ACTIONS(1802), 1, anon_sym_LPAREN, + ACTIONS(1806), 1, anon_sym_STAR, + ACTIONS(1812), 1, anon_sym_LBRACK, - anon_sym_AT, + ACTIONS(1814), 1, + anon_sym_await, + ACTIONS(1924), 1, + anon_sym_RPAREN, + STATE(1041), 1, + sym_string, + STATE(1630), 1, + sym_primary_expression, + STATE(1651), 1, + sym_list_splat_pattern, + STATE(2603), 1, + sym_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(1810), 2, + anon_sym_match, + anon_sym_type, + STATE(1619), 2, + sym_attribute, + sym_subscript, + STATE(2548), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(315), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1921), 32, - anon_sym_import, - anon_sym_from, + ACTIONS(1808), 3, 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_if, - anon_sym_match, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + ACTIONS(323), 4, sym_integer, - sym_identifier, - anon_sym_await, sym_true, sym_false, sym_none, - [53000] = 3, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [52926] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1923), 12, + ACTIONS(1926), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -71097,7 +71041,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1925), 32, + ACTIONS(1928), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71130,11 +71074,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53053] = 3, + [52979] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1927), 12, + ACTIONS(1930), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -71147,7 +71091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1929), 32, + ACTIONS(1932), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71180,11 +71124,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53106] = 3, + [53032] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1931), 12, + ACTIONS(1934), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -71197,7 +71141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1933), 32, + ACTIONS(1936), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71230,61 +71174,79 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53159] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1759), 12, + [53085] = 21, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, sym_string_start, - ts_builtin_sym_end, - anon_sym_LPAREN, + ACTIONS(1425), 1, anon_sym_STAR, + ACTIONS(1856), 1, + sym_identifier, + ACTIONS(1858), 1, + anon_sym_LPAREN, + ACTIONS(1864), 1, anon_sym_LBRACK, - anon_sym_AT, + ACTIONS(1866), 1, + anon_sym_await, + STATE(1041), 1, + sym_string, + STATE(1626), 1, + sym_primary_expression, + STATE(1631), 1, + sym_list_splat_pattern, + STATE(2385), 1, + sym_pattern, + STATE(2808), 1, + sym_pattern_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(1862), 2, + anon_sym_match, + anon_sym_type, + STATE(1633), 2, + sym_attribute, + sym_subscript, + STATE(1657), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(315), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1761), 32, - anon_sym_import, - anon_sym_from, + ACTIONS(1860), 3, 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_if, - anon_sym_match, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + ACTIONS(323), 4, sym_integer, - sym_identifier, - anon_sym_await, sym_true, sym_false, sym_none, - [53212] = 3, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [53174] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1935), 12, + ACTIONS(1938), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -71297,7 +71259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1937), 32, + ACTIONS(1940), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71330,11 +71292,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53265] = 3, + [53227] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1939), 12, + ACTIONS(1942), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -71347,7 +71309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1941), 32, + ACTIONS(1944), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71380,79 +71342,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53318] = 21, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(1821), 1, - sym_identifier, - ACTIONS(1823), 1, - anon_sym_LPAREN, - ACTIONS(1827), 1, - anon_sym_type, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1831), 1, - anon_sym_await, - ACTIONS(1943), 1, - anon_sym_in, - STATE(1041), 1, - sym_string, - STATE(1624), 1, - sym_primary_expression, - STATE(1629), 1, - sym_list_splat_pattern, - STATE(1656), 1, - sym_pattern, + [53280] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1631), 2, - sym_attribute, - sym_subscript, - STATE(1663), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(320), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1825), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [53407] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1945), 12, + ACTIONS(1946), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -71465,7 +71359,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1947), 32, + ACTIONS(1948), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71498,11 +71392,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53460] = 3, + [53333] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1949), 12, + ACTIONS(1950), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -71515,7 +71409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1951), 32, + ACTIONS(1952), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71548,13 +71442,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53513] = 3, + [53386] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1849), 12, - sym__dedent, + ACTIONS(1954), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -71565,7 +71459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1851), 32, + ACTIONS(1956), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71598,11 +71492,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53566] = 3, + [53439] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1953), 12, + ACTIONS(1958), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -71615,7 +71509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1955), 32, + ACTIONS(1960), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71648,59 +71542,59 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53619] = 21, - ACTIONS(307), 1, + [53492] = 21, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1881), 1, - anon_sym_RBRACK, - ACTIONS(1957), 1, + ACTIONS(1425), 1, + anon_sym_STAR, + ACTIONS(1856), 1, sym_identifier, - ACTIONS(1959), 1, + ACTIONS(1858), 1, anon_sym_LPAREN, - ACTIONS(1961), 1, - anon_sym_STAR, - ACTIONS(1965), 1, - anon_sym_type, - ACTIONS(1967), 1, + ACTIONS(1864), 1, anon_sym_LBRACK, - ACTIONS(1969), 1, + ACTIONS(1866), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1638), 1, + STATE(1626), 1, sym_primary_expression, - STATE(1650), 1, + STATE(1631), 1, sym_list_splat_pattern, - STATE(2607), 1, + STATE(2413), 1, sym_pattern, + STATE(2827), 1, + sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1653), 2, + ACTIONS(1862), 2, + anon_sym_match, + anon_sym_type, + STATE(1633), 2, sym_attribute, sym_subscript, - STATE(2591), 2, + STATE(1657), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(1860), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1963), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -71716,11 +71610,11 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [53708] = 3, + [53581] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1971), 12, + ACTIONS(1962), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -71733,7 +71627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1973), 32, + ACTIONS(1964), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71766,11 +71660,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53761] = 3, + [53634] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1975), 12, + ACTIONS(1966), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -71783,7 +71677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1977), 32, + ACTIONS(1968), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71816,11 +71710,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53814] = 3, + [53687] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1979), 12, + ACTIONS(1970), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -71833,7 +71727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1981), 32, + ACTIONS(1972), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71866,79 +71760,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [53867] = 21, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(1821), 1, - sym_identifier, - ACTIONS(1823), 1, - anon_sym_LPAREN, - ACTIONS(1827), 1, - anon_sym_type, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1831), 1, - anon_sym_await, - ACTIONS(1983), 1, - anon_sym_in, - STATE(1041), 1, - sym_string, - STATE(1624), 1, - sym_primary_expression, - STATE(1629), 1, - sym_list_splat_pattern, - STATE(1656), 1, - sym_pattern, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1631), 2, - sym_attribute, - sym_subscript, - STATE(1663), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(320), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1825), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [53956] = 3, + [53740] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1787), 12, + ACTIONS(1974), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -71951,7 +71777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1789), 32, + ACTIONS(1976), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -71984,81 +71810,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54009] = 21, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(1957), 1, - sym_identifier, - ACTIONS(1959), 1, - anon_sym_LPAREN, - ACTIONS(1961), 1, - anon_sym_STAR, - ACTIONS(1965), 1, - anon_sym_type, - ACTIONS(1967), 1, - anon_sym_LBRACK, - ACTIONS(1969), 1, - anon_sym_await, - ACTIONS(1985), 1, - anon_sym_RBRACK, - STATE(1041), 1, - sym_string, - STATE(1638), 1, - sym_primary_expression, - STATE(1650), 1, - sym_list_splat_pattern, - STATE(2607), 1, - sym_pattern, + [53793] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1653), 2, - sym_attribute, - sym_subscript, - STATE(2591), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(320), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1963), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [54098] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1989), 12, - sym__dedent, + ACTIONS(1978), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -72069,7 +71827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1987), 32, + ACTIONS(1980), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72102,61 +71860,79 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54151] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1993), 12, - sym__dedent, + [53846] = 21, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, sym_string_start, - anon_sym_LPAREN, + ACTIONS(1425), 1, anon_sym_STAR, + ACTIONS(1856), 1, + sym_identifier, + ACTIONS(1858), 1, + anon_sym_LPAREN, + ACTIONS(1864), 1, anon_sym_LBRACK, - anon_sym_AT, + ACTIONS(1866), 1, + anon_sym_await, + ACTIONS(1982), 1, + anon_sym_in, + STATE(1041), 1, + sym_string, + STATE(1626), 1, + sym_primary_expression, + STATE(1631), 1, + sym_list_splat_pattern, + STATE(1659), 1, + sym_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(1862), 2, + anon_sym_match, + anon_sym_type, + STATE(1633), 2, + sym_attribute, + sym_subscript, + STATE(1657), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(315), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1991), 32, - anon_sym_import, - anon_sym_from, + ACTIONS(1860), 3, 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_if, - anon_sym_match, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + ACTIONS(323), 4, sym_integer, - sym_identifier, - anon_sym_await, sym_true, sym_false, sym_none, - [54204] = 3, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [53935] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1995), 12, + ACTIONS(1984), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -72169,7 +71945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1997), 32, + ACTIONS(1986), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72202,13 +71978,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54257] = 3, + [53988] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1476), 12, - sym__dedent, + ACTIONS(1988), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -72219,7 +71995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1478), 32, + ACTIONS(1990), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72252,13 +72028,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54310] = 3, + [54041] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1488), 12, + ACTIONS(1900), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -72269,7 +72045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1490), 32, + ACTIONS(1902), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72302,13 +72078,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54363] = 3, + [54094] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1865), 12, - sym__dedent, + ACTIONS(1992), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -72319,7 +72095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1867), 32, + ACTIONS(1994), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72352,61 +72128,79 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54416] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1877), 12, - sym__dedent, + [54147] = 21, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, sym_string_start, + ACTIONS(1924), 1, + anon_sym_RBRACK, + ACTIONS(1996), 1, + sym_identifier, + ACTIONS(1998), 1, anon_sym_LPAREN, + ACTIONS(2000), 1, anon_sym_STAR, + ACTIONS(2006), 1, anon_sym_LBRACK, - anon_sym_AT, + ACTIONS(2008), 1, + anon_sym_await, + STATE(1041), 1, + sym_string, + STATE(1623), 1, + sym_list_splat_pattern, + STATE(1640), 1, + sym_primary_expression, + STATE(2606), 1, + sym_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(2004), 2, + anon_sym_match, + anon_sym_type, + STATE(1638), 2, + sym_attribute, + sym_subscript, + STATE(2559), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(315), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1879), 32, - anon_sym_import, - anon_sym_from, + ACTIONS(2002), 3, 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_if, - anon_sym_match, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + ACTIONS(323), 4, sym_integer, - sym_identifier, - anon_sym_await, sym_true, sym_false, sym_none, - [54469] = 3, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [54236] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1999), 12, + ACTIONS(2010), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -72419,7 +72213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2001), 32, + ACTIONS(2012), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72452,13 +72246,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54522] = 3, + [54289] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1935), 12, - sym__dedent, + ACTIONS(2014), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -72469,7 +72263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1937), 32, + ACTIONS(2016), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72502,11 +72296,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54575] = 3, + [54342] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2003), 12, + ACTIONS(2018), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -72519,7 +72313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2005), 32, + ACTIONS(2020), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72552,63 +72346,81 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54628] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1939), 12, - sym__dedent, + [54395] = 21, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, sym_string_start, - anon_sym_LPAREN, + ACTIONS(1425), 1, anon_sym_STAR, + ACTIONS(1856), 1, + sym_identifier, + ACTIONS(1858), 1, + anon_sym_LPAREN, + ACTIONS(1864), 1, anon_sym_LBRACK, - anon_sym_AT, + ACTIONS(1866), 1, + anon_sym_await, + ACTIONS(2022), 1, + anon_sym_in, + STATE(1041), 1, + sym_string, + STATE(1626), 1, + sym_primary_expression, + STATE(1631), 1, + sym_list_splat_pattern, + STATE(1659), 1, + sym_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(1862), 2, + anon_sym_match, + anon_sym_type, + STATE(1633), 2, + sym_attribute, + sym_subscript, + STATE(1657), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(315), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1941), 32, - anon_sym_import, - anon_sym_from, + ACTIONS(1860), 3, 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_if, - anon_sym_match, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + ACTIONS(323), 4, sym_integer, - sym_identifier, - anon_sym_await, sym_true, sym_false, sym_none, - [54681] = 3, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [54484] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1945), 12, - sym__dedent, + ACTIONS(1792), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -72619,7 +72431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1947), 32, + ACTIONS(1794), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72652,111 +72464,147 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54734] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1949), 12, - sym__dedent, + [54537] = 21, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, sym_string_start, + ACTIONS(1850), 1, + anon_sym_RBRACK, + ACTIONS(1996), 1, + sym_identifier, + ACTIONS(1998), 1, anon_sym_LPAREN, + ACTIONS(2000), 1, anon_sym_STAR, + ACTIONS(2006), 1, anon_sym_LBRACK, - anon_sym_AT, + ACTIONS(2008), 1, + anon_sym_await, + STATE(1041), 1, + sym_string, + STATE(1623), 1, + sym_list_splat_pattern, + STATE(1640), 1, + sym_primary_expression, + STATE(2606), 1, + sym_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(2004), 2, + anon_sym_match, + anon_sym_type, + STATE(1638), 2, + sym_attribute, + sym_subscript, + STATE(2559), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(315), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1951), 32, - anon_sym_import, - anon_sym_from, + ACTIONS(2002), 3, 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_if, - anon_sym_match, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + ACTIONS(323), 4, sym_integer, - sym_identifier, - anon_sym_await, sym_true, sym_false, sym_none, - [54787] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1953), 12, - sym__dedent, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [54626] = 21, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, sym_string_start, - anon_sym_LPAREN, + ACTIONS(1425), 1, anon_sym_STAR, + ACTIONS(1856), 1, + sym_identifier, + ACTIONS(1858), 1, + anon_sym_LPAREN, + ACTIONS(1864), 1, anon_sym_LBRACK, - anon_sym_AT, + ACTIONS(1866), 1, + anon_sym_await, + STATE(1041), 1, + sym_string, + STATE(1626), 1, + sym_primary_expression, + STATE(1631), 1, + sym_list_splat_pattern, + STATE(2527), 1, + sym_pattern, + STATE(2823), 1, + sym_pattern_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(1862), 2, + anon_sym_match, + anon_sym_type, + STATE(1633), 2, + sym_attribute, + sym_subscript, + STATE(1657), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(315), 3, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - sym_ellipsis, - sym_float, - ACTIONS(1955), 32, - anon_sym_import, - anon_sym_from, + ACTIONS(1860), 3, 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_if, - anon_sym_match, anon_sym_async, - anon_sym_for, - anon_sym_while, - anon_sym_try, - anon_sym_with, - anon_sym_def, - anon_sym_global, - anon_sym_nonlocal, anon_sym_exec, - anon_sym_type, - anon_sym_class, - anon_sym_not, - anon_sym_lambda, - anon_sym_yield, + ACTIONS(323), 4, sym_integer, - sym_identifier, - anon_sym_await, sym_true, sym_false, sym_none, - [54840] = 3, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [54715] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1971), 12, + ACTIONS(1876), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -72769,7 +72617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1973), 32, + ACTIONS(1878), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72802,79 +72650,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [54893] = 21, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(1795), 1, - sym_identifier, - ACTIONS(1797), 1, - anon_sym_LPAREN, - ACTIONS(1801), 1, - anon_sym_STAR, - ACTIONS(1805), 1, - anon_sym_type, - ACTIONS(1807), 1, - anon_sym_LBRACK, - ACTIONS(1809), 1, - anon_sym_await, - ACTIONS(1985), 1, - anon_sym_RPAREN, - STATE(1041), 1, - sym_string, - STATE(1618), 1, - sym_list_splat_pattern, - STATE(1628), 1, - sym_primary_expression, - STATE(2603), 1, - sym_pattern, + [54768] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1620), 2, - sym_attribute, - sym_subscript, - STATE(2606), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(320), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1803), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [54982] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2007), 12, + ACTIONS(2024), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -72887,7 +72667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2009), 32, + ACTIONS(2026), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72920,11 +72700,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55035] = 3, + [54821] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1787), 12, + ACTIONS(1481), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -72937,7 +72717,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1789), 32, + ACTIONS(1483), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -72970,11 +72750,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55088] = 3, + [54874] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2011), 12, + ACTIONS(1493), 12, sym_string_start, ts_builtin_sym_end, anon_sym_LPAREN, @@ -72987,7 +72767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2013), 32, + ACTIONS(1495), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73020,11 +72800,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55141] = 3, + [54927] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1488), 12, + ACTIONS(1916), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73037,7 +72817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1490), 32, + ACTIONS(1918), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73070,11 +72850,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55194] = 3, + [54980] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2003), 12, + ACTIONS(1920), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73087,7 +72867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2005), 32, + ACTIONS(1922), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73120,11 +72900,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55247] = 3, + [55033] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2011), 12, + ACTIONS(1974), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73137,7 +72917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2013), 32, + ACTIONS(1976), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73170,13 +72950,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55300] = 3, + [55086] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2017), 12, - sym__dedent, + ACTIONS(2028), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -73187,7 +72967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2015), 32, + ACTIONS(2030), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73220,11 +73000,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55353] = 3, + [55139] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2021), 12, + ACTIONS(1978), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73237,7 +73017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2019), 32, + ACTIONS(1980), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73270,11 +73050,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55406] = 3, + [55192] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2025), 12, + ACTIONS(1984), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73287,7 +73067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2023), 32, + ACTIONS(1986), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73320,11 +73100,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55459] = 3, + [55245] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2007), 12, + ACTIONS(1988), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73337,7 +73117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2009), 32, + ACTIONS(1990), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73370,13 +73150,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55512] = 3, + [55298] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2017), 12, + ACTIONS(1992), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -73387,7 +73167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2015), 32, + ACTIONS(1994), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73420,11 +73200,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55565] = 3, + [55351] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1873), 12, + ACTIONS(2010), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73437,7 +73217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1875), 32, + ACTIONS(2012), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73470,13 +73250,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55618] = 3, + [55404] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2021), 12, + ACTIONS(1792), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -73487,7 +73267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2019), 32, + ACTIONS(1794), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73520,13 +73300,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55671] = 3, + [55457] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2029), 12, - sym__dedent, + ACTIONS(2032), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -73537,7 +73317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2027), 32, + ACTIONS(2034), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73570,11 +73350,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55724] = 3, + [55510] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2033), 12, + ACTIONS(1493), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73587,7 +73367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2031), 32, + ACTIONS(1495), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73620,11 +73400,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55777] = 3, + [55563] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1837), 12, + ACTIONS(2028), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73637,7 +73417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1839), 32, + ACTIONS(2030), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73670,11 +73450,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55830] = 3, + [55616] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1869), 12, + ACTIONS(2032), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73687,7 +73467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1871), 32, + ACTIONS(2034), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73720,11 +73500,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55883] = 3, + [55669] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1883), 12, + ACTIONS(2038), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73737,7 +73517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1885), 32, + ACTIONS(2036), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73770,11 +73550,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55936] = 3, + [55722] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1907), 12, + ACTIONS(2042), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73787,7 +73567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1909), 32, + ACTIONS(2040), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73820,11 +73600,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [55989] = 3, + [55775] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1923), 12, + ACTIONS(2046), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73837,7 +73617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1925), 32, + ACTIONS(2044), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73870,79 +73650,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56042] = 21, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(1821), 1, - sym_identifier, - ACTIONS(1823), 1, - anon_sym_LPAREN, - ACTIONS(1827), 1, - anon_sym_type, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1831), 1, - anon_sym_await, - STATE(1041), 1, - sym_string, - STATE(1624), 1, - sym_primary_expression, - STATE(1629), 1, - sym_list_splat_pattern, - STATE(2357), 1, - sym_pattern, - STATE(2704), 1, - sym_pattern_list, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1631), 2, - sym_attribute, - sym_subscript, - STATE(1663), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(320), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(1825), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [56131] = 3, + [55828] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1759), 12, + ACTIONS(1970), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -73955,7 +73667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1761), 32, + ACTIONS(1972), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -73988,13 +73700,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56184] = 3, + [55881] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1975), 12, - sym__dedent, + ACTIONS(2038), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -74005,7 +73717,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1977), 32, + ACTIONS(2036), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74038,11 +73750,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56237] = 3, + [55934] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1979), 12, + ACTIONS(2050), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -74055,7 +73767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1981), 32, + ACTIONS(2048), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74088,13 +73800,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56290] = 3, + [55987] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1995), 12, - sym__dedent, + ACTIONS(2042), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -74105,7 +73817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1997), 32, + ACTIONS(2040), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74138,11 +73850,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56343] = 3, + [56040] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1999), 12, + ACTIONS(1966), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -74155,7 +73867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2001), 32, + ACTIONS(1968), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74188,11 +73900,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56396] = 3, + [56093] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2037), 12, + ACTIONS(2014), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -74205,7 +73917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2035), 32, + ACTIONS(2016), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74238,13 +73950,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56449] = 3, + [56146] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2029), 12, + ACTIONS(2018), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -74255,7 +73967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2027), 32, + ACTIONS(2020), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74288,11 +74000,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56502] = 3, + [56199] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2041), 12, + ACTIONS(2024), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -74305,7 +74017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2039), 32, + ACTIONS(2026), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74338,13 +74050,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56555] = 3, + [56252] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1989), 12, + ACTIONS(2054), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -74355,7 +74067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1987), 32, + ACTIONS(2052), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74388,11 +74100,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56608] = 3, + [56305] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2045), 12, + ACTIONS(1826), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -74405,7 +74117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2043), 32, + ACTIONS(1828), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74438,11 +74150,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56661] = 3, + [56358] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2049), 12, + ACTIONS(1830), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -74455,7 +74167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2047), 32, + ACTIONS(1832), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74488,11 +74200,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56714] = 3, + [56411] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1833), 12, + ACTIONS(1764), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -74505,7 +74217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1835), 32, + ACTIONS(1766), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74538,13 +74250,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56767] = 3, + [56464] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2041), 12, + ACTIONS(1834), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -74555,7 +74267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2039), 32, + ACTIONS(1836), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74588,13 +74300,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56820] = 3, + [56517] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2025), 12, + ACTIONS(1838), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -74605,7 +74317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2023), 32, + ACTIONS(1840), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74638,11 +74350,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56873] = 3, + [56570] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1841), 12, + ACTIONS(1842), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -74655,7 +74367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1843), 32, + ACTIONS(1844), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74688,11 +74400,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56926] = 3, + [56623] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1845), 12, + ACTIONS(1846), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -74705,7 +74417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1847), 32, + ACTIONS(1848), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74738,11 +74450,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [56979] = 3, + [56676] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1853), 12, + ACTIONS(1852), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -74755,7 +74467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1855), 32, + ACTIONS(1854), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74788,13 +74500,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57032] = 3, + [56729] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1857), 12, - sym__dedent, + ACTIONS(2050), 12, sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -74805,7 +74517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1859), 32, + ACTIONS(2048), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74838,11 +74550,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57085] = 3, + [56782] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1861), 12, + ACTIONS(1872), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -74855,7 +74567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1863), 32, + ACTIONS(1874), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74888,13 +74600,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57138] = 3, + [56835] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1993), 12, + ACTIONS(1880), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -74905,7 +74617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1991), 32, + ACTIONS(1882), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74938,13 +74650,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57191] = 3, + [56888] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2033), 12, + ACTIONS(1884), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -74955,7 +74667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2031), 32, + ACTIONS(1886), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -74988,81 +74700,313 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57244] = 21, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, + [56941] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1888), 12, + sym__dedent, sym_string_start, - ACTIONS(1420), 1, + anon_sym_LPAREN, anon_sym_STAR, - ACTIONS(1821), 1, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1890), 32, + 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_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, sym_identifier, - ACTIONS(1823), 1, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [56994] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2054), 12, + sym_string_start, + ts_builtin_sym_end, anon_sym_LPAREN, - ACTIONS(1827), 1, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(2052), 32, + 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_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, anon_sym_type, - ACTIONS(1829), 1, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [57047] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2046), 12, + sym_string_start, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_STAR, anon_sym_LBRACK, - ACTIONS(1831), 1, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(2044), 32, + 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_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, anon_sym_await, - STATE(1041), 1, - sym_string, - STATE(1624), 1, - sym_primary_expression, - STATE(1629), 1, - sym_list_splat_pattern, - STATE(2525), 1, - sym_pattern, - STATE(2822), 1, - sym_pattern_list, + sym_true, + sym_false, + sym_none, + [57100] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(1892), 12, + sym__dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, sym_ellipsis, sym_float, - STATE(1631), 2, - sym_attribute, - sym_subscript, - STATE(1663), 2, - sym_tuple_pattern, - sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(1894), 32, + 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_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [57153] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1896), 12, + sym__dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, + anon_sym_LBRACE, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + sym_ellipsis, + sym_float, + ACTIONS(1898), 32, + 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_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, sym_integer, + sym_identifier, + anon_sym_await, sym_true, sym_false, sym_none, - ACTIONS(1825), 4, + [57206] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1904), 12, + sym__dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1906), 32, + 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_if, anon_sym_match, anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [57333] = 3, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [57259] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2045), 12, + ACTIONS(1908), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -75073,7 +75017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2043), 32, + ACTIONS(1910), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -75106,11 +75050,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57386] = 3, + [57312] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1887), 12, + ACTIONS(1912), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -75123,7 +75067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1889), 32, + ACTIONS(1914), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -75156,11 +75100,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57439] = 3, + [57365] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1891), 12, + ACTIONS(1926), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -75173,7 +75117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1893), 32, + ACTIONS(1928), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -75206,11 +75150,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57492] = 3, + [57418] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1895), 12, + ACTIONS(1930), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -75223,7 +75167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1897), 32, + ACTIONS(1932), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -75256,11 +75200,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57545] = 3, + [57471] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1899), 12, + ACTIONS(1934), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -75273,7 +75217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1901), 32, + ACTIONS(1936), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -75306,11 +75250,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57598] = 3, + [57524] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1903), 12, + ACTIONS(1938), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -75323,7 +75267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1905), 32, + ACTIONS(1940), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -75356,13 +75300,13 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57651] = 3, + [57577] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2049), 12, + ACTIONS(1942), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -75373,7 +75317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2047), 32, + ACTIONS(1944), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -75406,11 +75350,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57704] = 3, + [57630] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1911), 12, + ACTIONS(1946), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -75423,7 +75367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1913), 32, + ACTIONS(1948), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -75456,11 +75400,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57757] = 3, + [57683] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1915), 12, + ACTIONS(1950), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -75473,7 +75417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1917), 32, + ACTIONS(1952), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -75506,11 +75450,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57810] = 3, + [57736] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1919), 12, + ACTIONS(1954), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -75523,7 +75467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1921), 32, + ACTIONS(1956), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -75556,11 +75500,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57863] = 3, + [57789] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1927), 12, + ACTIONS(1958), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -75573,7 +75517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1929), 32, + ACTIONS(1960), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -75606,11 +75550,11 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57916] = 3, + [57842] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1931), 12, + ACTIONS(1822), 12, sym__dedent, sym_string_start, anon_sym_LPAREN, @@ -75623,7 +75567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(1933), 32, + ACTIONS(1824), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -75656,59 +75600,109 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [57969] = 21, - ACTIONS(307), 1, + [57895] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1962), 12, + sym__dedent, + sym_string_start, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_LBRACE, - ACTIONS(324), 1, + anon_sym_PLUS, + anon_sym_TILDE, + sym_ellipsis, + sym_float, + ACTIONS(1964), 32, + 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_if, + anon_sym_match, + anon_sym_async, + anon_sym_for, + anon_sym_while, + anon_sym_try, + anon_sym_with, + anon_sym_def, + anon_sym_global, + anon_sym_nonlocal, + anon_sym_exec, + anon_sym_type, + anon_sym_class, + anon_sym_not, + anon_sym_lambda, + anon_sym_yield, + sym_integer, + sym_identifier, + anon_sym_await, + sym_true, + sym_false, + sym_none, + [57948] = 21, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1821), 1, + ACTIONS(1856), 1, sym_identifier, - ACTIONS(1823), 1, + ACTIONS(1858), 1, anon_sym_LPAREN, - ACTIONS(1827), 1, - anon_sym_type, - ACTIONS(1829), 1, + ACTIONS(1864), 1, anon_sym_LBRACK, - ACTIONS(1831), 1, + ACTIONS(1866), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1624), 1, + STATE(1626), 1, sym_primary_expression, - STATE(1629), 1, + STATE(1631), 1, sym_list_splat_pattern, - STATE(2470), 1, + STATE(2488), 1, sym_pattern, - STATE(2722), 1, + STATE(2723), 1, sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1631), 2, + ACTIONS(1862), 2, + anon_sym_match, + anon_sym_type, + STATE(1633), 2, sym_attribute, sym_subscript, - STATE(1663), 2, + STATE(1657), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(1860), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1825), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -75724,59 +75718,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58058] = 21, - ACTIONS(307), 1, + [58037] = 21, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1821), 1, + ACTIONS(1856), 1, sym_identifier, - ACTIONS(1823), 1, + ACTIONS(1858), 1, anon_sym_LPAREN, - ACTIONS(1827), 1, - anon_sym_type, - ACTIONS(1829), 1, + ACTIONS(1864), 1, anon_sym_LBRACK, - ACTIONS(1831), 1, + ACTIONS(1866), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1624), 1, + STATE(1626), 1, sym_primary_expression, - STATE(1629), 1, + STATE(1631), 1, sym_list_splat_pattern, - STATE(2472), 1, + STATE(2490), 1, sym_pattern, - STATE(2731), 1, + STATE(2732), 1, sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1631), 2, + ACTIONS(1862), 2, + anon_sym_match, + anon_sym_type, + STATE(1633), 2, sym_attribute, sym_subscript, - STATE(1663), 2, + STATE(1657), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(1860), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1825), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -75792,59 +75786,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58147] = 21, - ACTIONS(307), 1, + [58126] = 21, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1821), 1, + ACTIONS(1856), 1, sym_identifier, - ACTIONS(1823), 1, + ACTIONS(1858), 1, anon_sym_LPAREN, - ACTIONS(1827), 1, - anon_sym_type, - ACTIONS(1829), 1, + ACTIONS(1864), 1, anon_sym_LBRACK, - ACTIONS(1831), 1, + ACTIONS(1866), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1624), 1, + STATE(1626), 1, sym_primary_expression, - STATE(1629), 1, + STATE(1631), 1, sym_list_splat_pattern, - STATE(2354), 1, + STATE(2386), 1, sym_pattern, - STATE(2741), 1, + STATE(2809), 1, sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1631), 2, + ACTIONS(1862), 2, + anon_sym_match, + anon_sym_type, + STATE(1633), 2, sym_attribute, sym_subscript, - STATE(1663), 2, + STATE(1657), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(1860), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1825), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -75860,59 +75854,59 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58236] = 21, - ACTIONS(307), 1, + [58215] = 21, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1821), 1, + ACTIONS(1856), 1, sym_identifier, - ACTIONS(1823), 1, + ACTIONS(1858), 1, anon_sym_LPAREN, - ACTIONS(1827), 1, - anon_sym_type, - ACTIONS(1829), 1, + ACTIONS(1864), 1, anon_sym_LBRACK, - ACTIONS(1831), 1, + ACTIONS(1866), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1624), 1, + STATE(1626), 1, sym_primary_expression, - STATE(1629), 1, + STATE(1631), 1, sym_list_splat_pattern, - STATE(2358), 1, + STATE(2353), 1, sym_pattern, - STATE(2775), 1, + STATE(2739), 1, sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1631), 2, + ACTIONS(1862), 2, + anon_sym_match, + anon_sym_type, + STATE(1633), 2, sym_attribute, sym_subscript, - STATE(1663), 2, + STATE(1657), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(1860), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1825), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -75928,59 +75922,127 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58325] = 21, - ACTIONS(307), 1, + [58304] = 21, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(1821), 1, + ACTIONS(1856), 1, sym_identifier, - ACTIONS(1823), 1, + ACTIONS(1858), 1, anon_sym_LPAREN, - ACTIONS(1827), 1, - anon_sym_type, - ACTIONS(1829), 1, + ACTIONS(1864), 1, anon_sym_LBRACK, - ACTIONS(1831), 1, + ACTIONS(1866), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1624), 1, + STATE(1626), 1, sym_primary_expression, - STATE(1629), 1, + STATE(1631), 1, sym_list_splat_pattern, - STATE(2485), 1, + STATE(2501), 1, sym_pattern, - STATE(2756), 1, + STATE(2757), 1, sym_pattern_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1631), 2, + ACTIONS(1862), 2, + anon_sym_match, + anon_sym_type, + STATE(1633), 2, sym_attribute, sym_subscript, - STATE(1663), 2, + STATE(1657), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(1860), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1825), 4, - anon_sym_print, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [58393] = 21, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(1425), 1, + anon_sym_STAR, + ACTIONS(1856), 1, + sym_identifier, + ACTIONS(1858), 1, + anon_sym_LPAREN, + ACTIONS(1864), 1, + anon_sym_LBRACK, + ACTIONS(1866), 1, + anon_sym_await, + STATE(1041), 1, + sym_string, + STATE(1626), 1, + sym_primary_expression, + STATE(1631), 1, + sym_list_splat_pattern, + STATE(2502), 1, + sym_pattern, + STATE(2759), 1, + sym_pattern_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(1862), 2, anon_sym_match, + anon_sym_type, + STATE(1633), 2, + sym_attribute, + sym_subscript, + STATE(1657), 2, + sym_tuple_pattern, + sym_list_pattern, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(1860), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, + ACTIONS(323), 4, + sym_integer, + sym_true, + sym_false, + sym_none, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -75996,13 +76058,13 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58414] = 3, + [58482] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2037), 12, + ACTIONS(1868), 12, + sym__dedent, sym_string_start, - ts_builtin_sym_end, anon_sym_LPAREN, anon_sym_STAR, anon_sym_LBRACK, @@ -76013,7 +76075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, sym_ellipsis, sym_float, - ACTIONS(2035), 32, + ACTIONS(1870), 32, anon_sym_import, anon_sym_from, anon_sym_print, @@ -76046,57 +76108,57 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - [58467] = 20, - ACTIONS(307), 1, + [58535] = 20, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1088), 1, + ACTIONS(1682), 1, sym_identifier, - ACTIONS(1090), 1, + ACTIONS(1684), 1, anon_sym_LPAREN, - ACTIONS(1096), 1, - anon_sym_type, - ACTIONS(1098), 1, + ACTIONS(1686), 1, + anon_sym_STAR, + ACTIONS(1692), 1, anon_sym_LBRACK, - ACTIONS(1100), 1, + ACTIONS(1694), 1, anon_sym_await, - ACTIONS(2051), 1, - anon_sym_STAR, STATE(1041), 1, sym_string, - STATE(1507), 1, + STATE(1600), 1, sym_list_splat_pattern, - STATE(1630), 1, + STATE(1642), 1, sym_primary_expression, - STATE(1656), 1, + STATE(2062), 1, sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1514), 2, + ACTIONS(1690), 2, + anon_sym_match, + anon_sym_type, + STATE(1599), 2, sym_attribute, sym_subscript, - STATE(1663), 2, + STATE(2024), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(1688), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1094), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -76112,57 +76174,57 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58553] = 20, - ACTIONS(307), 1, + [58621] = 20, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1795), 1, + ACTIONS(1425), 1, + anon_sym_STAR, + ACTIONS(1856), 1, sym_identifier, - ACTIONS(1797), 1, + ACTIONS(1858), 1, anon_sym_LPAREN, - ACTIONS(1801), 1, - anon_sym_STAR, - ACTIONS(1805), 1, - anon_sym_type, - ACTIONS(1807), 1, + ACTIONS(1864), 1, anon_sym_LBRACK, - ACTIONS(1809), 1, + ACTIONS(1866), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1618), 1, - sym_list_splat_pattern, - STATE(1628), 1, + STATE(1626), 1, sym_primary_expression, - STATE(2603), 1, + STATE(1631), 1, + sym_list_splat_pattern, + STATE(1659), 1, sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1620), 2, + ACTIONS(1862), 2, + anon_sym_match, + anon_sym_type, + STATE(1633), 2, sym_attribute, sym_subscript, - STATE(2606), 2, + STATE(1657), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(1860), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1803), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -76178,57 +76240,57 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58639] = 20, - ACTIONS(307), 1, + [58707] = 20, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(1821), 1, + ACTIONS(1029), 1, sym_identifier, - ACTIONS(1823), 1, + ACTIONS(1031), 1, anon_sym_LPAREN, - ACTIONS(1827), 1, - anon_sym_type, - ACTIONS(1829), 1, + ACTIONS(1039), 1, anon_sym_LBRACK, - ACTIONS(1831), 1, + ACTIONS(1041), 1, anon_sym_await, + ACTIONS(2056), 1, + anon_sym_STAR, STATE(1041), 1, sym_string, - STATE(1624), 1, - sym_primary_expression, - STATE(1629), 1, + STATE(1501), 1, sym_list_splat_pattern, - STATE(1656), 1, + STATE(1632), 1, + sym_primary_expression, + STATE(1659), 1, sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1631), 2, + ACTIONS(1037), 2, + anon_sym_match, + anon_sym_type, + STATE(1503), 2, sym_attribute, sym_subscript, - STATE(1663), 2, + STATE(1657), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(1035), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1825), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -76244,57 +76306,57 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58725] = 20, - ACTIONS(307), 1, + [58793] = 20, + ACTIONS(17), 1, + anon_sym_STAR, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1957), 1, + ACTIONS(957), 1, sym_identifier, - ACTIONS(1959), 1, + ACTIONS(961), 1, anon_sym_LPAREN, - ACTIONS(1961), 1, - anon_sym_STAR, - ACTIONS(1965), 1, - anon_sym_type, - ACTIONS(1967), 1, + ACTIONS(969), 1, anon_sym_LBRACK, - ACTIONS(1969), 1, + ACTIONS(971), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1638), 1, - sym_primary_expression, - STATE(1650), 1, + STATE(1443), 1, sym_list_splat_pattern, - STATE(2607), 1, + STATE(1621), 1, + sym_primary_expression, + STATE(1627), 1, sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1653), 2, + ACTIONS(967), 2, + anon_sym_match, + anon_sym_type, + STATE(1446), 2, sym_attribute, sym_subscript, - STATE(2591), 2, + STATE(1656), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(965), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1963), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -76310,57 +76372,57 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58811] = 20, - ACTIONS(17), 1, - anon_sym_STAR, - ACTIONS(307), 1, + [58879] = 20, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(954), 1, + ACTIONS(1996), 1, sym_identifier, - ACTIONS(958), 1, + ACTIONS(1998), 1, anon_sym_LPAREN, - ACTIONS(964), 1, - anon_sym_type, - ACTIONS(966), 1, + ACTIONS(2000), 1, + anon_sym_STAR, + ACTIONS(2006), 1, anon_sym_LBRACK, - ACTIONS(968), 1, + ACTIONS(2008), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1448), 1, + STATE(1623), 1, sym_list_splat_pattern, - STATE(1637), 1, - sym_pattern, - STATE(1646), 1, + STATE(1640), 1, sym_primary_expression, + STATE(2606), 1, + sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1288), 2, + ACTIONS(2004), 2, + anon_sym_match, + anon_sym_type, + STATE(1638), 2, sym_attribute, sym_subscript, - STATE(1625), 2, + STATE(2559), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(2002), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(962), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -76376,57 +76438,57 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58897] = 20, - ACTIONS(307), 1, + [58965] = 20, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1729), 1, + ACTIONS(1800), 1, sym_identifier, - ACTIONS(1731), 1, + ACTIONS(1802), 1, anon_sym_LPAREN, - ACTIONS(1733), 1, + ACTIONS(1806), 1, anon_sym_STAR, - ACTIONS(1737), 1, - anon_sym_type, - ACTIONS(1739), 1, + ACTIONS(1812), 1, anon_sym_LBRACK, - ACTIONS(1741), 1, + ACTIONS(1814), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1594), 1, - sym_list_splat_pattern, - STATE(1639), 1, + STATE(1630), 1, sym_primary_expression, - STATE(2088), 1, + STATE(1651), 1, + sym_list_splat_pattern, + STATE(2603), 1, sym_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1598), 2, + ACTIONS(1810), 2, + anon_sym_match, + anon_sym_type, + STATE(1619), 2, sym_attribute, sym_subscript, - STATE(2099), 2, + STATE(2548), 2, sym_tuple_pattern, sym_list_pattern, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(1808), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(1735), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -76442,55 +76504,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [58983] = 19, - ACTIONS(307), 1, + [59051] = 19, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(2053), 1, + ACTIONS(2058), 1, sym_identifier, - ACTIONS(2059), 1, - anon_sym_type, - ACTIONS(2061), 1, + ACTIONS(2066), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1624), 1, + STATE(1630), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(2055), 2, + ACTIONS(2060), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_COLON, - STATE(1622), 2, + ACTIONS(2064), 2, + anon_sym_match, + anon_sym_type, + STATE(1607), 2, sym_attribute, sym_subscript, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(2062), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(2057), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -76506,55 +76568,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59066] = 19, - ACTIONS(307), 1, + [59134] = 19, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(2063), 1, + ACTIONS(2068), 1, sym_identifier, - ACTIONS(2067), 1, - anon_sym_type, - ACTIONS(2069), 1, + ACTIONS(2074), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1628), 1, + STATE(1626), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(2055), 2, - anon_sym_RPAREN, + ACTIONS(2060), 2, anon_sym_COMMA, - STATE(1614), 2, + anon_sym_COLON, + ACTIONS(2072), 2, + anon_sym_match, + anon_sym_type, + STATE(1644), 2, sym_attribute, sym_subscript, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(2070), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(2065), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -76570,51 +76632,51 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59149] = 17, - ACTIONS(774), 1, + [59217] = 17, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(780), 1, - anon_sym_type, - ACTIONS(782), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(795), 1, anon_sym_await, - ACTIONS(792), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(1254), 1, + ACTIONS(1271), 1, anon_sym_STAR, - ACTIONS(2071), 1, + ACTIONS(2076), 1, anon_sym_not, - STATE(1007), 1, + STATE(1024), 1, sym_string, - STATE(1115), 1, + STATE(1132), 1, sym_primary_expression, - STATE(1404), 1, + STATE(1344), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(785), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(778), 4, + ACTIONS(783), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(772), 5, + ACTIONS(789), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(777), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1428), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76631,28 +76693,26 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59227] = 17, + [59295] = 17, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym_string_start, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_type, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(664), 1, + ACTIONS(661), 1, anon_sym_await, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - ACTIONS(2073), 1, + ACTIONS(2078), 1, anon_sym_not, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(993), 1, + STATE(986), 1, sym_primary_expression, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, @@ -76660,13 +76720,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, + ACTIONS(655), 2, + anon_sym_match, + anon_sym_type, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(656), 4, + ACTIONS(653), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, ACTIONS(77), 5, @@ -76675,7 +76737,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76692,51 +76754,51 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59305] = 17, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, + [59373] = 17, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(769), 1, + anon_sym_LBRACE, + ACTIONS(773), 1, anon_sym_await, - ACTIONS(1420), 1, + ACTIONS(775), 1, + sym_string_start, + ACTIONS(1341), 1, anon_sym_STAR, - ACTIONS(2075), 1, + ACTIONS(2080), 1, anon_sym_not, - STATE(1041), 1, + STATE(1017), 1, sym_string, - STATE(1146), 1, + STATE(1089), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1388), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(763), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(761), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(767), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(755), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1435), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76753,51 +76815,51 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59383] = 17, - ACTIONS(706), 1, + [59451] = 17, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(712), 1, - anon_sym_type, - ACTIONS(716), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(727), 1, anon_sym_await, - ACTIONS(726), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(1262), 1, + ACTIONS(1263), 1, anon_sym_STAR, - ACTIONS(2077), 1, + ACTIONS(2082), 1, anon_sym_not, - STATE(1024), 1, + STATE(994), 1, sym_string, - STATE(1086), 1, + STATE(1004), 1, sym_primary_expression, - STATE(1421), 1, + STATE(1281), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(717), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(710), 4, + ACTIONS(715), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(704), 5, + ACTIONS(721), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(709), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1311), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76814,51 +76876,51 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59461] = 17, - ACTIONS(681), 1, + [59529] = 17, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(687), 1, - anon_sym_type, - ACTIONS(689), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(693), 1, - anon_sym_LBRACE, - ACTIONS(697), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(699), 1, - sym_string_start, - ACTIONS(1006), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(2079), 1, + ACTIONS(2084), 1, anon_sym_not, - STATE(998), 1, + STATE(1041), 1, sym_string, - STATE(1019), 1, + STATE(1082), 1, sym_primary_expression, - STATE(1202), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(685), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(679), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1168), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76875,51 +76937,51 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59539] = 17, - ACTIONS(796), 1, + [59607] = 17, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(802), 1, - anon_sym_type, - ACTIONS(804), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(812), 1, + ACTIONS(751), 1, anon_sym_await, - ACTIONS(814), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1330), 1, + ACTIONS(1257), 1, anon_sym_STAR, - ACTIONS(2081), 1, + ACTIONS(2086), 1, anon_sym_not, - STATE(1122), 1, + STATE(1021), 1, sym_string, - STATE(1275), 1, + STATE(1121), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1429), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(739), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(800), 4, + ACTIONS(737), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(794), 5, + ACTIONS(745), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(731), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1470), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76936,51 +76998,51 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59617] = 17, - ACTIONS(730), 1, + [59685] = 17, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(736), 1, - anon_sym_type, - ACTIONS(738), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(702), 1, anon_sym_await, - ACTIONS(748), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1246), 1, + ACTIONS(979), 1, anon_sym_STAR, - ACTIONS(2083), 1, + ACTIONS(2088), 1, anon_sym_not, - STATE(989), 1, + STATE(997), 1, sym_string, - STATE(999), 1, + STATE(1033), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(692), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(734), 4, + ACTIONS(690), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(728), 5, + ACTIONS(696), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(684), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1197), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -76997,51 +77059,51 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59695] = 17, - ACTIONS(752), 1, + [59763] = 17, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(758), 1, - anon_sym_type, - ACTIONS(760), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(817), 1, anon_sym_await, - ACTIONS(770), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1324), 1, + ACTIONS(1337), 1, anon_sym_STAR, - ACTIONS(2085), 1, + ACTIONS(2090), 1, anon_sym_not, - STATE(1026), 1, + STATE(1104), 1, sym_string, - STATE(1094), 1, + STATE(1187), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1483), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(807), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(756), 4, + ACTIONS(805), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(750), 5, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(799), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1322), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77058,53 +77120,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59773] = 16, - ACTIONS(752), 1, - anon_sym_LPAREN, - ACTIONS(758), 1, - anon_sym_type, - ACTIONS(760), 1, - anon_sym_LBRACK, - ACTIONS(764), 1, + [59841] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(768), 1, - anon_sym_await, - ACTIONS(770), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1324), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(1026), 1, + ACTIONS(2092), 1, + sym_identifier, + ACTIONS(2098), 1, + anon_sym_await, + STATE(1041), 1, sym_string, - STATE(1111), 1, - sym_primary_expression, - STATE(1287), 1, + STATE(1347), 1, sym_list_splat_pattern, + STATE(1621), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(2096), 2, + anon_sym_match, + anon_sym_type, + STATE(643), 2, + sym_attribute, + sym_subscript, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(756), 4, + ACTIONS(2094), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(750), 5, + ACTIONS(323), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - STATE(1322), 16, + STATE(1435), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -77117,55 +77181,53 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59848] = 18, - ACTIONS(307), 1, + [59920] = 16, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(81), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(2087), 1, - sym_identifier, - ACTIONS(2091), 1, - anon_sym_type, - ACTIONS(2093), 1, + ACTIONS(661), 1, anon_sym_await, - STATE(1041), 1, + ACTIONS(1309), 1, + anon_sym_STAR, + STATE(978), 1, sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(1638), 1, + STATE(989), 1, sym_primary_expression, + STATE(1077), 1, + sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - STATE(1451), 2, - sym_attribute, - sym_subscript, - ACTIONS(312), 3, + ACTIONS(655), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(653), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(77), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(2089), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -77178,49 +77240,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [59927] = 16, - ACTIONS(730), 1, + [59995] = 16, + ACTIONS(67), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym_string_start, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(736), 1, - anon_sym_type, - ACTIONS(738), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(742), 1, - anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(661), 1, anon_sym_await, - ACTIONS(748), 1, - sym_string_start, - ACTIONS(1246), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(989), 1, + STATE(978), 1, sym_string, - STATE(1033), 1, + STATE(990), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1077), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(655), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(734), 4, + ACTIONS(653), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(728), 5, + ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1197), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77237,49 +77299,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60002] = 16, - ACTIONS(307), 1, + [60070] = 16, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(81), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(661), 1, anon_sym_await, - ACTIONS(1420), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(1041), 1, + STATE(978), 1, sym_string, - STATE(1083), 1, + STATE(991), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1077), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(655), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(653), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1435), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77296,43 +77358,43 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60077] = 16, - ACTIONS(307), 1, + [60145] = 16, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1041), 1, sym_string, - STATE(1101), 1, + STATE(1080), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, @@ -77355,49 +77417,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60152] = 16, - ACTIONS(681), 1, + [60220] = 16, + ACTIONS(67), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym_string_start, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(687), 1, - anon_sym_type, - ACTIONS(689), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(693), 1, - anon_sym_LBRACE, - ACTIONS(697), 1, + ACTIONS(661), 1, anon_sym_await, - ACTIONS(699), 1, - sym_string_start, - ACTIONS(1006), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(998), 1, + STATE(978), 1, sym_string, - STATE(1011), 1, + STATE(993), 1, sym_primary_expression, - STATE(1202), 1, + STATE(1077), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(655), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(685), 4, + ACTIONS(653), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(679), 5, + ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1168), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77414,49 +77476,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60227] = 16, - ACTIONS(681), 1, + [60295] = 16, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(687), 1, - anon_sym_type, - ACTIONS(689), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(697), 1, + ACTIONS(817), 1, anon_sym_await, - ACTIONS(699), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1104), 1, sym_string, - STATE(1015), 1, + STATE(1185), 1, sym_primary_expression, - STATE(1202), 1, + STATE(1483), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(807), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(685), 4, + ACTIONS(805), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(679), 5, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(799), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1168), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77473,49 +77535,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60302] = 16, - ACTIONS(681), 1, + [60370] = 16, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(687), 1, - anon_sym_type, - ACTIONS(689), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(697), 1, + ACTIONS(817), 1, anon_sym_await, - ACTIONS(699), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1104), 1, sym_string, - STATE(1019), 1, + STATE(1187), 1, sym_primary_expression, - STATE(1202), 1, + STATE(1483), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(807), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(685), 4, + ACTIONS(805), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(679), 5, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(799), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1168), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77532,49 +77594,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60377] = 16, - ACTIONS(681), 1, + [60445] = 16, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(687), 1, - anon_sym_type, - ACTIONS(689), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(697), 1, + ACTIONS(817), 1, anon_sym_await, - ACTIONS(699), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1104), 1, sym_string, - STATE(1020), 1, + STATE(1188), 1, sym_primary_expression, - STATE(1202), 1, + STATE(1483), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(807), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(685), 4, + ACTIONS(805), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(679), 5, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(799), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1168), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77591,49 +77653,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60452] = 16, - ACTIONS(681), 1, + [60520] = 16, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(687), 1, - anon_sym_type, - ACTIONS(689), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(697), 1, + ACTIONS(817), 1, anon_sym_await, - ACTIONS(699), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1104), 1, sym_string, - STATE(1051), 1, + STATE(1189), 1, sym_primary_expression, - STATE(1202), 1, + STATE(1483), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(807), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(685), 4, + ACTIONS(805), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(679), 5, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(799), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1168), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77650,49 +77712,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60527] = 16, - ACTIONS(681), 1, + [60595] = 16, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(687), 1, - anon_sym_type, - ACTIONS(689), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(697), 1, + ACTIONS(817), 1, anon_sym_await, - ACTIONS(699), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1104), 1, sym_string, - STATE(1027), 1, + STATE(1190), 1, sym_primary_expression, - STATE(1202), 1, + STATE(1483), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(807), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(685), 4, + ACTIONS(805), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(679), 5, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(799), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1168), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77709,49 +77771,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60602] = 16, - ACTIONS(681), 1, + [60670] = 16, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(687), 1, - anon_sym_type, - ACTIONS(689), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(697), 1, + ACTIONS(817), 1, anon_sym_await, - ACTIONS(699), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1104), 1, sym_string, - STATE(1029), 1, + STATE(1191), 1, sym_primary_expression, - STATE(1202), 1, + STATE(1483), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(807), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(685), 4, + ACTIONS(805), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(679), 5, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(799), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1168), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77768,49 +77830,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60677] = 16, - ACTIONS(681), 1, + [60745] = 16, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(687), 1, - anon_sym_type, - ACTIONS(689), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(697), 1, + ACTIONS(817), 1, anon_sym_await, - ACTIONS(699), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1104), 1, sym_string, - STATE(1036), 1, + STATE(1192), 1, sym_primary_expression, - STATE(1202), 1, + STATE(1483), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(807), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(685), 4, + ACTIONS(805), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(679), 5, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(799), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1168), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77827,49 +77889,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60752] = 16, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, + [60820] = 16, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(813), 1, + anon_sym_LBRACE, + ACTIONS(817), 1, anon_sym_await, - ACTIONS(1420), 1, + ACTIONS(819), 1, + sym_string_start, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1041), 1, + STATE(1104), 1, sym_string, - STATE(1146), 1, + STATE(1195), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1483), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(807), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(805), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(799), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1435), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77886,49 +77948,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60827] = 16, - ACTIONS(681), 1, + [60895] = 16, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(687), 1, - anon_sym_type, - ACTIONS(689), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(697), 1, + ACTIONS(817), 1, anon_sym_await, - ACTIONS(699), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1104), 1, sym_string, - STATE(1003), 1, + STATE(1196), 1, sym_primary_expression, - STATE(1202), 1, + STATE(1483), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(807), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(685), 4, + ACTIONS(805), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(679), 5, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(799), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1168), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -77945,49 +78007,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60902] = 16, - ACTIONS(681), 1, + [60970] = 16, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(687), 1, - anon_sym_type, - ACTIONS(689), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(693), 1, - anon_sym_LBRACE, - ACTIONS(697), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(699), 1, - sym_string_start, - ACTIONS(1006), 1, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1041), 1, sym_string, - STATE(1008), 1, + STATE(1118), 1, sym_primary_expression, - STATE(1202), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(685), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(679), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1168), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78004,52 +78066,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [60977] = 18, - ACTIONS(307), 1, + [61045] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(2095), 1, + ACTIONS(2100), 1, sym_identifier, - ACTIONS(2099), 1, - anon_sym_type, - ACTIONS(2101), 1, + ACTIONS(2106), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1624), 1, + STATE(1626), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1440), 2, + ACTIONS(2104), 2, + anon_sym_match, + anon_sym_type, + STATE(1439), 2, sym_attribute, sym_subscript, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(2102), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(2097), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -78065,49 +78127,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61056] = 16, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, + [61124] = 16, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(747), 1, + anon_sym_LBRACE, + ACTIONS(751), 1, anon_sym_await, - ACTIONS(1420), 1, + ACTIONS(753), 1, + sym_string_start, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1041), 1, + STATE(1021), 1, sym_string, - STATE(1148), 1, + STATE(1083), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1429), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(739), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(737), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(745), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(731), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1435), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78124,49 +78186,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61131] = 16, - ACTIONS(752), 1, + [61199] = 16, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(758), 1, - anon_sym_type, - ACTIONS(760), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(764), 1, - anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(770), 1, - sym_string_start, - ACTIONS(1324), 1, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1041), 1, sym_string, - STATE(1090), 1, + STATE(1064), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(756), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(750), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1322), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78183,49 +78245,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61206] = 16, - ACTIONS(752), 1, + [61274] = 16, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(758), 1, - anon_sym_type, - ACTIONS(760), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(764), 1, - anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(770), 1, - sym_string_start, - ACTIONS(1324), 1, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1041), 1, sym_string, - STATE(1093), 1, + STATE(1082), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(756), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(750), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1322), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78242,53 +78304,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61281] = 16, - ACTIONS(752), 1, - anon_sym_LPAREN, - ACTIONS(758), 1, - anon_sym_type, - ACTIONS(760), 1, - anon_sym_LBRACK, - ACTIONS(764), 1, + [61349] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(768), 1, - anon_sym_await, - ACTIONS(770), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1324), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(1026), 1, + ACTIONS(2108), 1, + sym_identifier, + ACTIONS(2114), 1, + anon_sym_await, + STATE(1041), 1, sym_string, - STATE(1094), 1, - sym_primary_expression, - STATE(1287), 1, + STATE(1347), 1, sym_list_splat_pattern, + STATE(1628), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(2112), 2, + anon_sym_match, + anon_sym_type, + STATE(1154), 2, + sym_attribute, + sym_subscript, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(756), 4, + ACTIONS(2110), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(750), 5, + ACTIONS(323), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - STATE(1322), 16, + STATE(1435), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -78301,53 +78365,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61356] = 16, - ACTIONS(752), 1, - anon_sym_LPAREN, - ACTIONS(758), 1, - anon_sym_type, - ACTIONS(760), 1, - anon_sym_LBRACK, - ACTIONS(764), 1, + [61428] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(768), 1, - anon_sym_await, - ACTIONS(770), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1324), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(1026), 1, + ACTIONS(2116), 1, + sym_identifier, + ACTIONS(2122), 1, + anon_sym_await, + STATE(1041), 1, sym_string, - STATE(1095), 1, - sym_primary_expression, - STATE(1287), 1, + STATE(1347), 1, sym_list_splat_pattern, + STATE(1630), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(2120), 2, + anon_sym_match, + anon_sym_type, + STATE(1608), 2, + sym_attribute, + sym_subscript, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(756), 4, + ACTIONS(2118), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(750), 5, + ACTIONS(323), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - STATE(1322), 16, + STATE(1435), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -78360,49 +78426,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61431] = 16, - ACTIONS(752), 1, + [61507] = 16, + ACTIONS(67), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym_string_start, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(758), 1, - anon_sym_type, - ACTIONS(760), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(764), 1, - anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(661), 1, anon_sym_await, - ACTIONS(770), 1, - sym_string_start, - ACTIONS(1324), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(978), 1, sym_string, - STATE(1096), 1, + STATE(987), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1077), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(655), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(756), 4, + ACTIONS(653), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(750), 5, + ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1322), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78419,49 +78485,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61506] = 16, - ACTIONS(752), 1, + [61582] = 16, + ACTIONS(67), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym_string_start, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(758), 1, - anon_sym_type, - ACTIONS(760), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(764), 1, - anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(661), 1, anon_sym_await, - ACTIONS(770), 1, - sym_string_start, - ACTIONS(1324), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(978), 1, sym_string, - STATE(1097), 1, + STATE(992), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1077), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, + ACTIONS(655), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(756), 4, + ACTIONS(653), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(750), 5, + ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1322), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78478,49 +78544,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61581] = 16, - ACTIONS(752), 1, + [61657] = 16, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(758), 1, - anon_sym_type, - ACTIONS(760), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(795), 1, anon_sym_await, - ACTIONS(770), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(1324), 1, + ACTIONS(1271), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1024), 1, sym_string, - STATE(1099), 1, + STATE(1129), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1344), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(785), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(756), 4, + ACTIONS(783), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(750), 5, + ACTIONS(789), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(777), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1322), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78537,49 +78603,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61656] = 16, - ACTIONS(752), 1, + [61732] = 16, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(758), 1, - anon_sym_type, - ACTIONS(760), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(727), 1, anon_sym_await, - ACTIONS(770), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(1324), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(994), 1, sym_string, - STATE(1100), 1, + STATE(1023), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1281), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(717), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(756), 4, + ACTIONS(715), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(750), 5, + ACTIONS(721), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(709), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1322), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78596,49 +78662,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61731] = 16, - ACTIONS(752), 1, + [61807] = 16, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(758), 1, - anon_sym_type, - ACTIONS(760), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(727), 1, anon_sym_await, - ACTIONS(770), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(1324), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(994), 1, sym_string, - STATE(1109), 1, + STATE(1037), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1281), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(717), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(756), 4, + ACTIONS(715), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(750), 5, + ACTIONS(721), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(709), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1322), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78655,49 +78721,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61806] = 16, - ACTIONS(796), 1, + [61882] = 16, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(802), 1, - anon_sym_type, - ACTIONS(804), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(812), 1, + ACTIONS(727), 1, anon_sym_await, - ACTIONS(814), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(1330), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(994), 1, sym_string, - STATE(1263), 1, + STATE(1004), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1281), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(717), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(800), 4, + ACTIONS(715), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(794), 5, + ACTIONS(721), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(709), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1470), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78714,49 +78780,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61881] = 16, - ACTIONS(796), 1, + [61957] = 16, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(802), 1, - anon_sym_type, - ACTIONS(804), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(812), 1, + ACTIONS(727), 1, anon_sym_await, - ACTIONS(814), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(1330), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(994), 1, sym_string, - STATE(1264), 1, + STATE(1005), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1281), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(717), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(800), 4, + ACTIONS(715), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(794), 5, + ACTIONS(721), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(709), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1470), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78773,49 +78839,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [61956] = 16, - ACTIONS(796), 1, + [62032] = 16, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(802), 1, - anon_sym_type, - ACTIONS(804), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(812), 1, + ACTIONS(727), 1, anon_sym_await, - ACTIONS(814), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(1330), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(994), 1, sym_string, - STATE(1275), 1, + STATE(1020), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1281), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(717), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(800), 4, + ACTIONS(715), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(794), 5, + ACTIONS(721), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(709), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1470), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78832,49 +78898,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62031] = 16, - ACTIONS(796), 1, + [62107] = 16, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(802), 1, - anon_sym_type, - ACTIONS(804), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(812), 1, + ACTIONS(727), 1, anon_sym_await, - ACTIONS(814), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(1330), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(994), 1, sym_string, - STATE(1276), 1, + STATE(1034), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1281), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(717), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(800), 4, + ACTIONS(715), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(794), 5, + ACTIONS(721), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(709), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1470), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78891,49 +78957,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62106] = 16, - ACTIONS(796), 1, + [62182] = 16, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(802), 1, - anon_sym_type, - ACTIONS(804), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(812), 1, + ACTIONS(727), 1, anon_sym_await, - ACTIONS(814), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(1330), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(994), 1, sym_string, - STATE(1278), 1, + STATE(1003), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1281), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(717), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(800), 4, + ACTIONS(715), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(794), 5, + ACTIONS(721), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(709), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1470), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -78950,49 +79016,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62181] = 16, - ACTIONS(796), 1, + [62257] = 16, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(802), 1, - anon_sym_type, - ACTIONS(804), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(812), 1, + ACTIONS(751), 1, anon_sym_await, - ACTIONS(814), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1330), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1021), 1, sym_string, - STATE(1279), 1, + STATE(1119), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1429), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(739), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(800), 4, + ACTIONS(737), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(794), 5, + ACTIONS(745), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(731), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1470), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79009,49 +79075,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62256] = 16, - ACTIONS(796), 1, + [62332] = 16, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(802), 1, - anon_sym_type, - ACTIONS(804), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(812), 1, + ACTIONS(751), 1, anon_sym_await, - ACTIONS(814), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1330), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1021), 1, sym_string, - STATE(1281), 1, + STATE(1120), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1429), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(739), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(800), 4, + ACTIONS(737), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(794), 5, + ACTIONS(745), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(731), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1470), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79068,49 +79134,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62331] = 16, - ACTIONS(796), 1, + [62407] = 16, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(802), 1, - anon_sym_type, - ACTIONS(804), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(812), 1, + ACTIONS(751), 1, anon_sym_await, - ACTIONS(814), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1330), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1021), 1, sym_string, - STATE(1282), 1, + STATE(1121), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1429), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(739), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(800), 4, + ACTIONS(737), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(794), 5, + ACTIONS(745), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(731), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1470), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79127,49 +79193,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62406] = 16, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(652), 1, + [62482] = 16, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_type, - ACTIONS(660), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(664), 1, + ACTIONS(747), 1, + anon_sym_LBRACE, + ACTIONS(751), 1, anon_sym_await, - ACTIONS(1312), 1, + ACTIONS(753), 1, + sym_string_start, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(976), 1, + STATE(1021), 1, sym_string, - STATE(992), 1, + STATE(1122), 1, sym_primary_expression, - STATE(1062), 1, + STATE(1429), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(739), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(656), 4, + ACTIONS(737), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(77), 5, + ACTIONS(745), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(731), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1121), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79186,49 +79252,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62481] = 16, - ACTIONS(796), 1, + [62557] = 16, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(802), 1, - anon_sym_type, - ACTIONS(804), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(812), 1, + ACTIONS(751), 1, anon_sym_await, - ACTIONS(814), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1330), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1021), 1, sym_string, - STATE(1242), 1, + STATE(1123), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1429), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(739), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(800), 4, + ACTIONS(737), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(794), 5, + ACTIONS(745), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(731), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1470), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79245,49 +79311,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62556] = 16, - ACTIONS(796), 1, + [62632] = 16, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(802), 1, - anon_sym_type, - ACTIONS(804), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(812), 1, + ACTIONS(751), 1, anon_sym_await, - ACTIONS(814), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1330), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1021), 1, sym_string, - STATE(1284), 1, + STATE(1124), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1429), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(739), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(800), 4, + ACTIONS(737), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(794), 5, + ACTIONS(745), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(731), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1470), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79304,55 +79370,53 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62631] = 18, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, + [62707] = 16, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(2099), 1, - anon_sym_type, - ACTIONS(2101), 1, + ACTIONS(747), 1, + anon_sym_LBRACE, + ACTIONS(751), 1, anon_sym_await, - ACTIONS(2103), 1, - sym_identifier, - STATE(1041), 1, + ACTIONS(753), 1, + sym_string_start, + ACTIONS(1257), 1, + anon_sym_STAR, + STATE(1021), 1, sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(1624), 1, + STATE(1126), 1, sym_primary_expression, + STATE(1429), 1, + sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(739), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(749), 2, sym_ellipsis, sym_float, - STATE(1440), 2, - sym_attribute, - sym_subscript, - ACTIONS(312), 3, + ACTIONS(737), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(745), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(731), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(2097), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -79365,49 +79429,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62710] = 16, - ACTIONS(706), 1, + [62782] = 16, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(712), 1, - anon_sym_type, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(751), 1, anon_sym_await, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1064), 1, + STATE(1127), 1, sym_primary_expression, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(739), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(710), 4, + ACTIONS(737), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(704), 5, + ACTIONS(745), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(731), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79424,49 +79488,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62785] = 16, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, + [62857] = 16, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(723), 1, + anon_sym_LBRACE, + ACTIONS(727), 1, anon_sym_await, - ACTIONS(1420), 1, + ACTIONS(729), 1, + sym_string_start, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(1041), 1, + STATE(994), 1, sym_string, - STATE(1141), 1, + STATE(1008), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1281), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(717), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(715), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(721), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(709), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1435), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79483,55 +79547,114 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62860] = 18, - ACTIONS(307), 1, + [62932] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(2105), 1, + ACTIONS(2124), 1, sym_identifier, - ACTIONS(2109), 1, - anon_sym_type, - ACTIONS(2111), 1, + ACTIONS(2130), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, STATE(1626), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1059), 2, + ACTIONS(2128), 2, + anon_sym_match, + anon_sym_type, + STATE(1629), 2, sym_attribute, sym_subscript, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(2126), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(2107), 4, - anon_sym_print, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [63011] = 16, + ACTIONS(779), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + anon_sym_LBRACK, + ACTIONS(791), 1, + anon_sym_LBRACE, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(797), 1, + sym_string_start, + ACTIONS(1271), 1, + anon_sym_STAR, + STATE(1024), 1, + sym_string, + STATE(1131), 1, + sym_primary_expression, + STATE(1344), 1, + sym_list_splat_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(785), 2, anon_sym_match, + anon_sym_type, + ACTIONS(793), 2, + sym_ellipsis, + sym_float, + ACTIONS(783), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, - STATE(1435), 14, + ACTIONS(789), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(777), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -79544,26 +79667,24 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [62939] = 16, + [63086] = 16, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym_string_start, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_type, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(664), 1, + ACTIONS(661), 1, anon_sym_await, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(990), 1, + STATE(998), 1, sym_primary_expression, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, @@ -79571,13 +79692,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, + ACTIONS(655), 2, + anon_sym_match, + anon_sym_type, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(656), 4, + ACTIONS(653), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, ACTIONS(77), 5, @@ -79586,7 +79709,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79603,55 +79726,53 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63014] = 18, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, + [63161] = 16, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(2113), 1, - sym_identifier, - ACTIONS(2117), 1, - anon_sym_type, - ACTIONS(2119), 1, + ACTIONS(791), 1, + anon_sym_LBRACE, + ACTIONS(795), 1, anon_sym_await, - STATE(1041), 1, + ACTIONS(797), 1, + sym_string_start, + ACTIONS(1271), 1, + anon_sym_STAR, + STATE(1024), 1, sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(1628), 1, + STATE(1132), 1, sym_primary_expression, + STATE(1344), 1, + sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(785), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(1612), 2, - sym_attribute, - sym_subscript, - ACTIONS(312), 3, + ACTIONS(783), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(777), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(2115), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -79664,53 +79785,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63093] = 16, - ACTIONS(307), 1, + [63236] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, - anon_sym_await, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, + ACTIONS(2114), 1, + anon_sym_await, + ACTIONS(2132), 1, + sym_identifier, STATE(1041), 1, sym_string, - STATE(1061), 1, - sym_primary_expression, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, + STATE(1628), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(2112), 2, + anon_sym_match, + anon_sym_type, + STATE(1154), 2, + sym_attribute, + sym_subscript, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(2110), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(323), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - STATE(1435), 16, + STATE(1435), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -79723,43 +79846,43 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63168] = 16, - ACTIONS(307), 1, + [63315] = 16, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1041), 1, sym_string, - STATE(1139), 1, + STATE(1153), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, @@ -79782,55 +79905,53 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63243] = 18, - ACTIONS(307), 1, + [63390] = 16, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(2121), 1, - sym_identifier, - ACTIONS(2125), 1, - anon_sym_type, - ACTIONS(2127), 1, + ACTIONS(682), 1, anon_sym_await, + ACTIONS(1425), 1, + anon_sym_STAR, STATE(1041), 1, sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(1646), 1, + STATE(1086), 1, sym_primary_expression, + STATE(1347), 1, + sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(629), 2, - sym_attribute, - sym_subscript, - ACTIONS(312), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(674), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(2123), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -79843,53 +79964,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63322] = 16, - ACTIONS(307), 1, + [63465] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, - anon_sym_await, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, + ACTIONS(2134), 1, + sym_identifier, + ACTIONS(2140), 1, + anon_sym_await, STATE(1041), 1, sym_string, - STATE(1140), 1, - sym_primary_expression, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, + STATE(1639), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(2138), 2, + anon_sym_match, + anon_sym_type, + STATE(1485), 2, + sym_attribute, + sym_subscript, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(2136), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(323), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - STATE(1435), 16, + STATE(1435), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -79902,49 +80025,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63397] = 16, - ACTIONS(706), 1, + [63544] = 16, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(712), 1, - anon_sym_type, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(751), 1, anon_sym_await, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1084), 1, + STATE(1158), 1, sym_primary_expression, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(739), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(710), 4, + ACTIONS(737), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(704), 5, + ACTIONS(745), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(731), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -79961,49 +80084,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63472] = 16, - ACTIONS(706), 1, + [63619] = 16, + ACTIONS(733), 1, anon_sym_LPAREN, - ACTIONS(712), 1, - anon_sym_type, - ACTIONS(716), 1, + ACTIONS(743), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(747), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(751), 1, anon_sym_await, - ACTIONS(726), 1, + ACTIONS(753), 1, sym_string_start, - ACTIONS(1262), 1, + ACTIONS(1257), 1, anon_sym_STAR, - STATE(1024), 1, + STATE(1021), 1, sym_string, - STATE(1085), 1, + STATE(1160), 1, sym_primary_expression, - STATE(1421), 1, + STATE(1429), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(739), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(749), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(710), 4, + ACTIONS(737), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(704), 5, + ACTIONS(745), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(731), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1311), 16, + STATE(1306), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80020,53 +80143,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63547] = 16, - ACTIONS(706), 1, - anon_sym_LPAREN, - ACTIONS(712), 1, - anon_sym_type, - ACTIONS(716), 1, - anon_sym_LBRACK, - ACTIONS(720), 1, + [63694] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(724), 1, - anon_sym_await, - ACTIONS(726), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1262), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(1024), 1, + ACTIONS(2142), 1, + sym_identifier, + ACTIONS(2148), 1, + anon_sym_await, + STATE(1041), 1, sym_string, - STATE(1086), 1, - sym_primary_expression, - STATE(1421), 1, + STATE(1347), 1, sym_list_splat_pattern, + STATE(1634), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(2146), 2, + anon_sym_match, + anon_sym_type, + STATE(1171), 2, + sym_attribute, + sym_subscript, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(710), 4, + ACTIONS(2144), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(704), 5, + ACTIONS(323), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - STATE(1311), 16, + STATE(1435), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -80079,49 +80204,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63622] = 16, - ACTIONS(706), 1, + [63773] = 16, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(712), 1, - anon_sym_type, - ACTIONS(716), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(795), 1, anon_sym_await, - ACTIONS(726), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(1262), 1, + ACTIONS(1271), 1, anon_sym_STAR, STATE(1024), 1, sym_string, - STATE(1087), 1, + STATE(1057), 1, sym_primary_expression, - STATE(1421), 1, + STATE(1344), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(785), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(710), 4, + ACTIONS(783), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(704), 5, + ACTIONS(789), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(777), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1311), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80138,49 +80263,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63697] = 16, - ACTIONS(706), 1, + [63848] = 16, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(712), 1, - anon_sym_type, - ACTIONS(716), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(727), 1, anon_sym_await, - ACTIONS(726), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(1262), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(1024), 1, + STATE(994), 1, sym_string, - STATE(1088), 1, + STATE(1027), 1, sym_primary_expression, - STATE(1421), 1, + STATE(1281), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(717), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(710), 4, + ACTIONS(715), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(704), 5, + ACTIONS(721), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(709), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1311), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80197,49 +80322,110 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63772] = 16, - ACTIONS(706), 1, + [63923] = 18, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(712), 1, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1425), 1, + anon_sym_STAR, + ACTIONS(2150), 1, + sym_identifier, + ACTIONS(2156), 1, + anon_sym_await, + STATE(1041), 1, + sym_string, + STATE(1347), 1, + sym_list_splat_pattern, + STATE(1637), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(2154), 2, + anon_sym_match, anon_sym_type, - ACTIONS(716), 1, + STATE(1432), 2, + sym_attribute, + sym_subscript, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(2152), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [64002] = 16, + ACTIONS(711), 1, + anon_sym_LPAREN, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(723), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(727), 1, anon_sym_await, - ACTIONS(726), 1, + ACTIONS(729), 1, sym_string_start, - ACTIONS(1262), 1, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(1024), 1, + STATE(994), 1, sym_string, - STATE(1089), 1, + STATE(1031), 1, sym_primary_expression, - STATE(1421), 1, + STATE(1281), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(717), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(710), 4, + ACTIONS(715), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(704), 5, + ACTIONS(721), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(709), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1311), 16, + STATE(1268), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80256,49 +80442,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63847] = 16, - ACTIONS(706), 1, + [64077] = 16, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(712), 1, - anon_sym_type, - ACTIONS(716), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(795), 1, anon_sym_await, - ACTIONS(726), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(1262), 1, + ACTIONS(1271), 1, anon_sym_STAR, STATE(1024), 1, sym_string, - STATE(1091), 1, + STATE(1133), 1, sym_primary_expression, - STATE(1421), 1, + STATE(1344), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(785), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(710), 4, + ACTIONS(783), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(704), 5, + ACTIONS(789), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(777), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1311), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80315,49 +80501,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63922] = 16, - ACTIONS(706), 1, + [64152] = 16, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(712), 1, - anon_sym_type, - ACTIONS(716), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(795), 1, anon_sym_await, - ACTIONS(726), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(1262), 1, + ACTIONS(1271), 1, anon_sym_STAR, STATE(1024), 1, sym_string, - STATE(1092), 1, + STATE(1135), 1, sym_primary_expression, - STATE(1421), 1, + STATE(1344), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(785), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(710), 4, + ACTIONS(783), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(704), 5, + ACTIONS(789), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(777), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1311), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80374,52 +80560,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [63997] = 18, - ACTIONS(307), 1, + [64227] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(2129), 1, - sym_identifier, - ACTIONS(2133), 1, - anon_sym_type, - ACTIONS(2135), 1, + ACTIONS(2156), 1, anon_sym_await, + ACTIONS(2158), 1, + sym_identifier, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1624), 1, + STATE(1637), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1619), 2, + ACTIONS(2154), 2, + anon_sym_match, + anon_sym_type, + STATE(1432), 2, sym_attribute, sym_subscript, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(2152), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(2131), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -80435,49 +80621,108 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [64076] = 16, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(652), 1, + [64306] = 16, + ACTIONS(711), 1, anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_type, - ACTIONS(660), 1, + ACTIONS(719), 1, anon_sym_LBRACK, - ACTIONS(664), 1, + ACTIONS(723), 1, + anon_sym_LBRACE, + ACTIONS(727), 1, anon_sym_await, - ACTIONS(1312), 1, + ACTIONS(729), 1, + sym_string_start, + ACTIONS(1263), 1, anon_sym_STAR, - STATE(976), 1, + STATE(994), 1, sym_string, - STATE(995), 1, + STATE(1036), 1, sym_primary_expression, - STATE(1062), 1, + STATE(1281), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(717), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(725), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, + ACTIONS(715), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(721), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(656), 4, - anon_sym_print, + ACTIONS(709), 5, + sym_integer, + sym_identifier, + sym_true, + sym_false, + sym_none, + STATE(1268), 16, + sym_binary_operator, + sym_unary_operator, + sym_attribute, + sym_subscript, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [64381] = 16, + ACTIONS(779), 1, + anon_sym_LPAREN, + ACTIONS(787), 1, + anon_sym_LBRACK, + ACTIONS(791), 1, + anon_sym_LBRACE, + ACTIONS(795), 1, + anon_sym_await, + ACTIONS(797), 1, + sym_string_start, + ACTIONS(1271), 1, + anon_sym_STAR, + STATE(1024), 1, + sym_string, + STATE(1137), 1, + sym_primary_expression, + STATE(1344), 1, + sym_list_splat_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(785), 2, anon_sym_match, + anon_sym_type, + ACTIONS(793), 2, + sym_ellipsis, + sym_float, + ACTIONS(783), 3, + anon_sym_print, anon_sym_async, anon_sym_exec, - ACTIONS(77), 5, + ACTIONS(789), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(777), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1121), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80494,49 +80739,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [64151] = 16, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(652), 1, + [64456] = 16, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_type, - ACTIONS(660), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(664), 1, + ACTIONS(791), 1, + anon_sym_LBRACE, + ACTIONS(795), 1, anon_sym_await, - ACTIONS(1312), 1, + ACTIONS(797), 1, + sym_string_start, + ACTIONS(1271), 1, anon_sym_STAR, - STATE(976), 1, + STATE(1024), 1, sym_string, - STATE(991), 1, + STATE(1140), 1, sym_primary_expression, - STATE(1062), 1, + STATE(1344), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(785), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(656), 4, + ACTIONS(783), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(77), 5, + ACTIONS(789), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(777), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1121), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80553,55 +80798,53 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [64226] = 18, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, + [64531] = 16, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(2109), 1, - anon_sym_type, - ACTIONS(2111), 1, + ACTIONS(791), 1, + anon_sym_LBRACE, + ACTIONS(795), 1, anon_sym_await, - ACTIONS(2137), 1, - sym_identifier, - STATE(1041), 1, + ACTIONS(797), 1, + sym_string_start, + ACTIONS(1271), 1, + anon_sym_STAR, + STATE(1024), 1, sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(1626), 1, + STATE(1151), 1, sym_primary_expression, + STATE(1344), 1, + sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(785), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(793), 2, sym_ellipsis, sym_float, - STATE(1059), 2, - sym_attribute, - sym_subscript, - ACTIONS(312), 3, + ACTIONS(783), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(789), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(777), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(2107), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -80614,43 +80857,43 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [64305] = 16, - ACTIONS(307), 1, + [64606] = 16, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, STATE(1041), 1, sym_string, - STATE(1159), 1, + STATE(1072), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, @@ -80673,55 +80916,53 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [64380] = 18, - ACTIONS(307), 1, + [64681] = 16, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(2091), 1, - anon_sym_type, - ACTIONS(2093), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(2139), 1, - sym_identifier, + ACTIONS(1425), 1, + anon_sym_STAR, STATE(1041), 1, sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(1635), 1, + STATE(1073), 1, sym_primary_expression, + STATE(1347), 1, + sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1451), 2, - sym_attribute, - sym_subscript, - ACTIONS(312), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(674), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(2089), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -80734,49 +80975,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [64459] = 16, - ACTIONS(774), 1, + [64756] = 16, + ACTIONS(67), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym_string_start, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(780), 1, - anon_sym_type, - ACTIONS(782), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(786), 1, - anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(661), 1, anon_sym_await, - ACTIONS(792), 1, - sym_string_start, - ACTIONS(1254), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(1007), 1, + STATE(978), 1, sym_string, - STATE(1113), 1, + STATE(981), 1, sym_primary_expression, - STATE(1404), 1, + STATE(1077), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(655), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(778), 4, + ACTIONS(653), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(772), 5, + ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1428), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80793,49 +81034,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [64534] = 16, - ACTIONS(774), 1, + [64831] = 16, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(780), 1, - anon_sym_type, - ACTIONS(782), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(702), 1, anon_sym_await, - ACTIONS(792), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1254), 1, + ACTIONS(979), 1, anon_sym_STAR, - STATE(1007), 1, + STATE(997), 1, sym_string, - STATE(1114), 1, + STATE(1028), 1, sym_primary_expression, - STATE(1404), 1, + STATE(1172), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(692), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(778), 4, + ACTIONS(690), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(772), 5, + ACTIONS(696), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(684), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1428), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80852,49 +81093,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [64609] = 16, - ACTIONS(774), 1, + [64906] = 16, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(780), 1, - anon_sym_type, - ACTIONS(782), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(702), 1, anon_sym_await, - ACTIONS(792), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1254), 1, + ACTIONS(979), 1, anon_sym_STAR, - STATE(1007), 1, + STATE(997), 1, sym_string, - STATE(1115), 1, + STATE(1030), 1, sym_primary_expression, - STATE(1404), 1, + STATE(1172), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(692), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(778), 4, + ACTIONS(690), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(772), 5, + ACTIONS(696), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(684), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1428), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -80911,53 +81152,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [64684] = 16, - ACTIONS(706), 1, - anon_sym_LPAREN, - ACTIONS(712), 1, - anon_sym_type, - ACTIONS(716), 1, - anon_sym_LBRACK, - ACTIONS(720), 1, + [64981] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(724), 1, - anon_sym_await, - ACTIONS(726), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1262), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(1024), 1, + ACTIONS(2156), 1, + anon_sym_await, + ACTIONS(2160), 1, + sym_identifier, + STATE(1041), 1, sym_string, - STATE(1160), 1, - sym_primary_expression, - STATE(1421), 1, + STATE(1347), 1, sym_list_splat_pattern, + STATE(1630), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, + ACTIONS(2164), 2, + anon_sym_match, + anon_sym_type, + STATE(1289), 2, + sym_attribute, + sym_subscript, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(710), 4, + ACTIONS(2162), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(704), 5, + ACTIONS(323), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - STATE(1311), 16, + STATE(1435), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -80970,49 +81213,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [64759] = 16, - ACTIONS(706), 1, + [65060] = 16, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(712), 1, - anon_sym_type, - ACTIONS(716), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(720), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(724), 1, + ACTIONS(702), 1, anon_sym_await, - ACTIONS(726), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1262), 1, + ACTIONS(979), 1, anon_sym_STAR, - STATE(1024), 1, + STATE(997), 1, sym_string, - STATE(1110), 1, + STATE(1033), 1, sym_primary_expression, - STATE(1421), 1, + STATE(1172), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(722), 2, + ACTIONS(692), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(718), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(710), 4, + ACTIONS(690), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(704), 5, + ACTIONS(696), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(684), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1311), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81029,55 +81272,53 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [64834] = 18, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, + [65135] = 16, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(2141), 1, - sym_identifier, - ACTIONS(2145), 1, - anon_sym_type, - ACTIONS(2147), 1, + ACTIONS(698), 1, + anon_sym_LBRACE, + ACTIONS(702), 1, anon_sym_await, - STATE(1041), 1, + ACTIONS(704), 1, + sym_string_start, + ACTIONS(979), 1, + anon_sym_STAR, + STATE(997), 1, sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(1632), 1, + STATE(1045), 1, sym_primary_expression, + STATE(1172), 1, + sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(692), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(700), 2, sym_ellipsis, sym_float, - STATE(1190), 2, - sym_attribute, - sym_subscript, - ACTIONS(312), 3, + ACTIONS(690), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(684), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(2143), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -81090,49 +81331,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [64913] = 16, - ACTIONS(774), 1, + [65210] = 16, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(780), 1, - anon_sym_type, - ACTIONS(782), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(702), 1, anon_sym_await, - ACTIONS(792), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1254), 1, + ACTIONS(979), 1, anon_sym_STAR, - STATE(1007), 1, + STATE(997), 1, sym_string, - STATE(1116), 1, + STATE(1035), 1, sym_primary_expression, - STATE(1404), 1, + STATE(1172), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(692), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(778), 4, + ACTIONS(690), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(772), 5, + ACTIONS(696), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(684), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1428), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81149,49 +81390,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [64988] = 16, - ACTIONS(774), 1, + [65285] = 16, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(780), 1, - anon_sym_type, - ACTIONS(782), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(702), 1, anon_sym_await, - ACTIONS(792), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1254), 1, + ACTIONS(979), 1, anon_sym_STAR, - STATE(1007), 1, + STATE(997), 1, sym_string, - STATE(1068), 1, + STATE(1043), 1, sym_primary_expression, - STATE(1404), 1, + STATE(1172), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(692), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(778), 4, + ACTIONS(690), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(772), 5, + ACTIONS(696), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(684), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1428), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81208,49 +81449,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [65063] = 16, - ACTIONS(774), 1, + [65360] = 16, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(780), 1, - anon_sym_type, - ACTIONS(782), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(702), 1, anon_sym_await, - ACTIONS(792), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1254), 1, + ACTIONS(979), 1, anon_sym_STAR, - STATE(1007), 1, + STATE(997), 1, sym_string, - STATE(1117), 1, + STATE(1046), 1, sym_primary_expression, - STATE(1404), 1, + STATE(1172), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(692), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(778), 4, + ACTIONS(690), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(772), 5, + ACTIONS(696), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(684), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1428), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81267,49 +81508,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [65138] = 16, - ACTIONS(774), 1, + [65435] = 16, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(780), 1, - anon_sym_type, - ACTIONS(782), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(702), 1, anon_sym_await, - ACTIONS(792), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1254), 1, + ACTIONS(979), 1, anon_sym_STAR, - STATE(1007), 1, + STATE(997), 1, sym_string, - STATE(1118), 1, + STATE(1001), 1, sym_primary_expression, - STATE(1404), 1, + STATE(1172), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(692), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(778), 4, + ACTIONS(690), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(772), 5, + ACTIONS(696), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(684), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1428), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81326,55 +81567,53 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [65213] = 18, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, + [65510] = 16, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(2149), 1, - sym_identifier, - ACTIONS(2153), 1, - anon_sym_type, - ACTIONS(2155), 1, + ACTIONS(698), 1, + anon_sym_LBRACE, + ACTIONS(702), 1, anon_sym_await, - STATE(1041), 1, + ACTIONS(704), 1, + sym_string_start, + ACTIONS(979), 1, + anon_sym_STAR, + STATE(997), 1, sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(1633), 1, + STATE(1002), 1, sym_primary_expression, + STATE(1172), 1, + sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(692), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(700), 2, sym_ellipsis, sym_float, - STATE(1444), 2, - sym_attribute, - sym_subscript, - ACTIONS(312), 3, + ACTIONS(690), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(684), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(2151), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -81387,49 +81626,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [65292] = 16, - ACTIONS(774), 1, + [65585] = 16, + ACTIONS(67), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + sym_string_start, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(780), 1, - anon_sym_type, - ACTIONS(782), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(786), 1, - anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(661), 1, anon_sym_await, - ACTIONS(792), 1, - sym_string_start, - ACTIONS(1254), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(1007), 1, + STATE(978), 1, sym_string, - STATE(1119), 1, + STATE(983), 1, sym_primary_expression, - STATE(1404), 1, + STATE(1077), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(655), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(778), 4, + ACTIONS(653), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(772), 5, + ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1428), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81446,49 +81685,110 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [65367] = 16, - ACTIONS(774), 1, + [65660] = 18, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(780), 1, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1425), 1, + anon_sym_STAR, + ACTIONS(2140), 1, + anon_sym_await, + ACTIONS(2166), 1, + sym_identifier, + STATE(1041), 1, + sym_string, + STATE(1347), 1, + sym_list_splat_pattern, + STATE(1639), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(2138), 2, + anon_sym_match, anon_sym_type, - ACTIONS(782), 1, + STATE(1485), 2, + sym_attribute, + sym_subscript, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(2136), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [65739] = 16, + ACTIONS(757), 1, + anon_sym_LPAREN, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(773), 1, anon_sym_await, - ACTIONS(792), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1254), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1007), 1, + STATE(1017), 1, sym_string, - STATE(1120), 1, + STATE(1066), 1, sym_primary_expression, - STATE(1404), 1, + STATE(1388), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(763), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(778), 4, + ACTIONS(761), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(772), 5, + ACTIONS(767), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(755), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1428), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81505,55 +81805,53 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [65442] = 18, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, + [65814] = 16, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(2153), 1, - anon_sym_type, - ACTIONS(2155), 1, + ACTIONS(698), 1, + anon_sym_LBRACE, + ACTIONS(702), 1, anon_sym_await, - ACTIONS(2157), 1, - sym_identifier, - STATE(1041), 1, + ACTIONS(704), 1, + sym_string_start, + ACTIONS(979), 1, + anon_sym_STAR, + STATE(997), 1, sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(1633), 1, + STATE(1009), 1, sym_primary_expression, + STATE(1172), 1, + sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(692), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(700), 2, sym_ellipsis, sym_float, - STATE(1444), 2, - sym_attribute, - sym_subscript, - ACTIONS(312), 3, + ACTIONS(690), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(696), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(684), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(2151), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -81566,49 +81864,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [65521] = 16, - ACTIONS(730), 1, + [65889] = 16, + ACTIONS(686), 1, anon_sym_LPAREN, - ACTIONS(736), 1, - anon_sym_type, - ACTIONS(738), 1, + ACTIONS(694), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(698), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(702), 1, anon_sym_await, - ACTIONS(748), 1, + ACTIONS(704), 1, sym_string_start, - ACTIONS(1246), 1, + ACTIONS(979), 1, anon_sym_STAR, - STATE(989), 1, + STATE(997), 1, sym_string, - STATE(1017), 1, + STATE(1011), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1172), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(692), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(700), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(734), 4, + ACTIONS(690), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(728), 5, + ACTIONS(696), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(684), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1197), 16, + STATE(1223), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81625,49 +81923,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [65596] = 16, - ACTIONS(67), 1, + [65964] = 16, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(81), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(652), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_type, - ACTIONS(660), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(664), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(1312), 1, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(976), 1, + STATE(1041), 1, sym_string, - STATE(994), 1, + STATE(1093), 1, sym_primary_expression, - STATE(1062), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(656), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(77), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1121), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81684,53 +81982,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [65671] = 16, - ACTIONS(67), 1, + [66039] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(81), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(652), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_type, - ACTIONS(660), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(664), 1, - anon_sym_await, - ACTIONS(1312), 1, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(976), 1, + ACTIONS(2140), 1, + anon_sym_await, + ACTIONS(2168), 1, + sym_identifier, + STATE(1041), 1, sym_string, - STATE(993), 1, - sym_primary_expression, - STATE(1062), 1, + STATE(1347), 1, sym_list_splat_pattern, + STATE(1640), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, + ACTIONS(2172), 2, + anon_sym_match, + anon_sym_type, + STATE(1292), 2, + sym_attribute, + sym_subscript, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(656), 4, + ACTIONS(2170), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(77), 5, + ACTIONS(323), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - STATE(1121), 16, + STATE(1435), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -81743,49 +82043,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [65746] = 16, - ACTIONS(774), 1, + [66118] = 16, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(780), 1, - anon_sym_type, - ACTIONS(782), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(786), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(817), 1, anon_sym_await, - ACTIONS(792), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1254), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(1007), 1, + STATE(1104), 1, sym_string, - STATE(1123), 1, + STATE(1173), 1, sym_primary_expression, - STATE(1404), 1, + STATE(1483), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(807), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(778), 4, + ACTIONS(805), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(772), 5, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(799), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1428), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81802,49 +82102,110 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [65821] = 16, - ACTIONS(774), 1, + [66193] = 18, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(780), 1, - anon_sym_type, - ACTIONS(782), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(786), 1, - anon_sym_LBRACE, - ACTIONS(790), 1, + ACTIONS(1425), 1, + anon_sym_STAR, + ACTIONS(2106), 1, anon_sym_await, - ACTIONS(792), 1, + ACTIONS(2174), 1, + sym_identifier, + STATE(1041), 1, + sym_string, + STATE(1347), 1, + sym_list_splat_pattern, + STATE(1626), 1, + sym_primary_expression, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(321), 2, + sym_ellipsis, + sym_float, + ACTIONS(2104), 2, + anon_sym_match, + anon_sym_type, + STATE(1439), 2, + sym_attribute, + sym_subscript, + ACTIONS(315), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(2102), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, + sym_integer, + sym_true, + sym_false, + sym_none, + STATE(1435), 14, + sym_binary_operator, + sym_unary_operator, + sym_call, + sym_list, + sym_set, + sym_tuple, + sym_dictionary, + sym_list_comprehension, + sym_dictionary_comprehension, + sym_set_comprehension, + sym_generator_expression, + sym_parenthesized_expression, + sym_concatenated_string, + sym_await, + [66272] = 16, + ACTIONS(310), 1, + anon_sym_LBRACE, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1254), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(682), 1, + anon_sym_await, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(1007), 1, + STATE(1041), 1, sym_string, - STATE(1124), 1, + STATE(1096), 1, sym_primary_expression, - STATE(1404), 1, + STATE(1347), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(788), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(784), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(778), 4, + ACTIONS(674), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(772), 5, + ACTIONS(323), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1428), 16, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81861,26 +82222,24 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [65896] = 16, + [66347] = 16, ACTIONS(67), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym_string_start, - ACTIONS(652), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_type, - ACTIONS(660), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(664), 1, + ACTIONS(661), 1, anon_sym_await, - ACTIONS(1312), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(976), 1, + STATE(978), 1, sym_string, - STATE(980), 1, + STATE(986), 1, sym_primary_expression, - STATE(1062), 1, + STATE(1077), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, @@ -81888,13 +82247,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(75), 2, sym_ellipsis, sym_float, + ACTIONS(655), 2, + anon_sym_match, + anon_sym_type, ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(656), 4, + ACTIONS(653), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, ACTIONS(77), 5, @@ -81903,7 +82264,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_none, - STATE(1121), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81920,49 +82281,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [65971] = 16, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(652), 1, + [66422] = 16, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_type, - ACTIONS(660), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(664), 1, + ACTIONS(769), 1, + anon_sym_LBRACE, + ACTIONS(773), 1, anon_sym_await, - ACTIONS(1312), 1, + ACTIONS(775), 1, + sym_string_start, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(976), 1, + STATE(1017), 1, sym_string, - STATE(982), 1, + STATE(1087), 1, sym_primary_expression, - STATE(1062), 1, + STATE(1388), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(763), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(656), 4, + ACTIONS(761), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(77), 5, + ACTIONS(767), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(755), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1121), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -81979,52 +82340,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [66046] = 18, - ACTIONS(307), 1, + [66497] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(2155), 1, + ACTIONS(2148), 1, anon_sym_await, - ACTIONS(2159), 1, + ACTIONS(2176), 1, sym_identifier, - ACTIONS(2163), 1, - anon_sym_type, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1628), 1, + STATE(1642), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1289), 2, + ACTIONS(2180), 2, + anon_sym_match, + anon_sym_type, + STATE(1199), 2, sym_attribute, sym_subscript, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(2178), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(2161), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -82040,49 +82401,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [66125] = 16, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(652), 1, + [66576] = 16, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_type, - ACTIONS(660), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(664), 1, + ACTIONS(769), 1, + anon_sym_LBRACE, + ACTIONS(773), 1, anon_sym_await, - ACTIONS(1312), 1, + ACTIONS(775), 1, + sym_string_start, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(976), 1, + STATE(1017), 1, sym_string, - STATE(983), 1, + STATE(1088), 1, sym_primary_expression, - STATE(1062), 1, + STATE(1388), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(763), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(656), 4, + ACTIONS(761), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(77), 5, + ACTIONS(767), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(755), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1121), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -82099,49 +82460,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [66200] = 16, - ACTIONS(681), 1, + [66651] = 16, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(687), 1, - anon_sym_type, - ACTIONS(689), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(693), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(697), 1, + ACTIONS(773), 1, anon_sym_await, - ACTIONS(699), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1006), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(998), 1, + STATE(1017), 1, sym_string, - STATE(1023), 1, + STATE(1089), 1, sym_primary_expression, - STATE(1202), 1, + STATE(1388), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(695), 2, + ACTIONS(763), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(691), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(685), 4, + ACTIONS(761), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(679), 5, + ACTIONS(767), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(755), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1168), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -82158,52 +82519,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [66275] = 18, - ACTIONS(307), 1, + [66726] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(2087), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2091), 1, - anon_sym_type, - ACTIONS(2093), 1, + ACTIONS(2188), 1, anon_sym_await, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1635), 1, + STATE(1632), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1451), 2, + ACTIONS(2186), 2, + anon_sym_match, + anon_sym_type, + STATE(1516), 2, sym_attribute, sym_subscript, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(2184), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(2089), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -82219,49 +82580,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [66354] = 16, - ACTIONS(752), 1, + [66805] = 16, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(758), 1, - anon_sym_type, - ACTIONS(760), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(764), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(768), 1, + ACTIONS(773), 1, anon_sym_await, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1324), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1026), 1, + STATE(1017), 1, sym_string, - STATE(1071), 1, + STATE(1090), 1, sym_primary_expression, - STATE(1287), 1, + STATE(1388), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(766), 2, + ACTIONS(763), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(762), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(756), 4, + ACTIONS(761), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(750), 5, + ACTIONS(767), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(755), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1322), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -82278,49 +82639,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [66429] = 16, - ACTIONS(307), 1, + [66880] = 16, + ACTIONS(67), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(81), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(649), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(657), 1, anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(661), 1, anon_sym_await, - ACTIONS(1420), 1, + ACTIONS(1309), 1, anon_sym_STAR, - STATE(1041), 1, + STATE(978), 1, sym_string, - STATE(1142), 1, + STATE(980), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1077), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(75), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, + ACTIONS(655), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(65), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(653), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1435), 16, + STATE(1069), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -82337,110 +82698,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [66504] = 18, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, + [66955] = 16, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(2093), 1, - anon_sym_await, - ACTIONS(2165), 1, - sym_identifier, - ACTIONS(2169), 1, - anon_sym_type, - STATE(1041), 1, - sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(1638), 1, - sym_primary_expression, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1291), 2, - sym_attribute, - sym_subscript, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(320), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(2167), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [66583] = 16, - ACTIONS(307), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(675), 1, - anon_sym_type, - ACTIONS(677), 1, + ACTIONS(773), 1, anon_sym_await, - ACTIONS(1420), 1, + ACTIONS(775), 1, + sym_string_start, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1041), 1, + STATE(1017), 1, sym_string, - STATE(1144), 1, + STATE(1091), 1, sym_primary_expression, - STATE(1348), 1, + STATE(1388), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(763), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(673), 4, + ACTIONS(761), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(320), 5, + ACTIONS(767), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(755), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1435), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -82457,108 +82757,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [66658] = 16, - ACTIONS(796), 1, + [67030] = 16, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(802), 1, - anon_sym_type, - ACTIONS(804), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(808), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(812), 1, + ACTIONS(773), 1, anon_sym_await, - ACTIONS(814), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1330), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1017), 1, sym_string, - STATE(1218), 1, + STATE(1092), 1, sym_primary_expression, - STATE(1465), 1, + STATE(1388), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(810), 2, + ACTIONS(763), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(806), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(800), 4, + ACTIONS(761), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(794), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(1470), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [66733] = 16, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(652), 1, - anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_type, - ACTIONS(660), 1, - anon_sym_LBRACK, - ACTIONS(664), 1, - anon_sym_await, - ACTIONS(1312), 1, - anon_sym_STAR, - STATE(976), 1, - sym_string, - STATE(985), 1, - sym_primary_expression, - STATE(1062), 1, - sym_list_splat_pattern, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(75), 2, - sym_ellipsis, - sym_float, - ACTIONS(65), 3, + ACTIONS(767), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(656), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - ACTIONS(77), 5, + ACTIONS(755), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1121), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -82575,49 +82816,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [66808] = 16, - ACTIONS(67), 1, - anon_sym_LBRACE, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(652), 1, + [67105] = 16, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(658), 1, - anon_sym_type, - ACTIONS(660), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(664), 1, + ACTIONS(769), 1, + anon_sym_LBRACE, + ACTIONS(773), 1, anon_sym_await, - ACTIONS(1312), 1, + ACTIONS(775), 1, + sym_string_start, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(976), 1, + STATE(1017), 1, sym_string, - STATE(986), 1, + STATE(1094), 1, sym_primary_expression, - STATE(1062), 1, + STATE(1388), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(75), 2, + ACTIONS(763), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(65), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(656), 4, + ACTIONS(761), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(77), 5, + ACTIONS(767), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(755), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1121), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -82634,49 +82875,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [66883] = 16, - ACTIONS(730), 1, + [67180] = 16, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(736), 1, - anon_sym_type, - ACTIONS(738), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(773), 1, anon_sym_await, - ACTIONS(748), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1246), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(989), 1, + STATE(1017), 1, sym_string, - STATE(1042), 1, + STATE(1095), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1388), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(763), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(734), 4, + ACTIONS(761), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(728), 5, + ACTIONS(767), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(755), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1197), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -82693,49 +82934,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [66958] = 16, - ACTIONS(730), 1, + [67255] = 16, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(736), 1, - anon_sym_type, - ACTIONS(738), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(795), 1, anon_sym_await, - ACTIONS(748), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(1246), 1, + ACTIONS(1271), 1, anon_sym_STAR, - STATE(989), 1, + STATE(1024), 1, sym_string, - STATE(1043), 1, + STATE(1055), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1344), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(785), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(734), 4, + ACTIONS(783), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(728), 5, + ACTIONS(789), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(777), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1197), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -82752,53 +82993,55 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [67033] = 16, - ACTIONS(730), 1, - anon_sym_LPAREN, - ACTIONS(736), 1, - anon_sym_type, - ACTIONS(738), 1, - anon_sym_LBRACK, - ACTIONS(742), 1, + [67330] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(746), 1, - anon_sym_await, - ACTIONS(748), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1246), 1, + ACTIONS(668), 1, + anon_sym_LPAREN, + ACTIONS(678), 1, + anon_sym_LBRACK, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(989), 1, + ACTIONS(2098), 1, + anon_sym_await, + ACTIONS(2190), 1, + sym_identifier, + STATE(1041), 1, sym_string, - STATE(999), 1, - sym_primary_expression, - STATE(1270), 1, + STATE(1347), 1, sym_list_splat_pattern, + STATE(1621), 1, + sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, + ACTIONS(2096), 2, + anon_sym_match, + anon_sym_type, + STATE(643), 2, + sym_attribute, + sym_subscript, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(734), 4, + ACTIONS(2094), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(728), 5, + ACTIONS(323), 4, sym_integer, - sym_identifier, sym_true, sym_false, sym_none, - STATE(1197), 16, + STATE(1435), 14, sym_binary_operator, sym_unary_operator, - sym_attribute, - sym_subscript, sym_call, sym_list, sym_set, @@ -82811,49 +83054,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [67108] = 16, - ACTIONS(730), 1, + [67409] = 16, + ACTIONS(779), 1, anon_sym_LPAREN, - ACTIONS(736), 1, - anon_sym_type, - ACTIONS(738), 1, + ACTIONS(787), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(791), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(795), 1, anon_sym_await, - ACTIONS(748), 1, + ACTIONS(797), 1, sym_string_start, - ACTIONS(1246), 1, + ACTIONS(1271), 1, anon_sym_STAR, - STATE(989), 1, + STATE(1024), 1, sym_string, - STATE(1048), 1, + STATE(1056), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1344), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(785), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(793), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(734), 4, + ACTIONS(783), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(728), 5, + ACTIONS(789), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(777), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1197), 16, + STATE(1338), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -82870,49 +83113,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [67183] = 16, - ACTIONS(730), 1, + [67484] = 16, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(736), 1, - anon_sym_type, - ACTIONS(738), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(773), 1, anon_sym_await, - ACTIONS(748), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1246), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(989), 1, + STATE(1017), 1, sym_string, - STATE(1049), 1, + STATE(1101), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1388), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(763), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(734), 4, + ACTIONS(761), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(728), 5, + ACTIONS(767), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(755), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1197), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -82929,49 +83172,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [67258] = 16, - ACTIONS(730), 1, + [67559] = 16, + ACTIONS(757), 1, anon_sym_LPAREN, - ACTIONS(736), 1, - anon_sym_type, - ACTIONS(738), 1, + ACTIONS(765), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(769), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(773), 1, anon_sym_await, - ACTIONS(748), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(1246), 1, + ACTIONS(1341), 1, anon_sym_STAR, - STATE(989), 1, + STATE(1017), 1, sym_string, - STATE(1050), 1, + STATE(1102), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1388), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(763), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(771), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(734), 4, + ACTIONS(761), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(728), 5, + ACTIONS(767), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(755), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1197), 16, + STATE(1411), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -82988,170 +83231,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [67333] = 16, - ACTIONS(730), 1, - anon_sym_LPAREN, - ACTIONS(736), 1, - anon_sym_type, - ACTIONS(738), 1, - anon_sym_LBRACK, - ACTIONS(742), 1, + [67634] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(746), 1, - anon_sym_await, - ACTIONS(748), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(1246), 1, - anon_sym_STAR, - STATE(989), 1, - sym_string, - STATE(1044), 1, - sym_primary_expression, - STATE(1270), 1, - sym_list_splat_pattern, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(744), 2, - sym_ellipsis, - sym_float, - ACTIONS(740), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(734), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - ACTIONS(728), 5, - sym_integer, - sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(1197), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [67408] = 16, - ACTIONS(730), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(736), 1, - anon_sym_type, - ACTIONS(738), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(742), 1, - anon_sym_LBRACE, - ACTIONS(746), 1, - anon_sym_await, - ACTIONS(748), 1, - sym_string_start, - ACTIONS(1246), 1, + ACTIONS(1425), 1, anon_sym_STAR, - STATE(989), 1, - sym_string, - STATE(1039), 1, - sym_primary_expression, - STATE(1270), 1, - sym_list_splat_pattern, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(744), 2, - sym_ellipsis, - sym_float, - ACTIONS(740), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(734), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - ACTIONS(728), 5, - sym_integer, + ACTIONS(2142), 1, sym_identifier, - sym_true, - sym_false, - sym_none, - STATE(1197), 16, - sym_binary_operator, - sym_unary_operator, - sym_attribute, - sym_subscript, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [67483] = 18, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(2147), 1, + ACTIONS(2148), 1, anon_sym_await, - ACTIONS(2171), 1, - sym_identifier, - ACTIONS(2175), 1, - anon_sym_type, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1639), 1, + STATE(1642), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1176), 2, + ACTIONS(2146), 2, + anon_sym_match, + anon_sym_type, + STATE(1171), 2, sym_attribute, sym_subscript, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(2144), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(2173), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -83167,52 +83292,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [67562] = 18, - ACTIONS(307), 1, + [67713] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(2177), 1, - sym_identifier, - ACTIONS(2181), 1, - anon_sym_type, - ACTIONS(2183), 1, + ACTIONS(2156), 1, anon_sym_await, + ACTIONS(2158), 1, + sym_identifier, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, STATE(1630), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1501), 2, + ACTIONS(2154), 2, + anon_sym_match, + anon_sym_type, + STATE(1432), 2, sym_attribute, sym_subscript, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(2152), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(2179), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -83228,113 +83353,52 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [67641] = 18, - ACTIONS(307), 1, + [67792] = 18, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, + ACTIONS(1425), 1, anon_sym_STAR, - ACTIONS(2125), 1, - anon_sym_type, - ACTIONS(2127), 1, + ACTIONS(2140), 1, anon_sym_await, - ACTIONS(2185), 1, + ACTIONS(2166), 1, sym_identifier, STATE(1041), 1, sym_string, - STATE(1348), 1, + STATE(1347), 1, sym_list_splat_pattern, - STATE(1646), 1, + STATE(1640), 1, sym_primary_expression, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(629), 2, + ACTIONS(2138), 2, + anon_sym_match, + anon_sym_type, + STATE(1485), 2, sym_attribute, sym_subscript, - ACTIONS(312), 3, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, - sym_integer, - sym_true, - sym_false, - sym_none, - ACTIONS(2123), 4, + ACTIONS(2136), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - STATE(1435), 14, - sym_binary_operator, - sym_unary_operator, - sym_call, - sym_list, - sym_set, - sym_tuple, - sym_dictionary, - sym_list_comprehension, - sym_dictionary_comprehension, - sym_set_comprehension, - sym_generator_expression, - sym_parenthesized_expression, - sym_concatenated_string, - sym_await, - [67720] = 18, - ACTIONS(307), 1, - anon_sym_LBRACE, - ACTIONS(324), 1, - sym_string_start, - ACTIONS(408), 1, - anon_sym_LPAREN, - ACTIONS(412), 1, - anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(2141), 1, - sym_identifier, - ACTIONS(2145), 1, - anon_sym_type, - ACTIONS(2147), 1, - anon_sym_await, - STATE(1041), 1, - sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(1639), 1, - sym_primary_expression, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(318), 2, - sym_ellipsis, - sym_float, - STATE(1190), 2, - sym_attribute, - sym_subscript, - ACTIONS(312), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(323), 4, sym_integer, sym_true, sym_false, sym_none, - ACTIONS(2143), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, STATE(1435), 14, sym_binary_operator, sym_unary_operator, @@ -83350,55 +83414,53 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [67799] = 18, - ACTIONS(307), 1, + [67871] = 16, + ACTIONS(310), 1, anon_sym_LBRACE, - ACTIONS(324), 1, + ACTIONS(327), 1, sym_string_start, - ACTIONS(408), 1, + ACTIONS(668), 1, anon_sym_LPAREN, - ACTIONS(412), 1, + ACTIONS(678), 1, anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_STAR, - ACTIONS(2153), 1, - anon_sym_type, - ACTIONS(2155), 1, + ACTIONS(682), 1, anon_sym_await, - ACTIONS(2157), 1, - sym_identifier, + ACTIONS(1425), 1, + anon_sym_STAR, STATE(1041), 1, sym_string, - STATE(1348), 1, - sym_list_splat_pattern, - STATE(1628), 1, + STATE(1100), 1, sym_primary_expression, + STATE(1347), 1, + sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(318), 2, + ACTIONS(321), 2, sym_ellipsis, sym_float, - STATE(1444), 2, - sym_attribute, - sym_subscript, - ACTIONS(312), 3, + ACTIONS(676), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(315), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, - ACTIONS(320), 4, + ACTIONS(674), 3, + anon_sym_print, + anon_sym_async, + anon_sym_exec, + ACTIONS(323), 5, sym_integer, + sym_identifier, sym_true, sym_false, sym_none, - ACTIONS(2151), 4, - anon_sym_print, - anon_sym_match, - anon_sym_async, - anon_sym_exec, - STATE(1435), 14, + STATE(1435), 16, sym_binary_operator, sym_unary_operator, + sym_attribute, + sym_subscript, sym_call, sym_list, sym_set, @@ -83411,49 +83473,49 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [67878] = 16, - ACTIONS(730), 1, + [67946] = 16, + ACTIONS(801), 1, anon_sym_LPAREN, - ACTIONS(736), 1, - anon_sym_type, - ACTIONS(738), 1, + ACTIONS(809), 1, anon_sym_LBRACK, - ACTIONS(742), 1, + ACTIONS(813), 1, anon_sym_LBRACE, - ACTIONS(746), 1, + ACTIONS(817), 1, anon_sym_await, - ACTIONS(748), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(1246), 1, + ACTIONS(1337), 1, anon_sym_STAR, - STATE(989), 1, + STATE(1104), 1, sym_string, - STATE(1032), 1, + STATE(1186), 1, sym_primary_expression, - STATE(1270), 1, + STATE(1483), 1, sym_list_splat_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(744), 2, + ACTIONS(807), 2, + anon_sym_match, + anon_sym_type, + ACTIONS(815), 2, sym_ellipsis, sym_float, - ACTIONS(740), 3, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_TILDE, - ACTIONS(734), 4, + ACTIONS(805), 3, anon_sym_print, - anon_sym_match, anon_sym_async, anon_sym_exec, - ACTIONS(728), 5, + ACTIONS(811), 3, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_TILDE, + ACTIONS(799), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, - STATE(1197), 16, + STATE(1462), 16, sym_binary_operator, sym_unary_operator, sym_attribute, @@ -83470,59 +83532,106 @@ static const uint16_t ts_small_parse_table[] = { sym_parenthesized_expression, sym_concatenated_string, sym_await, - [67953] = 20, - ACTIONS(2189), 1, + [68021] = 5, + ACTIONS(81), 1, + sym_string_start, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(979), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2194), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2192), 31, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, + [68073] = 20, + ACTIONS(2198), 1, anon_sym_DOT, - ACTIONS(2191), 1, + ACTIONS(2200), 1, anon_sym_LPAREN, - ACTIONS(2199), 1, + ACTIONS(2208), 1, anon_sym_STAR_STAR, - ACTIONS(2201), 1, + ACTIONS(2210), 1, anon_sym_EQ, - ACTIONS(2203), 1, + ACTIONS(2212), 1, anon_sym_LBRACK, - ACTIONS(2209), 1, + ACTIONS(2218), 1, anon_sym_PIPE, - ACTIONS(2211), 1, + ACTIONS(2220), 1, anon_sym_not, - ACTIONS(2213), 1, + ACTIONS(2222), 1, anon_sym_AMP, - ACTIONS(2215), 1, + ACTIONS(2224), 1, anon_sym_CARET, - ACTIONS(2219), 1, + ACTIONS(2228), 1, anon_sym_is, - STATE(1588), 1, + STATE(1589), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2193), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2195), 2, + ACTIONS(2204), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2207), 2, + ACTIONS(2216), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2217), 2, + ACTIONS(2226), 2, anon_sym_LT, anon_sym_GT, - STATE(1149), 2, + STATE(1130), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2205), 3, + ACTIONS(2214), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2197), 6, + ACTIONS(2206), 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(2187), 9, + ACTIONS(2196), 9, sym__newline, anon_sym_SEMI, anon_sym_from, @@ -83532,22 +83641,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_and, anon_sym_or, - [68035] = 5, + [68155] = 5, ACTIONS(81), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(978), 2, + STATE(976), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1547), 5, + ACTIONS(1552), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 31, + ACTIONS(1547), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -83579,22 +83688,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [68087] = 5, - ACTIONS(2225), 1, + [68207] = 5, + ACTIONS(2234), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(977), 2, + STATE(979), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(2223), 5, + ACTIONS(2232), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2221), 31, + ACTIONS(2230), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -83626,167 +83735,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [68139] = 5, - ACTIONS(81), 1, - sym_string_start, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(977), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2230), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2228), 31, - sym__newline, - anon_sym_SEMI, + [68259] = 15, + ACTIONS(2198), 1, anon_sym_DOT, - anon_sym_from, + ACTIONS(2200), 1, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, + ACTIONS(2208), 1, anon_sym_STAR_STAR, + ACTIONS(2212), 1, anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, + ACTIONS(2218), 1, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, + ACTIONS(2222), 1, anon_sym_AMP, + ACTIONS(2224), 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, - [68191] = 8, - ACTIONS(2189), 1, - anon_sym_DOT, - ACTIONS(2191), 1, - anon_sym_LPAREN, - ACTIONS(2199), 1, - anon_sym_STAR_STAR, - ACTIONS(2203), 1, - anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1149), 2, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2204), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2216), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1130), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2234), 5, - anon_sym_STAR, + ACTIONS(2214), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2239), 3, anon_sym_EQ, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2232), 27, + ACTIONS(2237), 17, sym__newline, anon_sym_SEMI, anon_sym_from, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [68248] = 8, - ACTIONS(2189), 1, + [68330] = 15, + ACTIONS(2198), 1, anon_sym_DOT, - ACTIONS(2191), 1, + ACTIONS(2200), 1, anon_sym_LPAREN, - ACTIONS(2199), 1, + ACTIONS(2208), 1, anon_sym_STAR_STAR, - ACTIONS(2203), 1, + ACTIONS(2212), 1, anon_sym_LBRACK, + ACTIONS(2218), 1, + anon_sym_PIPE, + ACTIONS(2222), 1, + anon_sym_AMP, + ACTIONS(2224), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1149), 2, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2204), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2216), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1130), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 5, - anon_sym_STAR, + ACTIONS(2214), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2243), 3, anon_sym_EQ, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 27, + ACTIONS(2241), 17, sym__newline, anon_sym_SEMI, anon_sym_from, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [68305] = 5, - ACTIONS(699), 1, + [68401] = 5, + ACTIONS(704), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(987), 2, + STATE(984), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(2230), 5, + ACTIONS(2194), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2228), 30, + ACTIONS(2192), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -83817,33 +83893,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [68356] = 10, - ACTIONS(2189), 1, + [68452] = 11, + ACTIONS(2198), 1, anon_sym_DOT, - ACTIONS(2191), 1, + ACTIONS(2200), 1, anon_sym_LPAREN, - ACTIONS(2199), 1, + ACTIONS(2208), 1, anon_sym_STAR_STAR, - ACTIONS(2203), 1, + ACTIONS(2212), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2193), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1149), 2, + ACTIONS(2216), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1130), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2205), 3, + ACTIONS(2214), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2238), 3, + ACTIONS(2247), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 24, + ACTIONS(2245), 22, sym__newline, anon_sym_SEMI, anon_sym_from, @@ -83853,9 +83932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, @@ -83868,63 +83945,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [68417] = 14, - ACTIONS(2189), 1, - anon_sym_DOT, - ACTIONS(2191), 1, - anon_sym_LPAREN, - ACTIONS(2199), 1, - anon_sym_STAR_STAR, - ACTIONS(2203), 1, - anon_sym_LBRACK, - ACTIONS(2213), 1, - anon_sym_AMP, - ACTIONS(2215), 1, - anon_sym_CARET, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2193), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2195), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2207), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1149), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2205), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2238), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2236), 18, - sym__newline, - anon_sym_SEMI, - anon_sym_from, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - 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, - [68486] = 5, - ACTIONS(2240), 1, + [68515] = 5, + ACTIONS(2249), 1, sym_string_start, ACTIONS(3), 2, sym_comment, @@ -83932,21 +83954,20 @@ static const uint16_t ts_small_parse_table[] = { STATE(984), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(2223), 5, - anon_sym_as, + ACTIONS(2232), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2221), 30, + ACTIONS(2230), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -83969,41 +83990,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [68537] = 13, - ACTIONS(2189), 1, + sym_type_conversion, + [68566] = 20, + ACTIONS(2210), 1, + anon_sym_as, + ACTIONS(2252), 1, + anon_sym_DOT, + ACTIONS(2254), 1, + anon_sym_LPAREN, + ACTIONS(2262), 1, + anon_sym_STAR_STAR, + ACTIONS(2264), 1, + anon_sym_LBRACK, + ACTIONS(2270), 1, + anon_sym_PIPE, + ACTIONS(2272), 1, + anon_sym_not, + ACTIONS(2274), 1, + anon_sym_AMP, + ACTIONS(2276), 1, + anon_sym_CARET, + ACTIONS(2280), 1, + anon_sym_is, + STATE(1605), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2256), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2258), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2268), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2278), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1177), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2266), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2260), 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(2196), 8, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_or, + [68647] = 15, + ACTIONS(2198), 1, anon_sym_DOT, - ACTIONS(2191), 1, + ACTIONS(2200), 1, anon_sym_LPAREN, - ACTIONS(2199), 1, + ACTIONS(2208), 1, anon_sym_STAR_STAR, - ACTIONS(2203), 1, + ACTIONS(2212), 1, anon_sym_LBRACK, - ACTIONS(2215), 1, + ACTIONS(2218), 1, + anon_sym_PIPE, + ACTIONS(2222), 1, + anon_sym_AMP, + ACTIONS(2224), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2193), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2195), 2, + ACTIONS(2204), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2207), 2, + ACTIONS(2216), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1149), 2, + STATE(1130), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2205), 3, + ACTIONS(2214), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2238), 3, + ACTIONS(2284), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 19, + ACTIONS(2282), 17, sym__newline, anon_sym_SEMI, anon_sym_from, @@ -84012,50 +84099,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, - 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, - [68604] = 12, - ACTIONS(2189), 1, + [68718] = 13, + ACTIONS(2198), 1, anon_sym_DOT, - ACTIONS(2191), 1, + ACTIONS(2200), 1, anon_sym_LPAREN, - ACTIONS(2199), 1, + ACTIONS(2208), 1, anon_sym_STAR_STAR, - ACTIONS(2203), 1, + ACTIONS(2212), 1, anon_sym_LBRACK, + ACTIONS(2224), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2193), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2195), 2, + ACTIONS(2204), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2207), 2, + ACTIONS(2216), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1149), 2, + STATE(1130), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2205), 3, + ACTIONS(2214), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2238), 3, + ACTIONS(2247), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 20, + ACTIONS(2245), 19, sym__newline, anon_sym_SEMI, anon_sym_from, @@ -84069,36 +84156,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, 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, - [68669] = 5, - ACTIONS(2243), 1, + [68785] = 5, + ACTIONS(2286), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(987), 2, + STATE(988), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(2223), 5, + ACTIONS(2232), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2221), 30, + ACTIONS(2230), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -84121,99 +84208,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [68720] = 20, - ACTIONS(2201), 1, - anon_sym_as, - ACTIONS(2246), 1, + [68836] = 8, + ACTIONS(2198), 1, anon_sym_DOT, - ACTIONS(2248), 1, + ACTIONS(2200), 1, anon_sym_LPAREN, - ACTIONS(2256), 1, + ACTIONS(2208), 1, anon_sym_STAR_STAR, - ACTIONS(2258), 1, + ACTIONS(2212), 1, anon_sym_LBRACK, - ACTIONS(2264), 1, - anon_sym_PIPE, - ACTIONS(2266), 1, - anon_sym_not, - ACTIONS(2268), 1, - anon_sym_AMP, - ACTIONS(2270), 1, - anon_sym_CARET, - ACTIONS(2274), 1, - anon_sym_is, - STATE(1603), 1, - aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2250), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2252), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2262), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2272), 2, - anon_sym_LT, - anon_sym_GT, - STATE(1241), 2, + STATE(1130), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2260), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2254), 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(2187), 8, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - anon_sym_and, - anon_sym_or, - [68801] = 5, - ACTIONS(748), 1, - sym_string_start, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(997), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1547), 5, - anon_sym_as, + ACTIONS(2247), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2245), 27, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -84229,150 +84257,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [68852] = 15, - ACTIONS(2189), 1, + [68893] = 10, + ACTIONS(2198), 1, anon_sym_DOT, - ACTIONS(2191), 1, + ACTIONS(2200), 1, anon_sym_LPAREN, - ACTIONS(2199), 1, + ACTIONS(2208), 1, anon_sym_STAR_STAR, - ACTIONS(2203), 1, + ACTIONS(2212), 1, anon_sym_LBRACK, - ACTIONS(2209), 1, - anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_AMP, - ACTIONS(2215), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2193), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2195), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2207), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1149), 2, + STATE(1130), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2205), 3, + ACTIONS(2214), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2278), 3, + ACTIONS(2247), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2276), 17, + ACTIONS(2245), 24, sym__newline, anon_sym_SEMI, anon_sym_from, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + 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, - [68923] = 8, - ACTIONS(2189), 1, + [68954] = 14, + ACTIONS(2198), 1, anon_sym_DOT, - ACTIONS(2191), 1, + ACTIONS(2200), 1, anon_sym_LPAREN, - ACTIONS(2199), 1, + ACTIONS(2208), 1, anon_sym_STAR_STAR, - ACTIONS(2203), 1, + ACTIONS(2212), 1, anon_sym_LBRACK, - ACTIONS(3), 2, + ACTIONS(2222), 1, + anon_sym_AMP, + ACTIONS(2224), 1, + anon_sym_CARET, + ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1149), 2, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2204), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2216), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1130), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2282), 5, - anon_sym_STAR, + ACTIONS(2214), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2247), 3, anon_sym_EQ, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2280), 27, + ACTIONS(2245), 18, sym__newline, anon_sym_SEMI, anon_sym_from, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [68980] = 15, - ACTIONS(2189), 1, + [69023] = 12, + ACTIONS(2198), 1, anon_sym_DOT, - ACTIONS(2191), 1, + ACTIONS(2200), 1, anon_sym_LPAREN, - ACTIONS(2199), 1, + ACTIONS(2208), 1, anon_sym_STAR_STAR, - ACTIONS(2203), 1, + ACTIONS(2212), 1, anon_sym_LBRACK, - ACTIONS(2209), 1, - anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_AMP, - ACTIONS(2215), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2193), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2195), 2, + ACTIONS(2204), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2207), 2, + ACTIONS(2216), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1149), 2, + STATE(1130), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2205), 3, + ACTIONS(2214), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2286), 3, + ACTIONS(2247), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2284), 17, + ACTIONS(2245), 20, sym__newline, anon_sym_SEMI, anon_sym_from, @@ -84381,114 +84404,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, + 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, - [69051] = 15, - ACTIONS(2189), 1, + [69088] = 8, + ACTIONS(2198), 1, anon_sym_DOT, - ACTIONS(2191), 1, + ACTIONS(2200), 1, anon_sym_LPAREN, - ACTIONS(2199), 1, + ACTIONS(2208), 1, anon_sym_STAR_STAR, - ACTIONS(2203), 1, + ACTIONS(2212), 1, anon_sym_LBRACK, - ACTIONS(2209), 1, - anon_sym_PIPE, - ACTIONS(2213), 1, - anon_sym_AMP, - ACTIONS(2215), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2193), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2195), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2207), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1149), 2, + STATE(1130), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2205), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2290), 3, + ACTIONS(2247), 5, + anon_sym_STAR, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2288), 17, + ACTIONS(2245), 27, sym__newline, anon_sym_SEMI, anon_sym_from, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [69122] = 11, - ACTIONS(2189), 1, - anon_sym_DOT, - ACTIONS(2191), 1, - anon_sym_LPAREN, - ACTIONS(2199), 1, - anon_sym_STAR_STAR, - ACTIONS(2203), 1, - anon_sym_LBRACK, + [69145] = 5, + ACTIONS(729), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2193), 2, + STATE(995), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1552), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2207), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1149), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2205), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2238), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 22, - sym__newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(1547), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -84498,40 +84511,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69185] = 8, - ACTIONS(2189), 1, - anon_sym_DOT, - ACTIONS(2191), 1, - anon_sym_LPAREN, - ACTIONS(2199), 1, - anon_sym_STAR_STAR, - ACTIONS(2203), 1, - anon_sym_LBRACK, + [69196] = 5, + ACTIONS(729), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1149), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 5, + STATE(988), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2194), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 27, - sym__newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2192), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -84547,59 +84557,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69242] = 20, - ACTIONS(2201), 1, + [69247] = 20, + ACTIONS(2210), 1, anon_sym_EQ, - ACTIONS(2292), 1, + ACTIONS(2289), 1, anon_sym_DOT, - ACTIONS(2294), 1, + ACTIONS(2291), 1, anon_sym_LPAREN, - ACTIONS(2302), 1, + ACTIONS(2299), 1, anon_sym_STAR_STAR, - ACTIONS(2304), 1, + ACTIONS(2301), 1, anon_sym_LBRACK, - ACTIONS(2310), 1, + ACTIONS(2307), 1, anon_sym_PIPE, - ACTIONS(2312), 1, + ACTIONS(2309), 1, anon_sym_not, - ACTIONS(2314), 1, + ACTIONS(2311), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2313), 1, anon_sym_CARET, - ACTIONS(2320), 1, + ACTIONS(2317), 1, anon_sym_is, - STATE(1600), 1, + STATE(1601), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2296), 2, + ACTIONS(2293), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2298), 2, + ACTIONS(2295), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2308), 2, + ACTIONS(2305), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2318), 2, + ACTIONS(2315), 2, anon_sym_LT, anon_sym_GT, - STATE(1174), 2, + STATE(1239), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2306), 3, + ACTIONS(2303), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2300), 6, + ACTIONS(2297), 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(2187), 8, + ACTIONS(2196), 8, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -84608,30 +84618,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, sym_type_conversion, - [69323] = 5, - ACTIONS(748), 1, + [69328] = 5, + ACTIONS(704), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(984), 2, + STATE(982), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(2230), 5, - anon_sym_as, + ACTIONS(1552), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2228), 30, + ACTIONS(1547), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -84654,36 +84663,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69374] = 5, - ACTIONS(699), 1, - sym_string_start, + sym_type_conversion, + [69379] = 8, + ACTIONS(2198), 1, + anon_sym_DOT, + ACTIONS(2200), 1, + anon_sym_LPAREN, + ACTIONS(2208), 1, + anon_sym_STAR_STAR, + ACTIONS(2212), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(981), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1547), 5, + STATE(1130), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2321), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2319), 27, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -84699,84 +84713,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [69425] = 15, - ACTIONS(2246), 1, - anon_sym_DOT, - ACTIONS(2248), 1, - anon_sym_LPAREN, - ACTIONS(2256), 1, - anon_sym_STAR_STAR, - ACTIONS(2258), 1, - anon_sym_LBRACK, - ACTIONS(2264), 1, - anon_sym_PIPE, - ACTIONS(2268), 1, - anon_sym_AMP, - ACTIONS(2270), 1, - anon_sym_CARET, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2250), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2252), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2262), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1241), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2260), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2290), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2288), 16, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_RBRACE, - 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, - [69495] = 8, - ACTIONS(2292), 1, + [69436] = 8, + ACTIONS(2198), 1, anon_sym_DOT, - ACTIONS(2294), 1, + ACTIONS(2200), 1, anon_sym_LPAREN, - ACTIONS(2302), 1, + ACTIONS(2208), 1, anon_sym_STAR_STAR, - ACTIONS(2304), 1, + ACTIONS(2212), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1174), 2, + STATE(1130), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2234), 5, + ACTIONS(2325), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2232), 26, + ACTIONS(2323), 27, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -84786,7 +84747,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -84802,19 +84762,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [69551] = 3, + [69493] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1646), 6, + ACTIONS(1611), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1644), 31, + ACTIONS(1609), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -84846,42 +84805,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [69597] = 3, + [69539] = 13, + ACTIONS(2289), 1, + anon_sym_DOT, + ACTIONS(2291), 1, + anon_sym_LPAREN, + ACTIONS(2299), 1, + anon_sym_STAR_STAR, + ACTIONS(2301), 1, + anon_sym_LBRACK, + ACTIONS(2313), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1638), 6, - anon_sym_as, + ACTIONS(2293), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2295), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2305), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1239), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1636), 31, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2303), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 18, anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -84889,54 +84858,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [69643] = 15, - ACTIONS(2292), 1, + [69605] = 12, + ACTIONS(2289), 1, anon_sym_DOT, - ACTIONS(2294), 1, + ACTIONS(2291), 1, anon_sym_LPAREN, - ACTIONS(2302), 1, + ACTIONS(2299), 1, anon_sym_STAR_STAR, - ACTIONS(2304), 1, + ACTIONS(2301), 1, anon_sym_LBRACK, - ACTIONS(2310), 1, - anon_sym_PIPE, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2296), 2, + ACTIONS(2293), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2298), 2, + ACTIONS(2295), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2308), 2, + ACTIONS(2305), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1174), 2, + STATE(1239), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2286), 3, + ACTIONS(2247), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2306), 3, + ACTIONS(2303), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2284), 16, + ACTIONS(2245), 19, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_AMP, + anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -84944,134 +84910,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [69713] = 5, - ACTIONS(2322), 1, - sym_string_start, + [69669] = 13, + ACTIONS(2252), 1, + anon_sym_DOT, + ACTIONS(2254), 1, + anon_sym_LPAREN, + ACTIONS(2262), 1, + anon_sym_STAR_STAR, + ACTIONS(2264), 1, + anon_sym_LBRACK, + ACTIONS(2276), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1004), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2223), 5, - anon_sym_as, + ACTIONS(2256), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2258), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2268), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1177), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2221), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2266), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 18, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, + anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, 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, - [69763] = 20, - ACTIONS(2201), 1, - anon_sym_as, - ACTIONS(2325), 1, + [69735] = 15, + ACTIONS(2252), 1, anon_sym_DOT, - ACTIONS(2327), 1, + ACTIONS(2254), 1, anon_sym_LPAREN, - ACTIONS(2335), 1, + ACTIONS(2262), 1, anon_sym_STAR_STAR, - ACTIONS(2337), 1, + ACTIONS(2264), 1, anon_sym_LBRACK, - ACTIONS(2343), 1, + ACTIONS(2270), 1, anon_sym_PIPE, - ACTIONS(2345), 1, - anon_sym_not, - ACTIONS(2347), 1, + ACTIONS(2274), 1, anon_sym_AMP, - ACTIONS(2349), 1, + ACTIONS(2276), 1, anon_sym_CARET, - ACTIONS(2353), 1, - anon_sym_is, - STATE(1616), 1, - aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 2, + ACTIONS(2256), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2331), 2, + ACTIONS(2258), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2341), 2, + ACTIONS(2268), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2351), 2, - anon_sym_LT, - anon_sym_GT, - STATE(1431), 2, + STATE(1177), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2339), 3, + ACTIONS(2266), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2333), 6, + ACTIONS(2284), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2282), 16, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_RBRACE, + 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, - ACTIONS(2187), 7, + anon_sym_is, + [69805] = 8, + ACTIONS(2252), 1, + anon_sym_DOT, + ACTIONS(2254), 1, + anon_sym_LPAREN, + ACTIONS(2262), 1, + anon_sym_STAR_STAR, + ACTIONS(2264), 1, + anon_sym_LBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1177), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2245), 26, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, - anon_sym_RBRACK, + anon_sym_in, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_not, anon_sym_and, anon_sym_or, - [69843] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, + [69861] = 5, + ACTIONS(327), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 6, + STATE(1029), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2194), 5, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 30, - sym__newline, - anon_sym_SEMI, + ACTIONS(2192), 29, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -85093,36 +85111,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69891] = 5, - ACTIONS(792), 1, - sym_string_start, + [69911] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1034), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1547), 5, + ACTIONS(1657), 6, anon_sym_as, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, + ACTIONS(1655), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -85138,97 +85153,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [69941] = 15, - ACTIONS(2292), 1, + sym_type_conversion, + [69957] = 12, + ACTIONS(2252), 1, anon_sym_DOT, - ACTIONS(2294), 1, + ACTIONS(2254), 1, anon_sym_LPAREN, - ACTIONS(2302), 1, + ACTIONS(2262), 1, anon_sym_STAR_STAR, - ACTIONS(2304), 1, + ACTIONS(2264), 1, anon_sym_LBRACK, - ACTIONS(2310), 1, - anon_sym_PIPE, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2296), 2, + ACTIONS(2256), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2298), 2, + ACTIONS(2258), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2308), 2, + ACTIONS(2268), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1174), 2, + STATE(1177), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2278), 3, - anon_sym_EQ, + ACTIONS(2247), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2306), 3, + ACTIONS(2266), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2276), 16, + ACTIONS(2245), 19, anon_sym_COMMA, - anon_sym_as, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, + 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, - sym_type_conversion, - [70011] = 3, + [70021] = 15, + ACTIONS(2289), 1, + anon_sym_DOT, + ACTIONS(2291), 1, + anon_sym_LPAREN, + ACTIONS(2299), 1, + anon_sym_STAR_STAR, + ACTIONS(2301), 1, + anon_sym_LBRACK, + ACTIONS(2307), 1, + anon_sym_PIPE, + ACTIONS(2311), 1, + anon_sym_AMP, + ACTIONS(2313), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1634), 6, - anon_sym_as, + ACTIONS(2293), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2295), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2305), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1239), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2239), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1632), 31, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2303), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2237), 16, anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -85236,90 +85261,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [70057] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1642), 6, + [70091] = 20, + ACTIONS(2210), 1, anon_sym_as, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1640), 31, + ACTIONS(2327), 1, anon_sym_DOT, + ACTIONS(2329), 1, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, + ACTIONS(2337), 1, anon_sym_STAR_STAR, + ACTIONS(2339), 1, anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, + ACTIONS(2345), 1, anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, + ACTIONS(2347), 1, anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, + ACTIONS(2349), 1, anon_sym_AMP, + ACTIONS(2351), 1, anon_sym_CARET, + ACTIONS(2355), 1, + anon_sym_is, + STATE(1609), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2331), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2333), 2, + anon_sym_GT_GT, anon_sym_LT_LT, + ACTIONS(2343), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2353), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1334), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2341), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2335), 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, - sym_type_conversion, - [70103] = 8, - ACTIONS(2292), 1, + ACTIONS(2196), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_and, + anon_sym_or, + [70171] = 15, + ACTIONS(2289), 1, anon_sym_DOT, - ACTIONS(2294), 1, + ACTIONS(2291), 1, anon_sym_LPAREN, - ACTIONS(2302), 1, + ACTIONS(2299), 1, anon_sym_STAR_STAR, - ACTIONS(2304), 1, + ACTIONS(2301), 1, anon_sym_LBRACK, + ACTIONS(2307), 1, + anon_sym_PIPE, + ACTIONS(2311), 1, + anon_sym_AMP, + ACTIONS(2313), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1174), 2, + ACTIONS(2293), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2295), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2305), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1239), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 5, - anon_sym_STAR, + ACTIONS(2243), 3, anon_sym_EQ, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 26, + ACTIONS(2303), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2241), 16, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -85327,28 +85376,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [70159] = 5, - ACTIONS(2355), 1, - sym_string_start, + [70241] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1012), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2223), 5, + ACTIONS(1661), 6, anon_sym_as, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2221), 29, + ACTIONS(1659), 31, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -85357,6 +85402,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -85372,18 +85418,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70209] = 3, + sym_type_conversion, + [70287] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 6, + ACTIONS(1607), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 31, + ACTIONS(1605), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -85415,35 +85462,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [70255] = 4, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, + [70333] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 6, + ACTIONS(1607), 6, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 30, - sym__newline, - anon_sym_SEMI, + ACTIONS(1605), 31, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -85459,108 +85504,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70303] = 11, - ACTIONS(2292), 1, - anon_sym_DOT, - ACTIONS(2294), 1, + sym_type_conversion, + [70379] = 19, + ACTIONS(2200), 1, anon_sym_LPAREN, - ACTIONS(2302), 1, + ACTIONS(2208), 1, anon_sym_STAR_STAR, - ACTIONS(2304), 1, + ACTIONS(2218), 1, + anon_sym_PIPE, + ACTIONS(2220), 1, + anon_sym_not, + ACTIONS(2222), 1, + anon_sym_AMP, + ACTIONS(2224), 1, + anon_sym_CARET, + ACTIONS(2228), 1, + anon_sym_is, + ACTIONS(2357), 1, + anon_sym_DOT, + ACTIONS(2359), 1, anon_sym_LBRACK, + STATE(1589), 1, + aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2296), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2308), 2, + ACTIONS(2204), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2216), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1174), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_EQ, + ACTIONS(2226), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2306), 3, + STATE(1130), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2214), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 21, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - 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, - [70365] = 19, - ACTIONS(2191), 1, - anon_sym_LPAREN, - ACTIONS(2199), 1, - anon_sym_STAR_STAR, - ACTIONS(2209), 1, - anon_sym_PIPE, - ACTIONS(2211), 1, - anon_sym_not, - ACTIONS(2213), 1, - anon_sym_AMP, - ACTIONS(2215), 1, - anon_sym_CARET, - ACTIONS(2219), 1, - anon_sym_is, - ACTIONS(2358), 1, - anon_sym_DOT, - ACTIONS(2360), 1, - anon_sym_LBRACK, - STATE(1588), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2193), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2195), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2207), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2217), 2, - anon_sym_LT, - anon_sym_GT, - STATE(1149), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2205), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2197), 6, + ACTIONS(2206), 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(2187), 8, + ACTIONS(2196), 8, sym__newline, anon_sym_SEMI, anon_sym_COMMA, @@ -85569,28 +85564,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_and, anon_sym_or, - [70443] = 8, - ACTIONS(2246), 1, - anon_sym_DOT, - ACTIONS(2248), 1, - anon_sym_LPAREN, - ACTIONS(2256), 1, - anon_sym_STAR_STAR, - ACTIONS(2258), 1, - anon_sym_LBRACK, + [70457] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1241), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2282), 5, + ACTIONS(1611), 6, anon_sym_as, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2280), 26, + ACTIONS(1609), 31, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -85598,6 +85585,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -85617,39 +85606,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70499] = 8, - ACTIONS(2246), 1, - anon_sym_DOT, - ACTIONS(2248), 1, - anon_sym_LPAREN, - ACTIONS(2256), 1, - anon_sym_STAR_STAR, - ACTIONS(2258), 1, - anon_sym_LBRACK, + sym_type_conversion, + [70503] = 5, + ACTIONS(775), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1241), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2234), 5, - anon_sym_as, + STATE(1042), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1552), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2232), 26, + ACTIONS(1547), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -85665,90 +85652,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70555] = 15, - ACTIONS(2292), 1, + [70553] = 5, + ACTIONS(2361), 1, + sym_string_start, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1018), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2232), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2230), 29, anon_sym_DOT, - ACTIONS(2294), 1, anon_sym_LPAREN, - ACTIONS(2302), 1, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, anon_sym_STAR_STAR, - ACTIONS(2304), 1, anon_sym_LBRACK, - ACTIONS(2310), 1, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, - ACTIONS(2314), 1, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, - ACTIONS(2316), 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, + [70603] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2296), 2, + ACTIONS(2366), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2298), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2308), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1174), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2290), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2306), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2288), 16, + ACTIONS(2364), 32, + sym__newline, + sym_string_start, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [70625] = 8, - ACTIONS(2292), 1, + [70649] = 10, + ACTIONS(2252), 1, anon_sym_DOT, - ACTIONS(2294), 1, + ACTIONS(2254), 1, anon_sym_LPAREN, - ACTIONS(2302), 1, + ACTIONS(2262), 1, anon_sym_STAR_STAR, - ACTIONS(2304), 1, + ACTIONS(2264), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1174), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 5, + ACTIONS(2256), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + STATE(1177), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 26, + ACTIONS(2266), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 23, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, - anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_RBRACE, @@ -85756,8 +85781,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -85767,25 +85790,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [70681] = 3, + [70709] = 5, + ACTIONS(753), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 6, + STATE(1025), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1552), 5, anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 31, + ACTIONS(1547), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -85794,7 +85820,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -85810,94 +85835,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [70727] = 20, - ACTIONS(2201), 1, - anon_sym_as, - ACTIONS(2362), 1, - anon_sym_DOT, - ACTIONS(2364), 1, - anon_sym_LPAREN, - ACTIONS(2372), 1, - anon_sym_STAR_STAR, - ACTIONS(2374), 1, - anon_sym_LBRACK, - ACTIONS(2380), 1, - anon_sym_PIPE, - ACTIONS(2382), 1, - anon_sym_not, - ACTIONS(2384), 1, - anon_sym_AMP, - ACTIONS(2386), 1, - anon_sym_CARET, - ACTIONS(2390), 1, - anon_sym_is, - STATE(1617), 1, - aux_sym_comparison_operator_repeat1, + [70759] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2366), 2, + ACTIONS(279), 6, anon_sym_STAR, + anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(2368), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2378), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2388), 2, anon_sym_LT, anon_sym_GT, - STATE(1338), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2376), 3, + ACTIONS(277), 30, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2370), 6, - anon_sym_in, + 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(2187), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_and, - anon_sym_or, + anon_sym_is, [70807] = 8, - ACTIONS(2292), 1, + ACTIONS(2252), 1, anon_sym_DOT, - ACTIONS(2294), 1, + ACTIONS(2254), 1, anon_sym_LPAREN, - ACTIONS(2302), 1, + ACTIONS(2262), 1, anon_sym_STAR_STAR, - ACTIONS(2304), 1, + ACTIONS(2264), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1174), 2, + STATE(1177), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2282), 5, + ACTIONS(2247), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2280), 26, + ACTIONS(2245), 26, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_AT, anon_sym_DASH, @@ -85918,26 +85927,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, [70863] = 5, - ACTIONS(726), 1, + ACTIONS(797), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1046), 2, + STATE(1048), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1547), 5, + ACTIONS(1552), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, + ACTIONS(1547), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -85946,6 +85953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -85964,24 +85972,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [70913] = 3, + [70913] = 5, + ACTIONS(753), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 6, + STATE(1018), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2194), 5, anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 31, + ACTIONS(2192), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -85990,7 +86002,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -86006,37 +86017,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [70959] = 5, - ACTIONS(770), 1, - sym_string_start, + [70963] = 8, + ACTIONS(2252), 1, + anon_sym_DOT, + ACTIONS(2254), 1, + anon_sym_LPAREN, + ACTIONS(2262), 1, + anon_sym_STAR_STAR, + ACTIONS(2264), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1030), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1547), 5, + STATE(1177), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2325), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(2323), 26, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -86052,53 +86065,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71009] = 14, - ACTIONS(2292), 1, + [71019] = 15, + ACTIONS(2252), 1, anon_sym_DOT, - ACTIONS(2294), 1, + ACTIONS(2254), 1, anon_sym_LPAREN, - ACTIONS(2302), 1, + ACTIONS(2262), 1, anon_sym_STAR_STAR, - ACTIONS(2304), 1, + ACTIONS(2264), 1, anon_sym_LBRACK, - ACTIONS(2314), 1, + ACTIONS(2270), 1, + anon_sym_PIPE, + ACTIONS(2274), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2276), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2296), 2, + ACTIONS(2256), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2298), 2, + ACTIONS(2258), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2308), 2, + ACTIONS(2268), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1174), 2, + STATE(1177), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_EQ, + ACTIONS(2239), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2306), 3, + ACTIONS(2266), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 17, + ACTIONS(2237), 16, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACE, + 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, + [71089] = 8, + ACTIONS(2289), 1, + anon_sym_DOT, + ACTIONS(2291), 1, + anon_sym_LPAREN, + ACTIONS(2299), 1, + anon_sym_STAR_STAR, + ACTIONS(2301), 1, + anon_sym_LBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1239), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2245), 26, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -86106,30 +86168,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [71077] = 5, - ACTIONS(2392), 1, + [71145] = 5, + ACTIONS(2368), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1028), 2, + STATE(1029), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(2223), 5, + ACTIONS(2232), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2221), 29, + ACTIONS(2230), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -86151,43 +86213,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71127] = 13, - ACTIONS(2292), 1, + [71195] = 11, + ACTIONS(2289), 1, anon_sym_DOT, - ACTIONS(2294), 1, + ACTIONS(2291), 1, anon_sym_LPAREN, - ACTIONS(2302), 1, + ACTIONS(2299), 1, anon_sym_STAR_STAR, - ACTIONS(2304), 1, + ACTIONS(2301), 1, anon_sym_LBRACK, - ACTIONS(2316), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2296), 2, + ACTIONS(2293), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2298), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2308), 2, + ACTIONS(2305), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1174), 2, + STATE(1239), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, + ACTIONS(2247), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2306), 3, + ACTIONS(2303), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 18, + ACTIONS(2245), 21, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, @@ -86197,6 +86255,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -86204,64 +86264,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [71193] = 5, - ACTIONS(770), 1, - sym_string_start, + [71257] = 15, + ACTIONS(2252), 1, + anon_sym_DOT, + ACTIONS(2254), 1, + anon_sym_LPAREN, + ACTIONS(2262), 1, + anon_sym_STAR_STAR, + ACTIONS(2264), 1, + anon_sym_LBRACK, + ACTIONS(2270), 1, + anon_sym_PIPE, + ACTIONS(2274), 1, + anon_sym_AMP, + ACTIONS(2276), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1028), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2230), 5, + ACTIONS(2256), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2258), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2268), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1177), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2243), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2228), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(2266), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2241), 16, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, + anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [71243] = 3, + [71327] = 4, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2397), 5, + ACTIONS(1552), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2395), 32, + ACTIONS(1547), 30, sym__newline, - sym_string_start, anon_sym_SEMI, anon_sym_DOT, anon_sym_from, @@ -86270,7 +86342,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -86292,50 +86363,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71289] = 15, - ACTIONS(2246), 1, + [71375] = 15, + ACTIONS(2289), 1, anon_sym_DOT, - ACTIONS(2248), 1, + ACTIONS(2291), 1, anon_sym_LPAREN, - ACTIONS(2256), 1, + ACTIONS(2299), 1, anon_sym_STAR_STAR, - ACTIONS(2258), 1, + ACTIONS(2301), 1, anon_sym_LBRACK, - ACTIONS(2264), 1, + ACTIONS(2307), 1, anon_sym_PIPE, - ACTIONS(2268), 1, + ACTIONS(2311), 1, anon_sym_AMP, - ACTIONS(2270), 1, + ACTIONS(2313), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2250), 2, + ACTIONS(2293), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2252), 2, + ACTIONS(2295), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2262), 2, + ACTIONS(2305), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1241), 2, + STATE(1239), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2260), 3, + ACTIONS(2284), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2303), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2286), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2284), 16, + ACTIONS(2282), 16, anon_sym_COMMA, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_RBRACE, anon_sym_not, @@ -86347,51 +86417,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71359] = 15, - ACTIONS(2246), 1, + sym_type_conversion, + [71445] = 14, + ACTIONS(2252), 1, anon_sym_DOT, - ACTIONS(2248), 1, + ACTIONS(2254), 1, anon_sym_LPAREN, - ACTIONS(2256), 1, + ACTIONS(2262), 1, anon_sym_STAR_STAR, - ACTIONS(2258), 1, - anon_sym_LBRACK, ACTIONS(2264), 1, - anon_sym_PIPE, - ACTIONS(2268), 1, + anon_sym_LBRACK, + ACTIONS(2274), 1, anon_sym_AMP, - ACTIONS(2270), 1, + ACTIONS(2276), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2250), 2, + ACTIONS(2256), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2252), 2, + ACTIONS(2258), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2262), 2, + ACTIONS(2268), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1241), 2, + STATE(1177), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2260), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2278), 3, + ACTIONS(2247), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2276), 16, + ACTIONS(2266), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 17, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_not, anon_sym_and, @@ -86402,36 +86472,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71429] = 5, - ACTIONS(792), 1, - sym_string_start, + [71513] = 8, + ACTIONS(2289), 1, + anon_sym_DOT, + ACTIONS(2291), 1, + anon_sym_LPAREN, + ACTIONS(2299), 1, + anon_sym_STAR_STAR, + ACTIONS(2301), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1004), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2230), 5, - anon_sym_as, + STATE(1239), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2228), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2245), 26, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -86447,35 +86519,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71479] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + sym_type_conversion, + [71569] = 8, + ACTIONS(2252), 1, + anon_sym_DOT, + ACTIONS(2254), 1, + anon_sym_LPAREN, + ACTIONS(2262), 1, + anon_sym_STAR_STAR, + ACTIONS(2264), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 6, + STATE(1177), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2321), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 30, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2319), 26, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -86491,43 +86568,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71527] = 12, - ACTIONS(2292), 1, + [71625] = 11, + ACTIONS(2252), 1, anon_sym_DOT, - ACTIONS(2294), 1, + ACTIONS(2254), 1, anon_sym_LPAREN, - ACTIONS(2302), 1, + ACTIONS(2262), 1, anon_sym_STAR_STAR, - ACTIONS(2304), 1, + ACTIONS(2264), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2296), 2, + ACTIONS(2256), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2298), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2308), 2, + ACTIONS(2268), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1174), 2, + STATE(1177), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_EQ, + ACTIONS(2247), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2306), 3, + ACTIONS(2266), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 19, + ACTIONS(2245), 21, anon_sym_COMMA, - anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACE, @@ -86536,37 +86612,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, 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, - [71591] = 5, - ACTIONS(2399), 1, - sym_string_start, + [71687] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1037), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2223), 5, + ACTIONS(2373), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2221), 29, + ACTIONS(2371), 32, + sym__newline, + sym_string_start, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -86588,59 +86662,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71641] = 20, - ACTIONS(2201), 1, + [71733] = 20, + ACTIONS(2210), 1, anon_sym_EQ, - ACTIONS(2402), 1, + ACTIONS(2375), 1, anon_sym_DOT, - ACTIONS(2404), 1, + ACTIONS(2377), 1, anon_sym_LPAREN, - ACTIONS(2412), 1, + ACTIONS(2385), 1, anon_sym_STAR_STAR, - ACTIONS(2414), 1, + ACTIONS(2387), 1, anon_sym_LBRACK, - ACTIONS(2420), 1, + ACTIONS(2393), 1, anon_sym_PIPE, - ACTIONS(2422), 1, + ACTIONS(2395), 1, anon_sym_not, - ACTIONS(2424), 1, + ACTIONS(2397), 1, anon_sym_AMP, - ACTIONS(2426), 1, + ACTIONS(2399), 1, anon_sym_CARET, - ACTIONS(2430), 1, + ACTIONS(2403), 1, anon_sym_is, - STATE(1599), 1, + STATE(1592), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2406), 2, + ACTIONS(2379), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2408), 2, + ACTIONS(2381), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2418), 2, + ACTIONS(2391), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2428), 2, + ACTIONS(2401), 2, anon_sym_LT, anon_sym_GT, - STATE(1347), 2, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2416), 3, + ACTIONS(2389), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2410), 6, + ACTIONS(2383), 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(2187), 7, + ACTIONS(2196), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, @@ -86648,111 +86722,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_and, anon_sym_or, - [71721] = 12, - ACTIONS(2246), 1, - anon_sym_DOT, - ACTIONS(2248), 1, - anon_sym_LPAREN, - ACTIONS(2256), 1, - anon_sym_STAR_STAR, - ACTIONS(2258), 1, - anon_sym_LBRACK, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2250), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2252), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2262), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1241), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2260), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2236), 19, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - 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, - [71785] = 20, - ACTIONS(2201), 1, + [71813] = 20, + ACTIONS(2210), 1, anon_sym_EQ, - ACTIONS(2432), 1, + ACTIONS(2405), 1, anon_sym_DOT, - ACTIONS(2434), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2444), 1, + ACTIONS(2417), 1, anon_sym_LBRACK, - ACTIONS(2450), 1, + ACTIONS(2423), 1, anon_sym_PIPE, - ACTIONS(2452), 1, + ACTIONS(2425), 1, anon_sym_not, - ACTIONS(2454), 1, + ACTIONS(2427), 1, anon_sym_AMP, - ACTIONS(2456), 1, + ACTIONS(2429), 1, anon_sym_CARET, - ACTIONS(2460), 1, + ACTIONS(2433), 1, anon_sym_is, - STATE(1596), 1, + STATE(1593), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(2409), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2411), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2448), 2, + ACTIONS(2421), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2458), 2, + ACTIONS(2431), 2, anon_sym_LT, anon_sym_GT, - STATE(1316), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2446), 3, + ACTIONS(2419), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2440), 6, + ACTIONS(2413), 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(2187), 7, + ACTIONS(2196), 7, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -86760,22 +86782,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_and, anon_sym_or, - [71865] = 5, - ACTIONS(324), 1, + [71893] = 5, + ACTIONS(327), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1045), 2, + STATE(1006), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(1547), 5, + ACTIONS(1552), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, + ACTIONS(1547), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -86805,39 +86827,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71915] = 8, - ACTIONS(2246), 1, - anon_sym_DOT, - ACTIONS(2248), 1, - anon_sym_LPAREN, - ACTIONS(2256), 1, - anon_sym_STAR_STAR, - ACTIONS(2258), 1, - anon_sym_LBRACK, + [71943] = 5, + ACTIONS(775), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1241), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 5, - anon_sym_as, + STATE(1049), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2194), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 26, + ACTIONS(2192), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -86853,45 +86872,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [71971] = 11, - ACTIONS(2246), 1, + [71993] = 10, + ACTIONS(2289), 1, anon_sym_DOT, - ACTIONS(2248), 1, + ACTIONS(2291), 1, anon_sym_LPAREN, - ACTIONS(2256), 1, + ACTIONS(2299), 1, anon_sym_STAR_STAR, - ACTIONS(2258), 1, + ACTIONS(2301), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2250), 2, + ACTIONS(2293), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2262), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1241), 2, + STATE(1239), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_as, + ACTIONS(2247), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2260), 3, + ACTIONS(2303), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 21, + ACTIONS(2245), 23, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, + anon_sym_DASH, anon_sym_PIPE, anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, @@ -86904,89 +86921,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72033] = 13, - ACTIONS(2246), 1, + sym_type_conversion, + [72053] = 20, + ACTIONS(2210), 1, + anon_sym_as, + ACTIONS(2435), 1, anon_sym_DOT, - ACTIONS(2248), 1, + ACTIONS(2437), 1, anon_sym_LPAREN, - ACTIONS(2256), 1, + ACTIONS(2445), 1, anon_sym_STAR_STAR, - ACTIONS(2258), 1, + ACTIONS(2447), 1, anon_sym_LBRACK, - ACTIONS(2270), 1, + ACTIONS(2453), 1, + anon_sym_PIPE, + ACTIONS(2455), 1, + anon_sym_not, + ACTIONS(2457), 1, + anon_sym_AMP, + ACTIONS(2459), 1, anon_sym_CARET, + ACTIONS(2463), 1, + anon_sym_is, + STATE(1610), 1, + aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2250), 2, + ACTIONS(2439), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2252), 2, + ACTIONS(2441), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2262), 2, + ACTIONS(2451), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1241), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_as, + ACTIONS(2461), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2260), 3, + STATE(1299), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2449), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 18, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, + ACTIONS(2443), 6, anon_sym_in, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_and, - anon_sym_or, - 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, - [72099] = 5, - ACTIONS(324), 1, - sym_string_start, + ACTIONS(2196), 7, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_and, + anon_sym_or, + [72133] = 8, + ACTIONS(2289), 1, + anon_sym_DOT, + ACTIONS(2291), 1, + anon_sym_LPAREN, + ACTIONS(2299), 1, + anon_sym_STAR_STAR, + ACTIONS(2301), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1037), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2230), 5, + STATE(1239), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2321), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2228), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2319), 26, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -87002,79 +87029,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72149] = 5, - ACTIONS(726), 1, - sym_string_start, + sym_type_conversion, + [72189] = 14, + ACTIONS(2289), 1, + anon_sym_DOT, + ACTIONS(2291), 1, + anon_sym_LPAREN, + ACTIONS(2299), 1, + anon_sym_STAR_STAR, + ACTIONS(2301), 1, + anon_sym_LBRACK, + ACTIONS(2311), 1, + anon_sym_AMP, + ACTIONS(2313), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1012), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2230), 5, - anon_sym_as, + ACTIONS(2293), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2295), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2305), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1239), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2228), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(2303), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 17, anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, + anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [72199] = 3, + sym_type_conversion, + [72257] = 8, + ACTIONS(2289), 1, + anon_sym_DOT, + ACTIONS(2291), 1, + anon_sym_LPAREN, + ACTIONS(2299), 1, + anon_sym_STAR_STAR, + ACTIONS(2301), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2464), 5, + STATE(1239), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2325), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2462), 32, - sym__newline, - sym_string_start, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2323), 26, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -87090,39 +87131,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72245] = 8, - ACTIONS(2246), 1, - anon_sym_DOT, - ACTIONS(2248), 1, - anon_sym_LPAREN, - ACTIONS(2256), 1, - anon_sym_STAR_STAR, - ACTIONS(2258), 1, - anon_sym_LBRACK, + sym_type_conversion, + [72313] = 5, + ACTIONS(797), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1241), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 5, + STATE(1050), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2194), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 26, + ACTIONS(2192), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -87138,47 +87177,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72301] = 10, - ACTIONS(2246), 1, - anon_sym_DOT, - ACTIONS(2248), 1, - anon_sym_LPAREN, - ACTIONS(2256), 1, - anon_sym_STAR_STAR, - ACTIONS(2258), 1, - anon_sym_LBRACK, + [72363] = 5, + ACTIONS(2465), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2250), 2, + STATE(1049), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2232), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - STATE(1241), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2260), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2236), 23, + ACTIONS(2230), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -87188,100 +87222,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72361] = 14, - ACTIONS(2246), 1, - anon_sym_DOT, - ACTIONS(2248), 1, - anon_sym_LPAREN, - ACTIONS(2256), 1, - anon_sym_STAR_STAR, - ACTIONS(2258), 1, - anon_sym_LBRACK, - ACTIONS(2268), 1, - anon_sym_AMP, - ACTIONS(2270), 1, - anon_sym_CARET, + [72413] = 5, + ACTIONS(2468), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2250), 2, + STATE(1050), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2232), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2252), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2262), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1241), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2260), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2236), 17, + ACTIONS(2230), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [72429] = 10, - ACTIONS(2292), 1, - anon_sym_DOT, - ACTIONS(2294), 1, - anon_sym_LPAREN, - ACTIONS(2302), 1, - anon_sym_STAR_STAR, - ACTIONS(2304), 1, - anon_sym_LBRACK, + [72463] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2296), 2, + ACTIONS(279), 6, anon_sym_STAR, - anon_sym_SLASH, - STATE(1174), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 3, + anon_sym_COLON, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2306), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2236), 23, + ACTIONS(277), 30, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -87291,37 +87311,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [72489] = 6, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, - ACTIONS(2466), 1, - anon_sym_LBRACK, - STATE(1941), 1, - sym_type_parameter, + [72511] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 6, + ACTIONS(1676), 6, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 27, + ACTIONS(1674), 31, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -87337,8 +87353,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72540] = 5, - ACTIONS(2468), 1, + sym_type_conversion, + [72557] = 5, + ACTIONS(2471), 1, sym_string_start, ACTIONS(3), 2, sym_comment, @@ -87346,12 +87363,12 @@ static const uint16_t ts_small_parse_table[] = { STATE(1053), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(2223), 4, + ACTIONS(2232), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2221), 29, + ACTIONS(2230), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -87381,25 +87398,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72589] = 5, - ACTIONS(1544), 1, - anon_sym_COMMA, - ACTIONS(1549), 1, + [72606] = 6, + ACTIONS(1554), 1, anon_sym_COLON_EQ, + ACTIONS(1641), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 6, + ACTIONS(1631), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(1638), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 28, + ACTIONS(1635), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_as, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, @@ -87424,73 +87443,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [72638] = 3, + [72657] = 15, + ACTIONS(2435), 1, + anon_sym_DOT, + ACTIONS(2437), 1, + anon_sym_LPAREN, + ACTIONS(2445), 1, + anon_sym_STAR_STAR, + ACTIONS(2447), 1, + anon_sym_LBRACK, + ACTIONS(2453), 1, + anon_sym_PIPE, + ACTIONS(2457), 1, + anon_sym_AMP, + ACTIONS(2459), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2473), 5, + ACTIONS(2439), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2441), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2451), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1299), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2239), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2471), 31, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2449), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2237), 15, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_RBRACK, + 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, + [72726] = 15, + ACTIONS(2435), 1, + anon_sym_DOT, + ACTIONS(2437), 1, + anon_sym_LPAREN, + ACTIONS(2445), 1, anon_sym_STAR_STAR, + ACTIONS(2447), 1, anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, + ACTIONS(2453), 1, anon_sym_PIPE, + ACTIONS(2457), 1, + anon_sym_AMP, + ACTIONS(2459), 1, + anon_sym_CARET, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2439), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2441), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2451), 2, + anon_sym_DASH, anon_sym_PLUS, + STATE(1299), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2243), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2449), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2241), 15, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [72683] = 3, + [72795] = 8, + ACTIONS(2435), 1, + anon_sym_DOT, + ACTIONS(2437), 1, + anon_sym_LPAREN, + ACTIONS(2445), 1, + anon_sym_STAR_STAR, + ACTIONS(2447), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + STATE(1299), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2321), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 31, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2319), 25, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -87509,17 +87598,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72728] = 3, + [72850] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(1676), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 31, + ACTIONS(1674), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -87551,17 +87640,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72773] = 3, + [72895] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2477), 5, + ACTIONS(2476), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2475), 31, + ACTIONS(2474), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -87593,65 +87682,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72818] = 5, + [72940] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 2, + ACTIONS(279), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1619), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 14, + ACTIONS(277), 31, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1611), 17, - sym__newline, - anon_sym_SEMI, - anon_sym_from, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - 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, - [72867] = 3, + [72985] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2481), 5, + ACTIONS(2366), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2479), 31, - sym__newline, - anon_sym_SEMI, + ACTIONS(2364), 31, + sym_string_start, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, @@ -87664,6 +87749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -87679,70 +87765,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [72912] = 14, - ACTIONS(2432), 1, + sym_type_conversion, + [73030] = 8, + ACTIONS(2435), 1, anon_sym_DOT, - ACTIONS(2434), 1, + ACTIONS(2437), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2445), 1, anon_sym_STAR_STAR, - ACTIONS(2444), 1, + ACTIONS(2447), 1, anon_sym_LBRACK, - ACTIONS(2454), 1, - anon_sym_AMP, - ACTIONS(2456), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2438), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2448), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1316), 2, + STATE(1299), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_EQ, + ACTIONS(2325), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2446), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2236), 16, + ACTIONS(2323), 25, anon_sym_COMMA, - anon_sym_as, + anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [72979] = 3, + [73085] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1605), 5, + ACTIONS(279), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1600), 31, + ACTIONS(277), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -87774,33 +87855,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73024] = 6, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, - ACTIONS(2483), 1, + [73130] = 8, + ACTIONS(2405), 1, + anon_sym_DOT, + ACTIONS(2407), 1, + anon_sym_LPAREN, + ACTIONS(2415), 1, + anon_sym_STAR_STAR, + ACTIONS(2417), 1, anon_sym_LBRACK, - STATE(1999), 1, - sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 6, + STATE(1300), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 5, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 27, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2245), 25, + anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -87819,35 +87902,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73075] = 8, - ACTIONS(2362), 1, - anon_sym_DOT, - ACTIONS(2364), 1, - anon_sym_LPAREN, - ACTIONS(2372), 1, - anon_sym_STAR_STAR, - ACTIONS(2374), 1, - anon_sym_LBRACK, + [73185] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1338), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2282), 5, - anon_sym_as, + ACTIONS(2480), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2280), 25, - anon_sym_RPAREN, + ACTIONS(2478), 31, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -87866,34 +87944,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73130] = 8, - ACTIONS(2432), 1, + [73230] = 8, + ACTIONS(2375), 1, anon_sym_DOT, - ACTIONS(2434), 1, + ACTIONS(2377), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2385), 1, anon_sym_STAR_STAR, - ACTIONS(2444), 1, + ACTIONS(2387), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1316), 2, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2234), 5, + ACTIONS(2321), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2232), 25, + ACTIONS(2319), 25, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_AT, anon_sym_DASH, @@ -87913,34 +87991,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73185] = 8, - ACTIONS(2362), 1, + [73285] = 8, + ACTIONS(2375), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2377), 1, anon_sym_LPAREN, - ACTIONS(2372), 1, + ACTIONS(2385), 1, anon_sym_STAR_STAR, - ACTIONS(2374), 1, + ACTIONS(2387), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1338), 2, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2234), 5, - anon_sym_as, + ACTIONS(2325), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2232), 25, + ACTIONS(2323), 25, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_AT, anon_sym_DASH, @@ -87960,27 +88038,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73240] = 5, - ACTIONS(292), 1, - anon_sym_COLON_EQ, - ACTIONS(714), 1, - anon_sym_EQ, + [73340] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(2366), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(2364), 31, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -87989,6 +88064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -88004,35 +88080,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73289] = 8, - ACTIONS(2325), 1, - anon_sym_DOT, - ACTIONS(2327), 1, - anon_sym_LPAREN, - ACTIONS(2335), 1, - anon_sym_STAR_STAR, - ACTIONS(2337), 1, - anon_sym_LBRACK, + [73385] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1431), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2282), 5, - anon_sym_as, + ACTIONS(1552), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2280), 25, + ACTIONS(1547), 31, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -88051,35 +88122,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73344] = 8, - ACTIONS(2325), 1, - anon_sym_DOT, - ACTIONS(2327), 1, - anon_sym_LPAREN, - ACTIONS(2335), 1, - anon_sym_STAR_STAR, - ACTIONS(2337), 1, - anon_sym_LBRACK, + [73430] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1431), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2234), 5, - anon_sym_as, + ACTIONS(2484), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2232), 25, + ACTIONS(2482), 31, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -88098,19 +88164,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73399] = 3, + [73475] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2397), 5, + ACTIONS(1657), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2395), 31, - sym_string_start, + ACTIONS(1655), 31, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, @@ -88123,7 +88191,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -88139,128 +88206,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [73444] = 8, - ACTIONS(2402), 1, + [73520] = 15, + ACTIONS(2405), 1, anon_sym_DOT, - ACTIONS(2404), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2412), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2414), 1, + ACTIONS(2417), 1, anon_sym_LBRACK, + ACTIONS(2423), 1, + anon_sym_PIPE, + ACTIONS(2427), 1, + anon_sym_AMP, + ACTIONS(2429), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1347), 2, + ACTIONS(2409), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2411), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2421), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2282), 5, - anon_sym_STAR, + ACTIONS(2239), 3, anon_sym_EQ, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2280), 25, - anon_sym_RPAREN, + ACTIONS(2419), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2237), 15, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [73499] = 8, - ACTIONS(2402), 1, + [73589] = 15, + ACTIONS(2405), 1, anon_sym_DOT, - ACTIONS(2404), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2412), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2414), 1, + ACTIONS(2417), 1, anon_sym_LBRACK, + ACTIONS(2423), 1, + anon_sym_PIPE, + ACTIONS(2427), 1, + anon_sym_AMP, + ACTIONS(2429), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1347), 2, + ACTIONS(2409), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2411), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2421), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2234), 5, - anon_sym_STAR, + ACTIONS(2243), 3, anon_sym_EQ, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2232), 25, - anon_sym_RPAREN, + ACTIONS(2419), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2241), 15, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [73554] = 3, + [73658] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2397), 5, - anon_sym_as, + ACTIONS(1661), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2395), 31, - sym_string_start, + ACTIONS(1659), 31, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -88276,33 +88356,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73599] = 3, + [73703] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2464), 5, - anon_sym_as, + ACTIONS(1607), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2462), 31, - sym_string_start, + ACTIONS(1605), 31, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -88318,36 +88398,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73644] = 6, - ACTIONS(292), 1, - anon_sym_COLON_EQ, - ACTIONS(671), 1, - anon_sym_COLON, + [73748] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(668), 5, - anon_sym_as, + ACTIONS(1607), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 27, + ACTIONS(1605), 31, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -88363,7 +88440,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73695] = 3, + [73793] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -88405,17 +88482,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73740] = 3, + [73838] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1667), 5, + ACTIONS(1611), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1662), 31, + ACTIONS(1609), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -88447,36 +88524,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73785] = 6, - ACTIONS(292), 1, - anon_sym_COLON_EQ, - ACTIONS(671), 1, - anon_sym_COLON, + [73883] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(668), 5, - anon_sym_as, + ACTIONS(1611), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 27, + ACTIONS(1609), 31, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -88492,38 +88566,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73836] = 3, + [73928] = 11, + ACTIONS(2405), 1, + anon_sym_DOT, + ACTIONS(2407), 1, + anon_sym_LPAREN, + ACTIONS(2415), 1, + anon_sym_STAR_STAR, + ACTIONS(2417), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2464), 5, + ACTIONS(2409), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2421), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1300), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2462), 31, - sym_string_start, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2419), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 20, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -88533,37 +88616,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [73881] = 6, - ACTIONS(1549), 1, + [73989] = 6, + ACTIONS(1554), 1, anon_sym_COLON_EQ, - ACTIONS(1619), 1, - anon_sym_COLON, + ACTIONS(2486), 1, + anon_sym_LBRACK, + STATE(1996), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1611), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(1616), 5, - anon_sym_as, + ACTIONS(1552), 6, anon_sym_STAR, + anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 27, + ACTIONS(1547), 27, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -88579,30 +88661,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73932] = 3, + [74040] = 15, + ACTIONS(2405), 1, + anon_sym_DOT, + ACTIONS(2407), 1, + anon_sym_LPAREN, + ACTIONS(2415), 1, + anon_sym_STAR_STAR, + ACTIONS(2417), 1, + anon_sym_LBRACK, + ACTIONS(2423), 1, + anon_sym_PIPE, + ACTIONS(2427), 1, + anon_sym_AMP, + ACTIONS(2429), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2487), 5, + ACTIONS(2409), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2411), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2421), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1300), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2284), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2485), 31, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2419), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2282), 15, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, + 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, + [74109] = 8, + ACTIONS(2327), 1, + anon_sym_DOT, + ACTIONS(2329), 1, + anon_sym_LPAREN, + ACTIONS(2337), 1, anon_sym_STAR_STAR, + ACTIONS(2339), 1, anon_sym_LBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1334), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2321), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2319), 25, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -88621,21 +88762,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [73977] = 3, + [74164] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1638), 5, + ACTIONS(2373), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1636), 31, - sym__newline, - anon_sym_SEMI, + ACTIONS(2371), 31, + sym_string_start, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, @@ -88648,6 +88787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -88663,88 +88803,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74022] = 15, - ACTIONS(2432), 1, + sym_type_conversion, + [74209] = 8, + ACTIONS(2327), 1, anon_sym_DOT, - ACTIONS(2434), 1, + ACTIONS(2329), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2337), 1, anon_sym_STAR_STAR, - ACTIONS(2444), 1, + ACTIONS(2339), 1, anon_sym_LBRACK, - ACTIONS(2450), 1, - anon_sym_PIPE, - ACTIONS(2454), 1, - anon_sym_AMP, - ACTIONS(2456), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + STATE(1334), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2325), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2323), 25, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2448), 2, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_AT, anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, - STATE(1316), 2, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, + [74264] = 8, + ACTIONS(2405), 1, + anon_sym_DOT, + ACTIONS(2407), 1, + anon_sym_LPAREN, + ACTIONS(2415), 1, + anon_sym_STAR_STAR, + ACTIONS(2417), 1, + anon_sym_LBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2286), 3, + ACTIONS(2247), 5, + anon_sym_STAR, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2446), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2284), 15, + ACTIONS(2245), 25, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [74091] = 8, - ACTIONS(2362), 1, + [74319] = 8, + ACTIONS(2375), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2377), 1, anon_sym_LPAREN, - ACTIONS(2372), 1, + ACTIONS(2385), 1, anon_sym_STAR_STAR, - ACTIONS(2374), 1, + ACTIONS(2387), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1338), 2, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 5, - anon_sym_as, + ACTIONS(2247), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 25, + ACTIONS(2245), 25, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_AT, anon_sym_DASH, @@ -88764,42 +88945,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74146] = 11, - ACTIONS(2362), 1, + [74374] = 11, + ACTIONS(2375), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2377), 1, anon_sym_LPAREN, - ACTIONS(2372), 1, + ACTIONS(2385), 1, anon_sym_STAR_STAR, - ACTIONS(2374), 1, + ACTIONS(2387), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2366), 2, + ACTIONS(2379), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2378), 2, + ACTIONS(2391), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1338), 2, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_as, + ACTIONS(2247), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2376), 3, + ACTIONS(2389), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 20, + ACTIONS(2245), 20, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_not, @@ -88814,50 +88995,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74207] = 15, - ACTIONS(2362), 1, + [74435] = 15, + ACTIONS(2375), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2377), 1, anon_sym_LPAREN, - ACTIONS(2372), 1, + ACTIONS(2385), 1, anon_sym_STAR_STAR, - ACTIONS(2374), 1, + ACTIONS(2387), 1, anon_sym_LBRACK, - ACTIONS(2380), 1, + ACTIONS(2393), 1, anon_sym_PIPE, - ACTIONS(2384), 1, + ACTIONS(2397), 1, anon_sym_AMP, - ACTIONS(2386), 1, + ACTIONS(2399), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2366), 2, + ACTIONS(2379), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2368), 2, + ACTIONS(2381), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2378), 2, + ACTIONS(2391), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1338), 2, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2290), 3, - anon_sym_as, + ACTIONS(2284), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2376), 3, + ACTIONS(2389), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2288), 15, + ACTIONS(2282), 15, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_not, anon_sym_and, @@ -88868,34 +89049,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74276] = 8, - ACTIONS(2362), 1, + [74504] = 8, + ACTIONS(2375), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2377), 1, anon_sym_LPAREN, - ACTIONS(2372), 1, + ACTIONS(2385), 1, anon_sym_STAR_STAR, - ACTIONS(2374), 1, + ACTIONS(2387), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1338), 2, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 5, - anon_sym_as, + ACTIONS(2247), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 25, + ACTIONS(2245), 25, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_AT, anon_sym_DASH, @@ -88915,39 +89096,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74331] = 10, - ACTIONS(2362), 1, + [74559] = 10, + ACTIONS(2375), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2377), 1, anon_sym_LPAREN, - ACTIONS(2372), 1, + ACTIONS(2385), 1, anon_sym_STAR_STAR, - ACTIONS(2374), 1, + ACTIONS(2387), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2366), 2, + ACTIONS(2379), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1338), 2, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_as, + ACTIONS(2247), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2376), 3, + ACTIONS(2389), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 22, + ACTIONS(2245), 22, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_DASH, anon_sym_PIPE, @@ -88964,48 +89145,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74390] = 14, - ACTIONS(2362), 1, + [74618] = 14, + ACTIONS(2375), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2377), 1, anon_sym_LPAREN, - ACTIONS(2372), 1, + ACTIONS(2385), 1, anon_sym_STAR_STAR, - ACTIONS(2374), 1, + ACTIONS(2387), 1, anon_sym_LBRACK, - ACTIONS(2384), 1, + ACTIONS(2397), 1, anon_sym_AMP, - ACTIONS(2386), 1, + ACTIONS(2399), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2366), 2, + ACTIONS(2379), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2368), 2, + ACTIONS(2381), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2378), 2, + ACTIONS(2391), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1338), 2, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_as, + ACTIONS(2247), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2376), 3, + ACTIONS(2389), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 16, + ACTIONS(2245), 16, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_not, @@ -89017,44 +89198,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74457] = 8, - ACTIONS(2402), 1, + [74685] = 10, + ACTIONS(2405), 1, anon_sym_DOT, - ACTIONS(2404), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2412), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2414), 1, + ACTIONS(2417), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1347), 2, + ACTIONS(2409), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 5, - anon_sym_STAR, + ACTIONS(2247), 3, anon_sym_EQ, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 25, - anon_sym_RPAREN, + ACTIONS(2419), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 22, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -89064,46 +89247,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74512] = 13, - ACTIONS(2362), 1, + [74744] = 13, + ACTIONS(2375), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2377), 1, anon_sym_LPAREN, - ACTIONS(2372), 1, + ACTIONS(2385), 1, anon_sym_STAR_STAR, - ACTIONS(2374), 1, + ACTIONS(2387), 1, anon_sym_LBRACK, - ACTIONS(2386), 1, + ACTIONS(2399), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2366), 2, + ACTIONS(2379), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2368), 2, + ACTIONS(2381), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2378), 2, + ACTIONS(2391), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1338), 2, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_as, + ACTIONS(2247), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2376), 3, + ACTIONS(2389), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 17, + ACTIONS(2245), 17, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_not, @@ -89116,44 +89299,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74577] = 12, - ACTIONS(2362), 1, + [74809] = 12, + ACTIONS(2375), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2377), 1, anon_sym_LPAREN, - ACTIONS(2372), 1, + ACTIONS(2385), 1, anon_sym_STAR_STAR, - ACTIONS(2374), 1, + ACTIONS(2387), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2366), 2, + ACTIONS(2379), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2368), 2, + ACTIONS(2381), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2378), 2, + ACTIONS(2391), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1338), 2, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_as, + ACTIONS(2247), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2376), 3, + ACTIONS(2389), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 18, + ACTIONS(2245), 18, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_not, @@ -89167,139 +89350,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74640] = 11, - ACTIONS(2402), 1, + [74872] = 14, + ACTIONS(2405), 1, anon_sym_DOT, - ACTIONS(2404), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2412), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2414), 1, + ACTIONS(2417), 1, anon_sym_LBRACK, + ACTIONS(2427), 1, + anon_sym_AMP, + ACTIONS(2429), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2406), 2, + ACTIONS(2409), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2418), 2, + ACTIONS(2411), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2421), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1347), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, + ACTIONS(2247), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2416), 3, + ACTIONS(2419), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 20, - anon_sym_RPAREN, + ACTIONS(2245), 16, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, - 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, - [74701] = 15, - ACTIONS(2402), 1, - anon_sym_DOT, - ACTIONS(2404), 1, - anon_sym_LPAREN, - ACTIONS(2412), 1, - anon_sym_STAR_STAR, - ACTIONS(2414), 1, - anon_sym_LBRACK, - ACTIONS(2420), 1, - anon_sym_PIPE, - ACTIONS(2424), 1, - anon_sym_AMP, - ACTIONS(2426), 1, - anon_sym_CARET, + [74939] = 5, + ACTIONS(1549), 1, + anon_sym_COMMA, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2406), 2, + ACTIONS(1552), 6, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2408), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2418), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1347), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2290), 3, + anon_sym_COLON, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2416), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2288), 15, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(1547), 28, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [74770] = 8, - ACTIONS(2402), 1, - anon_sym_DOT, - ACTIONS(2404), 1, - anon_sym_LPAREN, - ACTIONS(2412), 1, - anon_sym_STAR_STAR, - ACTIONS(2414), 1, - anon_sym_LBRACK, + sym_type_conversion, + [74988] = 5, + ACTIONS(292), 1, + anon_sym_COLON_EQ, + ACTIONS(741), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1347), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 5, + ACTIONS(279), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 25, + ACTIONS(277), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -89318,46 +89491,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74825] = 10, - ACTIONS(2402), 1, - anon_sym_DOT, - ACTIONS(2404), 1, - anon_sym_LPAREN, - ACTIONS(2412), 1, - anon_sym_STAR_STAR, - ACTIONS(2414), 1, - anon_sym_LBRACK, + [75037] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2406), 2, + ACTIONS(2490), 5, anon_sym_STAR, - anon_sym_SLASH, - STATE(1347), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2416), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2236), 22, - anon_sym_RPAREN, + ACTIONS(2488), 31, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -89367,269 +89533,263 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [74884] = 14, - ACTIONS(2402), 1, + [75082] = 13, + ACTIONS(2405), 1, anon_sym_DOT, - ACTIONS(2404), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2412), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2414), 1, + ACTIONS(2417), 1, anon_sym_LBRACK, - ACTIONS(2424), 1, - anon_sym_AMP, - ACTIONS(2426), 1, + ACTIONS(2429), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2406), 2, + ACTIONS(2409), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2408), 2, + ACTIONS(2411), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2418), 2, + ACTIONS(2421), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1347), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, + ACTIONS(2247), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2416), 3, + ACTIONS(2419), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 16, - anon_sym_RPAREN, + ACTIONS(2245), 17, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, + 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, - [74951] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2491), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2489), 31, - sym__newline, - anon_sym_SEMI, + [75147] = 15, + ACTIONS(2375), 1, anon_sym_DOT, - anon_sym_from, + ACTIONS(2377), 1, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, + ACTIONS(2385), 1, anon_sym_STAR_STAR, + ACTIONS(2387), 1, anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, + ACTIONS(2393), 1, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, + ACTIONS(2397), 1, 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, - [74996] = 13, - ACTIONS(2402), 1, - anon_sym_DOT, - ACTIONS(2404), 1, - anon_sym_LPAREN, - ACTIONS(2412), 1, - anon_sym_STAR_STAR, - ACTIONS(2414), 1, - anon_sym_LBRACK, - ACTIONS(2426), 1, + ACTIONS(2399), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2406), 2, + ACTIONS(2379), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2408), 2, + ACTIONS(2381), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2418), 2, + ACTIONS(2391), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1347), 2, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, + ACTIONS(2239), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2416), 3, + ACTIONS(2389), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 17, + ACTIONS(2237), 15, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, - 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, - [75061] = 12, - ACTIONS(2402), 1, + [75216] = 15, + ACTIONS(2375), 1, anon_sym_DOT, - ACTIONS(2404), 1, + ACTIONS(2377), 1, anon_sym_LPAREN, - ACTIONS(2412), 1, + ACTIONS(2385), 1, anon_sym_STAR_STAR, - ACTIONS(2414), 1, + ACTIONS(2387), 1, anon_sym_LBRACK, + ACTIONS(2393), 1, + anon_sym_PIPE, + ACTIONS(2397), 1, + anon_sym_AMP, + ACTIONS(2399), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2406), 2, + ACTIONS(2379), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2408), 2, + ACTIONS(2381), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2418), 2, + ACTIONS(2391), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1347), 2, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, + ACTIONS(2243), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2416), 3, + ACTIONS(2389), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 18, + ACTIONS(2241), 15, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, - 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, - [75124] = 15, - ACTIONS(2432), 1, + [75285] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2494), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2492), 31, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(2434), 1, + anon_sym_from, anon_sym_LPAREN, - ACTIONS(2442), 1, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, - ACTIONS(2444), 1, anon_sym_LBRACK, - ACTIONS(2450), 1, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, - ACTIONS(2454), 1, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, - ACTIONS(2456), 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, + [75330] = 5, + ACTIONS(819), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + STATE(1141), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(1552), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2448), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1316), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2278), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2446), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2276), 15, + ACTIONS(1547), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [75193] = 3, + [75379] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1634), 5, + ACTIONS(1625), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1632), 31, + ACTIONS(1620), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -89661,17 +89821,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75238] = 3, + [75424] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 5, + ACTIONS(1668), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 31, + ACTIONS(1663), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -89703,17 +89863,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75283] = 3, + [75469] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2495), 5, + ACTIONS(2498), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2493), 31, + ACTIONS(2496), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -89745,33 +89905,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75328] = 3, + [75514] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2499), 5, + ACTIONS(279), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2497), 31, - sym__newline, - anon_sym_SEMI, + ACTIONS(277), 29, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -89787,17 +89947,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75373] = 3, + sym_type_conversion, + [75561] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2503), 5, + ACTIONS(2502), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2501), 31, + ACTIONS(2500), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -89829,17 +89990,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75418] = 3, + [75606] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2507), 5, + ACTIONS(2506), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2505), 31, + ACTIONS(2504), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -89871,33 +90032,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75463] = 3, + [75651] = 4, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2511), 5, + ACTIONS(1552), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2509), 31, - sym__newline, - anon_sym_SEMI, + ACTIONS(1547), 29, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -89913,179 +90074,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75508] = 15, - ACTIONS(2402), 1, - anon_sym_DOT, - ACTIONS(2404), 1, - anon_sym_LPAREN, - ACTIONS(2412), 1, - anon_sym_STAR_STAR, - ACTIONS(2414), 1, - anon_sym_LBRACK, - ACTIONS(2420), 1, - anon_sym_PIPE, - ACTIONS(2424), 1, - anon_sym_AMP, - ACTIONS(2426), 1, - anon_sym_CARET, + sym_type_conversion, + [75698] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2406), 2, + ACTIONS(2373), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2408), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2418), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1347), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2286), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2416), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2284), 15, - anon_sym_RPAREN, + ACTIONS(2371), 31, + sym_string_start, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [75577] = 15, - ACTIONS(2362), 1, - anon_sym_DOT, - ACTIONS(2364), 1, - anon_sym_LPAREN, - ACTIONS(2372), 1, - anon_sym_STAR_STAR, - ACTIONS(2374), 1, - anon_sym_LBRACK, - ACTIONS(2380), 1, - anon_sym_PIPE, - ACTIONS(2384), 1, - anon_sym_AMP, - ACTIONS(2386), 1, - anon_sym_CARET, + [75743] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2366), 2, + ACTIONS(2510), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(2368), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2378), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1338), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2278), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2376), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2276), 15, - anon_sym_RPAREN, + ACTIONS(2508), 31, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [75646] = 15, - ACTIONS(2402), 1, - anon_sym_DOT, - ACTIONS(2404), 1, - anon_sym_LPAREN, - ACTIONS(2412), 1, - anon_sym_STAR_STAR, - ACTIONS(2414), 1, - anon_sym_LBRACK, - ACTIONS(2420), 1, - anon_sym_PIPE, - ACTIONS(2424), 1, - anon_sym_AMP, - ACTIONS(2426), 1, - anon_sym_CARET, + [75788] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2406), 2, + ACTIONS(2514), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2408), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2418), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1347), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2278), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2416), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2276), 15, - anon_sym_RPAREN, + ACTIONS(2512), 31, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [75715] = 3, + [75833] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 5, + ACTIONS(2518), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 31, + ACTIONS(2516), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -90117,35 +90243,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75760] = 8, - ACTIONS(2325), 1, - anon_sym_DOT, - ACTIONS(2327), 1, - anon_sym_LPAREN, - ACTIONS(2335), 1, - anon_sym_STAR_STAR, - ACTIONS(2337), 1, - anon_sym_LBRACK, + [75878] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1431), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 5, - anon_sym_as, + ACTIONS(2522), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 25, + ACTIONS(2520), 31, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -90164,47 +90285,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75815] = 11, - ACTIONS(2325), 1, - anon_sym_DOT, - ACTIONS(2327), 1, - anon_sym_LPAREN, - ACTIONS(2335), 1, - anon_sym_STAR_STAR, - ACTIONS(2337), 1, - anon_sym_LBRACK, + [75923] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 2, + ACTIONS(2526), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(2341), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1431), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2339), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2236), 20, + ACTIONS(2524), 31, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -90214,89 +90327,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [75876] = 15, - ACTIONS(2325), 1, + [75968] = 12, + ACTIONS(2405), 1, anon_sym_DOT, - ACTIONS(2327), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2335), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2337), 1, + ACTIONS(2417), 1, anon_sym_LBRACK, - ACTIONS(2343), 1, - anon_sym_PIPE, - ACTIONS(2347), 1, - anon_sym_AMP, - ACTIONS(2349), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 2, + ACTIONS(2409), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2331), 2, + ACTIONS(2411), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2341), 2, + ACTIONS(2421), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1431), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2290), 3, - anon_sym_as, + ACTIONS(2247), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2339), 3, + ACTIONS(2419), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2288), 15, + ACTIONS(2245), 18, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, + 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, - [75945] = 8, - ACTIONS(2325), 1, - anon_sym_DOT, + [76031] = 8, ACTIONS(2327), 1, + anon_sym_DOT, + ACTIONS(2329), 1, anon_sym_LPAREN, - ACTIONS(2335), 1, - anon_sym_STAR_STAR, ACTIONS(2337), 1, + anon_sym_STAR_STAR, + ACTIONS(2339), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1431), 2, + STATE(1334), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 5, + ACTIONS(2247), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 25, + ACTIONS(2245), 25, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -90315,43 +90425,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76000] = 10, - ACTIONS(2325), 1, - anon_sym_DOT, + [76086] = 11, ACTIONS(2327), 1, + anon_sym_DOT, + ACTIONS(2329), 1, anon_sym_LPAREN, - ACTIONS(2335), 1, - anon_sym_STAR_STAR, ACTIONS(2337), 1, + anon_sym_STAR_STAR, + ACTIONS(2339), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 2, + ACTIONS(2331), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1431), 2, + ACTIONS(2343), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1334), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, + ACTIONS(2247), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2339), 3, + ACTIONS(2341), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 22, + ACTIONS(2245), 20, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_RBRACK, - anon_sym_DASH, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, @@ -90364,50 +90475,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76059] = 14, - ACTIONS(2325), 1, - anon_sym_DOT, + [76147] = 15, ACTIONS(2327), 1, + anon_sym_DOT, + ACTIONS(2329), 1, anon_sym_LPAREN, - ACTIONS(2335), 1, - anon_sym_STAR_STAR, ACTIONS(2337), 1, + anon_sym_STAR_STAR, + ACTIONS(2339), 1, anon_sym_LBRACK, - ACTIONS(2347), 1, - anon_sym_AMP, + ACTIONS(2345), 1, + anon_sym_PIPE, ACTIONS(2349), 1, + anon_sym_AMP, + ACTIONS(2351), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 2, + ACTIONS(2331), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2331), 2, + ACTIONS(2333), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2341), 2, + ACTIONS(2343), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1431), 2, + STATE(1334), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, + ACTIONS(2284), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2339), 3, + ACTIONS(2341), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 16, + ACTIONS(2282), 15, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_RBRACK, - anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, @@ -90417,130 +90529,178 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76126] = 13, - ACTIONS(2325), 1, - anon_sym_DOT, + [76216] = 8, ACTIONS(2327), 1, + anon_sym_DOT, + ACTIONS(2329), 1, anon_sym_LPAREN, - ACTIONS(2335), 1, - anon_sym_STAR_STAR, ACTIONS(2337), 1, + anon_sym_STAR_STAR, + ACTIONS(2339), 1, anon_sym_LBRACK, - ACTIONS(2349), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 2, + STATE(1334), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2331), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2245), 25, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2341), 2, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_AT, anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, - STATE(1431), 2, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, + [76271] = 10, + ACTIONS(2327), 1, + anon_sym_DOT, + ACTIONS(2329), 1, + anon_sym_LPAREN, + ACTIONS(2337), 1, + anon_sym_STAR_STAR, + ACTIONS(2339), 1, + anon_sym_LBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2331), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1334), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, + ACTIONS(2247), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2339), 3, + ACTIONS(2341), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 17, + ACTIONS(2245), 22, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_RBRACK, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, 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, - [76191] = 12, - ACTIONS(2325), 1, - anon_sym_DOT, + [76330] = 14, ACTIONS(2327), 1, + anon_sym_DOT, + ACTIONS(2329), 1, anon_sym_LPAREN, - ACTIONS(2335), 1, - anon_sym_STAR_STAR, ACTIONS(2337), 1, + anon_sym_STAR_STAR, + ACTIONS(2339), 1, anon_sym_LBRACK, + ACTIONS(2349), 1, + anon_sym_AMP, + ACTIONS(2351), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 2, + ACTIONS(2331), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2331), 2, + ACTIONS(2333), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2341), 2, + ACTIONS(2343), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1431), 2, + STATE(1334), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 3, + ACTIONS(2247), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2339), 3, + ACTIONS(2341), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 18, + ACTIONS(2245), 16, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_RBRACK, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, - 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, - [76254] = 3, + [76397] = 5, + ACTIONS(292), 1, + anon_sym_COLON_EQ, + ACTIONS(741), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 5, + ACTIONS(279), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 31, - sym__newline, - anon_sym_SEMI, + ACTIONS(277), 29, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -90562,169 +90722,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76299] = 5, - ACTIONS(814), 1, - sym_string_start, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1143), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(1547), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1542), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [76348] = 15, - ACTIONS(2325), 1, - anon_sym_DOT, + [76446] = 13, ACTIONS(2327), 1, + anon_sym_DOT, + ACTIONS(2329), 1, anon_sym_LPAREN, - ACTIONS(2335), 1, - anon_sym_STAR_STAR, ACTIONS(2337), 1, + anon_sym_STAR_STAR, + ACTIONS(2339), 1, anon_sym_LBRACK, - ACTIONS(2343), 1, - anon_sym_PIPE, - ACTIONS(2347), 1, - anon_sym_AMP, - ACTIONS(2349), 1, + ACTIONS(2351), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 2, + ACTIONS(2331), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2331), 2, + ACTIONS(2333), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2341), 2, + ACTIONS(2343), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1431), 2, + STATE(1334), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2286), 3, + ACTIONS(2247), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2339), 3, + ACTIONS(2341), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2284), 15, + ACTIONS(2245), 17, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, + 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, - [76417] = 15, - ACTIONS(2325), 1, - anon_sym_DOT, + [76511] = 12, ACTIONS(2327), 1, + anon_sym_DOT, + ACTIONS(2329), 1, anon_sym_LPAREN, - ACTIONS(2335), 1, - anon_sym_STAR_STAR, ACTIONS(2337), 1, + anon_sym_STAR_STAR, + ACTIONS(2339), 1, anon_sym_LBRACK, - ACTIONS(2343), 1, - anon_sym_PIPE, - ACTIONS(2347), 1, - anon_sym_AMP, - ACTIONS(2349), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2329), 2, + ACTIONS(2331), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2331), 2, + ACTIONS(2333), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2341), 2, + ACTIONS(2343), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1431), 2, + STATE(1334), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2278), 3, + ACTIONS(2247), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2339), 3, + ACTIONS(2341), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2276), 15, + ACTIONS(2245), 18, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, + 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, - [76486] = 3, + [76574] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2515), 5, + ACTIONS(2530), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2513), 31, + ACTIONS(2528), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -90756,32 +90867,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76531] = 5, - ACTIONS(292), 1, - anon_sym_COLON_EQ, - ACTIONS(714), 1, - anon_sym_EQ, + [76619] = 8, + ACTIONS(2435), 1, + anon_sym_DOT, + ACTIONS(2437), 1, + anon_sym_LPAREN, + ACTIONS(2445), 1, + anon_sym_STAR_STAR, + ACTIONS(2447), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + STATE(1299), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(2245), 25, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -90800,17 +90914,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76580] = 3, + [76674] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2519), 5, + ACTIONS(2534), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2517), 31, + ACTIONS(2532), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -90842,41 +90956,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76625] = 5, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, - ACTIONS(2521), 1, - anon_sym_EQ, + [76719] = 11, + ACTIONS(2435), 1, + anon_sym_DOT, + ACTIONS(2437), 1, + anon_sym_LPAREN, + ACTIONS(2445), 1, + anon_sym_STAR_STAR, + ACTIONS(2447), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 5, - anon_sym_as, + ACTIONS(2439), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2451), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1299), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(2449), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 20, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -90886,33 +91006,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76674] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [76780] = 15, + ACTIONS(2435), 1, + anon_sym_DOT, + ACTIONS(2437), 1, + anon_sym_LPAREN, + ACTIONS(2445), 1, + anon_sym_STAR_STAR, + ACTIONS(2447), 1, + anon_sym_LBRACK, + ACTIONS(2453), 1, + anon_sym_PIPE, + ACTIONS(2457), 1, + anon_sym_AMP, + ACTIONS(2459), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 6, + ACTIONS(2439), 2, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2441), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2451), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1299), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2284), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(2449), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2282), 15, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACK, + 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, + [76849] = 8, + ACTIONS(2435), 1, anon_sym_DOT, + ACTIONS(2437), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(2445), 1, + anon_sym_STAR_STAR, + ACTIONS(2447), 1, + anon_sym_LBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1299), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 5, anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2245), 25, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -90928,34 +91107,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [76721] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [76904] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 6, + ACTIONS(2538), 5, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(2536), 31, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -90971,40 +91149,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [76768] = 4, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, + [76949] = 10, + ACTIONS(2435), 1, + anon_sym_DOT, + ACTIONS(2437), 1, + anon_sym_LPAREN, + ACTIONS(2445), 1, + anon_sym_STAR_STAR, + ACTIONS(2447), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 6, + ACTIONS(2439), 2, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, + STATE(1299), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2449), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 22, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, + anon_sym_RBRACK, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -91014,18 +91198,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [76815] = 3, + [77008] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 5, + ACTIONS(2542), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 31, + ACTIONS(2540), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -91057,69 +91240,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76860] = 3, + [77053] = 14, + ACTIONS(2435), 1, + anon_sym_DOT, + ACTIONS(2437), 1, + anon_sym_LPAREN, + ACTIONS(2445), 1, + anon_sym_STAR_STAR, + ACTIONS(2447), 1, + anon_sym_LBRACK, + ACTIONS(2457), 1, + anon_sym_AMP, + ACTIONS(2459), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 5, + ACTIONS(2439), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2441), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2451), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1299), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 31, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2449), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 16, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [76905] = 3, + [77120] = 5, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, + ACTIONS(2544), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2525), 5, + ACTIONS(1552), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2523), 31, - sym__newline, - anon_sym_SEMI, + ACTIONS(1547), 29, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -91141,63 +91337,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [76950] = 3, + [77169] = 19, + ACTIONS(2546), 1, + anon_sym_DOT, + ACTIONS(2548), 1, + anon_sym_LPAREN, + ACTIONS(2556), 1, + anon_sym_STAR_STAR, + ACTIONS(2558), 1, + anon_sym_LBRACK, + ACTIONS(2564), 1, + anon_sym_PIPE, + ACTIONS(2566), 1, + anon_sym_not, + ACTIONS(2568), 1, + anon_sym_AMP, + ACTIONS(2570), 1, + anon_sym_CARET, + ACTIONS(2574), 1, + anon_sym_is, + STATE(1604), 1, + aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2529), 5, + ACTIONS(2550), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(2552), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2562), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2572), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2527), 31, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + STATE(1465), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2560), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2554), 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(2196), 7, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_in, + anon_sym_RBRACK, + anon_sym_and, + anon_sym_or, + [77246] = 13, + ACTIONS(2435), 1, + anon_sym_DOT, + ACTIONS(2437), 1, + anon_sym_LPAREN, + ACTIONS(2445), 1, anon_sym_STAR_STAR, + ACTIONS(2447), 1, anon_sym_LBRACK, - anon_sym_AT, + ACTIONS(2459), 1, + anon_sym_CARET, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2439), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2441), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2451), 2, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, + STATE(1299), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2449), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 17, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, 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, - [76995] = 3, + [77311] = 5, + ACTIONS(819), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2533), 5, + STATE(1053), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(2194), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2531), 31, - sym__newline, - anon_sym_SEMI, + ACTIONS(2192), 29, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, @@ -91207,6 +91472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -91225,33 +91491,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77040] = 3, + [77360] = 5, + ACTIONS(284), 1, + anon_sym_COMMA, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1646), 5, + ACTIONS(279), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1644), 31, - sym__newline, - anon_sym_SEMI, + ACTIONS(277), 28, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -91267,33 +91534,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77085] = 3, + sym_type_conversion, + [77409] = 5, + ACTIONS(284), 1, + anon_sym_COMMA, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2537), 5, + ACTIONS(279), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2535), 31, - sym__newline, - anon_sym_SEMI, + ACTIONS(277), 28, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -91309,149 +91578,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77130] = 13, - ACTIONS(2432), 1, - anon_sym_DOT, - ACTIONS(2434), 1, - anon_sym_LPAREN, - ACTIONS(2442), 1, - anon_sym_STAR_STAR, - ACTIONS(2444), 1, - anon_sym_LBRACK, - ACTIONS(2456), 1, - anon_sym_CARET, + sym_type_conversion, + [77458] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(665), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2448), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1316), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 3, + ACTIONS(670), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2446), 3, + ACTIONS(706), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 17, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(663), 17, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, - anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, - 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, - [77195] = 12, - ACTIONS(2432), 1, - anon_sym_DOT, - ACTIONS(2434), 1, - anon_sym_LPAREN, - ACTIONS(2442), 1, - anon_sym_STAR_STAR, - ACTIONS(2444), 1, - anon_sym_LBRACK, + [77507] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(665), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2448), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1316), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 3, + ACTIONS(670), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2446), 3, + ACTIONS(706), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 18, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(663), 17, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, - anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, - 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, - [77258] = 10, - ACTIONS(2432), 1, - anon_sym_DOT, - ACTIONS(2434), 1, - anon_sym_LPAREN, - ACTIONS(2442), 1, - anon_sym_STAR_STAR, - ACTIONS(2444), 1, - anon_sym_LBRACK, + [77556] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(279), 6, + anon_sym_as, anon_sym_STAR, + anon_sym_COLON, anon_sym_SLASH, - STATE(1316), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2446), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2236), 22, + ACTIONS(277), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -91461,38 +91710,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77317] = 8, - ACTIONS(2432), 1, - anon_sym_DOT, - ACTIONS(2434), 1, - anon_sym_LPAREN, - ACTIONS(2442), 1, - anon_sym_STAR_STAR, - ACTIONS(2444), 1, - anon_sym_LBRACK, + [77603] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1316), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 5, + ACTIONS(279), 6, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, + anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 25, + ACTIONS(277), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -91508,35 +91753,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77372] = 5, - ACTIONS(814), 1, - sym_string_start, + [77650] = 4, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1053), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(2230), 4, + ACTIONS(1552), 6, + anon_sym_as, anon_sym_STAR, + anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2228), 29, + ACTIONS(1547), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -91552,48 +91796,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77421] = 11, - ACTIONS(2432), 1, - anon_sym_DOT, - ACTIONS(2434), 1, - anon_sym_LPAREN, - ACTIONS(2442), 1, - anon_sym_STAR_STAR, - ACTIONS(2444), 1, - anon_sym_LBRACK, + [77697] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(2578), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2448), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1316), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2446), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2236), 20, + ACTIONS(2576), 31, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_AMP, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, @@ -91602,17 +91838,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77482] = 3, + [77742] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2541), 5, + ACTIONS(2582), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2539), 31, + ACTIONS(2580), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -91644,71 +91880,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77527] = 15, - ACTIONS(2432), 1, + [77787] = 12, + ACTIONS(2435), 1, anon_sym_DOT, - ACTIONS(2434), 1, + ACTIONS(2437), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2445), 1, anon_sym_STAR_STAR, - ACTIONS(2444), 1, + ACTIONS(2447), 1, anon_sym_LBRACK, - ACTIONS(2450), 1, - anon_sym_PIPE, - ACTIONS(2454), 1, - anon_sym_AMP, - ACTIONS(2456), 1, - anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(2439), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2441), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2448), 2, + ACTIONS(2451), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1316), 2, + STATE(1299), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2290), 3, - anon_sym_EQ, + ACTIONS(2247), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2446), 3, + ACTIONS(2449), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2288), 15, + ACTIONS(2245), 18, anon_sym_COMMA, - anon_sym_as, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, + anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, + 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, - [77596] = 3, + [77850] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2545), 5, + ACTIONS(2586), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2543), 31, + ACTIONS(2584), 31, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -91740,28 +91973,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77641] = 8, - ACTIONS(2432), 1, + [77895] = 8, + ACTIONS(2405), 1, anon_sym_DOT, - ACTIONS(2434), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2444), 1, + ACTIONS(2417), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1316), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2238), 5, + ACTIONS(2321), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 25, + ACTIONS(2319), 25, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -91787,130 +92020,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77696] = 3, + [77950] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2549), 5, + ACTIONS(1638), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(1641), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2547), 31, - sym__newline, - anon_sym_SEMI, + ACTIONS(1635), 14, anon_sym_DOT, - anon_sym_from, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(1631), 17, + sym__newline, + anon_sym_SEMI, + anon_sym_from, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + 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, - [77741] = 19, - ACTIONS(2551), 1, + [77999] = 8, + ACTIONS(2405), 1, anon_sym_DOT, - ACTIONS(2553), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2561), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2563), 1, + ACTIONS(2417), 1, anon_sym_LBRACK, - ACTIONS(2569), 1, - anon_sym_PIPE, - ACTIONS(2571), 1, - anon_sym_not, - ACTIONS(2573), 1, - anon_sym_AMP, - ACTIONS(2575), 1, - anon_sym_CARET, - ACTIONS(2579), 1, - anon_sym_is, - STATE(1602), 1, - aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2555), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2557), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2567), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2577), 2, - anon_sym_LT, - anon_sym_GT, - STATE(1464), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2565), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2559), 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(2187), 7, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_and, - anon_sym_or, - [77818] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2583), 5, + ACTIONS(2325), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2581), 31, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_LPAREN, + ACTIONS(2323), 25, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -91929,25 +92111,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [77863] = 5, - ACTIONS(284), 1, - anon_sym_COMMA, + [78054] = 6, ACTIONS(292), 1, anon_sym_COLON_EQ, + ACTIONS(670), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 6, + ACTIONS(663), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(665), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 28, + ACTIONS(706), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_as, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, @@ -91972,26 +92156,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [77912] = 5, - ACTIONS(284), 1, - anon_sym_COMMA, + [78105] = 6, ACTIONS(292), 1, anon_sym_COLON_EQ, + ACTIONS(670), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 6, + ACTIONS(663), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(665), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 28, + ACTIONS(706), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_as, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, @@ -92016,41 +92201,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [77961] = 5, + [78156] = 15, + ACTIONS(2327), 1, + anon_sym_DOT, + ACTIONS(2329), 1, + anon_sym_LPAREN, + ACTIONS(2337), 1, + anon_sym_STAR_STAR, + ACTIONS(2339), 1, + anon_sym_LBRACK, + ACTIONS(2345), 1, + anon_sym_PIPE, + ACTIONS(2349), 1, + anon_sym_AMP, + ACTIONS(2351), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + ACTIONS(2331), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(701), 14, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2333), 2, anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, + anon_sym_LT_LT, + ACTIONS(2343), 2, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, + STATE(1334), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2239), 3, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2341), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(666), 17, - sym__newline, - anon_sym_SEMI, - anon_sym_from, + ACTIONS(2237), 15, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_not, anon_sym_and, @@ -92061,40 +92255,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78010] = 5, + [78225] = 6, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, + ACTIONS(2588), 1, + anon_sym_LBRACK, + STATE(1956), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + ACTIONS(1552), 6, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(671), 3, + anon_sym_COLON, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 14, + ACTIONS(1547), 27, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 17, - sym__newline, - anon_sym_SEMI, - anon_sym_from, - 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, + [78276] = 15, + ACTIONS(2327), 1, + anon_sym_DOT, + ACTIONS(2329), 1, + anon_sym_LPAREN, + ACTIONS(2337), 1, + anon_sym_STAR_STAR, + ACTIONS(2339), 1, + anon_sym_LBRACK, + ACTIONS(2345), 1, + anon_sym_PIPE, + ACTIONS(2349), 1, + anon_sym_AMP, + ACTIONS(2351), 1, + anon_sym_CARET, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2331), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2333), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2343), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1334), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2243), 3, anon_sym_as, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2341), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2241), 15, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_not, anon_sym_and, @@ -92105,16 +92354,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78059] = 4, + [78345] = 4, ACTIONS(292), 1, anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(279), 6, - anon_sym_as, anon_sym_STAR, anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, @@ -92122,10 +92371,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -92148,22 +92396,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78106] = 4, + sym_type_conversion, + [78392] = 4, ACTIONS(292), 1, anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 6, + ACTIONS(279), 5, anon_sym_as, anon_sym_STAR, - anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(277), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -92175,7 +92424,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -92191,27 +92439,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78153] = 4, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, + [78438] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 6, - anon_sym_as, + ACTIONS(1657), 5, anon_sym_STAR, - anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, + ACTIONS(1655), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -92234,38 +92479,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78200] = 8, - ACTIONS(2432), 1, - anon_sym_DOT, - ACTIONS(2434), 1, - anon_sym_LPAREN, - ACTIONS(2442), 1, - anon_sym_STAR_STAR, - ACTIONS(2444), 1, - anon_sym_LBRACK, + sym_type_conversion, + [78482] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1316), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2282), 5, + ACTIONS(1661), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2280), 25, + ACTIONS(1659), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -92281,71 +92520,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78255] = 15, - ACTIONS(2362), 1, - anon_sym_DOT, - ACTIONS(2364), 1, - anon_sym_LPAREN, - ACTIONS(2372), 1, - anon_sym_STAR_STAR, - ACTIONS(2374), 1, - anon_sym_LBRACK, - ACTIONS(2380), 1, - anon_sym_PIPE, - ACTIONS(2384), 1, - anon_sym_AMP, - ACTIONS(2386), 1, - anon_sym_CARET, + sym_type_conversion, + [78526] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2366), 2, + ACTIONS(1607), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(2368), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2378), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1338), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2286), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2376), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2284), 15, - anon_sym_RPAREN, + ACTIONS(1605), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [78324] = 3, + sym_type_conversion, + [78570] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2515), 5, + ACTIONS(1607), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2513), 30, + ACTIONS(1605), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -92376,25 +92603,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [78368] = 3, + [78614] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2499), 5, - anon_sym_as, + ACTIONS(1611), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2497), 30, + ACTIONS(1609), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -92417,25 +92643,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78412] = 3, + sym_type_conversion, + [78658] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1667), 5, - anon_sym_as, + ACTIONS(1611), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1662), 30, + ACTIONS(1609), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -92458,110 +92684,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78456] = 5, - ACTIONS(292), 1, - anon_sym_COLON_EQ, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(666), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(668), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(701), 27, + sym_type_conversion, + [78702] = 19, + ACTIONS(2435), 1, anon_sym_DOT, + ACTIONS(2447), 1, + anon_sym_LBRACK, + ACTIONS(2548), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, + ACTIONS(2556), 1, anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, + ACTIONS(2564), 1, anon_sym_PIPE, - anon_sym_PLUS, + ACTIONS(2566), 1, anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, + ACTIONS(2568), 1, anon_sym_AMP, + ACTIONS(2570), 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, + ACTIONS(2574), 1, anon_sym_is, - [78504] = 3, + STATE(1604), 1, + aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2503), 5, - anon_sym_as, + ACTIONS(2550), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2552), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2562), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2572), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2501), 30, - anon_sym_DOT, - anon_sym_LPAREN, + STATE(1465), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2560), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2196), 6, anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_as, anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, - anon_sym_not, + anon_sym_RBRACK, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, + ACTIONS(2554), 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, - [78548] = 3, + [78778] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1638), 5, - anon_sym_as, + ACTIONS(2366), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1636), 30, + ACTIONS(2364), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -92583,81 +92783,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78592] = 3, + [78822] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1638), 5, + ACTIONS(1638), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(1641), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1636), 30, + ACTIONS(1635), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, 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, - [78636] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1547), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1542), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1631), 16, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92665,25 +92826,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [78680] = 3, + [78870] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2529), 5, - anon_sym_as, + ACTIONS(1653), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2527), 30, + ACTIONS(1648), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -92706,103 +92866,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78724] = 5, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(668), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - ACTIONS(701), 14, + sym_type_conversion, + [78914] = 8, + ACTIONS(2546), 1, anon_sym_DOT, + ACTIONS(2548), 1, anon_sym_LPAREN, - anon_sym_GT_GT, + ACTIONS(2556), 1, anon_sym_STAR_STAR, + ACTIONS(2558), 1, anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(666), 16, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_RBRACE, - 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, - [78772] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + STATE(1465), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2321), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 14, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2319), 25, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 16, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_RBRACE, - 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, - [78820] = 3, + [78968] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2583), 5, + ACTIONS(1625), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2581), 30, + ACTIONS(1620), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -92833,31 +92954,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78864] = 3, + [79012] = 8, + ACTIONS(2546), 1, + anon_sym_DOT, + ACTIONS(2548), 1, + anon_sym_LPAREN, + ACTIONS(2556), 1, + anon_sym_STAR_STAR, + ACTIONS(2558), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2537), 5, + STATE(1465), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2325), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2535), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2323), 25, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -92873,25 +93000,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [78908] = 3, + [79066] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2549), 5, + ACTIONS(1668), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2547), 30, + ACTIONS(1663), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -92914,27 +93041,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [78952] = 4, + [79110] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1611), 3, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - ACTIONS(1616), 5, + ACTIONS(2534), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 27, + ACTIONS(2532), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -92957,64 +93082,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [78998] = 5, + [79154] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 2, + ACTIONS(2373), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(1619), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 14, + ACTIONS(2371), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1611), 16, - anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_RBRACE, - 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, - [79046] = 3, + [79198] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2464), 5, + ACTIONS(2373), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2462), 30, + ACTIONS(2371), 30, sym_string_start, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -93023,6 +93145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -93041,34 +93164,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79090] = 5, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [79242] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(668), 5, + ACTIONS(2494), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 27, + ACTIONS(2492), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93084,24 +93205,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79138] = 3, + [79286] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1634), 5, + ACTIONS(2526), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1632), 30, + ACTIONS(2524), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -93124,32 +93246,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [79182] = 5, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [79330] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(668), 5, - anon_sym_as, + ACTIONS(2373), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 27, + ACTIONS(2371), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -93168,34 +93287,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79230] = 5, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, + [79374] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1611), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(1616), 5, - anon_sym_as, + ACTIONS(1625), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 27, + ACTIONS(1620), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93211,17 +93327,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79278] = 3, + sym_type_conversion, + [79418] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 5, + ACTIONS(1668), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 30, + ACTIONS(1663), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -93252,31 +93369,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [79322] = 3, + [79462] = 8, + ACTIONS(2546), 1, + anon_sym_DOT, + ACTIONS(2548), 1, + anon_sym_LPAREN, + ACTIONS(2556), 1, + anon_sym_STAR_STAR, + ACTIONS(2558), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 5, + STATE(1465), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2245), 25, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93292,38 +93415,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [79366] = 3, + [79516] = 11, + ACTIONS(2546), 1, + anon_sym_DOT, + ACTIONS(2548), 1, + anon_sym_LPAREN, + ACTIONS(2556), 1, + anon_sym_STAR_STAR, + ACTIONS(2558), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, + ACTIONS(2247), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2550), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2562), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1465), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2560), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 20, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -93333,30 +93464,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [79410] = 3, + [79576] = 15, + ACTIONS(2546), 1, + anon_sym_DOT, + ACTIONS(2548), 1, + anon_sym_LPAREN, + ACTIONS(2556), 1, + anon_sym_STAR_STAR, + ACTIONS(2558), 1, + anon_sym_LBRACK, + ACTIONS(2564), 1, + anon_sym_PIPE, + ACTIONS(2568), 1, + anon_sym_AMP, + ACTIONS(2570), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2464), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, + ACTIONS(2284), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2462), 30, - sym_string_start, + ACTIONS(2550), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2552), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2562), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1465), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2560), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2282), 15, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + 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, + [79644] = 8, + ACTIONS(2546), 1, anon_sym_DOT, + ACTIONS(2548), 1, anon_sym_LPAREN, + ACTIONS(2556), 1, + anon_sym_STAR_STAR, + ACTIONS(2558), 1, + anon_sym_LBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1465), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2247), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2245), 25, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -93375,37 +93563,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79454] = 3, + [79698] = 10, + ACTIONS(2546), 1, + anon_sym_DOT, + ACTIONS(2548), 1, + anon_sym_LPAREN, + ACTIONS(2556), 1, + anon_sym_STAR_STAR, + ACTIONS(2558), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, + ACTIONS(2247), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2550), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1465), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2560), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 22, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, + anon_sym_RBRACK, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -93415,82 +93611,178 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [79498] = 19, - ACTIONS(2325), 1, + [79756] = 14, + ACTIONS(2546), 1, anon_sym_DOT, - ACTIONS(2337), 1, - anon_sym_LBRACK, - ACTIONS(2553), 1, + ACTIONS(2548), 1, anon_sym_LPAREN, - ACTIONS(2561), 1, + ACTIONS(2556), 1, anon_sym_STAR_STAR, - ACTIONS(2569), 1, - anon_sym_PIPE, - ACTIONS(2571), 1, - anon_sym_not, - ACTIONS(2573), 1, + ACTIONS(2558), 1, + anon_sym_LBRACK, + ACTIONS(2568), 1, anon_sym_AMP, - ACTIONS(2575), 1, + ACTIONS(2570), 1, anon_sym_CARET, - ACTIONS(2579), 1, - anon_sym_is, - STATE(1602), 1, - aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2555), 2, + ACTIONS(2247), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2550), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2557), 2, + ACTIONS(2552), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2567), 2, + ACTIONS(2562), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2577), 2, + STATE(1465), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2560), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 16, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + anon_sym_PIPE, + 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, + [79822] = 13, + ACTIONS(2546), 1, + anon_sym_DOT, + ACTIONS(2548), 1, + anon_sym_LPAREN, + ACTIONS(2556), 1, + anon_sym_STAR_STAR, + ACTIONS(2558), 1, + anon_sym_LBRACK, + ACTIONS(2570), 1, + anon_sym_CARET, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2247), 2, anon_sym_LT, anon_sym_GT, - STATE(1464), 2, + ACTIONS(2550), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2552), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2562), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1465), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2565), 3, + ACTIONS(2560), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2187), 6, + ACTIONS(2245), 17, anon_sym_COMMA, anon_sym_as, anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_not, anon_sym_and, anon_sym_or, - ACTIONS(2559), 6, + 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, + [79886] = 12, + ACTIONS(2546), 1, + anon_sym_DOT, + ACTIONS(2548), 1, + anon_sym_LPAREN, + ACTIONS(2556), 1, + anon_sym_STAR_STAR, + ACTIONS(2558), 1, + anon_sym_LBRACK, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2247), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2550), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2552), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2562), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1465), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2560), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2245), 18, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, anon_sym_in, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_not, + anon_sym_and, + anon_sym_or, + 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, - [79574] = 3, + anon_sym_is, + [79948] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2519), 5, + ACTIONS(2518), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2517), 30, + ACTIONS(2516), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -93513,33 +93805,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [79618] = 3, + [79992] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2397), 5, + ACTIONS(2542), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2395), 30, - sym_string_start, + ACTIONS(2540), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93555,39 +93846,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79662] = 5, + [80036] = 15, + ACTIONS(2546), 1, + anon_sym_DOT, + ACTIONS(2548), 1, + anon_sym_LPAREN, + ACTIONS(2556), 1, + anon_sym_STAR_STAR, + ACTIONS(2558), 1, + anon_sym_LBRACK, + ACTIONS(2564), 1, + anon_sym_PIPE, + ACTIONS(2568), 1, + anon_sym_AMP, + ACTIONS(2570), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1619), 3, - anon_sym_EQ, + ACTIONS(2239), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 14, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(2550), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2552), 2, anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, + anon_sym_LT_LT, + ACTIONS(2562), 2, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, + STATE(1465), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2560), 3, + anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, + ACTIONS(2237), 15, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + 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, + [80104] = 15, + ACTIONS(2546), 1, + anon_sym_DOT, + ACTIONS(2548), 1, + anon_sym_LPAREN, + ACTIONS(2556), 1, + anon_sym_STAR_STAR, + ACTIONS(2558), 1, + anon_sym_LBRACK, + ACTIONS(2564), 1, + anon_sym_PIPE, + ACTIONS(2568), 1, anon_sym_AMP, + ACTIONS(2570), 1, anon_sym_CARET, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2243), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2550), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2552), 2, + anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(1611), 16, + ACTIONS(2562), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1465), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2560), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + ACTIONS(2241), 15, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_not, anon_sym_and, anon_sym_or, @@ -93597,144 +93952,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [79710] = 3, + [80172] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2541), 5, + ACTIONS(665), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(670), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2539), 30, + ACTIONS(706), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(663), 16, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACE, + 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, - [79754] = 3, + [80220] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2583), 5, + ACTIONS(665), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(670), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2581), 30, + ACTIONS(706), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(663), 16, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACE, + 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, - [79798] = 3, + [80268] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2545), 5, + ACTIONS(1638), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(1641), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2543), 30, + ACTIONS(1635), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(1631), 16, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACE, + 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, - [79842] = 3, + [80316] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1634), 5, + ACTIONS(2586), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1632), 30, + ACTIONS(2584), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -93747,6 +94106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93762,29 +94122,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79886] = 3, + [80360] = 6, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, + ACTIONS(1561), 1, + anon_sym_LBRACK, + STATE(2124), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 5, - anon_sym_as, + ACTIONS(1552), 6, anon_sym_STAR, + anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 30, + ACTIONS(1547), 26, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -93803,24 +94166,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79930] = 3, + [80410] = 5, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 5, + ACTIONS(284), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(279), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 30, + ACTIONS(277), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -93844,17 +94209,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [79974] = 3, + [80458] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 5, + ACTIONS(2502), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 30, + ACTIONS(2500), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -93885,24 +94250,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80018] = 3, + [80502] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2533), 5, + ACTIONS(2510), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2531), 30, + ACTIONS(2508), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -93925,33 +94291,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80062] = 4, - ACTIONS(1602), 1, - anon_sym_COMMA, + [80546] = 5, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1605), 5, + ACTIONS(1549), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1552), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1600), 29, + ACTIONS(1547), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -93967,25 +94334,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80108] = 3, + [80594] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2487), 5, + ACTIONS(2514), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2485), 30, + ACTIONS(2512), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -94008,33 +94375,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80152] = 4, - ACTIONS(1544), 1, - anon_sym_COMMA, + [80638] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 5, + ACTIONS(2366), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, + ACTIONS(2364), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_as, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94050,25 +94416,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80198] = 3, + [80682] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1605), 5, + ACTIONS(2522), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1600), 30, + ACTIONS(2520), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -94091,22 +94457,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80242] = 3, + [80726] = 5, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2397), 5, + ACTIONS(284), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(279), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2395), 30, - sym_string_start, + ACTIONS(277), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, @@ -94114,7 +94482,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -94133,32 +94500,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80286] = 4, - ACTIONS(1650), 1, - anon_sym_COMMA, + [80774] = 5, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1653), 5, + ACTIONS(284), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(279), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1648), 29, + ACTIONS(277), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94174,25 +94543,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80332] = 3, + [80822] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2491), 5, + ACTIONS(2578), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2489), 30, + ACTIONS(2576), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -94215,75 +94584,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80376] = 5, + [80866] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + ACTIONS(279), 6, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(671), 3, + anon_sym_COLON, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 14, + ACTIONS(277), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_else, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 16, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACE, - 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, - [80424] = 3, + [80912] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2495), 5, + ACTIONS(279), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2493), 30, + ACTIONS(277), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94299,32 +94668,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80468] = 3, + [80958] = 4, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2511), 5, + ACTIONS(1552), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2509), 30, + ACTIONS(1547), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94340,18 +94710,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80512] = 3, + [81004] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2525), 5, + ACTIONS(2582), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2523), 30, + ACTIONS(2580), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -94382,76 +94751,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80556] = 5, + [81048] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(701), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(666), 16, - anon_sym_COMMA, + ACTIONS(2476), 5, anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACE, - 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, - [80604] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(279), 6, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 28, + ACTIONS(2474), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94467,33 +94792,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80650] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [81092] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 6, + ACTIONS(2480), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 28, + ACTIONS(2478), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94509,33 +94833,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80696] = 4, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, + [81136] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 6, + ACTIONS(2506), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 28, + ACTIONS(2504), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94551,25 +94874,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80742] = 4, - ACTIONS(1664), 1, - anon_sym_COMMA, + [81180] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1667), 5, + ACTIONS(2530), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1662), 29, + ACTIONS(2528), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_as, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -94592,18 +94915,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [80788] = 3, + [81224] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(2538), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 30, + ACTIONS(2536), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -94634,17 +94956,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80832] = 3, + [81268] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(2490), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 30, + ACTIONS(2488), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -94675,35 +94997,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80876] = 6, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, - ACTIONS(1556), 1, - anon_sym_LBRACK, - STATE(2106), 1, - sym_type_parameter, + [81312] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 6, + ACTIONS(2498), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 26, + ACTIONS(2496), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94719,37 +95038,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80926] = 8, - ACTIONS(2551), 1, - anon_sym_DOT, - ACTIONS(2553), 1, - anon_sym_LPAREN, - ACTIONS(2561), 1, - anon_sym_STAR_STAR, - ACTIONS(2563), 1, - anon_sym_LBRACK, + [81356] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1464), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2282), 4, + ACTIONS(1552), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2280), 25, + ACTIONS(1547), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -94765,24 +95078,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [80980] = 3, + sym_type_conversion, + [81400] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 5, + ACTIONS(2373), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 30, + ACTIONS(2371), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -94806,29 +95120,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81024] = 3, + [81444] = 5, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 5, + ACTIONS(663), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(665), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 30, + ACTIONS(706), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -94847,17 +95163,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81068] = 3, + [81492] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2481), 5, + ACTIONS(2484), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2479), 30, + ACTIONS(2482), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -94888,76 +95204,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81112] = 5, - ACTIONS(1549), 1, + [81536] = 5, + ACTIONS(1554), 1, anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1544), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1547), 5, + ACTIONS(1631), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(1638), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 27, + ACTIONS(1635), 27, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [81160] = 8, - ACTIONS(2551), 1, - anon_sym_DOT, - ACTIONS(2553), 1, - anon_sym_LPAREN, - ACTIONS(2561), 1, - anon_sym_STAR_STAR, - ACTIONS(2563), 1, - anon_sym_LBRACK, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(1464), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2234), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2232), 25, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, @@ -94977,24 +95247,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81214] = 3, + [81584] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2529), 5, + ACTIONS(1631), 3, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + ACTIONS(1638), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2527), 30, + ACTIONS(1635), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95017,131 +95289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [81258] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2507), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2505), 30, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [81302] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2499), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2497), 30, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [81346] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1646), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1644), 30, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [81390] = 4, + [81630] = 4, ACTIONS(292), 1, anon_sym_COLON_EQ, ACTIONS(3), 2, @@ -95183,29 +95331,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81436] = 3, + [81676] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1646), 5, + ACTIONS(279), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1644), 30, + ACTIONS(277), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -95224,19 +95373,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81480] = 4, - ACTIONS(292), 1, + [81722] = 4, + ACTIONS(1554), 1, anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(1552), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(1547), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -95266,17 +95415,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81526] = 3, + [81768] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2503), 5, + ACTIONS(279), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2501), 30, + ACTIONS(277), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -95307,30 +95456,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [81570] = 4, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, + [81812] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 5, + ACTIONS(1676), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, + ACTIONS(1674), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -95349,33 +95497,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81616] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [81856] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(279), 5, - anon_sym_as, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(277), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -95391,26 +95537,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81662] = 3, + sym_type_conversion, + [81900] = 5, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2397), 5, + ACTIONS(663), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(665), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2395), 30, - sym_string_start, + ACTIONS(706), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95432,17 +95581,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81706] = 3, + [81948] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(2484), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 30, + ACTIONS(2482), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -95473,31 +95622,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [81750] = 3, + [81992] = 5, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(663), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(665), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 30, + ACTIONS(706), 27, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -95513,29 +95665,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [81794] = 5, - ACTIONS(292), 1, + [82040] = 5, + ACTIONS(1554), 1, anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(279), 5, + ACTIONS(1631), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(1638), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 27, + ACTIONS(1635), 27, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95557,25 +95708,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81842] = 3, + [82088] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2473), 5, - anon_sym_as, + ACTIONS(2534), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2471), 30, + ACTIONS(2532), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95598,17 +95748,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81886] = 3, + sym_type_conversion, + [82132] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2481), 5, + ACTIONS(2494), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2479), 30, + ACTIONS(2492), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -95639,34 +95790,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [81930] = 5, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [82176] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(279), 5, - anon_sym_as, + ACTIONS(2526), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 27, + ACTIONS(2524), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -95682,19 +95830,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [81978] = 3, + sym_type_conversion, + [82220] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2549), 5, + ACTIONS(1657), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2547), 30, + ACTIONS(1655), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -95707,7 +95857,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -95723,74 +95872,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82022] = 15, - ACTIONS(2551), 1, - anon_sym_DOT, - ACTIONS(2553), 1, - anon_sym_LPAREN, - ACTIONS(2561), 1, - anon_sym_STAR_STAR, - ACTIONS(2563), 1, - anon_sym_LBRACK, - ACTIONS(2569), 1, - anon_sym_PIPE, - ACTIONS(2573), 1, - anon_sym_AMP, - ACTIONS(2575), 1, - anon_sym_CARET, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2286), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2555), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2557), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2567), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1464), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2565), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2284), 15, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - 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, - [82090] = 3, + [82264] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2464), 5, + ACTIONS(2518), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2462), 30, - sym_string_start, + ACTIONS(2516), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -95802,6 +95896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -95817,32 +95912,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82134] = 3, + sym_type_conversion, + [82308] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2464), 5, - anon_sym_as, + ACTIONS(2542), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2462), 30, - sym_string_start, + ACTIONS(2540), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -95858,25 +95953,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82178] = 3, + sym_type_conversion, + [82352] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2519), 5, - anon_sym_as, + ACTIONS(2586), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2517), 30, + ACTIONS(2584), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -95899,17 +95994,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82222] = 3, + sym_type_conversion, + [82396] = 5, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1653), 5, + ACTIONS(284), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(279), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(277), 27, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, + [82444] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2502), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1648), 30, + ACTIONS(2500), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -95940,23 +96079,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [82266] = 3, + [82488] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2533), 5, + ACTIONS(279), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2531), 30, + ACTIONS(277), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -95965,7 +96106,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -95981,27 +96121,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82310] = 4, - ACTIONS(292), 1, + [82534] = 4, + ACTIONS(1554), 1, anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 6, + ACTIONS(1552), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 28, + ACTIONS(1547), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96023,33 +96163,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82356] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [82580] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 6, + ACTIONS(2510), 5, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 28, + ACTIONS(2508), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_else, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -96065,33 +96203,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82402] = 4, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, + sym_type_conversion, + [82624] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 6, + ACTIONS(2514), 5, anon_sym_STAR, - anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 28, + ACTIONS(2512), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_else, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -96107,17 +96244,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82448] = 3, + sym_type_conversion, + [82668] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1667), 5, + ACTIONS(2522), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1662), 30, + ACTIONS(2520), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -96148,25 +96286,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [82492] = 3, + [82712] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2487), 5, - anon_sym_as, + ACTIONS(2578), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2485), 30, + ACTIONS(2576), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96189,25 +96326,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82536] = 3, + sym_type_conversion, + [82756] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2491), 5, - anon_sym_as, + ACTIONS(2582), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2489), 30, + ACTIONS(2580), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96230,25 +96367,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82580] = 3, + sym_type_conversion, + [82800] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2495), 5, - anon_sym_as, + ACTIONS(2476), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2493), 30, + ACTIONS(2474), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96271,25 +96408,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82624] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + sym_type_conversion, + [82844] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(1661), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(1659), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -96313,25 +96450,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82670] = 4, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, + [82888] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 5, + ACTIONS(1607), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, + ACTIONS(1605), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, @@ -96355,19 +96491,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82716] = 3, + [82932] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2541), 5, + ACTIONS(1607), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2539), 30, + ACTIONS(1605), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -96380,7 +96517,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -96396,91 +96532,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82760] = 19, - ACTIONS(2246), 1, - anon_sym_DOT, - ACTIONS(2258), 1, - anon_sym_LBRACK, - ACTIONS(2294), 1, - anon_sym_LPAREN, - ACTIONS(2302), 1, - anon_sym_STAR_STAR, - ACTIONS(2310), 1, - anon_sym_PIPE, - ACTIONS(2312), 1, - anon_sym_not, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_CARET, - ACTIONS(2320), 1, - anon_sym_is, - STATE(1600), 1, - aux_sym_comparison_operator_repeat1, + [82976] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2296), 2, + ACTIONS(2480), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(2298), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2308), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2318), 2, anon_sym_LT, anon_sym_GT, - STATE(1174), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2306), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2187), 6, + ACTIONS(2478), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_not, anon_sym_and, anon_sym_or, - ACTIONS(2300), 6, - anon_sym_in, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [82836] = 5, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + anon_sym_is, + sym_type_conversion, + [83020] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(666), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(668), 5, - anon_sym_as, + ACTIONS(2506), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 27, + ACTIONS(2504), 30, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -96496,34 +96613,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82884] = 5, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + sym_type_conversion, + [83064] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(279), 5, - anon_sym_as, + ACTIONS(2530), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 27, + ACTIONS(2528), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -96539,25 +96654,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82932] = 3, + sym_type_conversion, + [83108] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2545), 5, - anon_sym_as, + ACTIONS(2538), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2543), 30, + ACTIONS(2536), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96580,34 +96695,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [82976] = 5, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, + sym_type_conversion, + [83152] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1544), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1547), 5, - anon_sym_as, + ACTIONS(2490), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 27, + ACTIONS(2488), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -96623,37 +96736,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83024] = 8, - ACTIONS(2551), 1, - anon_sym_DOT, - ACTIONS(2553), 1, - anon_sym_LPAREN, - ACTIONS(2561), 1, - anon_sym_STAR_STAR, - ACTIONS(2563), 1, - anon_sym_LBRACK, + sym_type_conversion, + [83196] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1464), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 4, + ACTIONS(2498), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 25, + ACTIONS(2496), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -96669,75 +96777,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83078] = 11, - ACTIONS(2551), 1, + sym_type_conversion, + [83240] = 19, + ACTIONS(2327), 1, anon_sym_DOT, - ACTIONS(2553), 1, + ACTIONS(2339), 1, + anon_sym_LBRACK, + ACTIONS(2377), 1, anon_sym_LPAREN, - ACTIONS(2561), 1, + ACTIONS(2385), 1, anon_sym_STAR_STAR, - ACTIONS(2563), 1, - anon_sym_LBRACK, + ACTIONS(2393), 1, + anon_sym_PIPE, + ACTIONS(2395), 1, + anon_sym_not, + ACTIONS(2397), 1, + anon_sym_AMP, + ACTIONS(2399), 1, + anon_sym_CARET, + ACTIONS(2403), 1, + anon_sym_is, + STATE(1592), 1, + aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2238), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2555), 2, + ACTIONS(2379), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2567), 2, + ACTIONS(2381), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2391), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1464), 2, + ACTIONS(2401), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1428), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2565), 3, + ACTIONS(2389), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2236), 20, + ACTIONS(2196), 6, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, + ACTIONS(2383), 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, - [83138] = 3, + [83316] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2397), 5, + ACTIONS(1611), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2395), 30, - sym_string_start, + ACTIONS(1609), 30, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96759,28 +96876,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83182] = 5, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, + [83360] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1611), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(1616), 5, + ACTIONS(1611), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 27, + ACTIONS(1609), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96802,24 +96917,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83230] = 3, + [83404] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2473), 5, + ACTIONS(1552), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2471), 30, + ACTIONS(1547), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96842,21 +96958,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [83274] = 3, + [83448] = 4, + ACTIONS(1650), 1, + anon_sym_COMMA, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2477), 5, + ACTIONS(1653), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2475), 30, + ACTIONS(1648), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, @@ -96884,25 +97000,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [83318] = 3, + [83494] = 4, + ACTIONS(1549), 1, + anon_sym_COMMA, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2477), 5, - anon_sym_as, + ACTIONS(1552), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2475), 30, + ACTIONS(1547), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -96925,32 +97041,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83362] = 3, + sym_type_conversion, + [83540] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1605), 5, + ACTIONS(2366), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1600), 30, + ACTIONS(2364), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -96966,34 +97083,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83406] = 5, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [83584] = 4, + ACTIONS(1622), 1, + anon_sym_COMMA, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(284), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(279), 5, - anon_sym_as, + ACTIONS(1625), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 27, + ACTIONS(1620), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -97009,210 +97124,175 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83454] = 3, + sym_type_conversion, + [83630] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2511), 5, - anon_sym_as, + ACTIONS(665), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(670), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2509), 30, + ACTIONS(706), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, 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, - [83498] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1653), 5, - anon_sym_as, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1648), 30, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(663), 16, anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [83542] = 3, + sym_type_conversion, + [83678] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2515), 5, - anon_sym_as, + ACTIONS(665), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(670), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2513), 30, + ACTIONS(706), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(663), 16, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACE, + 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, - [83586] = 15, - ACTIONS(2551), 1, + sym_type_conversion, + [83726] = 19, + ACTIONS(2252), 1, anon_sym_DOT, - ACTIONS(2553), 1, + ACTIONS(2264), 1, + anon_sym_LBRACK, + ACTIONS(2291), 1, anon_sym_LPAREN, - ACTIONS(2561), 1, + ACTIONS(2299), 1, anon_sym_STAR_STAR, - ACTIONS(2563), 1, - anon_sym_LBRACK, - ACTIONS(2569), 1, + ACTIONS(2307), 1, anon_sym_PIPE, - ACTIONS(2573), 1, + ACTIONS(2309), 1, + anon_sym_not, + ACTIONS(2311), 1, anon_sym_AMP, - ACTIONS(2575), 1, + ACTIONS(2313), 1, anon_sym_CARET, + ACTIONS(2317), 1, + anon_sym_is, + STATE(1601), 1, + aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2290), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2555), 2, + ACTIONS(2293), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2557), 2, + ACTIONS(2295), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2567), 2, + ACTIONS(2305), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1464), 2, + ACTIONS(2315), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1239), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2565), 3, + ACTIONS(2303), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - ACTIONS(2288), 15, + ACTIONS(2196), 6, anon_sym_COMMA, anon_sym_as, anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - anon_sym_not, + anon_sym_RBRACE, anon_sym_and, anon_sym_or, + ACTIONS(2297), 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, - [83654] = 8, - ACTIONS(2551), 1, - anon_sym_DOT, - ACTIONS(2553), 1, - anon_sym_LPAREN, - ACTIONS(2561), 1, - anon_sym_STAR_STAR, - ACTIONS(2563), 1, - anon_sym_LBRACK, + [83802] = 5, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1464), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2238), 4, + ACTIONS(1549), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1552), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2236), 25, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(1547), 27, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -97231,32 +97311,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83708] = 6, - ACTIONS(1549), 1, + [83850] = 4, + ACTIONS(292), 1, anon_sym_COLON_EQ, - ACTIONS(2585), 1, - anon_sym_LBRACK, - STATE(2067), 1, - sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 5, + ACTIONS(279), 6, anon_sym_STAR, anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 27, + ACTIONS(277), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_STAR_STAR, - anon_sym_RBRACK, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -97275,45 +97353,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83758] = 10, - ACTIONS(2551), 1, - anon_sym_DOT, - ACTIONS(2553), 1, - anon_sym_LPAREN, - ACTIONS(2561), 1, - anon_sym_STAR_STAR, - ACTIONS(2563), 1, - anon_sym_LBRACK, + [83896] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2238), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2555), 2, + ACTIONS(2366), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - STATE(1464), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2565), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2236), 22, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2364), 30, + sym_string_start, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, @@ -97323,83 +97394,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [83816] = 14, - ACTIONS(2551), 1, - anon_sym_DOT, - ACTIONS(2553), 1, - anon_sym_LPAREN, - ACTIONS(2561), 1, - anon_sym_STAR_STAR, - ACTIONS(2563), 1, - anon_sym_LBRACK, - ACTIONS(2573), 1, - anon_sym_AMP, - ACTIONS(2575), 1, - anon_sym_CARET, + [83940] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2238), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2555), 2, + ACTIONS(1676), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(2557), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2567), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1464), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2565), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2236), 16, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1674), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [83882] = 3, + sym_type_conversion, + [83984] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2507), 5, + ACTIONS(279), 6, anon_sym_STAR, + anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2505), 30, + ACTIONS(277), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -97415,122 +97477,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - sym_type_conversion, - [83926] = 13, - ACTIONS(2551), 1, - anon_sym_DOT, - ACTIONS(2553), 1, - anon_sym_LPAREN, - ACTIONS(2561), 1, - anon_sym_STAR_STAR, - ACTIONS(2563), 1, - anon_sym_LBRACK, - ACTIONS(2575), 1, - anon_sym_CARET, + [84030] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2238), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2555), 2, + ACTIONS(1653), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2557), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2567), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1464), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2565), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2236), 17, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1648), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, 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, - [83990] = 12, - ACTIONS(2551), 1, - anon_sym_DOT, - ACTIONS(2553), 1, - anon_sym_LPAREN, - ACTIONS(2561), 1, - anon_sym_STAR_STAR, - ACTIONS(2563), 1, - anon_sym_LBRACK, + [84074] = 4, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2238), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2555), 2, + ACTIONS(1552), 6, anon_sym_STAR, + anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(2557), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2567), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1464), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2565), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2236), 18, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1547), 28, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, - anon_sym_RBRACK, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, 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, - [84052] = 3, + [84120] = 4, + ACTIONS(1665), 1, + anon_sym_COMMA, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2525), 5, + ACTIONS(1668), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2523), 30, + ACTIONS(1663), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, @@ -97558,127 +97602,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_is, sym_type_conversion, - [84096] = 15, - ACTIONS(2551), 1, - anon_sym_DOT, - ACTIONS(2553), 1, - anon_sym_LPAREN, - ACTIONS(2561), 1, - anon_sym_STAR_STAR, - ACTIONS(2563), 1, + [84166] = 6, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, + ACTIONS(2590), 1, anon_sym_LBRACK, - ACTIONS(2569), 1, - anon_sym_PIPE, - ACTIONS(2573), 1, - anon_sym_AMP, - ACTIONS(2575), 1, - anon_sym_CARET, + STATE(2136), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2278), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2555), 2, + ACTIONS(1552), 5, anon_sym_STAR, + anon_sym_COLON, anon_sym_SLASH, - ACTIONS(2557), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2567), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1464), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2565), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2276), 15, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1547), 27, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [84164] = 19, - ACTIONS(2362), 1, - anon_sym_DOT, - ACTIONS(2374), 1, - anon_sym_LBRACK, - ACTIONS(2404), 1, - anon_sym_LPAREN, - ACTIONS(2412), 1, - anon_sym_STAR_STAR, - ACTIONS(2420), 1, - anon_sym_PIPE, - ACTIONS(2422), 1, - anon_sym_not, - ACTIONS(2424), 1, - anon_sym_AMP, - ACTIONS(2426), 1, - anon_sym_CARET, - ACTIONS(2430), 1, - anon_sym_is, - STATE(1599), 1, - aux_sym_comparison_operator_repeat1, + [84216] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2406), 2, + ACTIONS(279), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2408), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2418), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2428), 2, anon_sym_LT, anon_sym_GT, - STATE(1347), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2416), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - ACTIONS(2187), 6, - anon_sym_RPAREN, + ACTIONS(277), 30, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, + anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_not, anon_sym_and, anon_sym_or, - ACTIONS(2410), 6, - anon_sym_in, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [84240] = 3, + anon_sym_is, + [84260] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2537), 5, + ACTIONS(279), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2535), 30, + ACTIONS(277), 30, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -97709,28 +97728,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84284] = 3, + [84304] = 5, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1605), 5, + ACTIONS(663), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(665), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1600), 29, + ACTIONS(706), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -97749,59 +97771,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84327] = 4, + [84352] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1542), 3, + ACTIONS(2476), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2474), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1547), 13, - anon_sym_STAR, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_SLASH, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1558), 18, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - 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, - [84372] = 5, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [84395] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 2, + ACTIONS(1638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1619), 3, + ACTIONS(1641), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 14, + ACTIONS(1635), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -97816,7 +97837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1611), 15, + ACTIONS(1631), 15, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, @@ -97832,15 +97853,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84419] = 4, + [84442] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1662), 3, + ACTIONS(1663), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, - ACTIONS(1667), 13, + ACTIONS(1668), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -97854,7 +97875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1671), 18, + ACTIONS(1672), 18, sym__newline, anon_sym_SEMI, anon_sym_COMMA, @@ -97873,99 +97894,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [84464] = 5, + [84487] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 2, + ACTIONS(1625), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(1619), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 14, + ACTIONS(1620), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1611), 15, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, - anon_sym_RBRACK, - 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, - [84511] = 3, + [84530] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2519), 5, - anon_sym_as, + ACTIONS(1638), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1641), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2517), 29, + ACTIONS(1635), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(1631), 15, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACK, + 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, - [84554] = 3, + [84577] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1653), 5, + ACTIONS(2538), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1648), 29, + ACTIONS(2536), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -97995,28 +98016,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84597] = 3, + [84620] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2533), 5, - anon_sym_as, + ACTIONS(1668), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2531), 29, + ACTIONS(1663), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -98035,25 +98056,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84640] = 3, + [84663] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1667), 5, + ACTIONS(2538), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1662), 29, + ACTIONS(2536), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98075,28 +98096,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84683] = 3, + [84706] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1653), 5, + ACTIONS(1676), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1648), 29, + ACTIONS(1674), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -98115,25 +98136,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84726] = 3, + [84749] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1667), 5, + ACTIONS(2476), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1662), 29, + ACTIONS(2474), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98155,25 +98176,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84769] = 3, + [84792] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2525), 5, + ACTIONS(2578), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2523), 29, + ACTIONS(2576), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98195,70 +98216,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84812] = 7, - ACTIONS(1630), 1, - anon_sym_EQ, + [84835] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 2, + ACTIONS(2534), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1619), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1628), 5, + ACTIONS(2532), 29, anon_sym_DOT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(1611), 12, - anon_sym_as, + anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, - 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(1613), 12, - anon_sym_LPAREN, - anon_sym_GT_GT, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [84863] = 4, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [84878] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1602), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1605), 5, - anon_sym_as, + ACTIONS(2534), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1600), 27, + ACTIONS(2532), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98280,28 +98296,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84908] = 3, + [84921] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2529), 5, + ACTIONS(2494), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2527), 29, + ACTIONS(2492), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -98320,17 +98336,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84951] = 3, + [84964] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2487), 5, + ACTIONS(2526), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2485), 29, + ACTIONS(2524), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -98360,28 +98376,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [84994] = 3, + [85007] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2491), 5, - anon_sym_as, + ACTIONS(1625), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2489), 29, + ACTIONS(1620), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -98400,28 +98416,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85037] = 3, + [85050] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2495), 5, - anon_sym_as, + ACTIONS(1668), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2493), 29, + ACTIONS(1663), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -98440,26 +98456,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85080] = 4, + [85093] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1544), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1547), 5, - anon_sym_as, + ACTIONS(2480), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 27, + ACTIONS(2478), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98481,25 +98496,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85125] = 3, + [85136] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2583), 5, + ACTIONS(1552), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2581), 29, + ACTIONS(1547), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98521,25 +98536,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85168] = 3, + [85179] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1653), 5, - anon_sym_as, + ACTIONS(2518), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1648), 29, + ACTIONS(2516), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98561,21 +98576,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85211] = 3, + [85222] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1667), 5, + ACTIONS(1650), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1653), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1662), 29, + ACTIONS(1648), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, @@ -98601,20 +98617,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85254] = 4, + [85267] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1650), 2, + ACTIONS(1549), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1653), 5, + ACTIONS(1552), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1648), 27, + ACTIONS(1547), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -98642,17 +98658,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85299] = 3, + [85312] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1646), 5, + ACTIONS(2490), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1644), 29, + ACTIONS(2488), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -98682,25 +98698,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85342] = 3, + [85355] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 5, - anon_sym_as, + ACTIONS(2498), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, + ACTIONS(2496), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98722,28 +98738,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85385] = 3, + [85398] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2515), 5, - anon_sym_as, + ACTIONS(2490), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2513), 29, + ACTIONS(2488), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -98762,20 +98778,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85428] = 4, + [85441] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1602), 2, + ACTIONS(1622), 2, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(1605), 5, + ACTIONS(1625), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1600), 27, + ACTIONS(1620), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -98803,25 +98819,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85473] = 3, + [85486] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2511), 5, + ACTIONS(2498), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2509), 29, + ACTIONS(2496), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98843,107 +98859,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85516] = 4, + [85529] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1544), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1547), 5, - anon_sym_as, + ACTIONS(665), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(670), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 27, + ACTIONS(706), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(663), 15, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + 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, - [85561] = 3, + [85576] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2549), 5, + ACTIONS(665), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(670), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2547), 29, + ACTIONS(706), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(663), 15, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + 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, - [85604] = 4, + [85623] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1650), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1653), 5, + ACTIONS(1631), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(1638), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1648), 27, + ACTIONS(1635), 27, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -98965,110 +98984,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85649] = 5, + [85668] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + ACTIONS(279), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 14, + ACTIONS(277), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 15, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - 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, - [85696] = 5, + [85711] = 7, + ACTIONS(1643), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + ACTIONS(1638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_EQ, + ACTIONS(1641), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 14, + ACTIONS(1633), 5, anon_sym_DOT, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(1631), 12, + anon_sym_as, + anon_sym_if, + anon_sym_in, + 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(1635), 12, anon_sym_LPAREN, anon_sym_GT_GT, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 15, + [85762] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2480), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2478), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [85743] = 4, + [85805] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1611), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(1616), 5, + ACTIONS(1665), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1668), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 27, + ACTIONS(1663), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -99090,19 +99149,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85788] = 3, + [85850] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1646), 5, + ACTIONS(279), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1644), 29, + ACTIONS(277), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -99111,7 +99171,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -99130,25 +99189,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85831] = 3, + [85893] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 5, + ACTIONS(279), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, + ACTIONS(277), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -99170,28 +99229,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85874] = 3, + [85936] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2473), 5, + ACTIONS(1657), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2471), 29, + ACTIONS(1655), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -99210,25 +99269,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85917] = 3, + [85979] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2481), 5, + ACTIONS(2484), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2479), 29, + ACTIONS(2482), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -99250,28 +99309,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [85960] = 3, + [86022] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2477), 5, + ACTIONS(2518), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2475), 29, + ACTIONS(2516), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -99290,22 +99349,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86003] = 4, + [86065] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1664), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1667), 5, + ACTIONS(2542), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1662), 27, + ACTIONS(2540), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, @@ -99313,6 +99370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -99331,17 +99389,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86048] = 3, + [86108] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(1625), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(1620), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -99371,20 +99429,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86091] = 3, + [86151] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(1661), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(1659), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -99393,6 +99450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -99411,62 +99469,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86134] = 5, + [86194] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + ACTIONS(1607), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 14, + ACTIONS(1605), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 15, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, - 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, - [86181] = 3, + [86237] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2481), 5, + ACTIONS(1607), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2479), 29, + ACTIONS(1605), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -99475,6 +99530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -99493,71 +99549,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86224] = 5, + [86280] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + ACTIONS(1611), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 14, + ACTIONS(1609), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 15, - anon_sym_RPAREN, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [86323] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1611), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1609), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [86271] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [86366] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(2534), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 28, + ACTIONS(2532), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -99576,25 +99669,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86316] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [86409] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(2586), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 28, + ACTIONS(2584), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -99617,29 +99709,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86361] = 4, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, + [86452] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 5, + ACTIONS(2542), 5, anon_sym_STAR, - anon_sym_COLON, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 28, + ACTIONS(2540), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -99658,28 +99749,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86406] = 3, + [86495] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(2484), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(2482), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -99698,28 +99789,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86449] = 3, + [86538] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(1552), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(1547), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -99738,26 +99829,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86492] = 3, + [86581] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2481), 5, + ACTIONS(665), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(670), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2479), 29, + ACTIONS(706), 14, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(663), 15, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + 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, + [86628] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2494), 5, + anon_sym_as, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2492), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, @@ -99778,17 +99911,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86535] = 3, + [86671] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2549), 5, + ACTIONS(2526), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2547), 29, + ACTIONS(2524), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -99818,28 +99951,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86578] = 3, + [86714] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2507), 5, + ACTIONS(665), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(670), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(706), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(663), 15, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + 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, + [86761] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2586), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2505), 29, + ACTIONS(2584), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -99858,17 +100033,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86621] = 3, + [86804] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2525), 5, + ACTIONS(1653), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2523), 29, + ACTIONS(1648), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -99898,17 +100073,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86664] = 3, + [86847] = 7, + ACTIONS(1643), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2519), 5, + ACTIONS(1638), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1641), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1633), 5, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(1631), 12, + anon_sym_as, + anon_sym_if, + anon_sym_in, + 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(1635), 12, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [86898] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1668), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2517), 29, + ACTIONS(1663), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -99938,25 +100157,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86707] = 3, + [86941] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2533), 5, + ACTIONS(1653), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1648), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, + [86984] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1676), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2531), 29, + ACTIONS(1674), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -99978,19 +100237,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86750] = 3, + [87027] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2529), 5, + ACTIONS(2518), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2527), 29, + ACTIONS(2516), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -99999,7 +100259,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -100018,19 +100277,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86793] = 3, + [87070] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2583), 5, + ACTIONS(2542), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2581), 29, + ACTIONS(2540), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -100039,7 +100299,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -100058,19 +100317,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86836] = 3, + [87113] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2511), 5, + ACTIONS(2586), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2509), 29, + ACTIONS(2584), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -100079,7 +100339,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -100098,72 +100357,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86879] = 7, - ACTIONS(1630), 1, - anon_sym_EQ, + [87156] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 2, + ACTIONS(1676), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, - ACTIONS(1619), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1628), 5, - sym__newline, - anon_sym_SEMI, + ACTIONS(1674), 29, anon_sym_DOT, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(1611), 12, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_else, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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(1613), 12, + [87199] = 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(277), 3, + anon_sym_DOT, anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(279), 13, + anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [86930] = 3, + ACTIONS(319), 18, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + 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, + [87244] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2549), 5, + ACTIONS(277), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(279), 13, anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(319), 18, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON, anon_sym_EQ, + 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, + [87289] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2502), 5, + anon_sym_as, + anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2547), 29, + ACTIONS(2500), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -100182,17 +100519,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [86973] = 3, + [87332] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1605), 5, + ACTIONS(2494), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1600), 29, + ACTIONS(2492), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -100222,17 +100559,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87016] = 3, + [87375] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2487), 5, + ACTIONS(2502), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2485), 29, + ACTIONS(2500), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -100262,25 +100599,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87059] = 3, + [87418] = 5, + ACTIONS(292), 1, + anon_sym_COLON_EQ, + ACTIONS(741), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2491), 5, - anon_sym_as, + ACTIONS(279), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2489), 29, + ACTIONS(277), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -100302,25 +100641,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87102] = 3, + [87465] = 5, + ACTIONS(292), 1, + anon_sym_COLON_EQ, + ACTIONS(741), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2495), 5, - anon_sym_as, + ACTIONS(279), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2493), 29, + ACTIONS(277), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -100342,28 +100683,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87145] = 3, + [87512] = 5, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, + ACTIONS(2544), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2473), 5, - anon_sym_as, + ACTIONS(1552), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2471), 29, + ACTIONS(1547), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -100382,25 +100725,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87188] = 3, + [87559] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2519), 5, + ACTIONS(2502), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2517), 29, + ACTIONS(2500), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -100422,25 +100765,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87231] = 3, + [87602] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2533), 5, + ACTIONS(2510), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2531), 29, + ACTIONS(2508), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -100462,25 +100805,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87274] = 3, + [87645] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2487), 5, + ACTIONS(1650), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1653), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2485), 29, + ACTIONS(1648), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -100502,21 +100846,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87317] = 3, + [87690] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2515), 5, + ACTIONS(1549), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1552), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2513), 29, + ACTIONS(1547), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, @@ -100542,20 +100887,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87360] = 5, - ACTIONS(292), 1, - anon_sym_COLON_EQ, - ACTIONS(714), 1, - anon_sym_EQ, + [87735] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 4, + ACTIONS(2506), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 28, + ACTIONS(2504), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -100563,6 +100905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -100584,27 +100927,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87407] = 5, - ACTIONS(292), 1, - anon_sym_COLON_EQ, - ACTIONS(714), 1, - anon_sym_EQ, + [87778] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 4, + ACTIONS(1622), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1625), 5, + anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 28, + ACTIONS(1620), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -100626,27 +100968,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87454] = 5, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, - ACTIONS(2521), 1, - anon_sym_EQ, + [87823] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 4, + ACTIONS(2514), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 28, + ACTIONS(2512), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -100668,25 +101008,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87501] = 3, + [87866] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2491), 5, + ACTIONS(2522), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2489), 29, + ACTIONS(2520), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -100708,25 +101048,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87544] = 3, + [87909] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2495), 5, + ACTIONS(2510), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2493), 29, + ACTIONS(2508), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -100748,28 +101088,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87587] = 3, + [87952] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2477), 5, - anon_sym_as, + ACTIONS(2578), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2475), 29, + ACTIONS(2576), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -100788,28 +101128,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87630] = 3, + [87995] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1638), 5, + ACTIONS(2510), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1636), 29, + ACTIONS(2508), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -100828,25 +101168,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87673] = 3, + [88038] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2515), 5, + ACTIONS(2582), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2513), 29, + ACTIONS(2580), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -100868,17 +101208,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87716] = 3, + [88081] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1638), 5, + ACTIONS(2514), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1636), 29, + ACTIONS(2512), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -100908,22 +101248,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87759] = 4, + [88124] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1664), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1667), 5, + ACTIONS(2514), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1662), 27, + ACTIONS(2512), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, @@ -100949,28 +101288,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87804] = 3, + [88167] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, - anon_sym_as, + ACTIONS(2526), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(2524), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -100989,19 +101328,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87847] = 3, + [88210] = 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1620), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1625), 13, + anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(1627), 18, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + 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, + [88255] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2537), 5, + ACTIONS(2578), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2535), 29, + ACTIONS(2576), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -101010,7 +101391,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -101029,19 +101409,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87890] = 3, + [88298] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2541), 5, + ACTIONS(2582), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2539), 29, + ACTIONS(2580), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -101050,7 +101431,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -101069,28 +101449,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87933] = 3, + [88341] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2545), 5, - anon_sym_as, + ACTIONS(2530), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2543), 29, + ACTIONS(2528), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -101109,25 +101489,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [87976] = 3, + [88384] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1634), 5, + ACTIONS(2476), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1632), 29, + ACTIONS(2474), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -101149,19 +101529,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88019] = 3, + [88427] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1634), 5, + ACTIONS(2480), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1632), 29, + ACTIONS(2478), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -101170,7 +101551,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -101189,20 +101569,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88062] = 3, + [88470] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2507), 5, + ACTIONS(1625), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2505), 29, + ACTIONS(1620), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -101211,6 +101590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -101229,17 +101609,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88105] = 3, + [88513] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 5, + ACTIONS(1668), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 29, + ACTIONS(1663), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -101269,17 +101649,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88148] = 3, + [88556] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 5, + ACTIONS(2522), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 29, + ACTIONS(2520), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -101309,17 +101689,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88191] = 3, + [88599] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2507), 5, + ACTIONS(2582), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2505), 29, + ACTIONS(2580), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -101349,28 +101729,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88234] = 3, + [88642] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2525), 5, + ACTIONS(2578), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2523), 29, + ACTIONS(2576), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -101389,28 +101769,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88277] = 3, + [88685] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2529), 5, + ACTIONS(2582), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2527), 29, + ACTIONS(2580), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -101429,17 +101809,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88320] = 3, + [88728] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2583), 5, + ACTIONS(1653), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2581), 29, + ACTIONS(1648), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -101469,28 +101849,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88363] = 3, + [88771] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2511), 5, + ACTIONS(2476), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2509), 29, + ACTIONS(2474), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -101509,28 +101889,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88406] = 3, + [88814] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 5, + ACTIONS(2480), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 29, + ACTIONS(2478), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -101549,17 +101929,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88449] = 3, + [88857] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 5, + ACTIONS(1657), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 29, + ACTIONS(1655), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -101589,28 +101969,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88492] = 3, + [88900] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2473), 5, + ACTIONS(2506), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2471), 29, + ACTIONS(2504), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -101629,25 +102009,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88535] = 3, + [88943] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2525), 5, - anon_sym_as, + ACTIONS(2506), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2523), 29, + ACTIONS(2504), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -101669,20 +102049,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88578] = 3, + [88986] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2529), 5, + ACTIONS(2530), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2527), 29, + ACTIONS(2528), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -101691,6 +102070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -101709,25 +102089,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88621] = 3, + [89029] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2583), 5, - anon_sym_as, + ACTIONS(1657), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2581), 29, + ACTIONS(1655), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -101749,17 +102129,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88664] = 3, + [89072] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2511), 5, + ACTIONS(2506), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2509), 29, + ACTIONS(2504), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -101789,25 +102169,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88707] = 3, + [89115] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2477), 5, + ACTIONS(2530), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2475), 29, + ACTIONS(2528), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -101829,17 +102209,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88750] = 3, + [89158] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2473), 5, + ACTIONS(2538), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2471), 29, + ACTIONS(2536), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -101869,25 +102249,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88793] = 3, + [89201] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2477), 5, - anon_sym_as, + ACTIONS(2530), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2475), 29, + ACTIONS(2528), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -101909,17 +102289,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88836] = 3, + [89244] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 5, + ACTIONS(2538), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 29, + ACTIONS(2536), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -101949,28 +102329,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88879] = 3, + [89287] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 5, - anon_sym_as, + ACTIONS(1661), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 29, + ACTIONS(1659), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -101989,28 +102369,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88922] = 3, + [89330] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2499), 5, - anon_sym_as, + ACTIONS(1607), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2497), 29, + ACTIONS(1605), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -102029,17 +102409,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [88965] = 3, + [89373] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2537), 5, + ACTIONS(1661), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2535), 29, + ACTIONS(1659), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -102069,25 +102449,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89008] = 3, + [89416] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2541), 5, + ACTIONS(1607), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2539), 29, + ACTIONS(1605), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -102109,28 +102489,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89051] = 3, + [89459] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2545), 5, + ACTIONS(2490), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2543), 29, + ACTIONS(2488), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -102149,17 +102529,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89094] = 3, + [89502] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2503), 5, + ACTIONS(2498), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2501), 29, + ACTIONS(2496), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -102189,25 +102569,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89137] = 3, + [89545] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 5, + ACTIONS(1607), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 29, + ACTIONS(1605), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -102229,17 +102609,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89180] = 3, + [89588] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2499), 5, + ACTIONS(1607), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2497), 29, + ACTIONS(1605), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -102269,25 +102649,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89223] = 3, + [89631] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2503), 5, + ACTIONS(1611), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2501), 29, + ACTIONS(1609), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -102309,17 +102689,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89266] = 3, + [89674] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 5, + ACTIONS(1611), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 29, + ACTIONS(1609), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -102349,60 +102729,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89309] = 5, + [89717] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + ACTIONS(1552), 5, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(671), 3, anon_sym_EQ, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 14, + ACTIONS(1547), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 15, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - 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, - [89356] = 5, + [89760] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + ACTIONS(665), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_EQ, + ACTIONS(670), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 14, + ACTIONS(706), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -102417,12 +102795,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 15, + ACTIONS(663), 15, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_not, anon_sym_and, @@ -102433,19 +102811,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89403] = 3, + [89807] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1605), 5, + ACTIONS(2490), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1600), 29, + ACTIONS(2488), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -102454,7 +102833,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -102473,19 +102851,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89446] = 3, + [89850] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(2498), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(2496), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, @@ -102494,7 +102873,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -102513,25 +102891,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89489] = 3, + [89893] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2537), 5, + ACTIONS(1611), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2535), 29, + ACTIONS(1609), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -102553,26 +102931,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89532] = 3, + [89936] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2537), 5, - anon_sym_as, + ACTIONS(665), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(670), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2535), 29, + ACTIONS(706), 14, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(663), 15, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_in, + 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, + [89983] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1611), 5, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1609), 29, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, @@ -102593,28 +103013,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89575] = 3, + [90026] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2541), 5, - anon_sym_as, + ACTIONS(279), 5, anon_sym_STAR, + anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2539), 29, + ACTIONS(277), 28, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -102633,28 +103054,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89618] = 3, + [90071] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2545), 5, + ACTIONS(279), 5, + anon_sym_STAR, + anon_sym_COLON, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(277), 28, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, + [90116] = 4, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1552), 5, anon_sym_STAR, + anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2543), 29, + ACTIONS(1547), 28, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -102673,25 +103136,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89661] = 3, + [90161] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2541), 5, + ACTIONS(279), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2539), 29, + ACTIONS(277), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -102713,110 +103176,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89704] = 4, + [90204] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(277), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(279), 13, + ACTIONS(279), 5, anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(316), 18, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON, anon_sym_EQ, - 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, - [89749] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(277), 3, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(277), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(279), 13, - anon_sym_STAR, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_SLASH, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(316), 18, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - 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, - [89794] = 3, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [90247] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2481), 5, - anon_sym_as, + ACTIONS(2484), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2479), 29, + ACTIONS(2482), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -102835,17 +103256,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89837] = 3, + [90290] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2545), 5, + ACTIONS(2366), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2543), 29, + ACTIONS(2364), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -102853,10 +103274,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -102875,108 +103296,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [89880] = 3, + [90333] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2487), 5, + ACTIONS(665), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(670), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2485), 29, + ACTIONS(706), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(663), 15, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACK, + 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, - [89923] = 3, + [90380] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2491), 5, + ACTIONS(665), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(670), 3, + anon_sym_as, anon_sym_LT, anon_sym_GT, - ACTIONS(2489), 29, + ACTIONS(706), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(663), 15, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_in, + anon_sym_RBRACK, + 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, - [89966] = 3, + [90427] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2499), 5, + ACTIONS(1631), 2, + anon_sym_async, + anon_sym_for, + ACTIONS(1638), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2497), 29, + ACTIONS(1635), 27, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -102995,25 +103421,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90009] = 3, + [90472] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2503), 5, + ACTIONS(2534), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2501), 29, + ACTIONS(2532), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -103035,25 +103461,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90052] = 3, + [90515] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2495), 5, + ACTIONS(1653), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2493), 29, + ACTIONS(1648), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -103075,29 +103501,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90095] = 4, + [90558] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1611), 2, - anon_sym_async, - anon_sym_for, - ACTIONS(1616), 5, - anon_sym_as, + ACTIONS(2494), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 27, + ACTIONS(2492), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -103116,25 +103541,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90140] = 3, + [90601] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1605), 5, - anon_sym_as, + ACTIONS(2526), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1600), 29, + ACTIONS(2524), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -103156,65 +103581,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90183] = 3, + [90644] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2519), 5, + ACTIONS(1638), 2, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, + ACTIONS(1641), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2517), 29, + ACTIONS(1635), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(1631), 15, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + 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, - [90226] = 3, + [90691] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2499), 5, - anon_sym_as, + ACTIONS(2518), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2497), 29, + ACTIONS(2516), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -103236,25 +103663,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90269] = 3, + [90734] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2503), 5, - anon_sym_as, + ACTIONS(2542), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2501), 29, + ACTIONS(2540), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -103276,17 +103703,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90312] = 3, + [90777] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2533), 5, + ACTIONS(1552), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2531), 29, + ACTIONS(1547), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -103316,17 +103743,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90355] = 3, + [90820] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1646), 5, + ACTIONS(2586), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1644), 29, + ACTIONS(2584), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -103356,17 +103783,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90398] = 3, + [90863] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2507), 5, + ACTIONS(2373), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2505), 29, + ACTIONS(2371), 30, + sym_string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -103374,10 +103801,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -103396,28 +103823,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90441] = 3, + [90906] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 5, - anon_sym_as, + ACTIONS(2502), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, + ACTIONS(2500), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -103436,60 +103863,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90484] = 3, + [90949] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1653), 5, - anon_sym_as, + ACTIONS(1638), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1641), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1648), 29, + ACTIONS(1635), 14, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, + ACTIONS(1631), 15, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + 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, - [90527] = 3, + [90996] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1667), 5, + ACTIONS(1665), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1668), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1662), 29, + ACTIONS(1663), 27, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_async, @@ -103497,7 +103928,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -103516,28 +103946,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90570] = 3, + [91041] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2549), 5, - anon_sym_as, + ACTIONS(279), 5, anon_sym_STAR, + anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2547), 29, + ACTIONS(277), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -103556,25 +103986,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90613] = 3, + [91084] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1638), 5, + ACTIONS(279), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1636), 29, + ACTIONS(277), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -103596,28 +104026,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90656] = 3, + [91127] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2515), 5, + ACTIONS(1648), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1653), 13, anon_sym_STAR, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(1563), 18, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON, anon_sym_EQ, + 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, + [91172] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(279), 5, + anon_sym_as, + anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2513), 29, + ACTIONS(277), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -103636,17 +104107,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90699] = 3, + [91215] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1634), 5, + ACTIONS(2510), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1632), 29, + ACTIONS(2508), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -103676,65 +104147,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90742] = 3, + [91258] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 5, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1542), 29, + ACTIONS(1547), 3, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, + anon_sym_LBRACK, + ACTIONS(1552), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, 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, - [90785] = 3, + ACTIONS(1563), 18, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + 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, + [91303] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 5, + ACTIONS(2484), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 29, + ACTIONS(2482), 29, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, + anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -103756,17 +104228,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90828] = 3, + [91346] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 5, + ACTIONS(2514), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1640), 29, + ACTIONS(2512), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -103796,17 +104268,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90871] = 3, + [91389] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 5, + ACTIONS(2522), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 29, + ACTIONS(2520), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -103836,25 +104308,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90914] = 3, + [91432] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 5, + ACTIONS(2522), 5, + anon_sym_as, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 29, + ACTIONS(2520), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -103876,59 +104348,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [90957] = 5, + [91475] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 2, + ACTIONS(2514), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1619), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 14, + ACTIONS(2512), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1611), 15, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - 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, - [91004] = 3, + [91517] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2397), 4, + ACTIONS(279), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2395), 30, - sym_string_start, + ACTIONS(277), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -103958,18 +104426,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91047] = 5, + [91559] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + ACTIONS(665), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_as, + ACTIONS(670), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 14, + ACTIONS(706), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -103984,11 +104451,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 15, + ACTIONS(663), 15, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_RBRACK, anon_sym_not, @@ -104000,18 +104467,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91094] = 5, + [91605] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + ACTIONS(665), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 3, - anon_sym_as, + ACTIONS(670), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 14, + ACTIONS(706), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -104026,11 +104492,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 15, + ACTIONS(663), 15, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, + anon_sym_COLON, anon_sym_in, anon_sym_RBRACK, anon_sym_not, @@ -104042,66 +104508,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91141] = 5, + [91651] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 2, + ACTIONS(2484), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1619), 3, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 14, + ACTIONS(2482), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1611), 15, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - 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, - [91188] = 3, + [91693] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2464), 4, + ACTIONS(665), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2462), 30, - sym_string_start, + ACTIONS(706), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -104124,28 +104587,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91231] = 3, + [91737] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(665), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(706), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -104164,28 +104627,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91274] = 3, + [91781] = 4, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 5, + ACTIONS(1638), 4, anon_sym_STAR, - anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(1635), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, - anon_sym_else, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -104204,112 +104667,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91317] = 4, + [91825] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1600), 3, + ACTIONS(665), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(706), 28, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1605), 13, - anon_sym_STAR, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_SLASH, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1558), 18, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - 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, - [91362] = 4, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [91869] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1648), 3, + ACTIONS(665), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(706), 28, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1653), 13, - anon_sym_STAR, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_in, anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_SLASH, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1657), 18, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - 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, - [91407] = 3, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [91913] = 4, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2491), 4, + ACTIONS(1638), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2489), 29, + ACTIONS(1635), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -104325,147 +104787,222 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91449] = 5, + [91957] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 2, + ACTIONS(1552), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1619), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 14, + ACTIONS(1547), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1611), 15, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [91999] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2510), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2508), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [91495] = 5, + [92041] = 7, + ACTIONS(1643), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + ACTIONS(1638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 2, + ACTIONS(1641), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 14, + ACTIONS(1633), 4, anon_sym_DOT, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(1631), 12, + anon_sym_as, + anon_sym_if, + anon_sym_in, + 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(1635), 12, anon_sym_LPAREN, anon_sym_GT_GT, anon_sym_STAR_STAR, anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 15, + [92091] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2534), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2532), 29, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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, - [91541] = 5, + [92133] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 2, + ACTIONS(2522), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 14, + ACTIONS(2520), 29, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(666), 15, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, - anon_sym_RBRACK, - 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, - [91587] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [92175] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 4, + ACTIONS(2578), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 28, + ACTIONS(2576), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -104488,24 +105025,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91631] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [92217] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 4, + ACTIONS(2582), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 28, + ACTIONS(2580), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -104528,24 +105064,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91675] = 4, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, + [92259] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 4, + ACTIONS(2476), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 28, + ACTIONS(2474), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, @@ -104568,16 +105103,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91719] = 3, + [92301] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1653), 4, + ACTIONS(2480), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1648), 29, + ACTIONS(2478), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -104607,16 +105142,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91761] = 3, + [92343] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 4, + ACTIONS(2494), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(2492), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -104646,27 +105181,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91803] = 3, + [92385] = 4, + ACTIONS(292), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 4, + ACTIONS(665), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(277), 29, + ACTIONS(706), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -104685,16 +105221,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91845] = 3, + [92429] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1667), 4, + ACTIONS(2506), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1662), 29, + ACTIONS(2504), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -104724,16 +105260,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91887] = 3, + [92471] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2481), 4, + ACTIONS(2526), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2479), 29, + ACTIONS(2524), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -104763,18 +105299,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91929] = 4, - ACTIONS(1549), 1, + [92513] = 4, + ACTIONS(292), 1, anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 4, + ACTIONS(665), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 28, + ACTIONS(706), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, @@ -104803,59 +105339,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [91973] = 7, - ACTIONS(1630), 1, - anon_sym_EQ, + [92557] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 2, + ACTIONS(2530), 4, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1619), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1628), 4, + ACTIONS(2528), 29, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(1611), 12, anon_sym_as, + anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + 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(1613), 12, + [92599] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2538), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2536), 29, + anon_sym_DOT, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_GT_GT, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, + anon_sym_not, + anon_sym_and, + anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [92023] = 3, + anon_sym_LT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_GT, + anon_sym_is, + [92641] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2549), 4, + ACTIONS(2502), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2547), 29, + ACTIONS(2500), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -104885,16 +105456,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92065] = 3, + [92683] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1605), 4, + ACTIONS(2518), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1600), 29, + ACTIONS(2516), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -104924,16 +105495,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92107] = 3, + [92725] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2519), 4, + ACTIONS(2542), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2517), 29, + ACTIONS(2540), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -104963,16 +105534,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92149] = 3, + [92767] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2533), 4, + ACTIONS(2498), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2531), 29, + ACTIONS(2496), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -105002,27 +105573,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92191] = 3, + [92809] = 4, + ACTIONS(1554), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2487), 4, + ACTIONS(1638), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2485), 29, + ACTIONS(1635), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -105041,16 +105613,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92233] = 3, + [92853] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 4, + ACTIONS(1653), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1607), 29, + ACTIONS(1648), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -105080,16 +105652,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92275] = 3, + [92895] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 4, + ACTIONS(2586), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1542), 29, + ACTIONS(2584), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -105119,16 +105691,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92317] = 3, + [92937] = 5, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2515), 4, + ACTIONS(1638), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(1641), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2513), 29, + ACTIONS(1635), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + ACTIONS(1631), 15, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_in, + anon_sym_RBRACK, + 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, + [92983] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1625), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1620), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -105158,31 +105771,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92359] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [93025] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 4, + ACTIONS(1668), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 28, + ACTIONS(1663), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -105198,31 +105810,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92403] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [93067] = 6, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1638), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1641), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1633), 5, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_PIPE, + ACTIONS(1631), 12, + anon_sym_as, + anon_sym_if, + anon_sym_in, + 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(1635), 12, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [93115] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 4, + ACTIONS(279), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 28, + ACTIONS(277), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -105238,31 +105891,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92447] = 4, - ACTIONS(1549), 1, - anon_sym_COLON_EQ, + [93157] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1616), 4, + ACTIONS(1676), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1613), 28, + ACTIONS(1674), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, + anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -105278,16 +105930,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92491] = 3, + [93199] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2507), 4, + ACTIONS(1657), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2505), 29, + ACTIONS(1655), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -105317,16 +105969,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92533] = 3, + [93241] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2525), 4, + ACTIONS(1661), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2523), 29, + ACTIONS(1659), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -105356,16 +106008,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92575] = 3, + [93283] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2529), 4, + ACTIONS(1607), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2527), 29, + ACTIONS(1605), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -105395,16 +106047,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92617] = 3, + [93325] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2583), 4, + ACTIONS(1607), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2581), 29, + ACTIONS(1605), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -105434,16 +106086,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92659] = 3, + [93367] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2511), 4, + ACTIONS(1611), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2509), 29, + ACTIONS(1609), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -105473,16 +106125,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92701] = 3, + [93409] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2473), 4, + ACTIONS(1611), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2471), 29, + ACTIONS(1609), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -105512,16 +106164,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92743] = 3, + [93451] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2477), 4, + ACTIONS(2490), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2475), 29, + ACTIONS(2488), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -105551,21 +106203,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92785] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + [93493] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 4, + ACTIONS(1638), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 28, + ACTIONS(1635), 28, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, @@ -105573,6 +106222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -105591,323 +106241,239 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [92829] = 3, + [93534] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2537), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2535), 29, + ACTIONS(706), 3, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, + anon_sym_LBRACK, + ACTIONS(665), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, 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, - [92871] = 3, + ACTIONS(663), 16, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + 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, + [93577] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2541), 4, + ACTIONS(1607), 13, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2539), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, 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, - [92913] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2545), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2543), 29, + ACTIONS(1605), 19, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, anon_sym_COLON, - anon_sym_in, - anon_sym_STAR_STAR, + anon_sym_EQ, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [92955] = 3, + 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, + [93618] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2499), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2497), 29, + ACTIONS(1648), 3, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, + anon_sym_LBRACK, + ACTIONS(1653), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, 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, - [92997] = 3, + ACTIONS(1563), 16, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + 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, + [93661] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2503), 4, + ACTIONS(1607), 13, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2501), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, 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, - [93039] = 6, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1616), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1619), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1628), 5, + ACTIONS(1605), 19, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, - ACTIONS(1611), 12, - anon_sym_as, - anon_sym_if, - anon_sym_in, - 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(1613), 12, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, + anon_sym_EQ, anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [93087] = 4, - ACTIONS(292), 1, - anon_sym_COLON_EQ, + 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, + [93702] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(668), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(701), 28, + ACTIONS(1547), 3, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, + anon_sym_LBRACK, + ACTIONS(1552), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, 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, - [93131] = 3, + ACTIONS(1563), 16, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + 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, + [93745] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1646), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1644), 29, + ACTIONS(1620), 3, anon_sym_DOT, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, + anon_sym_LBRACK, + ACTIONS(1625), 13, + anon_sym_STAR, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, 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, - [93173] = 3, + ACTIONS(1627), 16, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + 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, + [93788] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -105916,18 +106482,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1636), 29, + ACTIONS(1635), 28, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, @@ -105946,186 +106511,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [93215] = 3, + [93829] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1634), 4, + ACTIONS(1611), 13, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1632), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, 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, - [93257] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1642), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1640), 29, + ACTIONS(1609), 19, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, anon_sym_COLON, - anon_sym_in, - anon_sym_STAR_STAR, + anon_sym_EQ, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [93299] = 3, + 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, + [93870] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 4, + ACTIONS(1657), 13, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1640), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, 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, - [93341] = 3, + ACTIONS(1655), 19, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_LBRACK, + 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, + [93911] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 4, + ACTIONS(1661), 13, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1607), 29, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, anon_sym_GT_GT, - anon_sym_if, - anon_sym_COLON, - anon_sym_in, anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_SLASH_SLASH, 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, - [93383] = 3, + ACTIONS(1659), 19, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_LBRACK, + 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, + [93952] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2495), 4, + ACTIONS(1638), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(2493), 29, + ACTIONS(1635), 28, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, - anon_sym_COLON, anon_sym_in, anon_sym_STAR_STAR, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AT, anon_sym_DASH, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_not, anon_sym_and, @@ -106141,7 +106663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, - [93425] = 4, + [93993] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -106163,7 +106685,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(316), 16, + ACTIONS(319), 16, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, @@ -106180,11 +106702,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93468] = 3, + [94036] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 13, + ACTIONS(277), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(279), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -106198,13 +106724,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1640), 19, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(319), 16, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, - anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -106218,15 +106741,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93509] = 4, + [94079] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1648), 3, + ACTIONS(1663), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, - ACTIONS(1653), 13, + ACTIONS(1668), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -106240,7 +106763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1657), 16, + ACTIONS(1672), 16, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, @@ -106257,11 +106780,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93552] = 3, + [94122] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1646), 13, + ACTIONS(1611), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -106275,7 +106798,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1644), 19, + ACTIONS(1609), 19, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -106295,15 +106818,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93593] = 4, + [94163] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1613), 3, + ACTIONS(706), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, - ACTIONS(1616), 13, + ACTIONS(665), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -106317,7 +106840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1611), 16, + ACTIONS(663), 16, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, @@ -106334,49 +106857,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93636] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1616), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1613), 28, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [93677] = 3, + [94206] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1642), 13, + ACTIONS(1676), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -106390,7 +106875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1640), 19, + ACTIONS(1674), 19, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -106410,11 +106895,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93718] = 3, + [94247] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1609), 13, + ACTIONS(1635), 3, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_LBRACK, + ACTIONS(1638), 13, anon_sym_STAR, anon_sym_GT_GT, anon_sym_STAR_STAR, @@ -106428,13 +106917,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - ACTIONS(1607), 19, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(1631), 16, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, - anon_sym_LBRACK, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -106448,475 +106934,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [93759] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(701), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(668), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(666), 16, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - 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, - [93802] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(701), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(668), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(666), 16, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - 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, - [93845] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1600), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1605), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1558), 16, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - 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, - [93888] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1616), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1613), 28, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [93929] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1616), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1613), 28, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_GT_GT, - anon_sym_if, - anon_sym_in, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_PLUS, - anon_sym_not, - anon_sym_and, - anon_sym_or, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - 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, - [93970] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1662), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1667), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1671), 16, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - 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, - [94013] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1638), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1636), 19, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_LBRACK, - 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, - [94054] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1634), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1632), 19, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_LBRACK, - 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, - [94095] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(277), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(279), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(316), 16, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - 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, - [94138] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1542), 3, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_LBRACK, - ACTIONS(1547), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1558), 16, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - 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, - [94181] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1609), 13, - anon_sym_STAR, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - ACTIONS(1607), 19, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_LBRACK, - 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, - [94222] = 20, - ACTIONS(324), 1, + [94290] = 20, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2587), 1, + ACTIONS(2592), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2591), 1, + ACTIONS(2596), 1, anon_sym_STAR, - ACTIONS(2593), 1, + ACTIONS(2598), 1, anon_sym_if, - ACTIONS(2595), 1, + ACTIONS(2600), 1, anon_sym_COLON, - ACTIONS(2597), 1, + ACTIONS(2602), 1, anon_sym_STAR_STAR, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2207), 1, + STATE(2255), 1, sym_case_pattern, - STATE(2821), 1, + STATE(2751), 1, sym_if_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2245), 2, + STATE(2248), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2603), 4, + ACTIONS(2608), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2009), 9, + STATE(1940), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -106926,101 +106988,51 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [94296] = 20, - ACTIONS(324), 1, + [94364] = 20, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2587), 1, + ACTIONS(2592), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2591), 1, + ACTIONS(2596), 1, anon_sym_STAR, - ACTIONS(2593), 1, + ACTIONS(2598), 1, anon_sym_if, - ACTIONS(2597), 1, + ACTIONS(2602), 1, anon_sym_STAR_STAR, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2611), 1, + ACTIONS(2616), 1, anon_sym_COLON, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2207), 1, + STATE(2255), 1, sym_case_pattern, - STATE(2800), 1, + STATE(2789), 1, sym_if_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2245), 2, + STATE(2248), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2603), 4, + ACTIONS(2608), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2009), 9, - sym__simple_pattern, - sym_union_pattern, - sym__list_pattern, - sym__tuple_pattern, - sym_dict_pattern, - sym_splat_pattern, - sym_class_pattern, - sym_complex_pattern, - sym_concatenated_string, - [94370] = 18, - ACTIONS(770), 1, - sym_string_start, - ACTIONS(2613), 1, - sym_identifier, - ACTIONS(2615), 1, - anon_sym_LPAREN, - ACTIONS(2617), 1, - anon_sym_RPAREN, - ACTIONS(2619), 1, - anon_sym_STAR, - ACTIONS(2621), 1, - anon_sym_STAR_STAR, - ACTIONS(2623), 1, - anon_sym_LBRACK, - ACTIONS(2625), 1, - anon_sym_DASH, - ACTIONS(2629), 1, - anon_sym_LBRACE, - ACTIONS(2631), 1, - sym_integer, - ACTIONS(2633), 1, - sym_float, - STATE(1865), 1, - sym_string, - STATE(2046), 1, - sym_dotted_name, - STATE(2386), 1, - sym_case_pattern, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(2522), 2, - sym__as_pattern, - sym_keyword_pattern, - ACTIONS(2627), 4, - anon_sym__, - sym_true, - sym_false, - sym_none, - STATE(2048), 9, + STATE(1940), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107031,46 +107043,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [94438] = 18, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2635), 1, + ACTIONS(2618), 1, sym_identifier, - ACTIONS(2637), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2645), 1, + ACTIONS(2628), 1, anon_sym_RBRACK, - ACTIONS(2647), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2638), 1, sym_float, - STATE(1881), 1, + STATE(1907), 1, sym_string, - STATE(2050), 1, + STATE(2072), 1, sym_dotted_name, - STATE(2306), 1, + STATE(2154), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2521), 2, + STATE(2395), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2649), 4, + ACTIONS(2632), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2138), 9, + STATE(2074), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107081,46 +107093,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [94506] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2644), 1, + anon_sym_RPAREN, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2657), 1, - anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107131,46 +107143,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [94574] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2659), 1, + ACTIONS(2662), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107181,46 +107193,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [94642] = 18, - ACTIONS(814), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2635), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2637), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2661), 1, - anon_sym_RBRACK, - STATE(1881), 1, + ACTIONS(2664), 1, + anon_sym_RPAREN, + STATE(1896), 1, sym_string, - STATE(2050), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2306), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2521), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2649), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2138), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107231,46 +107243,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [94710] = 18, - ACTIONS(770), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2618), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2638), 1, sym_float, - ACTIONS(2663), 1, - anon_sym_RPAREN, - STATE(1865), 1, + ACTIONS(2666), 1, + anon_sym_RBRACK, + STATE(1907), 1, sym_string, - STATE(2046), 1, + STATE(2072), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2241), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2395), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2632), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2074), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107281,46 +107293,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [94778] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2665), 1, + ACTIONS(2668), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107331,46 +107343,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [94846] = 18, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2635), 1, + ACTIONS(2618), 1, sym_identifier, - ACTIONS(2637), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2638), 1, sym_float, - ACTIONS(2667), 1, + ACTIONS(2670), 1, anon_sym_RBRACK, - STATE(1881), 1, + STATE(1907), 1, sym_string, - STATE(2050), 1, + STATE(2072), 1, sym_dotted_name, - STATE(2202), 1, + STATE(2441), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2521), 2, + STATE(2395), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2649), 4, + ACTIONS(2632), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2138), 9, + STATE(2074), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107381,46 +107393,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [94914] = 18, - ACTIONS(814), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2635), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2637), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2669), 1, - anon_sym_RBRACK, - STATE(1881), 1, + ACTIONS(2672), 1, + anon_sym_RPAREN, + STATE(1896), 1, sym_string, - STATE(2050), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2306), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2521), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2649), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2138), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107431,46 +107443,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [94982] = 18, - ACTIONS(770), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2618), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2638), 1, sym_float, - ACTIONS(2671), 1, - anon_sym_RPAREN, - STATE(1865), 1, + ACTIONS(2674), 1, + anon_sym_RBRACK, + STATE(1907), 1, sym_string, - STATE(2046), 1, + STATE(2072), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2441), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2395), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2632), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2074), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107481,46 +107493,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95050] = 18, - ACTIONS(770), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2618), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2638), 1, sym_float, - ACTIONS(2673), 1, - anon_sym_RPAREN, - STATE(1865), 1, + ACTIONS(2676), 1, + anon_sym_RBRACK, + STATE(1907), 1, sym_string, - STATE(2046), 1, + STATE(2072), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2242), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2395), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2632), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2074), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107531,46 +107543,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95118] = 18, - ACTIONS(814), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2635), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2637), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2675), 1, - anon_sym_RBRACK, - STATE(1881), 1, + ACTIONS(2678), 1, + anon_sym_RPAREN, + STATE(1896), 1, sym_string, - STATE(2050), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2306), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2521), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2649), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2138), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107581,46 +107593,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95186] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2677), 1, + ACTIONS(2680), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107631,46 +107643,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95254] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2679), 1, + ACTIONS(2682), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107681,46 +107693,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95322] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2681), 1, + ACTIONS(2684), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2166), 1, + STATE(2147), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107731,46 +107743,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95390] = 18, - ACTIONS(814), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2635), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2637), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2683), 1, - anon_sym_RBRACK, - STATE(1881), 1, + ACTIONS(2686), 1, + anon_sym_RPAREN, + STATE(1896), 1, sym_string, - STATE(2050), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2167), 1, + STATE(2212), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2521), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2649), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2138), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107781,46 +107793,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95458] = 18, - ACTIONS(770), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2618), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2638), 1, sym_float, - ACTIONS(2685), 1, - anon_sym_RPAREN, - STATE(1865), 1, + ACTIONS(2688), 1, + anon_sym_RBRACK, + STATE(1907), 1, sym_string, - STATE(2046), 1, + STATE(2072), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2441), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2395), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2632), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2074), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107831,46 +107843,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95526] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2687), 1, + ACTIONS(2690), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107881,46 +107893,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95594] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2689), 1, + ACTIONS(2692), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107931,46 +107943,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95662] = 18, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2635), 1, + ACTIONS(2618), 1, sym_identifier, - ACTIONS(2637), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2638), 1, sym_float, - ACTIONS(2691), 1, + ACTIONS(2694), 1, anon_sym_RBRACK, - STATE(1881), 1, + STATE(1907), 1, sym_string, - STATE(2050), 1, + STATE(2072), 1, sym_dotted_name, - STATE(2306), 1, + STATE(2441), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2521), 2, + STATE(2395), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2649), 4, + ACTIONS(2632), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2138), 9, + STATE(2074), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -107981,46 +107993,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95730] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2693), 1, + ACTIONS(2696), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2141), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108031,46 +108043,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95798] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2695), 1, + ACTIONS(2698), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2185), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108081,46 +108093,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95866] = 18, - ACTIONS(814), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2635), 1, + ACTIONS(2618), 1, sym_identifier, - ACTIONS(2637), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2638), 1, sym_float, - ACTIONS(2697), 1, + ACTIONS(2700), 1, anon_sym_RBRACK, - STATE(1881), 1, + STATE(1907), 1, sym_string, - STATE(2050), 1, + STATE(2072), 1, sym_dotted_name, - STATE(2186), 1, + STATE(2441), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2521), 2, + STATE(2395), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2649), 4, + ACTIONS(2632), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2138), 9, + STATE(2074), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108131,46 +108143,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [95934] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2699), 1, + ACTIONS(2702), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2206), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108181,46 +108193,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [96002] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2701), 1, + ACTIONS(2704), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2203), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108231,46 +108243,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [96070] = 18, - ACTIONS(770), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2618), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2638), 1, sym_float, - ACTIONS(2703), 1, - anon_sym_RPAREN, - STATE(1865), 1, + ACTIONS(2706), 1, + anon_sym_RBRACK, + STATE(1907), 1, sym_string, - STATE(2046), 1, + STATE(2072), 1, sym_dotted_name, - STATE(2180), 1, + STATE(2441), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2395), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2632), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2074), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108281,46 +108293,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [96138] = 18, - ACTIONS(814), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2635), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2637), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2705), 1, - anon_sym_RBRACK, - STATE(1881), 1, + ACTIONS(2708), 1, + anon_sym_RPAREN, + STATE(1896), 1, sym_string, - STATE(2050), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2306), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2521), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2649), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2138), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108331,46 +108343,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [96206] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2707), 1, + ACTIONS(2710), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2263), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108381,46 +108393,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [96274] = 18, - ACTIONS(814), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2635), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2637), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2709), 1, - anon_sym_RBRACK, - STATE(1881), 1, + ACTIONS(2712), 1, + anon_sym_RPAREN, + STATE(1896), 1, sym_string, - STATE(2050), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2306), 1, + STATE(2191), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2521), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2649), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2138), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108431,46 +108443,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [96342] = 18, - ACTIONS(814), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2635), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2637), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2711), 1, - anon_sym_RBRACK, - STATE(1881), 1, + ACTIONS(2714), 1, + anon_sym_RPAREN, + STATE(1896), 1, sym_string, - STATE(2050), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2151), 1, + STATE(2217), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2521), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2649), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2138), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108481,46 +108493,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [96410] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2713), 1, + ACTIONS(2716), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2189), 1, + STATE(2240), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108531,46 +108543,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [96478] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2715), 1, + ACTIONS(2718), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2195), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108581,46 +108593,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [96546] = 18, - ACTIONS(770), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2618), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2638), 1, sym_float, - ACTIONS(2717), 1, - anon_sym_RPAREN, - STATE(1865), 1, + ACTIONS(2720), 1, + anon_sym_RBRACK, + STATE(1907), 1, sym_string, - STATE(2046), 1, + STATE(2072), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2196), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2395), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2632), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2074), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108631,46 +108643,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [96614] = 18, - ACTIONS(814), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2635), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2637), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2719), 1, - anon_sym_RBRACK, - STATE(1881), 1, + ACTIONS(2722), 1, + anon_sym_RPAREN, + STATE(1896), 1, sym_string, - STATE(2050), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2306), 1, + STATE(2202), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2521), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2649), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2138), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108681,46 +108693,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [96682] = 18, - ACTIONS(770), 1, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2721), 1, + ACTIONS(2724), 1, anon_sym_RPAREN, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2201), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108731,46 +108743,46 @@ static const uint16_t ts_small_parse_table[] = { sym_complex_pattern, sym_concatenated_string, [96750] = 18, - ACTIONS(770), 1, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2618), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2638), 1, sym_float, - ACTIONS(2723), 1, - anon_sym_RPAREN, - STATE(1865), 1, + ACTIONS(2726), 1, + anon_sym_RBRACK, + STATE(1907), 1, sym_string, - STATE(2046), 1, + STATE(2072), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2441), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2395), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2632), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2074), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108780,45 +108792,47 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [96818] = 17, - ACTIONS(324), 1, + [96818] = 18, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2587), 1, + ACTIONS(2618), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2591), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2597), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2599), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2638), 1, sym_float, - STATE(1857), 1, + ACTIONS(2728), 1, + anon_sym_RBRACK, + STATE(1907), 1, sym_string, - STATE(2006), 1, + STATE(2072), 1, sym_dotted_name, - STATE(2207), 1, + STATE(2441), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2245), 2, + STATE(2395), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2603), 4, + ACTIONS(2632), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2009), 9, + STATE(2074), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108828,45 +108842,45 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [96883] = 17, - ACTIONS(770), 1, + [96886] = 17, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2613), 1, + ACTIONS(2618), 1, sym_identifier, - ACTIONS(2615), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2638), 1, sym_float, - STATE(1865), 1, + STATE(1907), 1, sym_string, - STATE(2046), 1, + STATE(2072), 1, sym_dotted_name, - STATE(2386), 1, + STATE(2441), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2522), 2, + STATE(2395), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2627), 4, + ACTIONS(2632), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2048), 9, + STATE(2074), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108876,45 +108890,45 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [96948] = 17, - ACTIONS(814), 1, + [96951] = 17, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2635), 1, + ACTIONS(2592), 1, sym_identifier, - ACTIONS(2637), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2596), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2602), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2614), 1, sym_float, - STATE(1881), 1, + STATE(1835), 1, sym_string, - STATE(2050), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2306), 1, + STATE(2255), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2521), 2, + STATE(2248), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2649), 4, + ACTIONS(2608), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2138), 9, + STATE(1940), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108924,45 +108938,45 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97013] = 17, - ACTIONS(699), 1, + [97016] = 17, + ACTIONS(704), 1, sym_string_start, - ACTIONS(2725), 1, + ACTIONS(2730), 1, sym_identifier, - ACTIONS(2727), 1, + ACTIONS(2732), 1, anon_sym_LPAREN, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2733), 1, + ACTIONS(2738), 1, anon_sym_LBRACK, - ACTIONS(2735), 1, + ACTIONS(2740), 1, anon_sym_DASH, - ACTIONS(2739), 1, + ACTIONS(2744), 1, anon_sym_LBRACE, - ACTIONS(2741), 1, + ACTIONS(2746), 1, sym_integer, - ACTIONS(2743), 1, + ACTIONS(2748), 1, sym_float, - STATE(1900), 1, + STATE(1899), 1, sym_string, - STATE(2042), 1, + STATE(2081), 1, sym_dotted_name, - STATE(2514), 1, + STATE(2379), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2351), 2, + STATE(2383), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2737), 4, + ACTIONS(2742), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2043), 9, + STATE(2083), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -108972,45 +108986,45 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97078] = 17, - ACTIONS(324), 1, + [97081] = 17, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2587), 1, + ACTIONS(2640), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2591), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2597), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2599), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2660), 1, sym_float, - STATE(1857), 1, + STATE(1896), 1, sym_string, - STATE(2006), 1, + STATE(2097), 1, sym_dotted_name, - STATE(2008), 1, + STATE(2424), 1, sym_case_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2245), 2, + STATE(2528), 2, sym__as_pattern, sym_keyword_pattern, - ACTIONS(2603), 4, + ACTIONS(2654), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2009), 9, + STATE(2100), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109020,46 +109034,94 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97143] = 18, - ACTIONS(324), 1, + [97146] = 17, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2592), 1, + sym_identifier, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2596), 1, + anon_sym_STAR, + ACTIONS(2602), 1, + anon_sym_STAR_STAR, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + STATE(1835), 1, + sym_string, + STATE(1931), 1, + sym_dotted_name, + STATE(1934), 1, + sym_case_pattern, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(2248), 2, + sym__as_pattern, + sym_keyword_pattern, + ACTIONS(2608), 4, + anon_sym__, + sym_true, + sym_false, + sym_none, + STATE(1940), 9, + sym__simple_pattern, + sym_union_pattern, + sym__list_pattern, + sym__tuple_pattern, + sym_dict_pattern, + sym_splat_pattern, + sym_class_pattern, + sym_complex_pattern, + sym_concatenated_string, + [97211] = 18, + ACTIONS(327), 1, + sym_string_start, + ACTIONS(2594), 1, + anon_sym_LPAREN, + ACTIONS(2604), 1, + anon_sym_LBRACK, + ACTIONS(2606), 1, + anon_sym_DASH, + ACTIONS(2610), 1, + anon_sym_LBRACE, + ACTIONS(2612), 1, + sym_integer, + ACTIONS(2614), 1, + sym_float, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2749), 1, + ACTIONS(2754), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2022), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2289), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109068,46 +109130,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97209] = 18, - ACTIONS(324), 1, + [97277] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2751), 1, + ACTIONS(2756), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109116,46 +109178,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97275] = 18, - ACTIONS(324), 1, + [97343] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2753), 1, + ACTIONS(2758), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109164,46 +109226,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97341] = 18, - ACTIONS(324), 1, + [97409] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2755), 1, + ACTIONS(2760), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109212,46 +109274,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97407] = 18, - ACTIONS(324), 1, + [97475] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2757), 1, + ACTIONS(2762), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109260,46 +109322,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97473] = 18, - ACTIONS(324), 1, + [97541] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2759), 1, + ACTIONS(2764), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2090), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2501), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109308,46 +109370,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97539] = 18, - ACTIONS(324), 1, + [97607] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2761), 1, + ACTIONS(2766), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109356,46 +109418,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97605] = 18, - ACTIONS(324), 1, + [97673] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2763), 1, + ACTIONS(2768), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109404,46 +109466,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97671] = 18, - ACTIONS(324), 1, + [97739] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2765), 1, + ACTIONS(2770), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109452,46 +109514,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97737] = 18, - ACTIONS(324), 1, + [97805] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2767), 1, + ACTIONS(2772), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2047), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2440), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109500,46 +109562,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97803] = 18, - ACTIONS(324), 1, + [97871] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2769), 1, + ACTIONS(2774), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109548,46 +109610,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97869] = 18, - ACTIONS(324), 1, + [97937] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2771), 1, + ACTIONS(2776), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109596,46 +109658,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [97935] = 18, - ACTIONS(324), 1, + [98003] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2773), 1, + ACTIONS(2778), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2123), 1, + STATE(2050), 1, sym_splat_pattern, - STATE(2308), 1, + STATE(2292), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109644,46 +109706,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98001] = 18, - ACTIONS(324), 1, + [98069] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2775), 1, + ACTIONS(2780), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109692,46 +109754,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98067] = 18, - ACTIONS(324), 1, + [98135] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2777), 1, + ACTIONS(2782), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2040), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2509), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109740,46 +109802,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98133] = 18, - ACTIONS(324), 1, + [98201] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2779), 1, + ACTIONS(2784), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109788,46 +109850,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98199] = 18, - ACTIONS(324), 1, + [98267] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2781), 1, + ACTIONS(2786), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109836,46 +109898,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98265] = 18, - ACTIONS(324), 1, + [98333] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2783), 1, + ACTIONS(2788), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2068), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2339), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109884,46 +109946,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98331] = 18, - ACTIONS(324), 1, + [98399] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2785), 1, + ACTIONS(2790), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2132), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2469), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109932,46 +109994,46 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98397] = 18, - ACTIONS(324), 1, + [98465] = 18, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(2787), 1, + ACTIONS(2792), 1, anon_sym_RBRACE, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -109980,44 +110042,44 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98463] = 17, - ACTIONS(324), 1, + [98531] = 17, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, - STATE(2267), 1, + STATE(2192), 1, sym_splat_pattern, - STATE(2623), 1, + STATE(2609), 1, sym__key_value_pattern, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2747), 4, + ACTIONS(2752), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2493), 8, + STATE(2288), 8, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -110026,40 +110088,40 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98526] = 15, - ACTIONS(324), 1, + [98594] = 15, + ACTIONS(704), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2732), 1, anon_sym_LPAREN, - ACTIONS(2591), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2597), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2599), 1, + ACTIONS(2738), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2740), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2744), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2746), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2748), 1, sym_float, - ACTIONS(2745), 1, + ACTIONS(2794), 1, sym_identifier, - STATE(1857), 1, + STATE(1899), 1, sym_string, - STATE(2006), 1, + STATE(2081), 1, sym_dotted_name, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2789), 4, + ACTIONS(2796), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(1993), 9, + STATE(2091), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -110069,40 +110131,40 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98584] = 15, - ACTIONS(814), 1, + [98652] = 15, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2637), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2791), 1, + ACTIONS(2798), 1, sym_identifier, - STATE(1881), 1, + STATE(1896), 1, sym_string, - STATE(2050), 1, + STATE(2097), 1, sym_dotted_name, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2793), 4, + ACTIONS(2800), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2057), 9, + STATE(2039), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -110112,40 +110174,40 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98642] = 15, - ACTIONS(770), 1, + [98710] = 15, + ACTIONS(775), 1, sym_string_start, - ACTIONS(2615), 1, + ACTIONS(2642), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2646), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2648), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2652), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2656), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2658), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2660), 1, sym_float, - ACTIONS(2795), 1, + ACTIONS(2798), 1, sym_identifier, - STATE(1865), 1, + STATE(1896), 1, sym_string, - STATE(2046), 1, + STATE(2097), 1, sym_dotted_name, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2797), 4, + ACTIONS(2802), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2134), 9, + STATE(2038), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -110155,40 +110217,40 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98700] = 15, - ACTIONS(699), 1, + [98768] = 15, + ACTIONS(704), 1, sym_string_start, - ACTIONS(2727), 1, + ACTIONS(2732), 1, anon_sym_LPAREN, - ACTIONS(2729), 1, + ACTIONS(2734), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2736), 1, anon_sym_STAR_STAR, - ACTIONS(2733), 1, + ACTIONS(2738), 1, anon_sym_LBRACK, - ACTIONS(2735), 1, + ACTIONS(2740), 1, anon_sym_DASH, - ACTIONS(2739), 1, + ACTIONS(2744), 1, anon_sym_LBRACE, - ACTIONS(2741), 1, + ACTIONS(2746), 1, sym_integer, - ACTIONS(2743), 1, + ACTIONS(2748), 1, sym_float, - ACTIONS(2799), 1, + ACTIONS(2794), 1, sym_identifier, - STATE(1900), 1, + STATE(1899), 1, sym_string, - STATE(2042), 1, + STATE(2081), 1, sym_dotted_name, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2801), 4, + ACTIONS(2804), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2059), 9, + STATE(2089), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -110198,40 +110260,40 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98758] = 15, - ACTIONS(699), 1, + [98826] = 15, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2727), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2729), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2731), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2733), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2735), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2739), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2741), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2743), 1, + ACTIONS(2638), 1, sym_float, - ACTIONS(2799), 1, + ACTIONS(2806), 1, sym_identifier, - STATE(1900), 1, + STATE(1907), 1, sym_string, - STATE(2042), 1, + STATE(2072), 1, sym_dotted_name, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2803), 4, + ACTIONS(2808), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2060), 9, + STATE(2118), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -110241,40 +110303,40 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98816] = 15, - ACTIONS(324), 1, + [98884] = 15, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2589), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2591), 1, + ACTIONS(2596), 1, anon_sym_STAR, - ACTIONS(2597), 1, + ACTIONS(2602), 1, anon_sym_STAR_STAR, - ACTIONS(2599), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2605), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2607), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2609), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2745), 1, + ACTIONS(2750), 1, sym_identifier, - STATE(1857), 1, + STATE(1835), 1, sym_string, - STATE(2006), 1, + STATE(1931), 1, sym_dotted_name, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2805), 4, + ACTIONS(2810), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(1985), 9, + STATE(2014), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -110284,40 +110346,40 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98874] = 15, - ACTIONS(770), 1, + [98942] = 15, + ACTIONS(327), 1, sym_string_start, - ACTIONS(2615), 1, + ACTIONS(2594), 1, anon_sym_LPAREN, - ACTIONS(2619), 1, + ACTIONS(2596), 1, anon_sym_STAR, - ACTIONS(2621), 1, + ACTIONS(2602), 1, anon_sym_STAR_STAR, - ACTIONS(2623), 1, + ACTIONS(2604), 1, anon_sym_LBRACK, - ACTIONS(2625), 1, + ACTIONS(2606), 1, anon_sym_DASH, - ACTIONS(2629), 1, + ACTIONS(2610), 1, anon_sym_LBRACE, - ACTIONS(2631), 1, + ACTIONS(2612), 1, sym_integer, - ACTIONS(2633), 1, + ACTIONS(2614), 1, sym_float, - ACTIONS(2795), 1, + ACTIONS(2750), 1, sym_identifier, - STATE(1865), 1, + STATE(1835), 1, sym_string, - STATE(2046), 1, + STATE(1931), 1, sym_dotted_name, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2807), 4, + ACTIONS(2812), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2137), 9, + STATE(1918), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -110327,40 +110389,40 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98932] = 15, - ACTIONS(814), 1, + [99000] = 15, + ACTIONS(819), 1, sym_string_start, - ACTIONS(2637), 1, + ACTIONS(2620), 1, anon_sym_LPAREN, - ACTIONS(2639), 1, + ACTIONS(2622), 1, anon_sym_STAR, - ACTIONS(2641), 1, + ACTIONS(2624), 1, anon_sym_STAR_STAR, - ACTIONS(2643), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, + ACTIONS(2630), 1, anon_sym_DASH, - ACTIONS(2651), 1, + ACTIONS(2634), 1, anon_sym_LBRACE, - ACTIONS(2653), 1, + ACTIONS(2636), 1, sym_integer, - ACTIONS(2655), 1, + ACTIONS(2638), 1, sym_float, - ACTIONS(2791), 1, + ACTIONS(2806), 1, sym_identifier, - STATE(1881), 1, + STATE(1907), 1, sym_string, - STATE(2050), 1, + STATE(2072), 1, sym_dotted_name, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2809), 4, + ACTIONS(2814), 4, anon_sym__, sym_true, sym_false, sym_none, - STATE(2062), 9, + STATE(2121), 9, sym__simple_pattern, sym_union_pattern, sym__list_pattern, @@ -110370,29 +110432,29 @@ static const uint16_t ts_small_parse_table[] = { sym_class_pattern, sym_complex_pattern, sym_concatenated_string, - [98990] = 8, - ACTIONS(2211), 1, + [99058] = 8, + ACTIONS(2220), 1, anon_sym_not, - ACTIONS(2219), 1, + ACTIONS(2228), 1, anon_sym_is, - ACTIONS(2813), 1, + ACTIONS(2818), 1, anon_sym_EQ, - STATE(1589), 1, + STATE(1590), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2217), 2, + ACTIONS(2226), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2197), 6, + ACTIONS(2206), 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(2811), 11, + ACTIONS(2816), 11, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -110404,29 +110466,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [99032] = 8, - ACTIONS(2820), 1, + [99100] = 8, + ACTIONS(2825), 1, anon_sym_EQ, - ACTIONS(2822), 1, + ACTIONS(2827), 1, anon_sym_not, - ACTIONS(2828), 1, + ACTIONS(2833), 1, anon_sym_is, - STATE(1589), 1, + STATE(1590), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2825), 2, + ACTIONS(2830), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2817), 6, + ACTIONS(2822), 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(2815), 11, + ACTIONS(2820), 11, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -110438,20 +110500,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [99074] = 4, + [99142] = 8, + ACTIONS(2825), 1, + anon_sym_EQ, + ACTIONS(2839), 1, + anon_sym_not, + ACTIONS(2845), 1, + anon_sym_is, + STATE(1591), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2842), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2836), 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(2820), 9, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_PIPE, + anon_sym_and, + anon_sym_or, + [99182] = 8, + ACTIONS(2395), 1, + anon_sym_not, + ACTIONS(2403), 1, + anon_sym_is, + ACTIONS(2818), 1, + anon_sym_EQ, + STATE(1598), 1, + aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1667), 2, + ACTIONS(2401), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2383), 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(2816), 9, + anon_sym_DOT, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_and, + anon_sym_or, + [99222] = 8, + ACTIONS(2425), 1, + anon_sym_not, + ACTIONS(2433), 1, + anon_sym_is, + ACTIONS(2818), 1, + anon_sym_EQ, + STATE(1591), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2431), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2413), 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(2816), 9, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_else, + anon_sym_PIPE, + anon_sym_and, + anon_sym_or, + [99262] = 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1668), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1671), 5, + ACTIONS(1672), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - ACTIONS(1662), 14, + ACTIONS(1663), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -110466,14 +110624,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [99106] = 4, + [99294] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(316), 5, + ACTIONS(319), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, @@ -110494,52 +110652,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [99138] = 8, - ACTIONS(2820), 1, - anon_sym_EQ, - ACTIONS(2834), 1, - anon_sym_not, - ACTIONS(2840), 1, - anon_sym_is, - STATE(1592), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2837), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2831), 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(2815), 9, - anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_and, - anon_sym_or, - [99178] = 4, + [99326] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 2, + ACTIONS(1625), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(316), 5, + ACTIONS(1627), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - ACTIONS(277), 14, + ACTIONS(1620), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -110554,20 +110680,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [99210] = 4, + [99358] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1605), 2, + ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 5, + ACTIONS(319), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - ACTIONS(1600), 14, + ACTIONS(277), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -110582,84 +110708,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [99242] = 8, - ACTIONS(2820), 1, + [99390] = 8, + ACTIONS(2825), 1, anon_sym_EQ, - ACTIONS(2846), 1, + ACTIONS(2851), 1, anon_sym_not, - ACTIONS(2852), 1, + ACTIONS(2857), 1, anon_sym_is, - STATE(1595), 1, + STATE(1598), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2849), 2, + ACTIONS(2854), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2843), 6, + ACTIONS(2848), 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(2815), 9, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_else, - anon_sym_PIPE, - anon_sym_and, - anon_sym_or, - [99282] = 8, - ACTIONS(2452), 1, - anon_sym_not, - ACTIONS(2460), 1, - anon_sym_is, - ACTIONS(2813), 1, - anon_sym_EQ, - STATE(1595), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2458), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2440), 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(2811), 9, + ACTIONS(2820), 9, anon_sym_DOT, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_else, anon_sym_PIPE, anon_sym_and, anon_sym_or, - [99322] = 4, + [99430] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1653), 2, + ACTIONS(1552), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1657), 5, + ACTIONS(1563), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - ACTIONS(1648), 14, + ACTIONS(1547), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -110674,20 +110768,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [99354] = 4, + [99462] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 2, + ACTIONS(1653), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 5, + ACTIONS(1563), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - ACTIONS(1542), 14, + ACTIONS(1648), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -110702,90 +110796,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [99386] = 8, - ACTIONS(2422), 1, + [99494] = 8, + ACTIONS(2309), 1, anon_sym_not, - ACTIONS(2430), 1, + ACTIONS(2317), 1, anon_sym_is, - ACTIONS(2813), 1, + ACTIONS(2818), 1, anon_sym_EQ, - STATE(1592), 1, + STATE(1606), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2428), 2, + ACTIONS(2315), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2410), 6, + ACTIONS(2297), 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(2811), 9, - anon_sym_DOT, - anon_sym_RPAREN, + ACTIONS(2816), 8, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_and, anon_sym_or, - [99426] = 8, - ACTIONS(2312), 1, + sym_type_conversion, + [99533] = 8, + ACTIONS(2825), 1, + anon_sym_as, + ACTIONS(2863), 1, anon_sym_not, - ACTIONS(2320), 1, + ACTIONS(2869), 1, anon_sym_is, - ACTIONS(2813), 1, - anon_sym_EQ, - STATE(1604), 1, + STATE(1602), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2318), 2, + ACTIONS(2866), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2300), 6, + ACTIONS(2860), 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(2811), 8, + ACTIONS(2820), 8, anon_sym_COMMA, - anon_sym_as, anon_sym_if, anon_sym_COLON, + anon_sym_async, + anon_sym_for, anon_sym_RBRACE, anon_sym_and, anon_sym_or, - sym_type_conversion, - [99465] = 7, - ACTIONS(2858), 1, + [99572] = 7, + ACTIONS(2875), 1, anon_sym_not, - ACTIONS(2864), 1, + ACTIONS(2881), 1, anon_sym_is, - STATE(1601), 1, + STATE(1603), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2861), 2, + ACTIONS(2878), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2855), 6, + ACTIONS(2872), 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(2815), 9, + ACTIONS(2820), 9, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -110795,27 +110888,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [99502] = 7, - ACTIONS(2571), 1, + [99609] = 7, + ACTIONS(2566), 1, anon_sym_not, - ACTIONS(2579), 1, + ACTIONS(2574), 1, anon_sym_is, - STATE(1601), 1, + STATE(1603), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2577), 2, + ACTIONS(2572), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2559), 6, + ACTIONS(2554), 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(2811), 9, + ACTIONS(2816), 9, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -110825,29 +110918,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [99539] = 8, - ACTIONS(2266), 1, + [99646] = 8, + ACTIONS(2272), 1, anon_sym_not, - ACTIONS(2274), 1, + ACTIONS(2280), 1, anon_sym_is, - ACTIONS(2813), 1, + ACTIONS(2818), 1, anon_sym_as, - STATE(1605), 1, + STATE(1602), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2272), 2, + ACTIONS(2278), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2254), 6, + ACTIONS(2260), 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(2811), 8, + ACTIONS(2816), 8, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, @@ -110856,29 +110949,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_and, anon_sym_or, - [99578] = 8, - ACTIONS(2820), 1, + [99685] = 8, + ACTIONS(2825), 1, anon_sym_EQ, - ACTIONS(2870), 1, + ACTIONS(2887), 1, anon_sym_not, - ACTIONS(2876), 1, + ACTIONS(2893), 1, anon_sym_is, - STATE(1604), 1, + STATE(1606), 1, aux_sym_comparison_operator_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2873), 2, + ACTIONS(2890), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2867), 6, + ACTIONS(2884), 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(2815), 8, + ACTIONS(2820), 8, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -110887,49 +110980,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, sym_type_conversion, - [99617] = 8, - ACTIONS(2820), 1, - anon_sym_as, - ACTIONS(2882), 1, - anon_sym_not, - ACTIONS(2888), 1, - anon_sym_is, - STATE(1605), 1, - aux_sym_comparison_operator_repeat1, + [99724] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2885), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2879), 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(2815), 8, + ACTIONS(1552), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1631), 3, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_if, anon_sym_COLON, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - anon_sym_and, - anon_sym_or, - [99656] = 4, + ACTIONS(1547), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [99754] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 2, + ACTIONS(1552), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1410), 3, + ACTIONS(2896), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(277), 14, + ACTIONS(1547), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -110944,15 +111032,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [99686] = 4, - ACTIONS(2893), 1, + [99784] = 8, + ACTIONS(2347), 1, + anon_sym_not, + ACTIONS(2355), 1, + anon_sym_is, + ACTIONS(2818), 1, + anon_sym_as, + STATE(1612), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2353), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2335), 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(2816), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_and, + anon_sym_or, + [99822] = 8, + ACTIONS(2455), 1, + anon_sym_not, + ACTIONS(2463), 1, + anon_sym_is, + ACTIONS(2818), 1, + anon_sym_as, + STATE(1611), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2461), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2443), 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(2816), 7, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_and, + anon_sym_or, + [99860] = 8, + ACTIONS(2825), 1, + anon_sym_as, + ACTIONS(2901), 1, + anon_sym_not, + ACTIONS(2907), 1, + anon_sym_is, + STATE(1611), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2904), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2898), 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(2820), 7, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + anon_sym_and, + anon_sym_or, + [99898] = 8, + ACTIONS(2825), 1, + anon_sym_as, + ACTIONS(2913), 1, + anon_sym_not, + ACTIONS(2919), 1, + anon_sym_is, + STATE(1612), 1, + aux_sym_comparison_operator_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2916), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2910), 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(2820), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_and, + anon_sym_or, + [99936] = 4, + ACTIONS(2922), 1, anon_sym_COMMA, - STATE(1607), 1, + STATE(1615), 1, aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2891), 17, + ACTIONS(959), 17, sym__newline, anon_sym_SEMI, anon_sym_COLON, @@ -110970,14 +111178,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [99716] = 4, + [99966] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1410), 3, + ACTIONS(663), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, @@ -110996,41 +111204,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [99746] = 4, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(279), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(666), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(277), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [99776] = 4, - ACTIONS(2896), 1, + [99996] = 4, + ACTIONS(2926), 1, anon_sym_COMMA, - STATE(1607), 1, + STATE(1615), 1, aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(970), 17, + ACTIONS(2924), 17, sym__newline, anon_sym_SEMI, anon_sym_COLON, @@ -111048,48 +111230,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [99806] = 8, - ACTIONS(2820), 1, - anon_sym_as, - ACTIONS(2901), 1, - anon_sym_not, - ACTIONS(2907), 1, - anon_sym_is, - STATE(1611), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2904), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2898), 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(2815), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_and, - anon_sym_or, - [99844] = 4, + [100026] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 2, + ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2910), 3, + ACTIONS(663), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(1542), 14, + ACTIONS(277), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111104,14 +111256,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [99874] = 4, + [100056] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(666), 3, + ACTIONS(1423), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, @@ -111130,18 +111282,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [99904] = 4, + [100086] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 2, + ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1611), 3, + ACTIONS(1423), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(1542), 14, + ACTIONS(277), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111156,107 +111308,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [99934] = 8, - ACTIONS(2820), 1, - anon_sym_as, - ACTIONS(2915), 1, - anon_sym_not, - ACTIONS(2921), 1, - anon_sym_is, - STATE(1615), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2918), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2912), 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(2815), 7, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_and, - anon_sym_or, - [99972] = 8, - ACTIONS(2345), 1, - anon_sym_not, - ACTIONS(2353), 1, - anon_sym_is, - ACTIONS(2813), 1, - anon_sym_as, - STATE(1615), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2351), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2333), 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(2811), 7, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_and, - anon_sym_or, - [100010] = 8, - ACTIONS(2382), 1, - anon_sym_not, - ACTIONS(2390), 1, - anon_sym_is, - ACTIONS(2813), 1, - anon_sym_as, - STATE(1611), 1, - aux_sym_comparison_operator_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2388), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2370), 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(2811), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_and, - anon_sym_or, - [100048] = 4, + [100116] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1558), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1605), 2, + ACTIONS(1552), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1600), 14, + ACTIONS(1563), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1547), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111271,17 +111333,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100077] = 4, + [100145] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 2, + ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2910), 2, + ACTIONS(319), 2, anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(1542), 14, + anon_sym_in, + ACTIONS(277), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111296,17 +111358,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100106] = 4, + [100174] = 13, + ACTIONS(2357), 1, + anon_sym_DOT, + ACTIONS(2359), 1, + anon_sym_LBRACK, + ACTIONS(2407), 1, + anon_sym_LPAREN, + ACTIONS(2415), 1, + anon_sym_STAR_STAR, + ACTIONS(2423), 1, + anon_sym_PIPE, + ACTIONS(2427), 1, + anon_sym_AMP, + ACTIONS(2429), 1, + anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 2, + ACTIONS(2409), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 2, - anon_sym_RPAREN, + ACTIONS(2411), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2421), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1300), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2419), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + [100221] = 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1625), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1627), 2, anon_sym_COMMA, - ACTIONS(1542), 14, + anon_sym_RBRACK, + ACTIONS(1620), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111321,16 +111417,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100135] = 4, + [100250] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, + ACTIONS(1563), 2, + anon_sym_COMMA, + anon_sym_RBRACK, ACTIONS(1653), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1657), 2, - anon_sym_COMMA, - anon_sym_RBRACK, ACTIONS(1648), 14, anon_sym_DOT, anon_sym_LPAREN, @@ -111346,17 +111442,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100164] = 4, + [100279] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 2, + ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1611), 2, + ACTIONS(1423), 2, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(1542), 14, + ACTIONS(277), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111371,16 +111467,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100193] = 4, + [100308] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(316), 2, + ACTIONS(319), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, ACTIONS(277), 14, anon_sym_DOT, anon_sym_LPAREN, @@ -111396,45 +111492,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100222] = 13, - ACTIONS(2432), 1, + [100337] = 13, + ACTIONS(2405), 1, anon_sym_DOT, - ACTIONS(2434), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2444), 1, + ACTIONS(2417), 1, anon_sym_LBRACK, - ACTIONS(2450), 1, + ACTIONS(2423), 1, anon_sym_PIPE, - ACTIONS(2454), 1, + ACTIONS(2427), 1, anon_sym_AMP, - ACTIONS(2456), 1, + ACTIONS(2429), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(2409), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2411), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2448), 2, + ACTIONS(2421), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1316), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2446), 3, + ACTIONS(2419), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [100269] = 2, + [100384] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1558), 18, + ACTIONS(2924), 18, sym__newline, anon_sym_SEMI, anon_sym_COMMA, @@ -111453,51 +111549,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [100294] = 13, - ACTIONS(2189), 1, + [100409] = 13, + ACTIONS(2198), 1, anon_sym_DOT, - ACTIONS(2203), 1, + ACTIONS(2212), 1, anon_sym_LBRACK, - ACTIONS(2434), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2450), 1, + ACTIONS(2423), 1, anon_sym_PIPE, - ACTIONS(2454), 1, + ACTIONS(2427), 1, anon_sym_AMP, - ACTIONS(2456), 1, + ACTIONS(2429), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(2409), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2411), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2448), 2, + ACTIONS(2421), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1316), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2446), 3, + ACTIONS(2419), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [100341] = 4, + [100456] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1667), 2, + ACTIONS(1552), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1671), 2, + ACTIONS(2896), 2, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1662), 14, + anon_sym_COLON, + ACTIONS(1547), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111512,51 +111608,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100370] = 13, - ACTIONS(2362), 1, + [100485] = 13, + ACTIONS(2327), 1, anon_sym_DOT, - ACTIONS(2374), 1, + ACTIONS(2339), 1, anon_sym_LBRACK, - ACTIONS(2434), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2450), 1, + ACTIONS(2423), 1, anon_sym_PIPE, - ACTIONS(2454), 1, + ACTIONS(2427), 1, anon_sym_AMP, - ACTIONS(2456), 1, + ACTIONS(2429), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(2409), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2411), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2448), 2, + ACTIONS(2421), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1316), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2446), 3, + ACTIONS(2419), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [100417] = 4, + [100532] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1558), 2, + ACTIONS(1563), 2, anon_sym_COMMA, anon_sym_in, - ACTIONS(1605), 2, + ACTIONS(1653), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1600), 14, + ACTIONS(1648), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111571,51 +111667,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100446] = 13, - ACTIONS(2434), 1, + [100561] = 13, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2450), 1, + ACTIONS(2423), 1, anon_sym_PIPE, - ACTIONS(2454), 1, + ACTIONS(2427), 1, anon_sym_AMP, - ACTIONS(2456), 1, + ACTIONS(2429), 1, anon_sym_CARET, - ACTIONS(2924), 1, + ACTIONS(2929), 1, anon_sym_DOT, - ACTIONS(2926), 1, + ACTIONS(2931), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(2409), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2411), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2448), 2, + ACTIONS(2421), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1316), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2446), 3, + ACTIONS(2419), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [100493] = 4, + [100608] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 2, + ACTIONS(1552), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 2, + ACTIONS(1563), 2, anon_sym_COMMA, anon_sym_in, - ACTIONS(1542), 14, + ACTIONS(1547), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111630,85 +111726,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100522] = 13, - ACTIONS(2292), 1, + [100637] = 13, + ACTIONS(2289), 1, anon_sym_DOT, - ACTIONS(2304), 1, + ACTIONS(2301), 1, anon_sym_LBRACK, - ACTIONS(2434), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2450), 1, + ACTIONS(2423), 1, anon_sym_PIPE, - ACTIONS(2454), 1, + ACTIONS(2427), 1, anon_sym_AMP, - ACTIONS(2456), 1, + ACTIONS(2429), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(2409), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2411), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2448), 2, + ACTIONS(2421), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1316), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2446), 3, + ACTIONS(2419), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [100569] = 13, - ACTIONS(2402), 1, - anon_sym_DOT, - ACTIONS(2414), 1, - anon_sym_LBRACK, - ACTIONS(2434), 1, - anon_sym_LPAREN, - ACTIONS(2442), 1, - anon_sym_STAR_STAR, - ACTIONS(2450), 1, - anon_sym_PIPE, - ACTIONS(2454), 1, - anon_sym_AMP, - ACTIONS(2456), 1, - anon_sym_CARET, + [100684] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(319), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(277), 14, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2448), 2, + anon_sym_STAR_STAR, + anon_sym_LBRACK, + anon_sym_AT, anon_sym_DASH, + anon_sym_PIPE, anon_sym_PLUS, - STATE(1316), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2446), 3, - anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [100616] = 4, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [100713] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1653), 2, + ACTIONS(1625), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1657), 2, + ACTIONS(1627), 2, anon_sym_COMMA, anon_sym_in, - ACTIONS(1648), 14, + ACTIONS(1620), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111723,51 +111810,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100645] = 13, - ACTIONS(2434), 1, + [100742] = 13, + ACTIONS(2375), 1, + anon_sym_DOT, + ACTIONS(2387), 1, + anon_sym_LBRACK, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2450), 1, + ACTIONS(2423), 1, anon_sym_PIPE, - ACTIONS(2454), 1, + ACTIONS(2427), 1, anon_sym_AMP, - ACTIONS(2456), 1, + ACTIONS(2429), 1, anon_sym_CARET, - ACTIONS(2551), 1, - anon_sym_DOT, - ACTIONS(2563), 1, - anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(2409), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2411), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2448), 2, + ACTIONS(2421), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1316), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2446), 3, + ACTIONS(2419), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [100692] = 4, + [100789] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1667), 2, + ACTIONS(1552), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1671), 2, - anon_sym_RPAREN, + ACTIONS(1563), 2, anon_sym_COMMA, - ACTIONS(1662), 14, + anon_sym_RBRACK, + ACTIONS(1547), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111782,108 +111869,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100721] = 2, + [100818] = 13, + ACTIONS(2407), 1, + anon_sym_LPAREN, + ACTIONS(2415), 1, + anon_sym_STAR_STAR, + ACTIONS(2423), 1, + anon_sym_PIPE, + ACTIONS(2427), 1, + anon_sym_AMP, + ACTIONS(2429), 1, + anon_sym_CARET, + ACTIONS(2546), 1, + anon_sym_DOT, + ACTIONS(2558), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2891), 18, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - 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, - [100746] = 13, - ACTIONS(2325), 1, - anon_sym_DOT, - ACTIONS(2337), 1, - anon_sym_LBRACK, - ACTIONS(2434), 1, + ACTIONS(2409), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2411), 2, + anon_sym_GT_GT, + anon_sym_LT_LT, + ACTIONS(2421), 2, + anon_sym_DASH, + anon_sym_PLUS, + STATE(1300), 2, + sym_argument_list, + sym_generator_expression, + ACTIONS(2419), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + [100865] = 13, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2450), 1, + ACTIONS(2423), 1, anon_sym_PIPE, - ACTIONS(2454), 1, + ACTIONS(2427), 1, anon_sym_AMP, - ACTIONS(2456), 1, + ACTIONS(2429), 1, anon_sym_CARET, + ACTIONS(2435), 1, + anon_sym_DOT, + ACTIONS(2447), 1, + anon_sym_LBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(2409), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2411), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2448), 2, + ACTIONS(2421), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1316), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2446), 3, + ACTIONS(2419), 3, + anon_sym_AT, + anon_sym_PERCENT, + anon_sym_SLASH_SLASH, + [100912] = 4, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(279), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(319), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(277), 14, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_GT_GT, + anon_sym_STAR_STAR, + anon_sym_LBRACK, anon_sym_AT, + anon_sym_DASH, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [100793] = 13, - ACTIONS(2246), 1, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_LT_LT, + [100941] = 13, + ACTIONS(2252), 1, anon_sym_DOT, - ACTIONS(2258), 1, + ACTIONS(2264), 1, anon_sym_LBRACK, - ACTIONS(2434), 1, + ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2442), 1, + ACTIONS(2415), 1, anon_sym_STAR_STAR, - ACTIONS(2450), 1, + ACTIONS(2423), 1, anon_sym_PIPE, - ACTIONS(2454), 1, + ACTIONS(2427), 1, anon_sym_AMP, - ACTIONS(2456), 1, + ACTIONS(2429), 1, anon_sym_CARET, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2436), 2, + ACTIONS(2409), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2438), 2, + ACTIONS(2411), 2, anon_sym_GT_GT, anon_sym_LT_LT, - ACTIONS(2448), 2, + ACTIONS(2421), 2, anon_sym_DASH, anon_sym_PLUS, - STATE(1316), 2, + STATE(1300), 2, sym_argument_list, sym_generator_expression, - ACTIONS(2446), 3, + ACTIONS(2419), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, - [100840] = 4, + [100988] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 2, + ACTIONS(1625), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(316), 2, + ACTIONS(1627), 2, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(277), 14, + ACTIONS(1620), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111898,17 +112021,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100869] = 4, + [101017] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 2, + ACTIONS(1552), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(316), 2, - anon_sym_RPAREN, + ACTIONS(1631), 2, anon_sym_COMMA, - ACTIONS(277), 14, + anon_sym_COLON, + ACTIONS(1547), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111923,17 +112046,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100898] = 4, + [101046] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 2, + ACTIONS(1668), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1410), 2, + ACTIONS(1672), 2, anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(277), 14, + anon_sym_RBRACK, + ACTIONS(1663), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -111948,16 +112071,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100927] = 4, + [101075] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(316), 2, + ACTIONS(1423), 2, anon_sym_COMMA, - anon_sym_in, + anon_sym_COLON, ACTIONS(277), 14, anon_sym_DOT, anon_sym_LPAREN, @@ -111973,11 +112096,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [100956] = 2, + [101104] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2928), 18, + ACTIONS(2933), 18, sym__newline, anon_sym_SEMI, anon_sym_COMMA, @@ -111996,70 +112119,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [100981] = 4, + [101129] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1653), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1657), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1648), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [101010] = 13, - ACTIONS(2358), 1, - anon_sym_DOT, - ACTIONS(2360), 1, - anon_sym_LBRACK, - ACTIONS(2434), 1, - anon_sym_LPAREN, - ACTIONS(2442), 1, - anon_sym_STAR_STAR, - ACTIONS(2450), 1, - anon_sym_PIPE, - ACTIONS(2454), 1, - anon_sym_AMP, - ACTIONS(2456), 1, - anon_sym_CARET, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2436), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2438), 2, - anon_sym_GT_GT, - anon_sym_LT_LT, - ACTIONS(2448), 2, - anon_sym_DASH, - anon_sym_PLUS, - STATE(1316), 2, - sym_argument_list, - sym_generator_expression, - ACTIONS(2446), 3, - anon_sym_AT, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - [101057] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2930), 18, + ACTIONS(2935), 18, sym__newline, anon_sym_SEMI, anon_sym_COMMA, @@ -112078,17 +112142,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [101082] = 4, + [101154] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 2, + ACTIONS(1668), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(316), 2, + ACTIONS(1672), 2, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(277), 14, + anon_sym_in, + ACTIONS(1663), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -112103,17 +112167,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [101111] = 4, + [101183] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1667), 2, + ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1671), 2, + ACTIONS(319), 2, anon_sym_COMMA, anon_sym_in, - ACTIONS(1662), 14, + ACTIONS(277), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -112128,17 +112192,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [101140] = 4, + [101212] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1558), 2, + ACTIONS(1563), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1605), 2, + ACTIONS(1653), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1600), 14, + ACTIONS(1648), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -112153,16 +112217,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [101169] = 4, + [101241] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(666), 2, + ACTIONS(319), 2, anon_sym_COMMA, - anon_sym_COLON, + anon_sym_RBRACK, ACTIONS(277), 14, anon_sym_DOT, anon_sym_LPAREN, @@ -112178,14 +112242,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [101198] = 4, + [101270] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1410), 2, + ACTIONS(663), 2, anon_sym_COMMA, anon_sym_COLON, ACTIONS(277), 14, @@ -112203,17 +112267,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [101227] = 4, + [101299] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1547), 2, + ACTIONS(279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 2, + ACTIONS(663), 2, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1542), 14, + anon_sym_COLON, + ACTIONS(277), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -112228,17 +112292,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [101256] = 4, + [101328] = 4, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 2, + ACTIONS(1668), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(666), 2, + ACTIONS(1672), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(277), 14, + ACTIONS(1663), 14, anon_sym_DOT, anon_sym_LPAREN, anon_sym_GT_GT, @@ -112253,36 +112317,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, - [101285] = 4, + [101357] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(279), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(316), 2, + ACTIONS(1563), 18, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_in, - ACTIONS(277), 14, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_GT_GT, - anon_sym_STAR_STAR, - anon_sym_LBRACK, - anon_sym_AT, - anon_sym_DASH, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_LT_LT, - [101314] = 2, + anon_sym_COLON, + anon_sym_EQ, + 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, + [101382] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2891), 17, + ACTIONS(1563), 17, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, @@ -112300,44 +112362,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [101338] = 13, - ACTIONS(2932), 1, + [101406] = 13, + ACTIONS(2937), 1, sym_identifier, - ACTIONS(2934), 1, + ACTIONS(2939), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2941), 1, anon_sym_STAR, - ACTIONS(2938), 1, + ACTIONS(2943), 1, anon_sym_COLON, - ACTIONS(2940), 1, + ACTIONS(2945), 1, anon_sym_STAR_STAR, - ACTIONS(2942), 1, + ACTIONS(2947), 1, anon_sym_SLASH, - STATE(2431), 1, + STATE(2396), 1, sym_parameter, - STATE(2460), 1, + STATE(2466), 1, sym_tuple_pattern, - STATE(2666), 1, - sym_lambda_parameters, - STATE(2810), 1, + STATE(2632), 1, sym__parameters, + STATE(2658), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2557), 2, + STATE(2541), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2561), 5, + STATE(2605), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [101384] = 2, + [101452] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2930), 17, + ACTIONS(2924), 17, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, @@ -112355,42 +112417,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [101408] = 4, - ACTIONS(2944), 1, - anon_sym_COMMA, - STATE(1670), 1, - aux_sym__patterns_repeat1, + [101476] = 13, + ACTIONS(2937), 1, + sym_identifier, + ACTIONS(2939), 1, + anon_sym_LPAREN, + ACTIONS(2941), 1, + anon_sym_STAR, + ACTIONS(2945), 1, + anon_sym_STAR_STAR, + ACTIONS(2947), 1, + anon_sym_SLASH, + ACTIONS(2949), 1, + anon_sym_COLON, + STATE(2396), 1, + sym_parameter, + STATE(2466), 1, + sym_tuple_pattern, + STATE(2632), 1, + sym__parameters, + STATE(2803), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(970), 15, - anon_sym_COLON, - anon_sym_EQ, - 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, - [101436] = 5, - ACTIONS(2948), 1, + STATE(2541), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(2605), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [101522] = 5, + ACTIONS(2953), 1, anon_sym_COLON, - ACTIONS(2950), 1, + ACTIONS(2955), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2946), 2, + ACTIONS(2951), 2, sym__newline, anon_sym_SEMI, - ACTIONS(2952), 13, + ACTIONS(2957), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112404,52 +112475,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [101466] = 13, - ACTIONS(2932), 1, - sym_identifier, - ACTIONS(2934), 1, - anon_sym_LPAREN, - ACTIONS(2936), 1, - anon_sym_STAR, - ACTIONS(2940), 1, - anon_sym_STAR_STAR, - ACTIONS(2942), 1, - anon_sym_SLASH, - ACTIONS(2954), 1, - anon_sym_COLON, - STATE(2431), 1, - sym_parameter, - STATE(2460), 1, - sym_tuple_pattern, - STATE(2743), 1, - sym_lambda_parameters, - STATE(2810), 1, - sym__parameters, + [101552] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2557), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(2561), 5, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [101512] = 6, - ACTIONS(2948), 1, + ACTIONS(2935), 17, + anon_sym_COMMA, anon_sym_COLON, - ACTIONS(2950), 1, + anon_sym_in, anon_sym_EQ, - ACTIONS(2956), 1, - anon_sym_COMMA, - STATE(1659), 1, - aux_sym__patterns_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2952), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112463,15 +112497,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [101544] = 2, + [101576] = 6, + ACTIONS(2953), 1, + anon_sym_COLON, + ACTIONS(2955), 1, + anon_sym_EQ, + ACTIONS(2959), 1, + anon_sym_COMMA, + STATE(1613), 1, + aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1558), 17, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_in, - anon_sym_EQ, + ACTIONS(2957), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112485,151 +112523,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [101568] = 13, - ACTIONS(2932), 1, + [101608] = 13, + ACTIONS(2937), 1, sym_identifier, - ACTIONS(2934), 1, + ACTIONS(2939), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2941), 1, anon_sym_STAR, - ACTIONS(2940), 1, + ACTIONS(2945), 1, anon_sym_STAR_STAR, - ACTIONS(2942), 1, + ACTIONS(2947), 1, anon_sym_SLASH, - ACTIONS(2958), 1, + ACTIONS(2961), 1, anon_sym_COLON, - STATE(2431), 1, + STATE(2396), 1, sym_parameter, - STATE(2460), 1, + STATE(2466), 1, sym_tuple_pattern, - STATE(2713), 1, - sym_lambda_parameters, - STATE(2810), 1, + STATE(2632), 1, sym__parameters, + STATE(2744), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2557), 2, + STATE(2541), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2561), 5, + STATE(2605), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [101614] = 13, - ACTIONS(2932), 1, + [101654] = 13, + ACTIONS(2937), 1, sym_identifier, - ACTIONS(2934), 1, + ACTIONS(2939), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2941), 1, anon_sym_STAR, - ACTIONS(2940), 1, + ACTIONS(2945), 1, anon_sym_STAR_STAR, - ACTIONS(2942), 1, + ACTIONS(2947), 1, anon_sym_SLASH, - ACTIONS(2960), 1, + ACTIONS(2963), 1, anon_sym_COLON, - STATE(2431), 1, + STATE(2396), 1, sym_parameter, - STATE(2460), 1, + STATE(2466), 1, sym_tuple_pattern, - STATE(2629), 1, - sym_lambda_parameters, - STATE(2810), 1, + STATE(2632), 1, sym__parameters, + STATE(2705), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2557), 2, + STATE(2541), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2561), 5, + STATE(2605), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [101660] = 13, - ACTIONS(2932), 1, + [101700] = 13, + ACTIONS(2937), 1, sym_identifier, - ACTIONS(2934), 1, + ACTIONS(2939), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2941), 1, anon_sym_STAR, - ACTIONS(2940), 1, + ACTIONS(2945), 1, anon_sym_STAR_STAR, - ACTIONS(2942), 1, + ACTIONS(2947), 1, anon_sym_SLASH, - ACTIONS(2962), 1, + ACTIONS(2965), 1, anon_sym_COLON, - STATE(2431), 1, + STATE(2396), 1, sym_parameter, - STATE(2460), 1, + STATE(2466), 1, sym_tuple_pattern, - STATE(2810), 1, + STATE(2632), 1, sym__parameters, - STATE(2830), 1, + STATE(2676), 1, sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2557), 2, + STATE(2541), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2561), 5, + STATE(2605), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [101706] = 13, - ACTIONS(2932), 1, - sym_identifier, - ACTIONS(2934), 1, - anon_sym_LPAREN, - ACTIONS(2936), 1, - anon_sym_STAR, - ACTIONS(2940), 1, - anon_sym_STAR_STAR, - ACTIONS(2942), 1, - anon_sym_SLASH, - ACTIONS(2964), 1, + [101746] = 6, + ACTIONS(2953), 1, anon_sym_COLON, - STATE(2431), 1, - sym_parameter, - STATE(2460), 1, - sym_tuple_pattern, - STATE(2705), 1, - sym_lambda_parameters, - STATE(2810), 1, - sym__parameters, + ACTIONS(2955), 1, + anon_sym_EQ, + ACTIONS(2967), 1, + anon_sym_COMMA, + STATE(1675), 1, + aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2557), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(2561), 5, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [101752] = 6, - ACTIONS(2948), 1, - anon_sym_COLON, - ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(2966), 1, + ACTIONS(2957), 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, + [101778] = 4, + ACTIONS(2969), 1, anon_sym_COMMA, - STATE(1610), 1, + STATE(1668), 1, aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2952), 13, + ACTIONS(2924), 15, + anon_sym_COLON, + anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112643,134 +112672,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [101784] = 13, - ACTIONS(2932), 1, + [101806] = 13, + ACTIONS(2937), 1, sym_identifier, - ACTIONS(2934), 1, + ACTIONS(2939), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2941), 1, anon_sym_STAR, - ACTIONS(2940), 1, + ACTIONS(2945), 1, anon_sym_STAR_STAR, - ACTIONS(2942), 1, + ACTIONS(2947), 1, anon_sym_SLASH, - ACTIONS(2968), 1, + ACTIONS(2972), 1, anon_sym_COLON, - STATE(2431), 1, + STATE(2396), 1, sym_parameter, - STATE(2460), 1, + STATE(2466), 1, sym_tuple_pattern, - STATE(2669), 1, - sym_lambda_parameters, - STATE(2810), 1, + STATE(2632), 1, sym__parameters, + STATE(2779), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2557), 2, + STATE(2541), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2561), 5, + STATE(2605), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [101830] = 4, - ACTIONS(2970), 1, - anon_sym_COMMA, - STATE(1670), 1, - aux_sym__patterns_repeat1, + [101852] = 13, + ACTIONS(2937), 1, + sym_identifier, + ACTIONS(2939), 1, + anon_sym_LPAREN, + ACTIONS(2941), 1, + anon_sym_STAR, + ACTIONS(2945), 1, + anon_sym_STAR_STAR, + ACTIONS(2947), 1, + anon_sym_SLASH, + ACTIONS(2974), 1, + anon_sym_COLON, + STATE(2396), 1, + sym_parameter, + STATE(2466), 1, + sym_tuple_pattern, + STATE(2632), 1, + sym__parameters, + STATE(2761), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2891), 15, - anon_sym_COLON, - anon_sym_EQ, - 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, - [101858] = 13, - ACTIONS(2932), 1, + STATE(2541), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(2605), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [101898] = 13, + ACTIONS(2937), 1, sym_identifier, - ACTIONS(2934), 1, + ACTIONS(2939), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2941), 1, anon_sym_STAR, - ACTIONS(2940), 1, + ACTIONS(2945), 1, anon_sym_STAR_STAR, - ACTIONS(2942), 1, + ACTIONS(2947), 1, anon_sym_SLASH, - ACTIONS(2973), 1, + ACTIONS(2976), 1, anon_sym_COLON, - STATE(2431), 1, + STATE(2396), 1, sym_parameter, - STATE(2460), 1, + STATE(2466), 1, sym_tuple_pattern, - STATE(2644), 1, - sym_lambda_parameters, - STATE(2810), 1, + STATE(2632), 1, sym__parameters, + STATE(2720), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2557), 2, + STATE(2541), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2561), 5, + STATE(2605), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [101904] = 13, - ACTIONS(2932), 1, + [101944] = 13, + ACTIONS(2937), 1, sym_identifier, - ACTIONS(2934), 1, + ACTIONS(2939), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2941), 1, anon_sym_STAR, - ACTIONS(2940), 1, + ACTIONS(2945), 1, anon_sym_STAR_STAR, - ACTIONS(2942), 1, + ACTIONS(2947), 1, anon_sym_SLASH, - ACTIONS(2975), 1, + ACTIONS(2978), 1, anon_sym_COLON, - STATE(2431), 1, + STATE(2396), 1, sym_parameter, - STATE(2460), 1, + STATE(2466), 1, sym_tuple_pattern, - STATE(2781), 1, - sym_lambda_parameters, - STATE(2810), 1, + STATE(2632), 1, sym__parameters, + STATE(2645), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2557), 2, + STATE(2541), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2561), 5, + STATE(2605), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [101950] = 2, + [101990] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2928), 17, + ACTIONS(2933), 17, anon_sym_COMMA, anon_sym_COLON, anon_sym_in, @@ -112788,199 +112826,194 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [101974] = 13, - ACTIONS(2932), 1, + [102014] = 13, + ACTIONS(2937), 1, sym_identifier, - ACTIONS(2934), 1, + ACTIONS(2939), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2941), 1, anon_sym_STAR, - ACTIONS(2940), 1, + ACTIONS(2945), 1, anon_sym_STAR_STAR, - ACTIONS(2942), 1, + ACTIONS(2947), 1, anon_sym_SLASH, - ACTIONS(2977), 1, + ACTIONS(2980), 1, anon_sym_COLON, - STATE(2431), 1, + STATE(2396), 1, sym_parameter, - STATE(2460), 1, + STATE(2466), 1, sym_tuple_pattern, - STATE(2792), 1, - sym_lambda_parameters, - STATE(2810), 1, + STATE(2632), 1, sym__parameters, + STATE(2829), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2557), 2, + STATE(2541), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2561), 5, + STATE(2605), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [102020] = 13, - ACTIONS(2932), 1, + [102060] = 4, + ACTIONS(2982), 1, + anon_sym_COMMA, + STATE(1668), 1, + aux_sym__patterns_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(959), 15, + anon_sym_COLON, + anon_sym_EQ, + 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, + [102088] = 13, + ACTIONS(2937), 1, sym_identifier, - ACTIONS(2934), 1, + ACTIONS(2939), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2941), 1, anon_sym_STAR, - ACTIONS(2940), 1, + ACTIONS(2945), 1, anon_sym_STAR_STAR, - ACTIONS(2942), 1, + ACTIONS(2947), 1, anon_sym_SLASH, - ACTIONS(2979), 1, + ACTIONS(2984), 1, anon_sym_COLON, - STATE(2431), 1, + STATE(2396), 1, sym_parameter, - STATE(2460), 1, + STATE(2466), 1, sym_tuple_pattern, - STATE(2760), 1, - sym_lambda_parameters, - STATE(2810), 1, + STATE(2632), 1, sym__parameters, + STATE(2711), 1, + sym_lambda_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2557), 2, + STATE(2541), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2561), 5, + STATE(2605), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [102066] = 12, - ACTIONS(2981), 1, + [102134] = 12, + ACTIONS(2986), 1, sym_identifier, - ACTIONS(2983), 1, + ACTIONS(2988), 1, anon_sym_LPAREN, - ACTIONS(2985), 1, + ACTIONS(2990), 1, anon_sym_RPAREN, - ACTIONS(2987), 1, + ACTIONS(2992), 1, anon_sym_STAR, - ACTIONS(2989), 1, + ACTIONS(2994), 1, anon_sym_STAR_STAR, - ACTIONS(2991), 1, + ACTIONS(2996), 1, anon_sym_SLASH, - STATE(2328), 1, + STATE(2357), 1, sym_parameter, - STATE(2329), 1, + STATE(2359), 1, sym_tuple_pattern, - STATE(2738), 1, + STATE(2660), 1, sym__parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2331), 2, + STATE(2360), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2595), 5, + STATE(2576), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [102109] = 11, - ACTIONS(2932), 1, + [102177] = 11, + ACTIONS(2937), 1, sym_identifier, - ACTIONS(2934), 1, + ACTIONS(2939), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2941), 1, anon_sym_STAR, - ACTIONS(2940), 1, + ACTIONS(2945), 1, anon_sym_STAR_STAR, - ACTIONS(2942), 1, + ACTIONS(2947), 1, anon_sym_SLASH, - ACTIONS(2993), 1, + ACTIONS(2998), 1, anon_sym_COLON, - STATE(2460), 1, - sym_tuple_pattern, - STATE(2589), 1, - sym_parameter, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(2557), 2, - sym_list_splat_pattern, - sym_dictionary_splat_pattern, - STATE(2561), 5, - sym_default_parameter, - sym_typed_default_parameter, - sym_typed_parameter, - sym_positional_separator, - sym_keyword_separator, - [102149] = 11, - ACTIONS(2981), 1, - sym_identifier, - ACTIONS(2983), 1, - anon_sym_LPAREN, - ACTIONS(2987), 1, - anon_sym_STAR, - ACTIONS(2989), 1, - anon_sym_STAR_STAR, - ACTIONS(2991), 1, - anon_sym_SLASH, - ACTIONS(2993), 1, - anon_sym_RPAREN, - STATE(2329), 1, + STATE(2466), 1, sym_tuple_pattern, - STATE(2617), 1, + STATE(2536), 1, sym_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2331), 2, + STATE(2541), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2595), 5, + STATE(2605), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [102189] = 11, - ACTIONS(2981), 1, + [102217] = 11, + ACTIONS(2986), 1, sym_identifier, - ACTIONS(2983), 1, + ACTIONS(2988), 1, anon_sym_LPAREN, - ACTIONS(2987), 1, + ACTIONS(2992), 1, anon_sym_STAR, - ACTIONS(2989), 1, + ACTIONS(2994), 1, anon_sym_STAR_STAR, - ACTIONS(2991), 1, + ACTIONS(2996), 1, anon_sym_SLASH, - ACTIONS(2995), 1, + ACTIONS(2998), 1, anon_sym_RPAREN, - STATE(2329), 1, + STATE(2359), 1, sym_tuple_pattern, - STATE(2617), 1, + STATE(2600), 1, sym_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2331), 2, + STATE(2360), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2595), 5, + STATE(2576), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [102229] = 4, - ACTIONS(2948), 1, + [102257] = 4, + ACTIONS(2953), 1, anon_sym_COLON, - ACTIONS(2950), 1, + ACTIONS(2955), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2952), 13, + ACTIONS(2957), 13, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112994,140 +113027,174 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [102255] = 11, - ACTIONS(2932), 1, + [102283] = 11, + ACTIONS(2937), 1, sym_identifier, - ACTIONS(2934), 1, + ACTIONS(2939), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2941), 1, anon_sym_STAR, - ACTIONS(2940), 1, + ACTIONS(2945), 1, anon_sym_STAR_STAR, - ACTIONS(2942), 1, + ACTIONS(2947), 1, anon_sym_SLASH, - ACTIONS(2995), 1, + ACTIONS(3000), 1, anon_sym_COLON, - STATE(2460), 1, + STATE(2466), 1, sym_tuple_pattern, - STATE(2589), 1, + STATE(2536), 1, sym_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2557), 2, + STATE(2541), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2561), 5, + STATE(2605), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [102295] = 10, - ACTIONS(2932), 1, + [102323] = 11, + ACTIONS(2986), 1, sym_identifier, - ACTIONS(2934), 1, + ACTIONS(2988), 1, anon_sym_LPAREN, - ACTIONS(2936), 1, + ACTIONS(2992), 1, anon_sym_STAR, - ACTIONS(2940), 1, + ACTIONS(2994), 1, anon_sym_STAR_STAR, - ACTIONS(2942), 1, + ACTIONS(2996), 1, anon_sym_SLASH, - STATE(2460), 1, + ACTIONS(3000), 1, + anon_sym_RPAREN, + STATE(2359), 1, sym_tuple_pattern, - STATE(2589), 1, + STATE(2600), 1, sym_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2557), 2, + STATE(2360), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2561), 5, + STATE(2576), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [102332] = 10, - ACTIONS(2981), 1, + [102363] = 10, + ACTIONS(2986), 1, sym_identifier, - ACTIONS(2983), 1, + ACTIONS(2988), 1, anon_sym_LPAREN, - ACTIONS(2987), 1, + ACTIONS(2992), 1, anon_sym_STAR, - ACTIONS(2989), 1, + ACTIONS(2994), 1, anon_sym_STAR_STAR, - ACTIONS(2991), 1, + ACTIONS(2996), 1, anon_sym_SLASH, - STATE(2329), 1, + STATE(2359), 1, sym_tuple_pattern, - STATE(2617), 1, + STATE(2600), 1, sym_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2331), 2, + STATE(2360), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, - STATE(2595), 5, + STATE(2576), 5, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, - [102369] = 13, - ACTIONS(2997), 1, + [102400] = 10, + ACTIONS(2937), 1, + sym_identifier, + ACTIONS(2939), 1, + anon_sym_LPAREN, + ACTIONS(2941), 1, + anon_sym_STAR, + ACTIONS(2945), 1, + anon_sym_STAR_STAR, + ACTIONS(2947), 1, + anon_sym_SLASH, + STATE(2466), 1, + sym_tuple_pattern, + STATE(2536), 1, + sym_parameter, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(2541), 2, + sym_list_splat_pattern, + sym_dictionary_splat_pattern, + STATE(2605), 5, + sym_default_parameter, + sym_typed_default_parameter, + sym_typed_parameter, + sym_positional_separator, + sym_keyword_separator, + [102437] = 13, + ACTIONS(3002), 1, anon_sym_COMMA, - ACTIONS(2999), 1, + ACTIONS(3004), 1, anon_sym_as, - ACTIONS(3001), 1, + ACTIONS(3006), 1, anon_sym_if, - ACTIONS(3003), 1, + ACTIONS(3008), 1, anon_sym_COLON, - ACTIONS(3005), 1, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3007), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3009), 1, + ACTIONS(3014), 1, anon_sym_RBRACE, - ACTIONS(3011), 1, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3013), 1, + ACTIONS(3018), 1, anon_sym_or, - STATE(1883), 1, + STATE(1894), 1, sym_for_in_clause, - STATE(2302), 1, + STATE(2467), 1, aux_sym__collection_elements_repeat1, - STATE(2764), 1, + STATE(2727), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102410] = 3, - ACTIONS(3017), 1, + [102478] = 6, + ACTIONS(3022), 1, + anon_sym_as, + ACTIONS(3024), 1, + anon_sym_if, + ACTIONS(3026), 1, anon_sym_and, + ACTIONS(3028), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 11, + ACTIONS(3020), 8, sym__newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_from, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - anon_sym_or, - [102431] = 2, + [102505] = 3, + ACTIONS(3026), 1, + anon_sym_and, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3019), 12, + ACTIONS(3030), 11, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -113138,287 +113205,265 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - anon_sym_and, - anon_sym_or, - [102450] = 6, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, - anon_sym_as, - ACTIONS(3025), 1, - anon_sym_if, - ACTIONS(3027), 1, anon_sym_or, + [102526] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3021), 8, + ACTIONS(2196), 12, sym__newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_from, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [102477] = 13, - ACTIONS(2997), 1, - anon_sym_COMMA, - ACTIONS(2999), 1, anon_sym_as, - ACTIONS(3001), 1, anon_sym_if, - ACTIONS(3003), 1, anon_sym_COLON, - ACTIONS(3005), 1, - anon_sym_async, - ACTIONS(3007), 1, - anon_sym_for, - ACTIONS(3009), 1, - anon_sym_RBRACE, - ACTIONS(3011), 1, + anon_sym_EQ, + anon_sym_PIPE, anon_sym_and, - ACTIONS(3013), 1, anon_sym_or, - STATE(1883), 1, - sym_for_in_clause, - STATE(2302), 1, - aux_sym__collection_elements_repeat1, - STATE(2787), 1, - sym__comprehension_clauses, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [102518] = 13, - ACTIONS(2997), 1, + [102545] = 13, + ACTIONS(3002), 1, anon_sym_COMMA, - ACTIONS(2999), 1, + ACTIONS(3004), 1, anon_sym_as, - ACTIONS(3001), 1, + ACTIONS(3006), 1, anon_sym_if, - ACTIONS(3003), 1, + ACTIONS(3008), 1, anon_sym_COLON, - ACTIONS(3005), 1, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3007), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3009), 1, + ACTIONS(3014), 1, anon_sym_RBRACE, - ACTIONS(3011), 1, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3013), 1, + ACTIONS(3018), 1, anon_sym_or, - STATE(1883), 1, + STATE(1894), 1, sym_for_in_clause, - STATE(2302), 1, + STATE(2467), 1, aux_sym__collection_elements_repeat1, - STATE(2742), 1, + STATE(2748), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102559] = 13, - ACTIONS(2997), 1, + [102586] = 13, + ACTIONS(3002), 1, anon_sym_COMMA, - ACTIONS(2999), 1, + ACTIONS(3004), 1, anon_sym_as, - ACTIONS(3001), 1, + ACTIONS(3006), 1, anon_sym_if, - ACTIONS(3003), 1, + ACTIONS(3008), 1, anon_sym_COLON, - ACTIONS(3005), 1, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3007), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3009), 1, + ACTIONS(3014), 1, anon_sym_RBRACE, - ACTIONS(3011), 1, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3013), 1, + ACTIONS(3018), 1, anon_sym_or, - STATE(1883), 1, + STATE(1894), 1, sym_for_in_clause, - STATE(2302), 1, + STATE(2467), 1, aux_sym__collection_elements_repeat1, - STATE(2749), 1, + STATE(2682), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102600] = 6, - ACTIONS(3017), 1, + [102627] = 5, + ACTIONS(3026), 1, anon_sym_and, - ACTIONS(3023), 1, - anon_sym_as, - ACTIONS(3025), 1, - anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3028), 1, anon_sym_or, + ACTIONS(3034), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3029), 8, + ACTIONS(3032), 9, sym__newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_from, anon_sym_COMMA, + anon_sym_if, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [102627] = 13, - ACTIONS(2997), 1, + [102652] = 13, + ACTIONS(3002), 1, anon_sym_COMMA, - ACTIONS(2999), 1, + ACTIONS(3004), 1, anon_sym_as, - ACTIONS(3001), 1, + ACTIONS(3006), 1, anon_sym_if, - ACTIONS(3003), 1, + ACTIONS(3008), 1, anon_sym_COLON, - ACTIONS(3005), 1, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3007), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3009), 1, + ACTIONS(3014), 1, anon_sym_RBRACE, - ACTIONS(3011), 1, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3013), 1, + ACTIONS(3018), 1, anon_sym_or, - STATE(1883), 1, + STATE(1894), 1, sym_for_in_clause, - STATE(2302), 1, + STATE(2467), 1, aux_sym__collection_elements_repeat1, - STATE(2654), 1, + STATE(2718), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102668] = 5, - ACTIONS(3017), 1, + [102693] = 13, + ACTIONS(3002), 1, + anon_sym_COMMA, + ACTIONS(3004), 1, + anon_sym_as, + ACTIONS(3006), 1, + anon_sym_if, + ACTIONS(3008), 1, + anon_sym_COLON, + ACTIONS(3010), 1, + anon_sym_async, + ACTIONS(3012), 1, + anon_sym_for, + ACTIONS(3014), 1, + anon_sym_RBRACE, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3027), 1, + ACTIONS(3018), 1, + anon_sym_or, + STATE(1894), 1, + sym_for_in_clause, + STATE(2467), 1, + aux_sym__collection_elements_repeat1, + STATE(2662), 1, + sym__comprehension_clauses, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [102734] = 4, + ACTIONS(3026), 1, + anon_sym_and, + ACTIONS(3028), 1, anon_sym_or, - ACTIONS(3033), 1, - anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3031), 9, + ACTIONS(3037), 10, sym__newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_from, anon_sym_COMMA, + anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [102693] = 13, - ACTIONS(2997), 1, + [102757] = 13, + ACTIONS(3002), 1, anon_sym_COMMA, - ACTIONS(2999), 1, + ACTIONS(3004), 1, anon_sym_as, - ACTIONS(3001), 1, + ACTIONS(3006), 1, anon_sym_if, - ACTIONS(3003), 1, + ACTIONS(3008), 1, anon_sym_COLON, - ACTIONS(3005), 1, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3007), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3009), 1, + ACTIONS(3014), 1, anon_sym_RBRACE, - ACTIONS(3011), 1, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3013), 1, + ACTIONS(3018), 1, anon_sym_or, - STATE(1883), 1, + STATE(1894), 1, sym_for_in_clause, - STATE(2302), 1, + STATE(2467), 1, aux_sym__collection_elements_repeat1, - STATE(2694), 1, + STATE(2655), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102734] = 13, - ACTIONS(2997), 1, + [102798] = 13, + ACTIONS(3002), 1, anon_sym_COMMA, - ACTIONS(2999), 1, + ACTIONS(3004), 1, anon_sym_as, - ACTIONS(3001), 1, + ACTIONS(3006), 1, anon_sym_if, - ACTIONS(3003), 1, + ACTIONS(3008), 1, anon_sym_COLON, - ACTIONS(3005), 1, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3007), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3009), 1, + ACTIONS(3014), 1, anon_sym_RBRACE, - ACTIONS(3011), 1, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3013), 1, + ACTIONS(3018), 1, anon_sym_or, - STATE(1883), 1, + STATE(1894), 1, sym_for_in_clause, - STATE(2302), 1, + STATE(2467), 1, aux_sym__collection_elements_repeat1, - STATE(2770), 1, + STATE(2694), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102775] = 4, - ACTIONS(3017), 1, + [102839] = 6, + ACTIONS(3022), 1, + anon_sym_as, + ACTIONS(3024), 1, + anon_sym_if, + ACTIONS(3026), 1, anon_sym_and, - ACTIONS(3027), 1, + ACTIONS(3028), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3036), 10, + ACTIONS(3039), 8, sym__newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_from, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [102798] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2187), 12, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_from, - anon_sym_COMMA, + [102866] = 6, + ACTIONS(3022), 1, anon_sym_as, + ACTIONS(3024), 1, anon_sym_if, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_and, - anon_sym_or, - [102817] = 6, - ACTIONS(3017), 1, + ACTIONS(3026), 1, anon_sym_and, - ACTIONS(3023), 1, - anon_sym_as, - ACTIONS(3025), 1, - anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3028), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3038), 8, + ACTIONS(3041), 8, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -113427,11 +113472,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [102844] = 2, + [102893] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 12, + ACTIONS(3043), 12, sym__newline, anon_sym_SEMI, anon_sym_DOT, @@ -113444,574 +113489,569 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [102863] = 13, - ACTIONS(2997), 1, + [102912] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3030), 12, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_from, anon_sym_COMMA, - ACTIONS(2999), 1, anon_sym_as, - ACTIONS(3001), 1, anon_sym_if, - ACTIONS(3003), 1, anon_sym_COLON, - ACTIONS(3005), 1, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_and, + anon_sym_or, + [102931] = 13, + ACTIONS(3002), 1, + anon_sym_COMMA, + ACTIONS(3004), 1, + anon_sym_as, + ACTIONS(3006), 1, + anon_sym_if, + ACTIONS(3008), 1, + anon_sym_COLON, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3007), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3009), 1, + ACTIONS(3014), 1, anon_sym_RBRACE, - ACTIONS(3011), 1, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3013), 1, + ACTIONS(3018), 1, anon_sym_or, - STATE(1883), 1, + STATE(1894), 1, sym_for_in_clause, - STATE(2302), 1, + STATE(2467), 1, aux_sym__collection_elements_repeat1, - STATE(2761), 1, + STATE(2663), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [102904] = 8, - ACTIONS(3), 1, + [102972] = 12, + ACTIONS(3045), 1, + anon_sym_RPAREN, + ACTIONS(3047), 1, + anon_sym_COMMA, + ACTIONS(3049), 1, + anon_sym_as, + ACTIONS(3051), 1, + anon_sym_if, + ACTIONS(3053), 1, + anon_sym_async, + ACTIONS(3055), 1, + anon_sym_for, + ACTIONS(3057), 1, + anon_sym_and, + ACTIONS(3059), 1, + anon_sym_or, + STATE(1868), 1, + sym_for_in_clause, + STATE(2375), 1, + aux_sym_argument_list_repeat1, + STATE(2715), 1, + sym__comprehension_clauses, + ACTIONS(3), 2, sym_comment, - ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, - anon_sym_LBRACE, - ACTIONS(3044), 1, - anon_sym_BSLASH, - ACTIONS(3046), 1, - sym_string_end, - STATE(1805), 2, - sym__not_escape_sequence, - aux_sym_string_content_repeat1, - ACTIONS(3042), 3, - sym__string_content, - sym_escape_interpolation, - sym_escape_sequence, - STATE(1705), 3, - sym_string_content, - sym_interpolation, - aux_sym_string_repeat1, - [102934] = 8, + [103010] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3048), 1, + ACTIONS(3067), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1705), 3, + STATE(1706), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [102964] = 12, - ACTIONS(3050), 1, - anon_sym_RPAREN, - ACTIONS(3052), 1, - anon_sym_COMMA, - ACTIONS(3054), 1, + [103040] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - STATE(1882), 1, + ACTIONS(3069), 1, + anon_sym_RPAREN, + ACTIONS(3071), 1, + anon_sym_COMMA, + STATE(1868), 1, sym_for_in_clause, - STATE(2279), 1, + STATE(2315), 1, aux_sym_argument_list_repeat1, - STATE(2679), 1, + STATE(2643), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103002] = 9, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, + [103078] = 9, + ACTIONS(3022), 1, anon_sym_as, - ACTIONS(3025), 1, + ACTIONS(3024), 1, anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3026), 1, + anon_sym_and, + ACTIONS(3028), 1, anon_sym_or, - ACTIONS(3070), 1, + ACTIONS(3077), 1, anon_sym_COMMA, - STATE(2139), 1, + STATE(2226), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3066), 2, + ACTIONS(3073), 2, sym__newline, anon_sym_SEMI, - ACTIONS(3068), 3, + ACTIONS(3075), 3, anon_sym_DOT, anon_sym_COLON, anon_sym_PIPE, - [103034] = 8, + [103110] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3072), 1, + ACTIONS(3079), 1, anon_sym_LBRACE, - ACTIONS(3078), 1, + ACTIONS(3085), 1, anon_sym_BSLASH, - ACTIONS(3081), 1, + ACTIONS(3088), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3075), 3, + ACTIONS(3082), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1705), 3, + STATE(1706), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103064] = 8, + [103140] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3083), 1, + ACTIONS(3090), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1707), 3, + STATE(1708), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103094] = 8, + [103170] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3085), 1, + ACTIONS(3092), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1705), 3, + STATE(1706), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103124] = 12, - ACTIONS(3054), 1, + [103200] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3087), 1, + ACTIONS(3094), 1, anon_sym_RPAREN, - ACTIONS(3089), 1, + ACTIONS(3096), 1, anon_sym_COMMA, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2356), 1, + STATE(2513), 1, aux_sym__collection_elements_repeat1, - STATE(2736), 1, + STATE(2774), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103162] = 12, - ACTIONS(3054), 1, + [103238] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3091), 1, + ACTIONS(3098), 1, anon_sym_RPAREN, - ACTIONS(3093), 1, + ACTIONS(3100), 1, anon_sym_COMMA, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2524), 1, + STATE(2401), 1, aux_sym_argument_list_repeat1, - STATE(2736), 1, + STATE(2774), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103200] = 8, + [103276] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3095), 1, + ACTIONS(3102), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1711), 3, + STATE(1712), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103230] = 8, + [103306] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3097), 1, + ACTIONS(3104), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1705), 3, + STATE(1706), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103260] = 12, - ACTIONS(3054), 1, + [103336] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3089), 1, + ACTIONS(3096), 1, anon_sym_COMMA, - ACTIONS(3099), 1, + ACTIONS(3106), 1, anon_sym_RPAREN, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2356), 1, + STATE(2513), 1, aux_sym__collection_elements_repeat1, - STATE(2689), 1, + STATE(2708), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103298] = 12, - ACTIONS(3009), 1, + [103374] = 12, + ACTIONS(3014), 1, anon_sym_RBRACK, - ACTIONS(3101), 1, + ACTIONS(3108), 1, anon_sym_COMMA, - ACTIONS(3103), 1, + ACTIONS(3110), 1, anon_sym_as, - ACTIONS(3105), 1, + ACTIONS(3112), 1, anon_sym_if, - ACTIONS(3107), 1, + ACTIONS(3114), 1, anon_sym_async, - ACTIONS(3109), 1, + ACTIONS(3116), 1, anon_sym_for, - ACTIONS(3111), 1, + ACTIONS(3118), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3120), 1, anon_sym_or, STATE(1880), 1, sym_for_in_clause, - STATE(2447), 1, + STATE(2463), 1, aux_sym__collection_elements_repeat1, - STATE(2651), 1, + STATE(2652), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103336] = 8, + [103412] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3115), 1, + ACTIONS(3122), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1715), 3, + STATE(1716), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103366] = 8, + [103442] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3117), 1, + ACTIONS(3124), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1705), 3, + STATE(1706), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103396] = 12, - ACTIONS(3054), 1, + [103472] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3089), 1, + ACTIONS(3096), 1, anon_sym_COMMA, - ACTIONS(3119), 1, + ACTIONS(3126), 1, anon_sym_RPAREN, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2356), 1, + STATE(2513), 1, aux_sym__collection_elements_repeat1, - STATE(2685), 1, + STATE(2826), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103434] = 12, - ACTIONS(3054), 1, + [103510] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3121), 1, + ACTIONS(3128), 1, anon_sym_RPAREN, - ACTIONS(3123), 1, + ACTIONS(3130), 1, anon_sym_COMMA, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2294), 1, + STATE(2326), 1, aux_sym_argument_list_repeat1, - STATE(2685), 1, + STATE(2826), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103472] = 12, - ACTIONS(3009), 1, + [103548] = 12, + ACTIONS(3014), 1, anon_sym_RBRACK, - ACTIONS(3101), 1, + ACTIONS(3108), 1, anon_sym_COMMA, - ACTIONS(3103), 1, + ACTIONS(3110), 1, anon_sym_as, - ACTIONS(3105), 1, + ACTIONS(3112), 1, anon_sym_if, - ACTIONS(3107), 1, + ACTIONS(3114), 1, anon_sym_async, - ACTIONS(3109), 1, + ACTIONS(3116), 1, anon_sym_for, - ACTIONS(3111), 1, + ACTIONS(3118), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3120), 1, anon_sym_or, STATE(1880), 1, sym_for_in_clause, - STATE(2447), 1, + STATE(2463), 1, aux_sym__collection_elements_repeat1, STATE(2791), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103510] = 8, + [103586] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3125), 1, + ACTIONS(3132), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1720), 3, + STATE(1721), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103540] = 8, + [103616] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3127), 1, + ACTIONS(3134), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1705), 3, + STATE(1706), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103570] = 12, - ACTIONS(3054), 1, + [103646] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3089), 1, + ACTIONS(3096), 1, anon_sym_COMMA, - ACTIONS(3129), 1, + ACTIONS(3136), 1, anon_sym_RPAREN, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2356), 1, + STATE(2513), 1, aux_sym__collection_elements_repeat1, - STATE(2754), 1, - sym__comprehension_clauses, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [103608] = 12, - ACTIONS(3054), 1, - anon_sym_as, - ACTIONS(3056), 1, - anon_sym_if, - ACTIONS(3058), 1, - anon_sym_async, - ACTIONS(3060), 1, - anon_sym_for, - ACTIONS(3062), 1, - anon_sym_and, - ACTIONS(3064), 1, - anon_sym_or, - ACTIONS(3131), 1, - anon_sym_RPAREN, - ACTIONS(3133), 1, - anon_sym_COMMA, - STATE(1882), 1, - sym_for_in_clause, - STATE(2342), 1, - aux_sym_argument_list_repeat1, - STATE(2754), 1, + STATE(2715), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103646] = 8, + [103684] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3135), 1, + ACTIONS(3138), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, @@ -114019,95 +114059,95 @@ static const uint16_t ts_small_parse_table[] = { sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103676] = 8, + [103714] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3137), 1, + ACTIONS(3140), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1705), 3, + STATE(1706), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103706] = 12, - ACTIONS(3054), 1, + [103744] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3089), 1, + ACTIONS(3096), 1, anon_sym_COMMA, - ACTIONS(3139), 1, + ACTIONS(3142), 1, anon_sym_RPAREN, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2356), 1, + STATE(2513), 1, aux_sym__collection_elements_repeat1, - STATE(2772), 1, + STATE(2685), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103744] = 12, - ACTIONS(3054), 1, + [103782] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3141), 1, + ACTIONS(3144), 1, anon_sym_RPAREN, - ACTIONS(3143), 1, + ACTIONS(3146), 1, anon_sym_COMMA, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2374), 1, + STATE(2406), 1, aux_sym_argument_list_repeat1, - STATE(2772), 1, + STATE(2685), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103782] = 8, + [103820] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3145), 1, + ACTIONS(3148), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, @@ -114115,484 +114155,506 @@ static const uint16_t ts_small_parse_table[] = { sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103812] = 8, + [103850] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3147), 1, + ACTIONS(3150), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1705), 3, + STATE(1706), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103842] = 12, - ACTIONS(3054), 1, + [103880] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3089), 1, + ACTIONS(3096), 1, anon_sym_COMMA, - ACTIONS(3149), 1, + ACTIONS(3152), 1, anon_sym_RPAREN, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2356), 1, + STATE(2513), 1, aux_sym__collection_elements_repeat1, - STATE(2730), 1, + STATE(2738), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103880] = 12, - ACTIONS(3054), 1, + [103918] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3151), 1, + ACTIONS(3154), 1, anon_sym_RPAREN, - ACTIONS(3153), 1, + ACTIONS(3156), 1, anon_sym_COMMA, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2527), 1, + STATE(2433), 1, aux_sym_argument_list_repeat1, - STATE(2730), 1, + STATE(2738), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [103918] = 8, + [103956] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3155), 1, + ACTIONS(3158), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1733), 3, + STATE(1734), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103948] = 8, + [103986] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3157), 1, + ACTIONS(3160), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1702), 3, + STATE(1703), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [103978] = 8, + [104016] = 12, + ACTIONS(3049), 1, + anon_sym_as, + ACTIONS(3051), 1, + anon_sym_if, + ACTIONS(3053), 1, + anon_sym_async, + ACTIONS(3055), 1, + anon_sym_for, + ACTIONS(3057), 1, + anon_sym_and, + ACTIONS(3059), 1, + anon_sym_or, + ACTIONS(3106), 1, + anon_sym_RPAREN, + ACTIONS(3162), 1, + anon_sym_COMMA, + STATE(1868), 1, + sym_for_in_clause, + STATE(2513), 1, + aux_sym__collection_elements_repeat1, + STATE(2708), 1, + sym__comprehension_clauses, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [104054] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3159), 1, + ACTIONS(3165), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1705), 3, + STATE(1706), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [104008] = 12, - ACTIONS(3054), 1, + [104084] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3089), 1, + ACTIONS(3096), 1, anon_sym_COMMA, - ACTIONS(3161), 1, + ACTIONS(3167), 1, anon_sym_RPAREN, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2356), 1, + STATE(2513), 1, aux_sym__collection_elements_repeat1, - STATE(2650), 1, + STATE(2651), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104046] = 12, - ACTIONS(3054), 1, + [104122] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3099), 1, + ACTIONS(3169), 1, anon_sym_RPAREN, - ACTIONS(3163), 1, + ACTIONS(3171), 1, anon_sym_COMMA, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2356), 1, - aux_sym__collection_elements_repeat1, - STATE(2689), 1, + STATE(2458), 1, + aux_sym_argument_list_repeat1, + STATE(2651), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104084] = 12, - ACTIONS(3054), 1, - anon_sym_as, - ACTIONS(3056), 1, - anon_sym_if, - ACTIONS(3058), 1, - anon_sym_async, - ACTIONS(3060), 1, - anon_sym_for, - ACTIONS(3062), 1, - anon_sym_and, - ACTIONS(3064), 1, - anon_sym_or, - ACTIONS(3166), 1, - anon_sym_RPAREN, - ACTIONS(3168), 1, - anon_sym_COMMA, - STATE(1882), 1, - sym_for_in_clause, - STATE(2442), 1, - aux_sym_argument_list_repeat1, - STATE(2650), 1, - sym__comprehension_clauses, - ACTIONS(3), 2, + [104160] = 8, + ACTIONS(3), 1, sym_comment, + ACTIONS(5), 1, sym_line_continuation, - [104122] = 8, + ACTIONS(3061), 1, + anon_sym_LBRACE, + ACTIONS(3065), 1, + anon_sym_BSLASH, + ACTIONS(3173), 1, + sym_string_end, + STATE(1817), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(3063), 3, + sym__string_content, + sym_escape_interpolation, + sym_escape_sequence, + STATE(1738), 3, + sym_string_content, + sym_interpolation, + aux_sym_string_repeat1, + [104190] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3040), 1, + ACTIONS(3061), 1, anon_sym_LBRACE, - ACTIONS(3044), 1, + ACTIONS(3065), 1, anon_sym_BSLASH, - ACTIONS(3170), 1, + ACTIONS(3175), 1, sym_string_end, - STATE(1805), 2, + STATE(1817), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3042), 3, + ACTIONS(3063), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - STATE(1701), 3, + STATE(1706), 3, sym_string_content, sym_interpolation, aux_sym_string_repeat1, - [104152] = 12, - ACTIONS(3054), 1, + [104220] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3089), 1, + ACTIONS(3096), 1, anon_sym_COMMA, - ACTIONS(3172), 1, + ACTIONS(3177), 1, anon_sym_RPAREN, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2356), 1, + STATE(2513), 1, aux_sym__collection_elements_repeat1, - STATE(2679), 1, + STATE(2643), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104190] = 12, - ACTIONS(3009), 1, + [104258] = 12, + ACTIONS(3014), 1, anon_sym_RBRACK, - ACTIONS(3101), 1, + ACTIONS(3108), 1, anon_sym_COMMA, - ACTIONS(3103), 1, + ACTIONS(3110), 1, anon_sym_as, - ACTIONS(3105), 1, + ACTIONS(3112), 1, anon_sym_if, - ACTIONS(3107), 1, + ACTIONS(3114), 1, anon_sym_async, - ACTIONS(3109), 1, + ACTIONS(3116), 1, anon_sym_for, - ACTIONS(3111), 1, + ACTIONS(3118), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3120), 1, anon_sym_or, STATE(1880), 1, sym_for_in_clause, - STATE(2447), 1, + STATE(2463), 1, aux_sym__collection_elements_repeat1, - STATE(2762), 1, + STATE(2653), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104228] = 12, - ACTIONS(3009), 1, + [104296] = 12, + ACTIONS(3014), 1, anon_sym_RBRACK, - ACTIONS(3101), 1, + ACTIONS(3108), 1, anon_sym_COMMA, - ACTIONS(3103), 1, + ACTIONS(3110), 1, anon_sym_as, - ACTIONS(3105), 1, + ACTIONS(3112), 1, anon_sym_if, - ACTIONS(3107), 1, + ACTIONS(3114), 1, anon_sym_async, - ACTIONS(3109), 1, + ACTIONS(3116), 1, anon_sym_for, - ACTIONS(3111), 1, + ACTIONS(3118), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3120), 1, anon_sym_or, STATE(1880), 1, sym_for_in_clause, - STATE(2447), 1, + STATE(2463), 1, aux_sym__collection_elements_repeat1, - STATE(2702), 1, + STATE(2787), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104266] = 12, - ACTIONS(3009), 1, + [104334] = 12, + ACTIONS(3014), 1, anon_sym_RBRACK, - ACTIONS(3101), 1, + ACTIONS(3108), 1, anon_sym_COMMA, - ACTIONS(3103), 1, + ACTIONS(3110), 1, anon_sym_as, - ACTIONS(3105), 1, + ACTIONS(3112), 1, anon_sym_if, - ACTIONS(3107), 1, + ACTIONS(3114), 1, anon_sym_async, - ACTIONS(3109), 1, + ACTIONS(3116), 1, anon_sym_for, - ACTIONS(3111), 1, + ACTIONS(3118), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3120), 1, anon_sym_or, STATE(1880), 1, sym_for_in_clause, - STATE(2447), 1, + STATE(2463), 1, aux_sym__collection_elements_repeat1, - STATE(2688), 1, + STATE(2801), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104304] = 12, - ACTIONS(3009), 1, + [104372] = 12, + ACTIONS(3014), 1, anon_sym_RBRACK, - ACTIONS(3101), 1, + ACTIONS(3108), 1, anon_sym_COMMA, - ACTIONS(3103), 1, + ACTIONS(3110), 1, anon_sym_as, - ACTIONS(3105), 1, + ACTIONS(3112), 1, anon_sym_if, - ACTIONS(3107), 1, + ACTIONS(3114), 1, anon_sym_async, - ACTIONS(3109), 1, + ACTIONS(3116), 1, anon_sym_for, - ACTIONS(3111), 1, + ACTIONS(3118), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3120), 1, anon_sym_or, STATE(1880), 1, sym_for_in_clause, - STATE(2447), 1, + STATE(2463), 1, aux_sym__collection_elements_repeat1, - STATE(2755), 1, + STATE(2717), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104342] = 12, - ACTIONS(3009), 1, + [104410] = 12, + ACTIONS(3014), 1, anon_sym_RBRACK, - ACTIONS(3101), 1, + ACTIONS(3108), 1, anon_sym_COMMA, - ACTIONS(3103), 1, + ACTIONS(3110), 1, anon_sym_as, - ACTIONS(3105), 1, + ACTIONS(3112), 1, anon_sym_if, - ACTIONS(3107), 1, + ACTIONS(3114), 1, anon_sym_async, - ACTIONS(3109), 1, + ACTIONS(3116), 1, anon_sym_for, - ACTIONS(3111), 1, + ACTIONS(3118), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3120), 1, anon_sym_or, STATE(1880), 1, sym_for_in_clause, - STATE(2447), 1, + STATE(2463), 1, aux_sym__collection_elements_repeat1, - STATE(2774), 1, + STATE(2691), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104380] = 12, - ACTIONS(3009), 1, + [104448] = 12, + ACTIONS(3014), 1, anon_sym_RBRACK, - ACTIONS(3101), 1, + ACTIONS(3108), 1, anon_sym_COMMA, - ACTIONS(3103), 1, + ACTIONS(3110), 1, anon_sym_as, - ACTIONS(3105), 1, + ACTIONS(3112), 1, anon_sym_if, - ACTIONS(3107), 1, + ACTIONS(3114), 1, anon_sym_async, - ACTIONS(3109), 1, + ACTIONS(3116), 1, anon_sym_for, - ACTIONS(3111), 1, + ACTIONS(3118), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3120), 1, anon_sym_or, STATE(1880), 1, sym_for_in_clause, - STATE(2447), 1, + STATE(2463), 1, aux_sym__collection_elements_repeat1, - STATE(2735), 1, + STATE(2741), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104418] = 12, - ACTIONS(3054), 1, + [104486] = 12, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3058), 1, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3174), 1, + ACTIONS(3179), 1, anon_sym_RPAREN, - ACTIONS(3176), 1, + ACTIONS(3181), 1, anon_sym_COMMA, - STATE(1882), 1, + STATE(1868), 1, sym_for_in_clause, - STATE(2400), 1, + STATE(2281), 1, aux_sym_argument_list_repeat1, - STATE(2689), 1, + STATE(2708), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [104456] = 6, - ACTIONS(3178), 1, + [104524] = 6, + ACTIONS(3183), 1, anon_sym_as, - ACTIONS(3180), 1, + ACTIONS(3185), 1, anon_sym_if, - ACTIONS(3182), 1, + ACTIONS(3187), 1, anon_sym_and, - ACTIONS(3184), 1, + ACTIONS(3189), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3021), 6, + ACTIONS(3039), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [104481] = 5, - ACTIONS(3182), 1, + [104549] = 5, + ACTIONS(3187), 1, anon_sym_and, - ACTIONS(3184), 1, + ACTIONS(3189), 1, anon_sym_or, - ACTIONS(3186), 1, + ACTIONS(3191), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3031), 7, + ACTIONS(3032), 7, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, @@ -114600,15 +114662,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [104504] = 4, - ACTIONS(3182), 1, + [104572] = 4, + ACTIONS(3187), 1, anon_sym_and, - ACTIONS(3184), 1, + ACTIONS(3189), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3036), 8, + ACTIONS(3037), 8, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, @@ -114617,49 +114679,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [104525] = 6, - ACTIONS(3189), 1, + [104593] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3038), 6, + ACTIONS(3041), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, anon_sym_else, anon_sym_EQ, anon_sym_PIPE, - [104550] = 6, - ACTIONS(3189), 1, + [104618] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3029), 6, + ACTIONS(3020), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, anon_sym_else, anon_sym_EQ, anon_sym_PIPE, - [104575] = 2, + [104643] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 10, + ACTIONS(3030), 10, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, @@ -114670,13 +114732,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [104592] = 3, - ACTIONS(3182), 1, + [104660] = 3, + ACTIONS(3187), 1, anon_sym_and, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 9, + ACTIONS(3030), 9, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, @@ -114686,68 +114748,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_PIPE, anon_sym_or, - [104611] = 6, - ACTIONS(3178), 1, + [104679] = 6, + ACTIONS(3183), 1, anon_sym_as, - ACTIONS(3180), 1, + ACTIONS(3185), 1, anon_sym_if, - ACTIONS(3182), 1, + ACTIONS(3187), 1, anon_sym_and, - ACTIONS(3184), 1, + ACTIONS(3189), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3038), 6, + ACTIONS(3041), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [104636] = 6, - ACTIONS(3178), 1, + [104704] = 6, + ACTIONS(3183), 1, anon_sym_as, - ACTIONS(3180), 1, + ACTIONS(3185), 1, anon_sym_if, - ACTIONS(3182), 1, + ACTIONS(3187), 1, anon_sym_and, - ACTIONS(3184), 1, + ACTIONS(3189), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3029), 6, + ACTIONS(3020), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [104661] = 6, - ACTIONS(3178), 1, + [104729] = 6, + ACTIONS(3183), 1, anon_sym_as, - ACTIONS(3180), 1, + ACTIONS(3185), 1, anon_sym_if, - ACTIONS(3182), 1, + ACTIONS(3187), 1, anon_sym_and, - ACTIONS(3184), 1, + ACTIONS(3189), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3068), 6, + ACTIONS(3075), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [104686] = 2, + [104754] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2187), 10, + ACTIONS(2196), 10, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -114758,32 +114820,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [104703] = 8, - ACTIONS(3197), 1, + [104771] = 8, + ACTIONS(3202), 1, anon_sym_COMMA, - ACTIONS(3199), 1, + ACTIONS(3204), 1, anon_sym_as, - ACTIONS(3201), 1, + ACTIONS(3206), 1, anon_sym_if, - ACTIONS(3205), 1, + ACTIONS(3210), 1, anon_sym_and, - ACTIONS(3207), 1, + ACTIONS(3212), 1, anon_sym_or, - STATE(1997), 1, + STATE(1994), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3203), 4, + ACTIONS(3208), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [104732] = 2, + [104800] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3019), 10, + ACTIONS(3043), 10, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -114794,32 +114856,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [104749] = 8, - ACTIONS(3197), 1, + [104817] = 8, + ACTIONS(3202), 1, anon_sym_COMMA, - ACTIONS(3199), 1, + ACTIONS(3204), 1, anon_sym_as, - ACTIONS(3201), 1, + ACTIONS(3206), 1, anon_sym_if, - ACTIONS(3205), 1, + ACTIONS(3210), 1, anon_sym_and, - ACTIONS(3207), 1, + ACTIONS(3212), 1, anon_sym_or, - STATE(1997), 1, + STATE(1994), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3209), 4, + ACTIONS(3214), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [104778] = 2, + [104846] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2187), 10, + ACTIONS(2196), 10, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, @@ -114830,11 +114892,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [104795] = 2, + [104863] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3019), 10, + ACTIONS(3043), 10, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, @@ -114845,55 +114907,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [104812] = 6, - ACTIONS(3189), 1, + [104880] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3021), 6, + ACTIONS(3039), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, anon_sym_else, anon_sym_EQ, anon_sym_PIPE, - [104837] = 6, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, + [104905] = 6, + ACTIONS(3022), 1, anon_sym_as, - ACTIONS(3025), 1, + ACTIONS(3024), 1, anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3026), 1, + anon_sym_and, + ACTIONS(3028), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3068), 6, + ACTIONS(3075), 6, sym__newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [104862] = 5, - ACTIONS(3193), 1, + [104930] = 5, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3211), 1, + ACTIONS(3216), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3031), 7, + ACTIONS(3032), 7, anon_sym_DOT, anon_sym_COMMA, anon_sym_if, @@ -114901,15 +114963,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_EQ, anon_sym_PIPE, - [104885] = 4, - ACTIONS(3193), 1, + [104953] = 4, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3036), 8, + ACTIONS(3037), 8, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -114918,11 +114980,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_EQ, anon_sym_PIPE, - [104906] = 2, + [104974] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 10, + ACTIONS(3030), 10, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -114933,13 +114995,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [104923] = 3, - ACTIONS(3193), 1, + [104991] = 3, + ACTIONS(3198), 1, anon_sym_and, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 9, + ACTIONS(3030), 9, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -114949,99 +115011,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_PIPE, anon_sym_or, - [104942] = 5, - ACTIONS(3205), 1, + [105010] = 5, + ACTIONS(3210), 1, anon_sym_and, - ACTIONS(3207), 1, + ACTIONS(3212), 1, anon_sym_or, - ACTIONS(3214), 1, + ACTIONS(3219), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3031), 6, + ACTIONS(3032), 6, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [104964] = 6, - ACTIONS(3217), 1, + [105032] = 6, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3029), 5, + ACTIONS(3020), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_PIPE, - [104988] = 5, - ACTIONS(3225), 1, + [105056] = 5, + ACTIONS(3230), 1, anon_sym_DOT, - ACTIONS(3229), 1, + ACTIONS(3234), 1, anon_sym_EQ, - STATE(1789), 1, + STATE(1788), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3227), 6, + ACTIONS(3232), 6, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [105010] = 6, - ACTIONS(3199), 1, + [105078] = 6, + ACTIONS(3204), 1, anon_sym_as, - ACTIONS(3201), 1, + ACTIONS(3206), 1, anon_sym_if, - ACTIONS(3205), 1, + ACTIONS(3210), 1, anon_sym_and, - ACTIONS(3207), 1, + ACTIONS(3212), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3038), 5, + ACTIONS(3041), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [105034] = 6, - ACTIONS(3199), 1, + [105102] = 6, + ACTIONS(3204), 1, anon_sym_as, - ACTIONS(3201), 1, + ACTIONS(3206), 1, anon_sym_if, - ACTIONS(3205), 1, + ACTIONS(3210), 1, anon_sym_and, - ACTIONS(3207), 1, + ACTIONS(3212), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3029), 5, + ACTIONS(3020), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [105058] = 2, + [105126] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2187), 9, + ACTIONS(2196), 9, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -115051,47 +115113,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, sym_type_conversion, - [105074] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3019), 9, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - anon_sym_and, - anon_sym_or, - sym_type_conversion, - [105090] = 6, - ACTIONS(3189), 1, + [105142] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3068), 5, + ACTIONS(3075), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [105114] = 4, - ACTIONS(3225), 1, + [105166] = 4, + ACTIONS(3230), 1, anon_sym_DOT, - STATE(1789), 1, + STATE(1788), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3227), 7, + ACTIONS(3232), 7, anon_sym_import, anon_sym_LPAREN, anon_sym_COMMA, @@ -115099,104 +115147,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [105134] = 9, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, + [105186] = 9, + ACTIONS(3022), 1, anon_sym_as, - ACTIONS(3025), 1, + ACTIONS(3024), 1, anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3026), 1, + anon_sym_and, + ACTIONS(3028), 1, anon_sym_or, - ACTIONS(3233), 1, + ACTIONS(3238), 1, anon_sym_from, - ACTIONS(3235), 1, + ACTIONS(3240), 1, anon_sym_COMMA, - STATE(2093), 1, + STATE(2063), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3231), 2, + ACTIONS(3236), 2, sym__newline, anon_sym_SEMI, - [105164] = 6, - ACTIONS(3199), 1, + [105216] = 6, + ACTIONS(3204), 1, anon_sym_as, - ACTIONS(3201), 1, + ACTIONS(3206), 1, anon_sym_if, - ACTIONS(3205), 1, + ACTIONS(3210), 1, anon_sym_and, - ACTIONS(3207), 1, + ACTIONS(3212), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3237), 5, + ACTIONS(3242), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [105188] = 6, - ACTIONS(3217), 1, - anon_sym_as, - ACTIONS(3219), 1, - anon_sym_if, - ACTIONS(3221), 1, - anon_sym_and, - ACTIONS(3223), 1, - anon_sym_or, + [105240] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3038), 5, - anon_sym_DOT, + ACTIONS(3043), 9, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, - [105212] = 6, - ACTIONS(3199), 1, + anon_sym_EQ, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_or, + sym_type_conversion, + [105256] = 6, + ACTIONS(3204), 1, anon_sym_as, - ACTIONS(3201), 1, + ACTIONS(3206), 1, anon_sym_if, - ACTIONS(3205), 1, + ACTIONS(3210), 1, anon_sym_and, - ACTIONS(3207), 1, + ACTIONS(3212), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3021), 5, + ACTIONS(3039), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [105236] = 6, - ACTIONS(2999), 1, + [105280] = 6, + ACTIONS(3004), 1, anon_sym_as, - ACTIONS(3001), 1, + ACTIONS(3006), 1, anon_sym_if, - ACTIONS(3011), 1, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3013), 1, + ACTIONS(3018), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3029), 5, + ACTIONS(3020), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [105260] = 2, + [105304] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2187), 9, + ACTIONS(2196), 9, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -115206,116 +115250,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [105276] = 4, - ACTIONS(3205), 1, - anon_sym_and, - ACTIONS(3207), 1, - anon_sym_or, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3036), 7, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [105296] = 6, - ACTIONS(2999), 1, + [105320] = 3, + ACTIONS(2210), 1, anon_sym_as, - ACTIONS(3001), 1, - anon_sym_if, - ACTIONS(3011), 1, - anon_sym_and, - ACTIONS(3013), 1, - anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3038), 5, + ACTIONS(2196), 8, anon_sym_COMMA, + anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [105320] = 2, + anon_sym_and, + anon_sym_or, + [105338] = 4, + ACTIONS(3210), 1, + anon_sym_and, + ACTIONS(3212), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3019), 9, - anon_sym_DOT, + ACTIONS(3037), 7, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_and, - anon_sym_or, - [105336] = 6, - ACTIONS(3217), 1, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [105358] = 6, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3068), 5, + ACTIONS(3041), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_PIPE, - [105360] = 6, - ACTIONS(3217), 1, + [105382] = 6, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3021), 5, + ACTIONS(3075), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_PIPE, - [105384] = 5, - ACTIONS(3221), 1, + [105406] = 6, + ACTIONS(3222), 1, + anon_sym_as, + ACTIONS(3224), 1, + anon_sym_if, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, - ACTIONS(3239), 1, - anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3031), 6, + ACTIONS(3039), 5, anon_sym_DOT, anon_sym_COMMA, - anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_PIPE, - [105406] = 4, - ACTIONS(3225), 1, + [105430] = 4, + ACTIONS(3230), 1, anon_sym_DOT, STATE(1802), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3242), 7, + ACTIONS(3244), 7, anon_sym_import, anon_sym_LPAREN, anon_sym_COMMA, @@ -115323,15 +115351,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [105426] = 4, - ACTIONS(3221), 1, + [105450] = 5, + ACTIONS(3226), 1, + anon_sym_and, + ACTIONS(3228), 1, + anon_sym_or, + ACTIONS(3246), 1, + anon_sym_as, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3032), 6, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_PIPE, + [105472] = 4, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3036), 7, + ACTIONS(3037), 7, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -115339,11 +115384,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_RBRACK, anon_sym_PIPE, - [105446] = 2, + [105492] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 9, + ACTIONS(3030), 9, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -115353,13 +115398,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_and, anon_sym_or, - [105462] = 3, - ACTIONS(3244), 1, + [105508] = 3, + ACTIONS(3249), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3019), 8, + ACTIONS(3043), 8, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, @@ -115368,13 +115413,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_and, anon_sym_or, - [105480] = 3, - ACTIONS(3221), 1, + [105526] = 3, + ACTIONS(3226), 1, anon_sym_and, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 8, + ACTIONS(3030), 8, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, @@ -115383,11 +115428,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_PIPE, anon_sym_or, - [105498] = 2, + [105544] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 9, + ACTIONS(3030), 9, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -115397,49 +115442,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_or, sym_type_conversion, - [105514] = 6, - ACTIONS(3199), 1, + [105560] = 6, + ACTIONS(3204), 1, anon_sym_as, - ACTIONS(3201), 1, + ACTIONS(3206), 1, anon_sym_if, - ACTIONS(3205), 1, + ACTIONS(3210), 1, anon_sym_and, - ACTIONS(3207), 1, + ACTIONS(3212), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3246), 5, + ACTIONS(3251), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [105538] = 6, - ACTIONS(2999), 1, + [105584] = 6, + ACTIONS(3004), 1, anon_sym_as, - ACTIONS(3001), 1, + ACTIONS(3006), 1, anon_sym_if, - ACTIONS(3011), 1, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3013), 1, + ACTIONS(3018), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3021), 5, + ACTIONS(3039), 5, anon_sym_COMMA, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [105562] = 3, - ACTIONS(3205), 1, + [105608] = 3, + ACTIONS(3210), 1, anon_sym_and, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 8, + ACTIONS(3030), 8, anon_sym_COMMA, anon_sym_as, anon_sym_if, @@ -115448,47 +115493,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_or, sym_type_conversion, - [105580] = 5, - ACTIONS(3011), 1, + [105626] = 5, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3013), 1, + ACTIONS(3018), 1, anon_sym_or, - ACTIONS(3248), 1, + ACTIONS(3253), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3031), 6, + ACTIONS(3032), 6, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [105602] = 5, - ACTIONS(3011), 1, + [105648] = 5, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3013), 1, + ACTIONS(3018), 1, anon_sym_or, - ACTIONS(3251), 1, + ACTIONS(3256), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3036), 6, + ACTIONS(3037), 6, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [105624] = 3, - ACTIONS(3253), 1, + [105670] = 3, + ACTIONS(3258), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 8, + ACTIONS(3030), 8, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, @@ -115497,15 +115542,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_and, anon_sym_or, - [105642] = 4, - ACTIONS(3011), 1, + [105688] = 4, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3253), 1, + ACTIONS(3258), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 7, + ACTIONS(3030), 7, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, @@ -115513,15 +115558,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_RBRACE, anon_sym_or, - [105662] = 4, - ACTIONS(3257), 1, + [105708] = 4, + ACTIONS(3262), 1, anon_sym_DOT, STATE(1802), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3255), 7, + ACTIONS(3260), 7, anon_sym_import, anon_sym_LPAREN, anon_sym_COMMA, @@ -115529,986 +115574,1006 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [105682] = 3, - ACTIONS(2201), 1, + [105728] = 6, + ACTIONS(3004), 1, anon_sym_as, + ACTIONS(3006), 1, + anon_sym_if, + ACTIONS(3016), 1, + anon_sym_and, + ACTIONS(3018), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2187), 8, + ACTIONS(3041), 5, anon_sym_COMMA, - anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACE, + [105752] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3043), 9, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_and, anon_sym_or, - [105700] = 3, - ACTIONS(3244), 1, + [105768] = 5, + ACTIONS(3110), 1, anon_sym_as, + ACTIONS(3118), 1, + anon_sym_and, + ACTIONS(3120), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3019), 7, - anon_sym_RPAREN, + ACTIONS(3265), 5, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, + anon_sym_RBRACK, + [105789] = 8, + ACTIONS(3022), 1, + anon_sym_as, + ACTIONS(3024), 1, + anon_sym_if, + ACTIONS(3026), 1, anon_sym_and, + ACTIONS(3028), 1, anon_sym_or, - [105717] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5), 1, - sym_line_continuation, - ACTIONS(3264), 1, - anon_sym_BSLASH, - ACTIONS(3260), 2, - sym_string_end, - anon_sym_LBRACE, - STATE(1816), 2, - sym__not_escape_sequence, - aux_sym_string_content_repeat1, - ACTIONS(3262), 3, - sym__string_content, - sym_escape_interpolation, - sym_escape_sequence, - [105740] = 7, - ACTIONS(63), 1, - anon_sym_AT, - ACTIONS(3266), 1, - anon_sym_async, - ACTIONS(3268), 1, - anon_sym_def, - ACTIONS(3270), 1, - anon_sym_class, + ACTIONS(3269), 1, + anon_sym_COMMA, + STATE(2245), 1, + aux_sym_print_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(765), 2, - sym_function_definition, - sym_class_definition, - STATE(1959), 2, - sym_decorator, - aux_sym_decorated_definition_repeat1, - [105765] = 6, - ACTIONS(3103), 1, + ACTIONS(3267), 2, + sym__newline, + anon_sym_SEMI, + [105816] = 6, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3105), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3111), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3059), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3021), 4, + ACTIONS(3041), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, anon_sym_for, - anon_sym_RBRACK, - [105788] = 6, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, + [105839] = 8, + ACTIONS(3022), 1, anon_sym_as, - ACTIONS(3025), 1, + ACTIONS(3024), 1, anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3026), 1, + anon_sym_and, + ACTIONS(3028), 1, anon_sym_or, + ACTIONS(3273), 1, + anon_sym_COMMA, + STATE(2251), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3246), 4, + ACTIONS(3271), 2, sym__newline, anon_sym_SEMI, - anon_sym_from, + [105866] = 8, + ACTIONS(3022), 1, + anon_sym_as, + ACTIONS(3024), 1, + anon_sym_if, + ACTIONS(3026), 1, + anon_sym_and, + ACTIONS(3028), 1, + anon_sym_or, + ACTIONS(3240), 1, anon_sym_COMMA, - [105811] = 5, - ACTIONS(3111), 1, + STATE(2063), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3275), 2, + sym__newline, + anon_sym_SEMI, + [105893] = 9, + ACTIONS(3222), 1, + anon_sym_as, + ACTIONS(3224), 1, + anon_sym_if, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3228), 1, anon_sym_or, - ACTIONS(3272), 1, + ACTIONS(3277), 1, + anon_sym_COMMA, + ACTIONS(3279), 1, + anon_sym_COLON, + ACTIONS(3281), 1, + anon_sym_RBRACK, + STATE(2284), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [105922] = 3, + ACTIONS(3249), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3031), 5, + ACTIONS(3043), 7, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, - [105832] = 8, - ACTIONS(3017), 1, anon_sym_and, - ACTIONS(3023), 1, + anon_sym_or, + [105939] = 8, + ACTIONS(3022), 1, anon_sym_as, - ACTIONS(3025), 1, + ACTIONS(3024), 1, anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3026), 1, + anon_sym_and, + ACTIONS(3028), 1, anon_sym_or, - ACTIONS(3235), 1, + ACTIONS(3240), 1, anon_sym_COMMA, - STATE(2093), 1, + STATE(2063), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3203), 2, + ACTIONS(3208), 2, sym__newline, anon_sym_SEMI, - [105859] = 9, - ACTIONS(3217), 1, + [105966] = 6, + ACTIONS(3004), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3006), 1, anon_sym_if, - ACTIONS(3221), 1, - anon_sym_and, - ACTIONS(3223), 1, - anon_sym_or, - ACTIONS(3275), 1, - anon_sym_COMMA, - ACTIONS(3277), 1, - anon_sym_COLON, - ACTIONS(3279), 1, - anon_sym_RBRACK, - STATE(2298), 1, - aux_sym_subscript_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [105888] = 5, - ACTIONS(3111), 1, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3018), 1, anon_sym_or, - ACTIONS(3251), 1, - anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3036), 5, + ACTIONS(3283), 4, anon_sym_COMMA, - anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_RBRACK, - [105909] = 3, - ACTIONS(3253), 1, + anon_sym_RBRACE, + [105989] = 3, + ACTIONS(2210), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 7, + ACTIONS(2196), 7, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_RBRACK, anon_sym_and, anon_sym_or, - [105926] = 4, - ACTIONS(3111), 1, - anon_sym_and, - ACTIONS(3253), 1, + [106006] = 6, + ACTIONS(3049), 1, anon_sym_as, + ACTIONS(3051), 1, + anon_sym_if, + ACTIONS(3057), 1, + anon_sym_and, + ACTIONS(3059), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 6, + ACTIONS(3020), 4, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_RBRACK, - anon_sym_or, - [105945] = 9, - ACTIONS(3217), 1, + [106029] = 8, + ACTIONS(3022), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3024), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3026), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3028), 1, anon_sym_or, - ACTIONS(3277), 1, - anon_sym_COLON, - ACTIONS(3281), 1, + ACTIONS(3240), 1, anon_sym_COMMA, - ACTIONS(3283), 1, - anon_sym_RBRACK, - STATE(2304), 1, - aux_sym_subscript_repeat1, + STATE(2063), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [105974] = 6, + ACTIONS(3285), 2, + sym__newline, + anon_sym_SEMI, + [106056] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3290), 1, + ACTIONS(3291), 1, anon_sym_BSLASH, - ACTIONS(3285), 2, + ACTIONS(3287), 2, + sym_string_end, + anon_sym_LBRACE, + STATE(1818), 2, + sym__not_escape_sequence, + aux_sym_string_content_repeat1, + ACTIONS(3289), 3, + sym__string_content, + sym_escape_interpolation, + sym_escape_sequence, + [106079] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(3298), 1, + anon_sym_BSLASH, + ACTIONS(3293), 2, sym_string_end, anon_sym_LBRACE, - STATE(1816), 2, + STATE(1818), 2, sym__not_escape_sequence, aux_sym_string_content_repeat1, - ACTIONS(3287), 3, + ACTIONS(3295), 3, sym__string_content, sym_escape_interpolation, sym_escape_sequence, - [105997] = 6, - ACTIONS(3103), 1, + [106102] = 6, + ACTIONS(3110), 1, anon_sym_as, - ACTIONS(3105), 1, + ACTIONS(3112), 1, anon_sym_if, - ACTIONS(3111), 1, + ACTIONS(3118), 1, + anon_sym_and, + ACTIONS(3120), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3039), 4, + anon_sym_COMMA, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [106125] = 5, + ACTIONS(3118), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3120), 1, anon_sym_or, + ACTIONS(3301), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3038), 4, + ACTIONS(3032), 5, anon_sym_COMMA, + anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, - [106020] = 5, - ACTIONS(3103), 1, + [106146] = 5, + ACTIONS(3110), 1, anon_sym_as, - ACTIONS(3111), 1, + ACTIONS(3118), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3120), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3293), 5, + ACTIONS(3265), 5, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, - [106041] = 9, - ACTIONS(3217), 1, + [106167] = 9, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, - ACTIONS(3277), 1, + ACTIONS(3279), 1, anon_sym_COLON, - ACTIONS(3295), 1, + ACTIONS(3304), 1, anon_sym_COMMA, - ACTIONS(3297), 1, + ACTIONS(3306), 1, anon_sym_RBRACK, - STATE(2346), 1, + STATE(2330), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106070] = 6, - ACTIONS(3103), 1, - anon_sym_as, - ACTIONS(3105), 1, - anon_sym_if, - ACTIONS(3111), 1, + [106196] = 5, + ACTIONS(3118), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3120), 1, anon_sym_or, + ACTIONS(3256), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3029), 4, + ACTIONS(3037), 5, anon_sym_COMMA, + anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, - [106093] = 5, - ACTIONS(3299), 1, - anon_sym_DOT, - ACTIONS(3301), 1, - anon_sym_EQ, - STATE(1890), 1, - aux_sym_dotted_name_repeat1, + [106217] = 3, + ACTIONS(3258), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3227), 5, - anon_sym_LPAREN, + ACTIONS(3030), 7, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [106114] = 5, - ACTIONS(3054), 1, - anon_sym_as, - ACTIONS(3062), 1, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, anon_sym_and, - ACTIONS(3064), 1, anon_sym_or, + [106234] = 4, + ACTIONS(3118), 1, + anon_sym_and, + ACTIONS(3258), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3293), 5, - anon_sym_RPAREN, + ACTIONS(3030), 6, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [106135] = 5, - ACTIONS(3303), 1, - anon_sym_DOT, - ACTIONS(3305), 1, - anon_sym_EQ, - STATE(1868), 1, - aux_sym_dotted_name_repeat1, + anon_sym_RBRACK, + anon_sym_or, + [106253] = 9, + ACTIONS(3222), 1, + anon_sym_as, + ACTIONS(3224), 1, + anon_sym_if, + ACTIONS(3226), 1, + anon_sym_and, + ACTIONS(3228), 1, + anon_sym_or, + ACTIONS(3279), 1, + anon_sym_COLON, + ACTIONS(3308), 1, + anon_sym_COMMA, + ACTIONS(3310), 1, + anon_sym_RBRACK, + STATE(2335), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3227), 5, - anon_sym_LPAREN, + [106282] = 3, + ACTIONS(3249), 1, + anon_sym_as, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3043), 7, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_and, + anon_sym_or, + [106299] = 6, + ACTIONS(3110), 1, anon_sym_as, - anon_sym_PIPE, - [106156] = 5, - ACTIONS(3103), 1, - anon_sym_as, - ACTIONS(3111), 1, + ACTIONS(3112), 1, + anon_sym_if, + ACTIONS(3118), 1, anon_sym_and, - ACTIONS(3113), 1, + ACTIONS(3120), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3293), 5, + ACTIONS(3041), 4, anon_sym_COMMA, - anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, - [106177] = 9, - ACTIONS(3217), 1, + [106322] = 9, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, - ACTIONS(3277), 1, + ACTIONS(3279), 1, anon_sym_COLON, - ACTIONS(3307), 1, + ACTIONS(3312), 1, anon_sym_COMMA, - ACTIONS(3309), 1, + ACTIONS(3314), 1, anon_sym_RBRACK, STATE(2377), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106206] = 5, - ACTIONS(3054), 1, + [106351] = 6, + ACTIONS(3110), 1, + anon_sym_as, + ACTIONS(3112), 1, + anon_sym_if, + ACTIONS(3118), 1, + anon_sym_and, + ACTIONS(3120), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3020), 4, + anon_sym_COMMA, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [106374] = 5, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3318), 1, + anon_sym_EQ, + STATE(1891), 1, + aux_sym_dotted_name_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3232), 5, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + anon_sym_RBRACE, + [106395] = 5, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3293), 5, + ACTIONS(3265), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [106227] = 7, - ACTIONS(1494), 1, - anon_sym_except, - ACTIONS(1498), 1, - anon_sym_except_STAR, - ACTIONS(3311), 1, - anon_sym_finally, - STATE(777), 1, - sym_finally_clause, + [106416] = 8, + ACTIONS(3022), 1, + anon_sym_as, + ACTIONS(3024), 1, + anon_sym_if, + ACTIONS(3026), 1, + anon_sym_and, + ACTIONS(3028), 1, + anon_sym_or, + ACTIONS(3273), 1, + anon_sym_COMMA, + STATE(2257), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(501), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - STATE(502), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - [106252] = 9, - ACTIONS(3217), 1, + ACTIONS(3320), 2, + sym__newline, + anon_sym_SEMI, + [106443] = 5, + ACTIONS(3110), 1, anon_sym_as, - ACTIONS(3219), 1, - anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3118), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3120), 1, anon_sym_or, - ACTIONS(3277), 1, - anon_sym_COLON, - ACTIONS(3313), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3265), 5, anon_sym_COMMA, - ACTIONS(3315), 1, + anon_sym_if, + anon_sym_async, + anon_sym_for, anon_sym_RBRACK, - STATE(2278), 1, - aux_sym_subscript_repeat1, + [106464] = 4, + ACTIONS(327), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106281] = 9, - ACTIONS(3217), 1, + STATE(1006), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(3322), 5, + anon_sym_COMMA, anon_sym_as, - ACTIONS(3219), 1, anon_sym_if, - ACTIONS(3221), 1, + anon_sym_COLON, + anon_sym_PIPE, + [106483] = 9, + ACTIONS(3222), 1, + anon_sym_as, + ACTIONS(3224), 1, + anon_sym_if, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, - ACTIONS(3277), 1, + ACTIONS(3279), 1, anon_sym_COLON, - ACTIONS(3317), 1, + ACTIONS(3324), 1, anon_sym_COMMA, - ACTIONS(3319), 1, + ACTIONS(3326), 1, anon_sym_RBRACK, - STATE(2416), 1, + STATE(2436), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106310] = 7, - ACTIONS(1494), 1, + [106512] = 7, + ACTIONS(1487), 1, anon_sym_except, - ACTIONS(1498), 1, + ACTIONS(1491), 1, anon_sym_except_STAR, - ACTIONS(3311), 1, + ACTIONS(3328), 1, anon_sym_finally, - STATE(793), 1, + STATE(745), 1, sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(506), 2, + STATE(483), 2, sym_except_clause, aux_sym_try_statement_repeat1, - STATE(507), 2, + STATE(490), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, - [106335] = 5, - ACTIONS(2999), 1, - anon_sym_as, - ACTIONS(3011), 1, - anon_sym_and, - ACTIONS(3013), 1, - anon_sym_or, + [106537] = 7, + ACTIONS(1487), 1, + anon_sym_except, + ACTIONS(1491), 1, + anon_sym_except_STAR, + ACTIONS(3328), 1, + anon_sym_finally, + STATE(787), 1, + sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3293), 5, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [106356] = 7, + STATE(494), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + STATE(495), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + [106562] = 7, ACTIONS(63), 1, anon_sym_AT, - ACTIONS(3321), 1, + ACTIONS(3330), 1, anon_sym_async, - ACTIONS(3323), 1, + ACTIONS(3332), 1, anon_sym_def, - ACTIONS(3325), 1, + ACTIONS(3334), 1, anon_sym_class, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(734), 2, + STATE(774), 2, sym_function_definition, sym_class_definition, - STATE(1959), 2, + STATE(1990), 2, sym_decorator, aux_sym_decorated_definition_repeat1, - [106381] = 5, - ACTIONS(3327), 1, - anon_sym_DOT, - ACTIONS(3329), 1, - anon_sym_EQ, - STATE(1894), 1, - aux_sym_dotted_name_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3227), 5, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [106402] = 5, - ACTIONS(2999), 1, + [106587] = 6, + ACTIONS(3022), 1, anon_sym_as, - ACTIONS(3011), 1, - anon_sym_and, - ACTIONS(3013), 1, - anon_sym_or, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3293), 5, - anon_sym_COMMA, + ACTIONS(3024), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [106423] = 5, - ACTIONS(2999), 1, - anon_sym_as, - ACTIONS(3011), 1, + ACTIONS(3026), 1, anon_sym_and, - ACTIONS(3013), 1, + ACTIONS(3028), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3293), 5, + ACTIONS(3251), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_from, anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [106444] = 3, - ACTIONS(2201), 1, - anon_sym_as, + [106610] = 5, + ACTIONS(3336), 1, + anon_sym_DOT, + ACTIONS(3338), 1, + anon_sym_EQ, + STATE(1876), 1, + aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2187), 7, + ACTIONS(3232), 5, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_and, - anon_sym_or, - [106461] = 8, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, anon_sym_as, - ACTIONS(3025), 1, - anon_sym_if, - ACTIONS(3027), 1, - anon_sym_or, - ACTIONS(3333), 1, - anon_sym_COMMA, - STATE(2260), 1, - aux_sym_assert_statement_repeat1, + anon_sym_PIPE, + [106631] = 7, + ACTIONS(63), 1, + anon_sym_AT, + ACTIONS(3340), 1, + anon_sym_async, + ACTIONS(3342), 1, + anon_sym_def, + ACTIONS(3344), 1, + anon_sym_class, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3331), 2, - sym__newline, - anon_sym_SEMI, - [106488] = 9, - ACTIONS(3217), 1, + STATE(748), 2, + sym_function_definition, + sym_class_definition, + STATE(1990), 2, + sym_decorator, + aux_sym_decorated_definition_repeat1, + [106656] = 9, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, - ACTIONS(3277), 1, + ACTIONS(3279), 1, anon_sym_COLON, - ACTIONS(3335), 1, + ACTIONS(3346), 1, anon_sym_COMMA, - ACTIONS(3337), 1, + ACTIONS(3348), 1, anon_sym_RBRACK, - STATE(2445), 1, + STATE(2461), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106517] = 6, - ACTIONS(3054), 1, + [106685] = 5, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, - anon_sym_if, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3029), 4, + ACTIONS(3265), 5, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_if, anon_sym_async, anon_sym_for, - [106540] = 9, - ACTIONS(3217), 1, + [106706] = 9, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, - ACTIONS(3277), 1, + ACTIONS(3279), 1, anon_sym_COLON, - ACTIONS(3339), 1, + ACTIONS(3350), 1, anon_sym_COMMA, - ACTIONS(3341), 1, + ACTIONS(3352), 1, anon_sym_RBRACK, - STATE(2453), 1, + STATE(2471), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106569] = 8, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, - anon_sym_as, - ACTIONS(3025), 1, - anon_sym_if, - ACTIONS(3027), 1, - anon_sym_or, - ACTIONS(3345), 1, - anon_sym_COMMA, - STATE(2197), 1, - aux_sym_print_statement_repeat1, + [106735] = 7, + ACTIONS(1499), 1, + anon_sym_except, + ACTIONS(1503), 1, + anon_sym_except_STAR, + ACTIONS(3354), 1, + anon_sym_finally, + STATE(786), 1, + sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3343), 2, - sym__newline, - anon_sym_SEMI, - [106596] = 9, - ACTIONS(3217), 1, + STATE(502), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + STATE(503), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + [106760] = 9, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, - ACTIONS(3277), 1, + ACTIONS(3279), 1, anon_sym_COLON, - ACTIONS(3347), 1, + ACTIONS(3356), 1, anon_sym_COMMA, - ACTIONS(3349), 1, + ACTIONS(3358), 1, anon_sym_RBRACK, - STATE(2458), 1, + STATE(2476), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106625] = 6, - ACTIONS(3054), 1, + [106789] = 6, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3056), 1, + ACTIONS(3051), 1, anon_sym_if, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3038), 4, + ACTIONS(3039), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_async, anon_sym_for, - [106648] = 6, - ACTIONS(3054), 1, - anon_sym_as, - ACTIONS(3056), 1, - anon_sym_if, - ACTIONS(3062), 1, + [106812] = 5, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, + ACTIONS(3360), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3021), 4, + ACTIONS(3032), 5, anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_if, anon_sym_async, anon_sym_for, - [106671] = 8, - ACTIONS(3017), 1, + [106833] = 5, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3023), 1, - anon_sym_as, - ACTIONS(3025), 1, - anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3059), 1, anon_sym_or, - ACTIONS(3333), 1, - anon_sym_COMMA, - STATE(2198), 1, - aux_sym_assert_statement_repeat1, + ACTIONS(3256), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3351), 2, - sym__newline, - anon_sym_SEMI, - [106698] = 5, - ACTIONS(3062), 1, - anon_sym_and, - ACTIONS(3064), 1, - anon_sym_or, - ACTIONS(3353), 1, + ACTIONS(3037), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [106854] = 3, + ACTIONS(3258), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3031), 5, + ACTIONS(3030), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [106719] = 8, - ACTIONS(3017), 1, anon_sym_and, - ACTIONS(3023), 1, - anon_sym_as, - ACTIONS(3025), 1, - anon_sym_if, - ACTIONS(3027), 1, anon_sym_or, - ACTIONS(3235), 1, - anon_sym_COMMA, - STATE(2093), 1, - aux_sym_assert_statement_repeat1, + [106871] = 3, + ACTIONS(2210), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3356), 2, - sym__newline, - anon_sym_SEMI, - [106746] = 5, - ACTIONS(3062), 1, + ACTIONS(2196), 7, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, anon_sym_and, - ACTIONS(3064), 1, anon_sym_or, - ACTIONS(3251), 1, + [106888] = 4, + ACTIONS(3057), 1, + anon_sym_and, + ACTIONS(3258), 1, anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3036), 5, + ACTIONS(3030), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [106767] = 9, - ACTIONS(3217), 1, + anon_sym_or, + [106907] = 9, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, - ACTIONS(3277), 1, + ACTIONS(3279), 1, anon_sym_COLON, - ACTIONS(3358), 1, + ACTIONS(3363), 1, anon_sym_COMMA, - ACTIONS(3360), 1, + ACTIONS(3365), 1, anon_sym_RBRACK, - STATE(2410), 1, + STATE(2405), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [106796] = 3, - ACTIONS(3253), 1, - anon_sym_as, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3015), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_and, - anon_sym_or, - [106813] = 3, - ACTIONS(3244), 1, - anon_sym_as, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3019), 7, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - anon_sym_and, - anon_sym_or, - [106830] = 4, - ACTIONS(3062), 1, - anon_sym_and, - ACTIONS(3253), 1, - anon_sym_as, + [106936] = 7, + ACTIONS(1499), 1, + anon_sym_except, + ACTIONS(1503), 1, + anon_sym_except_STAR, + ACTIONS(3354), 1, + anon_sym_finally, + STATE(799), 1, + sym_finally_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3015), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_or, - [106849] = 5, - ACTIONS(3103), 1, + STATE(507), 2, + sym_except_clause, + aux_sym_try_statement_repeat1, + STATE(508), 2, + sym_except_group_clause, + aux_sym_try_statement_repeat2, + [106961] = 8, + ACTIONS(3022), 1, anon_sym_as, - ACTIONS(3111), 1, - anon_sym_and, - ACTIONS(3113), 1, - anon_sym_or, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3293), 5, - anon_sym_COMMA, + ACTIONS(3024), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - [106870] = 8, - ACTIONS(3017), 1, + ACTIONS(3026), 1, anon_sym_and, - ACTIONS(3023), 1, - anon_sym_as, - ACTIONS(3025), 1, - anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3028), 1, anon_sym_or, - ACTIONS(3235), 1, + ACTIONS(3240), 1, anon_sym_COMMA, - STATE(2093), 1, + STATE(2063), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2946), 2, + ACTIONS(2951), 2, sym__newline, anon_sym_SEMI, - [106897] = 6, - ACTIONS(2999), 1, + [106988] = 5, + ACTIONS(3004), 1, anon_sym_as, - ACTIONS(3001), 1, - anon_sym_if, - ACTIONS(3011), 1, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3013), 1, + ACTIONS(3018), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3362), 4, - anon_sym_COMMA, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [106920] = 3, - ACTIONS(2201), 1, - anon_sym_as, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2187), 7, - anon_sym_RPAREN, + ACTIONS(3265), 5, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_and, - anon_sym_or, - [106937] = 4, - ACTIONS(324), 1, - sym_string_start, + anon_sym_RBRACE, + [107009] = 5, + ACTIONS(3367), 1, + anon_sym_DOT, + ACTIONS(3369), 1, + anon_sym_EQ, + STATE(1888), 1, + aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1045), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(3364), 5, + ACTIONS(3232), 5, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_PIPE, - [106956] = 5, - ACTIONS(3054), 1, + [107030] = 5, + ACTIONS(3049), 1, anon_sym_as, - ACTIONS(3062), 1, + ACTIONS(3057), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3059), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3293), 5, + ACTIONS(3265), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - [106977] = 8, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, + [107051] = 8, + ACTIONS(3022), 1, anon_sym_as, - ACTIONS(3025), 1, + ACTIONS(3024), 1, anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3026), 1, + anon_sym_and, + ACTIONS(3028), 1, anon_sym_or, - ACTIONS(3070), 1, + ACTIONS(3077), 1, anon_sym_COMMA, - STATE(2139), 1, + STATE(2226), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3066), 2, + ACTIONS(3073), 2, sym__newline, anon_sym_SEMI, - [107004] = 2, + [107078] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3255), 8, + ACTIONS(3260), 8, anon_sym_import, anon_sym_DOT, anon_sym_LPAREN, @@ -116517,9462 +116582,9459 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [107019] = 7, - ACTIONS(1482), 1, - anon_sym_except, - ACTIONS(1486), 1, - anon_sym_except_STAR, - ACTIONS(3366), 1, - anon_sym_finally, - STATE(778), 1, - sym_finally_clause, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - STATE(492), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - STATE(493), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - [107044] = 8, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, + [107093] = 5, + ACTIONS(3004), 1, anon_sym_as, - ACTIONS(3025), 1, - anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3016), 1, + anon_sym_and, + ACTIONS(3018), 1, anon_sym_or, - ACTIONS(3235), 1, - anon_sym_COMMA, - STATE(2093), 1, - aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3368), 2, - sym__newline, - anon_sym_SEMI, - [107071] = 7, - ACTIONS(1482), 1, - anon_sym_except, - ACTIONS(1486), 1, - anon_sym_except_STAR, - ACTIONS(3366), 1, - anon_sym_finally, - STATE(731), 1, - sym_finally_clause, + ACTIONS(3265), 5, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [107114] = 5, + ACTIONS(3004), 1, + anon_sym_as, + ACTIONS(3016), 1, + anon_sym_and, + ACTIONS(3018), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(481), 2, - sym_except_clause, - aux_sym_try_statement_repeat1, - STATE(485), 2, - sym_except_group_clause, - aux_sym_try_statement_repeat2, - [107096] = 8, - ACTIONS(3178), 1, + ACTIONS(3265), 5, + anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [107135] = 9, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3180), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3182), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3184), 1, + ACTIONS(3228), 1, anon_sym_or, - ACTIONS(3203), 1, - anon_sym_RPAREN, - ACTIONS(3370), 1, + ACTIONS(3279), 1, + anon_sym_COLON, + ACTIONS(3371), 1, anon_sym_COMMA, - STATE(2318), 1, - aux_sym_assert_statement_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [107122] = 4, - ACTIONS(770), 1, - sym_string_start, + ACTIONS(3373), 1, + anon_sym_RBRACK, + STATE(2410), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1030), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(3364), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [107140] = 7, - ACTIONS(2745), 1, + [107164] = 7, + ACTIONS(2750), 1, sym_identifier, - ACTIONS(3372), 1, + ACTIONS(3375), 1, anon_sym_DOT, - ACTIONS(3374), 1, + ACTIONS(3377), 1, anon_sym___future__, - STATE(2184), 1, + STATE(2230), 1, aux_sym_import_prefix_repeat1, - STATE(2399), 1, + STATE(2391), 1, sym_import_prefix, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(2813), 2, + STATE(2724), 2, sym_relative_import, sym_dotted_name, - [107164] = 8, - ACTIONS(3005), 1, + [107188] = 8, + ACTIONS(3379), 1, + sym_identifier, + ACTIONS(3381), 1, + anon_sym_LPAREN, + ACTIONS(3383), 1, + anon_sym_STAR, + STATE(2041), 1, + sym_dotted_name, + STATE(2253), 1, + sym_aliased_import, + STATE(2544), 1, + sym__import_list, + STATE(2563), 1, + sym_wildcard_import, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [107214] = 6, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3007), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3376), 1, - anon_sym_COMMA, - ACTIONS(3378), 1, + ACTIONS(3385), 1, + anon_sym_if, + ACTIONS(3387), 1, anon_sym_RBRACE, - STATE(1883), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1893), 3, sym_for_in_clause, - STATE(2385), 1, - aux_sym_dictionary_repeat1, - STATE(2769), 1, - sym__comprehension_clauses, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [107236] = 6, + ACTIONS(3053), 1, + anon_sym_async, + ACTIONS(3055), 1, + anon_sym_for, + ACTIONS(3389), 1, + anon_sym_RPAREN, + ACTIONS(3391), 1, + anon_sym_if, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1887), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [107258] = 8, + ACTIONS(3194), 1, + anon_sym_as, + ACTIONS(3196), 1, + anon_sym_if, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, + ACTIONS(3393), 1, + anon_sym_COMMA, + ACTIONS(3395), 1, + anon_sym_COLON, + STATE(2343), 1, + aux_sym_match_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107190] = 4, - ACTIONS(3303), 1, + [107284] = 4, + ACTIONS(3316), 1, anon_sym_DOT, - STATE(1875), 1, + STATE(1891), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3242), 5, + ACTIONS(3232), 5, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [107208] = 4, - ACTIONS(3303), 1, + anon_sym_RBRACE, + [107302] = 4, + ACTIONS(3336), 1, anon_sym_DOT, - STATE(1868), 1, + STATE(1876), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3227), 5, + ACTIONS(3232), 5, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [107226] = 4, - ACTIONS(3299), 1, + [107320] = 4, + ACTIONS(3397), 1, anon_sym_DOT, - STATE(1890), 1, + STATE(1872), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3227), 5, + ACTIONS(3260), 5, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [107244] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3380), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3364), 5, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [107260] = 8, - ACTIONS(3189), 1, - anon_sym_as, - ACTIONS(3191), 1, + [107338] = 6, + ACTIONS(3114), 1, + anon_sym_async, + ACTIONS(3116), 1, + anon_sym_for, + ACTIONS(3387), 1, + anon_sym_RBRACK, + ACTIONS(3400), 1, anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, - ACTIONS(3382), 1, - anon_sym_COMMA, - ACTIONS(3384), 1, - anon_sym_COLON, - STATE(2490), 1, - aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107286] = 7, - ACTIONS(1414), 1, - anon_sym_COLON, - ACTIONS(3217), 1, + STATE(1900), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [107360] = 8, + ACTIONS(3179), 1, + anon_sym_RPAREN, + ACTIONS(3181), 1, + anon_sym_COMMA, + ACTIONS(3183), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3185), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3187), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3189), 1, anon_sym_or, + STATE(2281), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1412), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [107310] = 8, - ACTIONS(3005), 1, + [107386] = 8, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3007), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3386), 1, + ACTIONS(3402), 1, anon_sym_COMMA, - ACTIONS(3388), 1, + ACTIONS(3404), 1, anon_sym_RBRACE, - STATE(1883), 1, + STATE(1894), 1, sym_for_in_clause, - STATE(2432), 1, + STATE(2449), 1, aux_sym_dictionary_repeat1, - STATE(2655), 1, + STATE(2656), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107336] = 4, - ACTIONS(3390), 1, + [107412] = 4, + ACTIONS(3336), 1, anon_sym_DOT, - STATE(1875), 1, + STATE(1909), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3255), 5, + ACTIONS(3244), 5, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [107354] = 8, - ACTIONS(3189), 1, + [107430] = 7, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3228), 1, anon_sym_or, - ACTIONS(3393), 1, - anon_sym_COMMA, - ACTIONS(3395), 1, + ACTIONS(3279), 1, anon_sym_COLON, - STATE(2312), 1, - aux_sym_match_statement_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [107380] = 4, - ACTIONS(3397), 1, - anon_sym_DOT, - STATE(1877), 1, - aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3255), 5, - anon_sym_LPAREN, + ACTIONS(3406), 2, anon_sym_COMMA, - anon_sym_as, anon_sym_RBRACK, - anon_sym_PIPE, - [107398] = 7, - ACTIONS(3217), 1, + [107454] = 8, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3277), 1, + ACTIONS(3408), 1, + anon_sym_COMMA, + ACTIONS(3410), 1, anon_sym_COLON, + STATE(2506), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3400), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [107422] = 8, - ACTIONS(3189), 1, - anon_sym_as, - ACTIONS(3191), 1, - anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, - ACTIONS(3382), 1, + [107480] = 8, + ACTIONS(3010), 1, + anon_sym_async, + ACTIONS(3012), 1, + anon_sym_for, + ACTIONS(3412), 1, anon_sym_COMMA, - ACTIONS(3402), 1, - anon_sym_COLON, - STATE(2490), 1, - aux_sym_assert_statement_repeat1, + ACTIONS(3414), 1, + anon_sym_RBRACE, + STATE(1894), 1, + sym_for_in_clause, + STATE(2350), 1, + aux_sym_dictionary_repeat1, + STATE(2664), 1, + sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107448] = 6, - ACTIONS(3107), 1, + [107506] = 6, + ACTIONS(3114), 1, anon_sym_async, - ACTIONS(3109), 1, + ACTIONS(3116), 1, anon_sym_for, - ACTIONS(3404), 1, - anon_sym_if, - ACTIONS(3406), 1, + ACTIONS(3389), 1, anon_sym_RBRACK, + ACTIONS(3400), 1, + anon_sym_if, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1896), 3, + STATE(1873), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, - [107470] = 4, - ACTIONS(814), 1, - sym_string_start, + [107528] = 7, + ACTIONS(3222), 1, + anon_sym_as, + ACTIONS(3224), 1, + anon_sym_if, + ACTIONS(3226), 1, + anon_sym_and, + ACTIONS(3228), 1, + anon_sym_or, + ACTIONS(3416), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1143), 2, - sym_string, - aux_sym_concatenated_string_repeat1, - ACTIONS(3364), 4, + ACTIONS(1443), 2, anon_sym_COMMA, - anon_sym_as, anon_sym_RBRACK, - anon_sym_PIPE, - [107488] = 6, - ACTIONS(3058), 1, + [107552] = 8, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3406), 1, - anon_sym_RPAREN, - ACTIONS(3408), 1, + ACTIONS(3418), 1, + anon_sym_COMMA, + ACTIONS(3420), 1, + anon_sym_RBRACE, + STATE(1894), 1, + sym_for_in_clause, + STATE(2365), 1, + aux_sym_dictionary_repeat1, + STATE(2731), 1, + sym__comprehension_clauses, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [107578] = 8, + ACTIONS(3183), 1, + anon_sym_as, + ACTIONS(3185), 1, anon_sym_if, + ACTIONS(3187), 1, + anon_sym_and, + ACTIONS(3189), 1, + anon_sym_or, + ACTIONS(3208), 1, + anon_sym_RPAREN, + ACTIONS(3422), 1, + anon_sym_COMMA, + STATE(2479), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1886), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [107510] = 6, - ACTIONS(3005), 1, + [107604] = 8, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3007), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3406), 1, + ACTIONS(3424), 1, + anon_sym_COMMA, + ACTIONS(3426), 1, anon_sym_RBRACE, - ACTIONS(3410), 1, - anon_sym_if, + STATE(1894), 1, + sym_for_in_clause, + STATE(2319), 1, + aux_sym_dictionary_repeat1, + STATE(2696), 1, + sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1902), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [107532] = 7, - ACTIONS(3217), 1, + [107630] = 5, + ACTIONS(3004), 1, anon_sym_as, - ACTIONS(3219), 1, - anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3016), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3018), 1, anon_sym_or, - ACTIONS(3412), 1, - anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1438), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [107556] = 8, - ACTIONS(3189), 1, + ACTIONS(3428), 4, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [107650] = 8, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3414), 1, + ACTIONS(3430), 1, anon_sym_COMMA, - ACTIONS(3416), 1, + ACTIONS(3432), 1, anon_sym_COLON, - STATE(2476), 1, + STATE(2340), 1, aux_sym_match_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107582] = 6, - ACTIONS(3058), 1, + [107676] = 6, + ACTIONS(3053), 1, anon_sym_async, - ACTIONS(3060), 1, + ACTIONS(3055), 1, anon_sym_for, - ACTIONS(3408), 1, - anon_sym_if, - ACTIONS(3418), 1, + ACTIONS(3387), 1, anon_sym_RPAREN, + ACTIONS(3391), 1, + anon_sym_if, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1907), 3, + STATE(1904), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, - [107604] = 8, - ACTIONS(3005), 1, - anon_sym_async, - ACTIONS(3007), 1, - anon_sym_for, - ACTIONS(3420), 1, - anon_sym_COMMA, - ACTIONS(3422), 1, - anon_sym_RBRACE, - STATE(1883), 1, - sym_for_in_clause, - STATE(2333), 1, - aux_sym_dictionary_repeat1, - STATE(2763), 1, - sym__comprehension_clauses, + [107698] = 4, + ACTIONS(3367), 1, + anon_sym_DOT, + STATE(1872), 1, + aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107630] = 6, - ACTIONS(3424), 1, + ACTIONS(3244), 5, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [107716] = 7, + ACTIONS(1411), 1, + anon_sym_COLON, + ACTIONS(3222), 1, + anon_sym_as, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3427), 1, - anon_sym_async, - ACTIONS(3430), 1, - anon_sym_for, - ACTIONS(3433), 1, - anon_sym_RBRACE, + ACTIONS(3226), 1, + anon_sym_and, + ACTIONS(3228), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1888), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [107652] = 8, - ACTIONS(3189), 1, + ACTIONS(1409), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [107740] = 8, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3382), 1, + ACTIONS(3408), 1, anon_sym_COMMA, - ACTIONS(3435), 1, + ACTIONS(3434), 1, anon_sym_COLON, - STATE(2490), 1, + STATE(2506), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107678] = 4, - ACTIONS(3299), 1, + [107766] = 4, + ACTIONS(3316), 1, anon_sym_DOT, - STATE(1909), 1, + STATE(1910), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3242), 5, + ACTIONS(3244), 5, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, anon_sym_RBRACE, - [107696] = 8, - ACTIONS(3005), 1, + [107784] = 8, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3007), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3437), 1, + ACTIONS(3436), 1, anon_sym_COMMA, - ACTIONS(3439), 1, + ACTIONS(3438), 1, anon_sym_RBRACE, - STATE(1883), 1, + STATE(1894), 1, sym_for_in_clause, - STATE(2515), 1, + STATE(2522), 1, aux_sym_dictionary_repeat1, - STATE(2816), 1, + STATE(2702), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107722] = 5, - ACTIONS(3103), 1, - anon_sym_as, - ACTIONS(3111), 1, - anon_sym_and, - ACTIONS(3113), 1, - anon_sym_or, + [107810] = 6, + ACTIONS(3440), 1, + anon_sym_if, + ACTIONS(3443), 1, + anon_sym_async, + ACTIONS(3446), 1, + anon_sym_for, + ACTIONS(3449), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3441), 4, - anon_sym_if, + STATE(1893), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [107832] = 6, + ACTIONS(3010), 1, anon_sym_async, + ACTIONS(3012), 1, anon_sym_for, - anon_sym_RBRACK, - [107742] = 6, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, + ACTIONS(3385), 1, + anon_sym_if, + ACTIONS(3389), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1867), 3, + sym_for_in_clause, + sym_if_clause, + aux_sym__comprehension_clauses_repeat1, + [107854] = 6, + ACTIONS(3022), 1, anon_sym_as, - ACTIONS(3025), 1, + ACTIONS(3024), 1, anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3026), 1, + anon_sym_and, + ACTIONS(3028), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3443), 3, + ACTIONS(3451), 3, sym__newline, anon_sym_SEMI, anon_sym_COMMA, - [107764] = 4, - ACTIONS(3327), 1, - anon_sym_DOT, - STATE(1877), 1, - aux_sym_dotted_name_repeat1, + [107876] = 4, + ACTIONS(775), 1, + sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3242), 5, - anon_sym_LPAREN, + STATE(1042), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(3322), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [107782] = 8, - ACTIONS(3203), 1, + [107894] = 8, + ACTIONS(3208), 1, anon_sym_RBRACK, - ACTIONS(3217), 1, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, - ACTIONS(3445), 1, + ACTIONS(3453), 1, anon_sym_COMMA, - STATE(2412), 1, + STATE(2306), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107808] = 6, - ACTIONS(3107), 1, + [107920] = 5, + ACTIONS(3110), 1, + anon_sym_as, + ACTIONS(3118), 1, + anon_sym_and, + ACTIONS(3120), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3428), 4, + anon_sym_if, anon_sym_async, - ACTIONS(3109), 1, anon_sym_for, - ACTIONS(3404), 1, - anon_sym_if, - ACTIONS(3418), 1, anon_sym_RBRACK, + [107940] = 4, + ACTIONS(704), 1, + sym_string_start, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(982), 2, + sym_string, + aux_sym_concatenated_string_repeat1, + ACTIONS(3322), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + anon_sym_RBRACE, + [107958] = 6, + ACTIONS(3449), 1, + anon_sym_RBRACK, + ACTIONS(3455), 1, + anon_sym_if, + ACTIONS(3458), 1, + anon_sym_async, + ACTIONS(3461), 1, + anon_sym_for, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1898), 3, + STATE(1900), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, - [107830] = 8, - ACTIONS(3005), 1, + [107980] = 6, + ACTIONS(3022), 1, + anon_sym_as, + ACTIONS(3024), 1, + anon_sym_if, + ACTIONS(3026), 1, + anon_sym_and, + ACTIONS(3028), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3464), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + [108002] = 8, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3007), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3447), 1, + ACTIONS(3466), 1, anon_sym_COMMA, - ACTIONS(3449), 1, + ACTIONS(3468), 1, anon_sym_RBRACE, - STATE(1883), 1, + STATE(1894), 1, sym_for_in_clause, - STATE(2492), 1, + STATE(2397), 1, aux_sym_dictionary_repeat1, - STATE(2771), 1, + STATE(2735), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107856] = 6, - ACTIONS(3433), 1, - anon_sym_RBRACK, - ACTIONS(3451), 1, + [108028] = 5, + ACTIONS(3049), 1, + anon_sym_as, + ACTIONS(3057), 1, + anon_sym_and, + ACTIONS(3059), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3428), 4, + anon_sym_RPAREN, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [108048] = 6, + ACTIONS(3449), 1, + anon_sym_RPAREN, + ACTIONS(3470), 1, anon_sym_if, - ACTIONS(3454), 1, + ACTIONS(3473), 1, anon_sym_async, - ACTIONS(3457), 1, + ACTIONS(3476), 1, anon_sym_for, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1898), 3, + STATE(1904), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, - [107878] = 6, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, + [108070] = 8, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3025), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, anon_sym_or, + ACTIONS(3408), 1, + anon_sym_COMMA, + ACTIONS(3479), 1, + anon_sym_COLON, + STATE(2506), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3460), 3, - sym__newline, - anon_sym_SEMI, + [108096] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3481), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3322), 5, anon_sym_COMMA, - [107900] = 4, - ACTIONS(699), 1, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + [108112] = 4, + ACTIONS(819), 1, sym_string_start, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(981), 2, + STATE(1141), 2, sym_string, aux_sym_concatenated_string_repeat1, - ACTIONS(3364), 4, + ACTIONS(3322), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [107918] = 8, - ACTIONS(3462), 1, - sym_identifier, - ACTIONS(3464), 1, + [108130] = 8, + ACTIONS(3010), 1, + anon_sym_async, + ACTIONS(3012), 1, + anon_sym_for, + ACTIONS(3483), 1, + anon_sym_COMMA, + ACTIONS(3485), 1, + anon_sym_RBRACE, + STATE(1894), 1, + sym_for_in_clause, + STATE(2276), 1, + aux_sym_dictionary_repeat1, + STATE(2686), 1, + sym__comprehension_clauses, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [108156] = 4, + ACTIONS(3487), 1, + anon_sym_DOT, + STATE(1909), 1, + aux_sym_dotted_name_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3260), 5, anon_sym_LPAREN, - ACTIONS(3466), 1, - anon_sym_STAR, - STATE(2087), 1, - sym_dotted_name, - STATE(2200), 1, - sym_aliased_import, - STATE(2544), 1, - sym__import_list, - STATE(2563), 1, - sym_wildcard_import, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + [108174] = 4, + ACTIONS(3490), 1, + anon_sym_DOT, + STATE(1910), 1, + aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107944] = 6, - ACTIONS(3005), 1, - anon_sym_async, - ACTIONS(3007), 1, - anon_sym_for, - ACTIONS(3410), 1, - anon_sym_if, - ACTIONS(3418), 1, + ACTIONS(3260), 5, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, anon_sym_RBRACE, + [108192] = 4, + ACTIONS(3367), 1, + anon_sym_DOT, + STATE(1888), 1, + aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1888), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [107966] = 8, - ACTIONS(3005), 1, + ACTIONS(3232), 5, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [108210] = 8, + ACTIONS(3010), 1, anon_sym_async, - ACTIONS(3007), 1, + ACTIONS(3012), 1, anon_sym_for, - ACTIONS(3468), 1, + ACTIONS(3493), 1, anon_sym_COMMA, - ACTIONS(3470), 1, + ACTIONS(3495), 1, anon_sym_RBRACE, - STATE(1883), 1, + STATE(1894), 1, sym_for_in_clause, - STATE(2366), 1, + STATE(2423), 1, aux_sym_dictionary_repeat1, - STATE(2788), 1, + STATE(2753), 1, sym__comprehension_clauses, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [107992] = 4, - ACTIONS(3327), 1, - anon_sym_DOT, - STATE(1894), 1, - aux_sym_dotted_name_repeat1, + [108236] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3227), 5, - anon_sym_LPAREN, + ACTIONS(3499), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3497), 5, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, + anon_sym_if, + anon_sym_COLON, anon_sym_PIPE, - [108010] = 8, - ACTIONS(3174), 1, - anon_sym_RPAREN, - ACTIONS(3176), 1, - anon_sym_COMMA, - ACTIONS(3178), 1, + [108252] = 8, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3180), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3182), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3184), 1, + ACTIONS(3200), 1, anon_sym_or, - STATE(2400), 1, - aux_sym_argument_list_repeat1, + ACTIONS(3408), 1, + anon_sym_COMMA, + ACTIONS(3501), 1, + anon_sym_COLON, + STATE(2506), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [108278] = 5, + ACTIONS(3505), 1, + anon_sym_DOT, + ACTIONS(3507), 1, + anon_sym_COLON, + ACTIONS(3509), 1, + anon_sym_PIPE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108036] = 5, - ACTIONS(3054), 1, + ACTIONS(3503), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_EQ, + [108297] = 6, + ACTIONS(3183), 1, anon_sym_as, - ACTIONS(3062), 1, + ACTIONS(3185), 1, + anon_sym_if, + ACTIONS(3187), 1, anon_sym_and, - ACTIONS(3064), 1, + ACTIONS(3189), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3441), 4, + ACTIONS(3251), 2, anon_sym_RPAREN, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [108056] = 6, - ACTIONS(3433), 1, - anon_sym_RPAREN, - ACTIONS(3472), 1, - anon_sym_if, - ACTIONS(3475), 1, - anon_sym_async, - ACTIONS(3478), 1, - anon_sym_for, + anon_sym_COMMA, + [108318] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1907), 3, - sym_for_in_clause, - sym_if_clause, - aux_sym__comprehension_clauses_repeat1, - [108078] = 5, - ACTIONS(2999), 1, + ACTIONS(3511), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + [108331] = 3, + STATE(1981), 1, + aux_sym_union_pattern_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3513), 5, + anon_sym_COMMA, anon_sym_as, - ACTIONS(3011), 1, - anon_sym_and, - ACTIONS(3013), 1, - anon_sym_or, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + [108346] = 4, + ACTIONS(3515), 1, + anon_sym_PIPE, + STATE(1919), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3441), 4, + ACTIONS(3513), 4, + anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [108098] = 4, - ACTIONS(3481), 1, - anon_sym_DOT, - STATE(1909), 1, - aux_sym_dotted_name_repeat1, + anon_sym_COLON, + [108363] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3255), 5, + ACTIONS(3260), 6, + anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - anon_sym_RBRACE, - [108116] = 8, - ACTIONS(3005), 1, - anon_sym_async, - ACTIONS(3007), 1, - anon_sym_for, - ACTIONS(3484), 1, - anon_sym_COMMA, - ACTIONS(3486), 1, - anon_sym_RBRACE, - STATE(1883), 1, - sym_for_in_clause, - STATE(2285), 1, - aux_sym_dictionary_repeat1, - STATE(2698), 1, - sym__comprehension_clauses, + [108376] = 6, + ACTIONS(3204), 1, + anon_sym_as, + ACTIONS(3206), 1, + anon_sym_if, + ACTIONS(3210), 1, + anon_sym_and, + ACTIONS(3212), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108142] = 3, + ACTIONS(3518), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [108397] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3490), 2, + ACTIONS(3520), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3488), 5, + ACTIONS(3497), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, + anon_sym_PIPE, + [108412] = 6, + ACTIONS(3022), 1, + anon_sym_as, + ACTIONS(3024), 1, anon_sym_if, + ACTIONS(3026), 1, + anon_sym_and, + ACTIONS(3028), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3242), 2, + sym__newline, + anon_sym_SEMI, + [108433] = 4, + ACTIONS(3522), 1, + anon_sym_DOT, + STATE(2011), 1, + aux_sym_dotted_name_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3232), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_as, + [108450] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3524), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_COLON, + anon_sym_EQ, anon_sym_PIPE, - [108158] = 8, - ACTIONS(3005), 1, - anon_sym_async, - ACTIONS(3007), 1, - anon_sym_for, - ACTIONS(3492), 1, - anon_sym_COMMA, - ACTIONS(3494), 1, - anon_sym_RBRACE, - STATE(1883), 1, - sym_for_in_clause, - STATE(2401), 1, - aux_sym_dictionary_repeat1, - STATE(2744), 1, - sym__comprehension_clauses, + [108463] = 6, + ACTIONS(3194), 1, + anon_sym_as, + ACTIONS(3196), 1, + anon_sym_if, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108184] = 8, - ACTIONS(3189), 1, + ACTIONS(3526), 2, + anon_sym_COMMA, + anon_sym_COLON, + [108484] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3382), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3528), 2, anon_sym_COMMA, - ACTIONS(3496), 1, anon_sym_COLON, - STATE(2490), 1, - aux_sym_assert_statement_repeat1, + [108505] = 4, + ACTIONS(3530), 1, + anon_sym_COMMA, + STATE(1945), 1, + aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108210] = 4, - ACTIONS(3), 1, + ACTIONS(3532), 4, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [108522] = 6, + ACTIONS(3183), 1, + anon_sym_as, + ACTIONS(3185), 1, + anon_sym_if, + ACTIONS(3187), 1, + anon_sym_and, + ACTIONS(3189), 1, + anon_sym_or, + ACTIONS(3), 2, sym_comment, - ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3500), 1, - anon_sym_BSLASH, - ACTIONS(3498), 5, - sym__string_content, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [108227] = 2, + ACTIONS(3534), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [108543] = 4, + ACTIONS(3536), 1, + anon_sym_COMMA, + STATE(1936), 1, + aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3255), 6, - anon_sym_DOT, + ACTIONS(3538), 4, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [108560] = 3, + ACTIONS(3540), 1, anon_sym_LPAREN, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3322), 5, anon_sym_COMMA, anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [108240] = 7, - ACTIONS(3502), 1, - anon_sym_DOT, - ACTIONS(3504), 1, - anon_sym_COMMA, - ACTIONS(3506), 1, + anon_sym_if, anon_sym_COLON, - ACTIONS(3508), 1, - anon_sym_RBRACK, - ACTIONS(3510), 1, anon_sym_PIPE, - STATE(2355), 1, - aux_sym_type_parameter_repeat1, + [108575] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108263] = 3, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3512), 2, + ACTIONS(3542), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3364), 4, + ACTIONS(3322), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [108278] = 4, - ACTIONS(3514), 1, + [108590] = 7, + ACTIONS(3544), 1, anon_sym_DOT, - STATE(1918), 1, - aux_sym_dotted_name_repeat1, + ACTIONS(3546), 1, + anon_sym_COMMA, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(3550), 1, + anon_sym_RBRACK, + ACTIONS(3552), 1, + anon_sym_PIPE, + STATE(2416), 1, + aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3255), 4, - sym__newline, - anon_sym_SEMI, + [108613] = 7, + ACTIONS(3554), 1, anon_sym_COMMA, + ACTIONS(3556), 1, anon_sym_as, - [108295] = 4, - ACTIONS(3517), 1, + ACTIONS(3558), 1, + anon_sym_if, + ACTIONS(3560), 1, + anon_sym_COLON, + STATE(2087), 1, + aux_sym_case_clause_repeat1, + STATE(2743), 1, + sym_if_clause, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [108636] = 4, + ACTIONS(3562), 1, anon_sym_COMMA, - STATE(1923), 1, + STATE(1939), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3519), 4, + ACTIONS(3564), 4, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [108312] = 4, - ACTIONS(3521), 1, + [108653] = 4, + ACTIONS(3566), 1, anon_sym_COMMA, - STATE(2020), 1, + STATE(1941), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3523), 4, + ACTIONS(3568), 4, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [108329] = 3, + [108670] = 3, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3525), 2, + ACTIONS(3570), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3488), 4, + ACTIONS(3497), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [108344] = 7, - ACTIONS(3502), 1, + [108685] = 7, + ACTIONS(3544), 1, anon_sym_DOT, - ACTIONS(3506), 1, + ACTIONS(3548), 1, anon_sym_COLON, - ACTIONS(3510), 1, + ACTIONS(3552), 1, anon_sym_PIPE, - ACTIONS(3527), 1, + ACTIONS(3572), 1, anon_sym_COMMA, - ACTIONS(3529), 1, + ACTIONS(3574), 1, anon_sym_RBRACK, - STATE(2506), 1, + STATE(2518), 1, aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108367] = 4, - ACTIONS(3531), 1, + [108708] = 4, + ACTIONS(3576), 1, anon_sym_COMMA, - STATE(1925), 1, + STATE(1941), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3533), 4, + ACTIONS(3532), 4, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [108384] = 6, - ACTIONS(3217), 1, - anon_sym_as, - ACTIONS(3219), 1, - anon_sym_if, - ACTIONS(3221), 1, - anon_sym_and, - ACTIONS(3223), 1, - anon_sym_or, + [108725] = 4, + ACTIONS(3580), 1, + anon_sym_PIPE, + STATE(1981), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3535), 2, + ACTIONS(3578), 4, anon_sym_COMMA, - anon_sym_RBRACK, - [108405] = 4, - ACTIONS(3537), 1, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + [108742] = 4, + ACTIONS(3582), 1, anon_sym_COMMA, - STATE(1925), 1, + STATE(1941), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3540), 4, + ACTIONS(3585), 4, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACE, - [108422] = 4, - ACTIONS(3), 1, + [108759] = 4, + ACTIONS(3587), 1, + anon_sym_COMMA, + STATE(2019), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3), 2, sym_comment, - ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3544), 1, - anon_sym_BSLASH, - ACTIONS(3542), 5, - sym__string_content, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [108439] = 6, - ACTIONS(3178), 1, + ACTIONS(3538), 4, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [108776] = 6, + ACTIONS(3183), 1, anon_sym_as, - ACTIONS(3180), 1, + ACTIONS(3185), 1, anon_sym_if, - ACTIONS(3182), 1, + ACTIONS(3187), 1, anon_sym_and, - ACTIONS(3184), 1, + ACTIONS(3189), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3546), 2, + ACTIONS(3589), 2, anon_sym_RPAREN, anon_sym_COMMA, - [108460] = 4, - ACTIONS(3548), 1, - anon_sym_COMMA, - STATE(1967), 1, - aux_sym_for_in_clause_repeat1, + [108797] = 6, + ACTIONS(3204), 1, + anon_sym_as, + ACTIONS(3206), 1, + anon_sym_if, + ACTIONS(3210), 1, + anon_sym_and, + ACTIONS(3212), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3519), 4, - anon_sym_RPAREN, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [108477] = 4, - ACTIONS(3552), 1, + ACTIONS(3283), 2, anon_sym_COMMA, - STATE(1977), 1, + anon_sym_RBRACE, + [108818] = 4, + ACTIONS(3591), 1, + anon_sym_COMMA, + STATE(1945), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3550), 4, - anon_sym_RPAREN, + ACTIONS(3585), 4, anon_sym_if, anon_sym_async, anon_sym_for, - [108494] = 4, + anon_sym_RBRACK, + [108835] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3556), 1, + ACTIONS(3596), 1, anon_sym_BSLASH, - ACTIONS(3554), 5, + ACTIONS(3594), 5, sym__string_content, sym_escape_interpolation, sym_string_end, anon_sym_LBRACE, sym_escape_sequence, - [108511] = 3, + [108852] = 6, + ACTIONS(3222), 1, + anon_sym_as, + ACTIONS(3224), 1, + anon_sym_if, + ACTIONS(3226), 1, + anon_sym_and, + ACTIONS(3228), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3558), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3364), 4, - anon_sym_RPAREN, + ACTIONS(1451), 2, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [108526] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5), 1, - sym_line_continuation, - ACTIONS(3562), 1, - anon_sym_BSLASH, - ACTIONS(3560), 5, - sym__string_content, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [108543] = 2, + anon_sym_RBRACK, + [108873] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3068), 6, + ACTIONS(3075), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [108556] = 4, - ACTIONS(3564), 1, - anon_sym_COMMA, - STATE(1929), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3523), 4, - anon_sym_RPAREN, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [108573] = 7, - ACTIONS(3502), 1, + [108886] = 7, + ACTIONS(3544), 1, anon_sym_DOT, - ACTIONS(3506), 1, + ACTIONS(3548), 1, anon_sym_COLON, - ACTIONS(3510), 1, + ACTIONS(3552), 1, anon_sym_PIPE, - ACTIONS(3566), 1, + ACTIONS(3598), 1, anon_sym_COMMA, - ACTIONS(3568), 1, + ACTIONS(3600), 1, anon_sym_RBRACK, - STATE(2415), 1, + STATE(2286), 1, aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108596] = 6, - ACTIONS(3189), 1, + [108909] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3570), 2, + ACTIONS(3602), 2, anon_sym_COMMA, anon_sym_COLON, - [108617] = 6, - ACTIONS(3572), 1, + [108930] = 4, + ACTIONS(3604), 1, anon_sym_DOT, - ACTIONS(3576), 1, - anon_sym_COLON, - ACTIONS(3578), 1, - anon_sym_EQ, - ACTIONS(3580), 1, - anon_sym_PIPE, + STATE(1951), 1, + aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3574), 2, - anon_sym_RPAREN, + ACTIONS(3260), 4, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, - [108638] = 4, - ACTIONS(3584), 1, - anon_sym_PIPE, - STATE(1994), 1, - aux_sym_union_pattern_repeat1, - ACTIONS(3), 2, + anon_sym_as, + [108947] = 4, + ACTIONS(3), 1, sym_comment, + ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3582), 4, + ACTIONS(3609), 1, + anon_sym_BSLASH, + ACTIONS(3607), 5, + sym__string_content, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [108964] = 4, + ACTIONS(3611), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - [108655] = 6, - ACTIONS(3178), 1, - anon_sym_as, - ACTIONS(3180), 1, - anon_sym_if, - ACTIONS(3182), 1, - anon_sym_and, - ACTIONS(3184), 1, - anon_sym_or, + STATE(1997), 1, + aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3535), 2, + ACTIONS(3564), 4, anon_sym_RPAREN, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [108981] = 4, + ACTIONS(3613), 1, anon_sym_COMMA, - [108676] = 2, + STATE(2004), 1, + aux_sym_for_in_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3568), 4, + anon_sym_RPAREN, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [108998] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1628), 6, + ACTIONS(1633), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [108689] = 2, + [109011] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3586), 6, + ACTIONS(3615), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [108702] = 4, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, - ACTIONS(3), 2, + [109024] = 4, + ACTIONS(3), 1, sym_comment, + ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3036), 4, + ACTIONS(3619), 1, + anon_sym_BSLASH, + ACTIONS(3617), 5, + sym__string_content, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [109041] = 4, + ACTIONS(3621), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - [108719] = 6, - ACTIONS(3178), 1, - anon_sym_as, - ACTIONS(3180), 1, - anon_sym_if, - ACTIONS(3182), 1, - anon_sym_and, - ACTIONS(3184), 1, - anon_sym_or, + STATE(1958), 1, + aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3570), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [108740] = 6, - ACTIONS(3178), 1, + ACTIONS(2924), 4, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [109058] = 6, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3180), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3182), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3184), 1, + ACTIONS(3228), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3588), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [108761] = 4, - ACTIONS(3590), 1, + ACTIONS(3251), 2, anon_sym_COMMA, - STATE(1945), 1, - aux_sym__patterns_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2891), 4, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [108778] = 7, - ACTIONS(3502), 1, + anon_sym_RBRACK, + [109079] = 7, + ACTIONS(3544), 1, anon_sym_DOT, - ACTIONS(3506), 1, + ACTIONS(3548), 1, anon_sym_COLON, - ACTIONS(3510), 1, + ACTIONS(3552), 1, anon_sym_PIPE, - ACTIONS(3593), 1, + ACTIONS(3624), 1, anon_sym_COMMA, - ACTIONS(3595), 1, + ACTIONS(3626), 1, anon_sym_RBRACK, - STATE(2301), 1, + STATE(2332), 1, aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [108801] = 6, - ACTIONS(3217), 1, + [109102] = 6, + ACTIONS(3022), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3024), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3026), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3028), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3246), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [108822] = 6, - ACTIONS(3217), 1, + ACTIONS(3628), 2, + sym__newline, + anon_sym_SEMI, + [109123] = 6, + ACTIONS(3183), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3185), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3187), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3189), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1438), 2, + ACTIONS(3526), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, - [108843] = 6, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, - anon_sym_as, - ACTIONS(3025), 1, - anon_sym_if, - ACTIONS(3027), 1, - anon_sym_or, + [109144] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(3632), 1, + anon_sym_BSLASH, + ACTIONS(3630), 5, + sym__string_content, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [109161] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3597), 2, + ACTIONS(3075), 6, sym__newline, anon_sym_SEMI, - [108864] = 6, - ACTIONS(3178), 1, - anon_sym_as, - ACTIONS(3180), 1, - anon_sym_if, - ACTIONS(3182), 1, - anon_sym_and, - ACTIONS(3184), 1, - anon_sym_or, + anon_sym_DOT, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + [109174] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3599), 2, - anon_sym_RPAREN, + ACTIONS(3260), 6, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - [108885] = 2, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [109187] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(3636), 1, + anon_sym_BSLASH, + ACTIONS(3634), 5, + sym__string_content, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [109204] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3601), 6, - sym__newline, - anon_sym_SEMI, + ACTIONS(3638), 6, anon_sym_DOT, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [108898] = 6, - ACTIONS(3178), 1, - anon_sym_as, - ACTIONS(3180), 1, - anon_sym_if, - ACTIONS(3182), 1, - anon_sym_and, - ACTIONS(3184), 1, - anon_sym_or, + [109217] = 5, + ACTIONS(3640), 1, + anon_sym_DOT, + ACTIONS(3642), 1, + anon_sym_COLON, + ACTIONS(3644), 1, + anon_sym_PIPE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3603), 2, + ACTIONS(3503), 3, anon_sym_RPAREN, anon_sym_COMMA, - [108919] = 6, - ACTIONS(3178), 1, - anon_sym_as, - ACTIONS(3180), 1, - anon_sym_if, - ACTIONS(3182), 1, - anon_sym_and, - ACTIONS(3184), 1, - anon_sym_or, + anon_sym_EQ, + [109236] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3605), 2, + ACTIONS(3511), 6, + anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, - [108940] = 2, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + [109249] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(3648), 1, + anon_sym_BSLASH, + ACTIONS(3646), 5, + sym__string_content, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [109266] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3068), 6, - sym__newline, - anon_sym_SEMI, + ACTIONS(3650), 6, anon_sym_DOT, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [108953] = 2, + [109279] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5), 1, + sym_line_continuation, + ACTIONS(3654), 1, + anon_sym_BSLASH, + ACTIONS(3652), 5, + sym__string_content, + sym_escape_interpolation, + sym_string_end, + anon_sym_LBRACE, + sym_escape_sequence, + [109296] = 4, + ACTIONS(3656), 1, + anon_sym_COMMA, + STATE(1958), 1, + aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3255), 6, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(959), 4, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [109313] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3658), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3322), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [108966] = 2, + anon_sym_RBRACE, + [109328] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3607), 6, + ACTIONS(3660), 6, anon_sym_DOT, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [108979] = 4, + [109341] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3662), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3322), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + [109356] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3664), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3497), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + anon_sym_RBRACE, + [109371] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3611), 1, + ACTIONS(3668), 1, anon_sym_BSLASH, - ACTIONS(3609), 5, + ACTIONS(3666), 5, sym__string_content, sym_escape_interpolation, sym_string_end, anon_sym_LBRACE, sym_escape_sequence, - [108996] = 2, + [109388] = 4, + ACTIONS(3670), 1, + anon_sym_COMMA, + STATE(1954), 1, + aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3613), 6, + ACTIONS(3538), 4, + anon_sym_RPAREN, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [109405] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3524), 6, anon_sym_DOT, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [109009] = 4, - ACTIONS(3617), 1, - anon_sym_AT, + [109418] = 4, + ACTIONS(3580), 1, + anon_sym_PIPE, + STATE(1919), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - STATE(1959), 2, - sym_decorator, - aux_sym_decorated_definition_repeat1, - ACTIONS(3615), 3, - anon_sym_async, - anon_sym_def, - anon_sym_class, - [109026] = 5, - ACTIONS(3572), 1, + ACTIONS(3672), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + [109435] = 6, + ACTIONS(3183), 1, + anon_sym_as, + ACTIONS(3185), 1, + anon_sym_if, + ACTIONS(3187), 1, + anon_sym_and, + ACTIONS(3189), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3518), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [109456] = 4, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3037), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + [109473] = 6, + ACTIONS(3640), 1, anon_sym_DOT, - ACTIONS(3576), 1, + ACTIONS(3642), 1, anon_sym_COLON, - ACTIONS(3580), 1, + ACTIONS(3644), 1, anon_sym_PIPE, + ACTIONS(3676), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3620), 3, + ACTIONS(3674), 2, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_EQ, - [109045] = 2, + [109494] = 6, + ACTIONS(3183), 1, + anon_sym_as, + ACTIONS(3185), 1, + anon_sym_if, + ACTIONS(3187), 1, + anon_sym_and, + ACTIONS(3189), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3622), 6, - anon_sym_DOT, + ACTIONS(3602), 2, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [109058] = 6, - ACTIONS(3626), 1, + [109515] = 6, + ACTIONS(3505), 1, anon_sym_DOT, - ACTIONS(3628), 1, + ACTIONS(3507), 1, anon_sym_COLON, - ACTIONS(3630), 1, - anon_sym_EQ, - ACTIONS(3632), 1, + ACTIONS(3509), 1, anon_sym_PIPE, + ACTIONS(3680), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3624), 2, + ACTIONS(3678), 2, sym__newline, anon_sym_SEMI, - [109079] = 4, - ACTIONS(3), 1, + [109536] = 6, + ACTIONS(3183), 1, + anon_sym_as, + ACTIONS(3185), 1, + anon_sym_if, + ACTIONS(3187), 1, + anon_sym_and, + ACTIONS(3189), 1, + anon_sym_or, + ACTIONS(3), 2, sym_comment, - ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3636), 1, - anon_sym_BSLASH, - ACTIONS(3634), 5, - sym__string_content, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [109096] = 2, + ACTIONS(3682), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [109557] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3613), 6, - sym__newline, - anon_sym_SEMI, + ACTIONS(3524), 6, anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [109109] = 6, - ACTIONS(3017), 1, + [109570] = 6, + ACTIONS(3222), 1, + anon_sym_as, + ACTIONS(3224), 1, + anon_sym_if, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3023), 1, + ACTIONS(3228), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3589), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [109591] = 4, + ACTIONS(3686), 1, + anon_sym_AT, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + STATE(1990), 2, + sym_decorator, + aux_sym_decorated_definition_repeat1, + ACTIONS(3684), 3, + anon_sym_async, + anon_sym_def, + anon_sym_class, + [109608] = 6, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3025), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3027), 1, + ACTIONS(3226), 1, + anon_sym_and, + ACTIONS(3228), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3638), 2, + ACTIONS(1443), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [109629] = 6, + ACTIONS(3022), 1, + anon_sym_as, + ACTIONS(3024), 1, + anon_sym_if, + ACTIONS(3026), 1, + anon_sym_and, + ACTIONS(3028), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3689), 2, sym__newline, anon_sym_SEMI, - [109130] = 6, - ACTIONS(3217), 1, + [109650] = 6, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3640), 2, + ACTIONS(3691), 2, anon_sym_COMMA, anon_sym_RBRACK, - [109151] = 4, - ACTIONS(3642), 1, + [109671] = 4, + ACTIONS(3693), 1, anon_sym_COMMA, - STATE(1977), 1, - aux_sym_for_in_clause_repeat1, + STATE(2012), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3533), 4, - anon_sym_RPAREN, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [109168] = 2, + ACTIONS(1297), 4, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [109688] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3644), 6, + ACTIONS(1633), 6, sym__newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [109181] = 2, + [109701] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3644), 6, + ACTIONS(3615), 6, + sym__newline, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_RPAREN, - anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [109194] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5), 1, - sym_line_continuation, - ACTIONS(3648), 1, - anon_sym_BSLASH, - ACTIONS(3646), 5, - sym__string_content, - sym_escape_interpolation, - sym_string_end, - anon_sym_LBRACE, - sym_escape_sequence, - [109211] = 4, - ACTIONS(3650), 1, + [109714] = 4, + ACTIONS(3695), 1, anon_sym_COMMA, STATE(2004), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3519), 4, + ACTIONS(3532), 4, + anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_RBRACK, - [109228] = 4, - ACTIONS(3652), 1, + [109731] = 7, + ACTIONS(3196), 1, + anon_sym_if, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, + ACTIONS(3697), 1, anon_sym_COMMA, - STATE(1945), 1, - aux_sym__patterns_repeat1, + ACTIONS(3699), 1, + anon_sym_as, + ACTIONS(3701), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [109754] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(970), 4, + ACTIONS(3660), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [109245] = 3, + anon_sym_PIPE, + [109767] = 6, + ACTIONS(3183), 1, + anon_sym_as, + ACTIONS(3185), 1, + anon_sym_if, + ACTIONS(3187), 1, + anon_sym_and, + ACTIONS(3189), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3654), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3364), 4, + ACTIONS(3703), 2, + anon_sym_RPAREN, anon_sym_COMMA, + [109788] = 6, + ACTIONS(3194), 1, anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [109260] = 6, - ACTIONS(3189), 1, - anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3656), 2, + ACTIONS(3705), 2, anon_sym_COMMA, anon_sym_COLON, - [109281] = 5, - ACTIONS(3626), 1, - anon_sym_DOT, - ACTIONS(3628), 1, + [109809] = 7, + ACTIONS(3196), 1, + anon_sym_if, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, + ACTIONS(3699), 1, + anon_sym_as, + ACTIONS(3707), 1, + anon_sym_COMMA, + ACTIONS(3709), 1, anon_sym_COLON, - ACTIONS(3632), 1, - anon_sym_PIPE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3620), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_EQ, - [109300] = 2, + [109832] = 6, + ACTIONS(3183), 1, + anon_sym_as, + ACTIONS(3185), 1, + anon_sym_if, + ACTIONS(3187), 1, + anon_sym_and, + ACTIONS(3189), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3601), 6, - anon_sym_DOT, + ACTIONS(3528), 2, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [109313] = 4, - ACTIONS(3658), 1, + [109853] = 4, + ACTIONS(3711), 1, anon_sym_COMMA, - STATE(1977), 1, + STATE(2004), 1, aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3540), 4, + ACTIONS(3585), 4, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, - [109330] = 4, - ACTIONS(3661), 1, - anon_sym_COMMA, - STATE(2014), 1, - aux_sym_for_in_clause_repeat1, + [109870] = 6, + ACTIONS(3183), 1, + anon_sym_as, + ACTIONS(3185), 1, + anon_sym_if, + ACTIONS(3187), 1, + anon_sym_and, + ACTIONS(3189), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3550), 4, + ACTIONS(3242), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [109891] = 6, + ACTIONS(3183), 1, + anon_sym_as, + ACTIONS(3185), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - [109347] = 2, + ACTIONS(3187), 1, + anon_sym_and, + ACTIONS(3189), 1, + anon_sym_or, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3714), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [109912] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3622), 6, + ACTIONS(3638), 6, sym__newline, anon_sym_SEMI, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [109360] = 3, + [109925] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3663), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3488), 4, - anon_sym_COMMA, - anon_sym_as, + ACTIONS(3650), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_COLON, + anon_sym_EQ, anon_sym_PIPE, - anon_sym_RBRACE, - [109375] = 6, - ACTIONS(3199), 1, + [109938] = 6, + ACTIONS(3204), 1, anon_sym_as, - ACTIONS(3201), 1, + ACTIONS(3206), 1, anon_sym_if, - ACTIONS(3205), 1, + ACTIONS(3210), 1, anon_sym_and, - ACTIONS(3207), 1, + ACTIONS(3212), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3546), 2, + ACTIONS(3589), 2, anon_sym_COMMA, anon_sym_RBRACE, - [109396] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3607), 6, - anon_sym_DOT, - anon_sym_RPAREN, + [109959] = 4, + ACTIONS(3716), 1, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [109409] = 6, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, - anon_sym_as, - ACTIONS(3025), 1, - anon_sym_if, - ACTIONS(3027), 1, - anon_sym_or, + STATE(1928), 1, + aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3237), 2, - sym__newline, - anon_sym_SEMI, - [109430] = 4, - ACTIONS(3665), 1, + ACTIONS(3564), 4, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [109976] = 4, + ACTIONS(3522), 1, anon_sym_DOT, - STATE(1918), 1, + STATE(1951), 1, aux_sym_dotted_name_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3242), 4, + ACTIONS(3244), 4, sym__newline, anon_sym_SEMI, anon_sym_COMMA, anon_sym_as, - [109447] = 4, - ACTIONS(3584), 1, - anon_sym_PIPE, - STATE(1938), 1, - aux_sym_union_pattern_repeat1, + [109993] = 4, + ACTIONS(3718), 1, + anon_sym_COMMA, + STATE(2012), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3667), 4, - anon_sym_COMMA, + ACTIONS(3251), 4, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [110010] = 6, + ACTIONS(3194), 1, anon_sym_as, + ACTIONS(3196), 1, anon_sym_if, - anon_sym_COLON, - [109464] = 3, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3669), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3488), 4, - anon_sym_RPAREN, + ACTIONS(3251), 2, anon_sym_COMMA, - anon_sym_as, + anon_sym_COLON, + [110031] = 4, + ACTIONS(3580), 1, anon_sym_PIPE, - [109479] = 6, - ACTIONS(3217), 1, - anon_sym_as, - ACTIONS(3219), 1, - anon_sym_if, - ACTIONS(3221), 1, - anon_sym_and, - ACTIONS(3223), 1, - anon_sym_or, + STATE(1981), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3237), 2, + ACTIONS(3721), 4, anon_sym_COMMA, - anon_sym_RBRACK, - [109500] = 2, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + [110048] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3601), 6, + ACTIONS(3650), 6, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [109513] = 6, - ACTIONS(3178), 1, + [110061] = 6, + ACTIONS(3204), 1, anon_sym_as, - ACTIONS(3180), 1, + ACTIONS(3206), 1, anon_sym_if, - ACTIONS(3182), 1, + ACTIONS(3210), 1, anon_sym_and, - ACTIONS(3184), 1, + ACTIONS(3212), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3246), 2, - anon_sym_RPAREN, + ACTIONS(3703), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [110082] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3260), 6, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - [109534] = 6, - ACTIONS(3178), 1, anon_sym_as, - ACTIONS(3180), 1, + anon_sym_PIPE, + anon_sym_RBRACE, + [110095] = 6, + ACTIONS(3222), 1, + anon_sym_as, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3182), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3184), 1, + ACTIONS(3228), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3671), 2, - anon_sym_RPAREN, + ACTIONS(3242), 2, anon_sym_COMMA, - [109555] = 4, - ACTIONS(3665), 1, - anon_sym_DOT, - STATE(1984), 1, - aux_sym_dotted_name_repeat1, + anon_sym_RBRACK, + [110116] = 4, + ACTIONS(3723), 1, + anon_sym_COMMA, + STATE(1945), 1, + aux_sym_for_in_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3227), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_as, - [109572] = 6, - ACTIONS(3217), 1, + ACTIONS(3568), 4, + anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [110133] = 6, + ACTIONS(3222), 1, anon_sym_as, - ACTIONS(3219), 1, + ACTIONS(3224), 1, anon_sym_if, - ACTIONS(3221), 1, + ACTIONS(3226), 1, anon_sym_and, - ACTIONS(3223), 1, + ACTIONS(3228), 1, anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3546), 2, + ACTIONS(3518), 2, anon_sym_COMMA, anon_sym_RBRACK, - [109593] = 3, - STATE(1938), 1, - aux_sym_union_pattern_repeat1, + [110154] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3673), 5, + ACTIONS(3660), 6, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, + anon_sym_EQ, anon_sym_PIPE, - [109608] = 4, - ACTIONS(3675), 1, - anon_sym_PIPE, - STATE(1994), 1, - aux_sym_union_pattern_repeat1, + [110167] = 5, + ACTIONS(3725), 1, + anon_sym_COMMA, + ACTIONS(3727), 1, + anon_sym_RBRACE, + STATE(2483), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3673), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, + ACTIONS(3322), 2, anon_sym_COLON, - [109625] = 2, + anon_sym_PIPE, + [110185] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3255), 6, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(3729), 5, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [109638] = 2, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [110197] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3607), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(1563), 5, + anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, - anon_sym_PIPE, - [109651] = 4, - ACTIONS(3678), 1, - anon_sym_COMMA, - STATE(2013), 1, - aux_sym_assert_statement_repeat1, + anon_sym_RBRACE, + sym_type_conversion, + [110209] = 6, + ACTIONS(3194), 1, + anon_sym_as, + ACTIONS(3196), 1, + anon_sym_if, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, + ACTIONS(3731), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1292), 4, + [110229] = 6, + ACTIONS(3733), 1, anon_sym_COLON, + ACTIONS(3735), 1, anon_sym_EQ, + ACTIONS(3737), 1, anon_sym_RBRACE, + ACTIONS(3739), 1, sym_type_conversion, - [109668] = 2, + STATE(2765), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1628), 6, - sym__newline, - anon_sym_SEMI, + [110249] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3638), 5, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + [110261] = 5, + ACTIONS(3741), 1, anon_sym_DOT, + ACTIONS(3743), 1, anon_sym_COLON, + ACTIONS(3745), 1, + anon_sym_PIPE, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3503), 2, + anon_sym_COMMA, anon_sym_EQ, + [110279] = 5, + ACTIONS(3505), 1, + anon_sym_DOT, + ACTIONS(3507), 1, + anon_sym_COLON, + ACTIONS(3509), 1, anon_sym_PIPE, - [109681] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3586), 6, + ACTIONS(3747), 2, sym__newline, anon_sym_SEMI, + [110297] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3511), 5, anon_sym_DOT, + anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [109694] = 6, - ACTIONS(3199), 1, - anon_sym_as, - ACTIONS(3201), 1, - anon_sym_if, - ACTIONS(3205), 1, - anon_sym_and, - ACTIONS(3207), 1, - anon_sym_or, + [110309] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3535), 2, + ACTIONS(3749), 5, anon_sym_COMMA, - anon_sym_RBRACE, - [109715] = 6, - ACTIONS(3189), 1, anon_sym_as, - ACTIONS(3191), 1, anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, + anon_sym_COLON, + anon_sym_PIPE, + [110321] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3605), 2, - anon_sym_COMMA, - anon_sym_COLON, - [109736] = 7, - ACTIONS(3191), 1, - anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, - ACTIONS(3680), 1, + ACTIONS(3751), 5, anon_sym_COMMA, - ACTIONS(3682), 1, anon_sym_as, - ACTIONS(3684), 1, + anon_sym_if, anon_sym_COLON, + anon_sym_PIPE, + [110333] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109759] = 6, - ACTIONS(3178), 1, + ACTIONS(3753), 5, + anon_sym_COMMA, anon_sym_as, - ACTIONS(3180), 1, anon_sym_if, - ACTIONS(3182), 1, - anon_sym_and, - ACTIONS(3184), 1, - anon_sym_or, + anon_sym_COLON, + anon_sym_PIPE, + [110345] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3686), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [109780] = 4, - ACTIONS(3688), 1, + ACTIONS(3755), 5, anon_sym_COMMA, - STATE(2014), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3533), 4, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - [109797] = 7, - ACTIONS(3191), 1, - anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, - ACTIONS(3682), 1, anon_sym_as, - ACTIONS(3690), 1, - anon_sym_COMMA, - ACTIONS(3692), 1, + anon_sym_if, anon_sym_COLON, + anon_sym_PIPE, + [110357] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109820] = 3, - ACTIONS(3694), 1, - anon_sym_LPAREN, + ACTIONS(3757), 5, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + [110369] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3364), 5, + ACTIONS(3759), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [109835] = 6, - ACTIONS(3178), 1, + [110381] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3180), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3182), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3184), 1, + ACTIONS(3200), 1, anon_sym_or, + ACTIONS(3761), 1, + anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3237), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [109856] = 7, - ACTIONS(3696), 1, - anon_sym_COMMA, - ACTIONS(3698), 1, - anon_sym_as, - ACTIONS(3700), 1, - anon_sym_if, - ACTIONS(3702), 1, - anon_sym_COLON, - STATE(2054), 1, - aux_sym_case_clause_repeat1, - STATE(2805), 1, - sym_if_clause, + [110401] = 4, + ACTIONS(3763), 1, + anon_sym_PIPE, + STATE(2106), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [109879] = 4, - ACTIONS(3584), 1, - anon_sym_PIPE, - STATE(1938), 1, + ACTIONS(3721), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + [110417] = 3, + STATE(2106), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3704), 4, + ACTIONS(3513), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, - [109896] = 6, - ACTIONS(3199), 1, + anon_sym_PIPE, + [110431] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3201), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3205), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3207), 1, + ACTIONS(3200), 1, anon_sym_or, + ACTIONS(3765), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3362), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [109917] = 4, - ACTIONS(3706), 1, + [110451] = 5, + ACTIONS(3769), 1, anon_sym_COMMA, - STATE(1978), 1, - aux_sym_for_in_clause_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3523), 4, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - [109934] = 6, - ACTIONS(3189), 1, + ACTIONS(3771), 1, anon_sym_as, - ACTIONS(3191), 1, - anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, + STATE(2222), 1, + aux_sym__import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3603), 2, - anon_sym_COMMA, - anon_sym_COLON, - [109955] = 4, - ACTIONS(3708), 1, - anon_sym_COMMA, - STATE(2013), 1, - aux_sym_assert_statement_repeat1, + ACTIONS(3767), 2, + sym__newline, + anon_sym_SEMI, + [110469] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3246), 4, + ACTIONS(3208), 5, + anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_RBRACE, sym_type_conversion, - [109972] = 4, - ACTIONS(3711), 1, + [110481] = 4, + ACTIONS(3773), 1, + anon_sym_PIPE, + STATE(2043), 1, + aux_sym_union_pattern_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3513), 3, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2014), 1, - aux_sym_for_in_clause_repeat1, + anon_sym_as, + [110497] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3540), 4, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - [109989] = 6, - ACTIONS(3189), 1, + ACTIONS(3776), 5, + anon_sym_COMMA, anon_sym_as, - ACTIONS(3191), 1, anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, + anon_sym_COLON, + anon_sym_PIPE, + [110509] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3246), 2, + ACTIONS(3260), 5, + sym__newline, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_as, + [110521] = 6, + ACTIONS(3674), 1, + anon_sym_COMMA, + ACTIONS(3741), 1, + anon_sym_DOT, + ACTIONS(3743), 1, anon_sym_COLON, - [110010] = 4, - ACTIONS(3), 1, + ACTIONS(3745), 1, + anon_sym_PIPE, + ACTIONS(3778), 1, + anon_sym_EQ, + ACTIONS(3), 2, sym_comment, - ACTIONS(5), 1, sym_line_continuation, - ACTIONS(3716), 1, - anon_sym_BSLASH, - ACTIONS(3714), 5, - sym__string_content, - sym_escape_interpolation, - sym_string_end, + [110541] = 6, + ACTIONS(3379), 1, + sym_identifier, + ACTIONS(3780), 1, + anon_sym_LPAREN, + STATE(2041), 1, + sym_dotted_name, + STATE(2253), 1, + sym_aliased_import, + STATE(2571), 1, + sym__import_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [110561] = 6, + ACTIONS(3782), 1, anon_sym_LBRACE, - sym_escape_sequence, - [110027] = 2, + ACTIONS(3784), 1, + anon_sym_RBRACE, + ACTIONS(3786), 1, + aux_sym_format_specifier_token1, + STATE(2071), 1, + aux_sym_format_specifier_repeat1, + STATE(2345), 1, + sym_interpolation, + ACTIONS(5), 2, + sym_comment, + sym_line_continuation, + [110581] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3644), 6, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(3788), 5, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [110040] = 6, - ACTIONS(3217), 1, anon_sym_as, - ACTIONS(3219), 1, anon_sym_if, - ACTIONS(3221), 1, - anon_sym_and, - ACTIONS(3223), 1, - anon_sym_or, + anon_sym_COLON, + anon_sym_PIPE, + [110593] = 5, + ACTIONS(3790), 1, + anon_sym_COMMA, + ACTIONS(3792), 1, + anon_sym_RBRACE, + STATE(2300), 1, + aux_sym_dict_pattern_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3322), 2, + anon_sym_COLON, + anon_sym_PIPE, + [110611] = 6, + ACTIONS(3794), 1, + anon_sym_LBRACE, + ACTIONS(3797), 1, + anon_sym_RBRACE, + ACTIONS(3799), 1, + aux_sym_format_specifier_token1, + STATE(2051), 1, + aux_sym_format_specifier_repeat1, + STATE(2345), 1, + sym_interpolation, + ACTIONS(5), 2, + sym_comment, + sym_line_continuation, + [110631] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1446), 2, + ACTIONS(3650), 5, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_COLON, anon_sym_RBRACK, - [110061] = 6, - ACTIONS(3199), 1, - anon_sym_as, - ACTIONS(3201), 1, - anon_sym_if, - ACTIONS(3205), 1, - anon_sym_and, - ACTIONS(3207), 1, - anon_sym_or, + anon_sym_PIPE, + [110643] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3686), 2, + ACTIONS(2935), 5, anon_sym_COMMA, + anon_sym_COLON, + anon_sym_EQ, anon_sym_RBRACE, - [110082] = 4, - ACTIONS(3718), 1, + sym_type_conversion, + [110655] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3075), 5, + anon_sym_DOT, anon_sym_COMMA, - STATE(1925), 1, - aux_sym_for_in_clause_repeat1, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_PIPE, + [110667] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3550), 4, + ACTIONS(3729), 5, + anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_RBRACE, - [110099] = 6, - ACTIONS(3189), 1, + anon_sym_RBRACK, + [110679] = 6, + ACTIONS(1561), 1, + anon_sym_LBRACK, + ACTIONS(3802), 1, + anon_sym_LPAREN, + ACTIONS(3804), 1, + anon_sym_COLON, + STATE(2514), 1, + sym_type_parameter, + STATE(2786), 1, + sym_argument_list, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [110699] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3720), 1, - anon_sym_COLON, + ACTIONS(3806), 1, + anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110119] = 2, + [110719] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3607), 5, - anon_sym_DOT, + ACTIONS(3808), 5, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, - anon_sym_RBRACK, anon_sym_PIPE, - [110131] = 2, + [110731] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3601), 5, - anon_sym_DOT, + ACTIONS(2933), 5, anon_sym_COMMA, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE, - [110143] = 5, - ACTIONS(3462), 1, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [110743] = 5, + ACTIONS(3379), 1, sym_identifier, - STATE(2251), 1, + STATE(2201), 1, sym_dotted_name, - STATE(2463), 1, + STATE(2453), 1, sym_aliased_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3722), 2, + ACTIONS(3810), 2, sym__newline, anon_sym_SEMI, - [110161] = 2, + [110761] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3724), 5, + ACTIONS(3812), 5, anon_sym_COMMA, - anon_sym_as, anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [110173] = 2, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACK, + [110773] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3726), 5, + ACTIONS(2924), 5, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, - anon_sym_PIPE, - [110185] = 6, - ACTIONS(3189), 1, + anon_sym_EQ, + anon_sym_RBRACE, + sym_type_conversion, + [110785] = 4, + ACTIONS(3814), 1, + anon_sym_COMMA, + STATE(2108), 1, + aux_sym_assert_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(1297), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_from, + [110801] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3728), 1, + ACTIONS(3816), 1, anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110205] = 6, - ACTIONS(3730), 1, - anon_sym_COLON, - ACTIONS(3732), 1, - anon_sym_EQ, - ACTIONS(3734), 1, - anon_sym_RBRACE, - ACTIONS(3736), 1, - sym_type_conversion, - STATE(2630), 1, - sym_format_specifier, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [110225] = 2, + [110821] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3738), 5, + ACTIONS(3818), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [110237] = 6, - ACTIONS(3189), 1, - anon_sym_as, - ACTIONS(3191), 1, - anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, - ACTIONS(3441), 1, - anon_sym_COLON, + [110833] = 5, + ACTIONS(3379), 1, + sym_identifier, + STATE(2201), 1, + sym_dotted_name, + STATE(2453), 1, + sym_aliased_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110257] = 6, - ACTIONS(3189), 1, + ACTIONS(3810), 2, + sym__newline, + anon_sym_SEMI, + [110851] = 6, + ACTIONS(3022), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3024), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3026), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3028), 1, anon_sym_or, - ACTIONS(3740), 1, - anon_sym_else, + ACTIONS(3820), 1, + sym__newline, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110277] = 2, + [110871] = 5, + ACTIONS(3822), 1, + anon_sym_COMMA, + ACTIONS(3824), 1, + anon_sym_RBRACE, + STATE(2347), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3742), 5, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, + ACTIONS(3322), 2, anon_sym_COLON, anon_sym_PIPE, - [110289] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3744), 5, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [110301] = 2, + [110889] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3744), 5, + ACTIONS(3585), 5, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_RBRACE, - [110313] = 2, + anon_sym_RBRACK, + [110901] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3746), 5, + ACTIONS(3826), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [110325] = 6, - ACTIONS(3189), 1, - anon_sym_as, - ACTIONS(3191), 1, - anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, - ACTIONS(3748), 1, - anon_sym_COLON, - ACTIONS(3), 2, + [110913] = 6, + ACTIONS(3782), 1, + anon_sym_LBRACE, + ACTIONS(3828), 1, + anon_sym_RBRACE, + ACTIONS(3830), 1, + aux_sym_format_specifier_token1, + STATE(2051), 1, + aux_sym_format_specifier_repeat1, + STATE(2345), 1, + sym_interpolation, + ACTIONS(5), 2, sym_comment, sym_line_continuation, - [110345] = 2, + [110933] = 3, + ACTIONS(3832), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3203), 5, + ACTIONS(3322), 4, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [110357] = 2, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [110947] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3750), 5, + ACTIONS(3834), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [110369] = 2, + [110959] = 4, + ACTIONS(3836), 1, + anon_sym_PIPE, + STATE(2104), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3752), 5, + ACTIONS(3578), 3, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [110381] = 5, - ACTIONS(3754), 1, - anon_sym_COMMA, - ACTIONS(3756), 1, - anon_sym_RBRACE, - STATE(2322), 1, - aux_sym_dict_pattern_repeat1, + anon_sym_RBRACK, + [110975] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3364), 2, + ACTIONS(3838), 5, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [110399] = 2, + [110987] = 6, + ACTIONS(3194), 1, + anon_sym_as, + ACTIONS(3196), 1, + anon_sym_if, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, + ACTIONS(3428), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3540), 5, - anon_sym_RPAREN, - anon_sym_COMMA, + [111007] = 6, + ACTIONS(3194), 1, + anon_sym_as, + ACTIONS(3196), 1, anon_sym_if, - anon_sym_async, - anon_sym_for, - [110411] = 3, - ACTIONS(3758), 1, - anon_sym_LPAREN, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, + ACTIONS(3840), 1, + anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3364), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [110425] = 4, - ACTIONS(3760), 1, - anon_sym_PIPE, - STATE(2056), 1, - aux_sym_union_pattern_repeat1, + [111027] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3704), 3, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACE, - [110441] = 6, - ACTIONS(3574), 1, - anon_sym_COMMA, - ACTIONS(3762), 1, + ACTIONS(3660), 5, anon_sym_DOT, - ACTIONS(3764), 1, + anon_sym_COMMA, anon_sym_COLON, - ACTIONS(3766), 1, - anon_sym_EQ, - ACTIONS(3768), 1, + anon_sym_RBRACK, anon_sym_PIPE, + [111039] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110461] = 2, + ACTIONS(3842), 5, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + [111051] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3540), 5, + ACTIONS(3844), 5, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [110473] = 3, - ACTIONS(3770), 1, + anon_sym_COLON, + anon_sym_PIPE, + [111063] = 3, + ACTIONS(3846), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3364), 4, - anon_sym_RPAREN, + ACTIONS(3322), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [110487] = 5, - ACTIONS(3772), 1, - anon_sym_COMMA, - ACTIONS(3774), 1, anon_sym_RBRACE, - STATE(2505), 1, - aux_sym_dict_pattern_repeat1, + [111077] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3364), 2, + ACTIONS(3848), 5, + anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [110505] = 4, - ACTIONS(3776), 1, + [111089] = 4, + ACTIONS(3850), 1, anon_sym_PIPE, - STATE(2076), 1, + STATE(2088), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3704), 3, - anon_sym_RPAREN, + ACTIONS(3578), 3, anon_sym_COMMA, anon_sym_as, - [110521] = 2, + anon_sym_RBRACE, + [111105] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3738), 5, + ACTIONS(3834), 5, anon_sym_COMMA, anon_sym_as, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACE, - [110533] = 3, - ACTIONS(3778), 1, - anon_sym_LPAREN, + [111117] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3364), 4, + ACTIONS(3638), 5, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, + anon_sym_COLON, anon_sym_RBRACK, anon_sym_PIPE, - [110547] = 6, - ACTIONS(3189), 1, + [111129] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3780), 1, + ACTIONS(3852), 1, anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110567] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3782), 5, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [110579] = 6, - ACTIONS(3189), 1, - anon_sym_as, - ACTIONS(3191), 1, - anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, - ACTIONS(3784), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [110599] = 6, - ACTIONS(2611), 1, + [111149] = 6, + ACTIONS(2616), 1, anon_sym_COLON, - ACTIONS(3700), 1, + ACTIONS(3558), 1, anon_sym_if, - ACTIONS(3786), 1, + ACTIONS(3854), 1, anon_sym_COMMA, - STATE(2212), 1, + STATE(2207), 1, aux_sym_case_clause_repeat1, - STATE(2800), 1, + STATE(2789), 1, sym_if_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110619] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3788), 5, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [110631] = 4, - ACTIONS(3760), 1, + [111169] = 4, + ACTIONS(3850), 1, anon_sym_PIPE, - STATE(2061), 1, + STATE(2092), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3582), 3, + ACTIONS(3672), 3, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACE, - [110647] = 4, - ACTIONS(3790), 1, + [111185] = 4, + ACTIONS(3850), 1, anon_sym_PIPE, - STATE(2124), 1, + STATE(2088), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3667), 3, + ACTIONS(3721), 3, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, - [110663] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2930), 5, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, anon_sym_RBRACE, - sym_type_conversion, - [110675] = 4, - ACTIONS(3760), 1, + [111201] = 5, + ACTIONS(3544), 1, + anon_sym_DOT, + ACTIONS(3548), 1, + anon_sym_COLON, + ACTIONS(3552), 1, anon_sym_PIPE, - STATE(2056), 1, - aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3667), 3, + ACTIONS(3503), 2, anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACE, - [110691] = 3, - STATE(2056), 1, + anon_sym_RBRACK, + [111219] = 3, + STATE(2088), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3673), 4, + ACTIONS(3513), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, anon_sym_RBRACE, - [110705] = 4, - ACTIONS(3792), 1, + [111233] = 4, + ACTIONS(3856), 1, anon_sym_PIPE, - STATE(2061), 1, + STATE(2092), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3673), 3, + ACTIONS(3513), 3, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACE, - [110721] = 3, - STATE(2124), 1, - aux_sym_union_pattern_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3673), 4, - anon_sym_COMMA, + [111249] = 6, + ACTIONS(3194), 1, anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [110735] = 5, - ACTIONS(3462), 1, - sym_identifier, - STATE(2251), 1, - sym_dotted_name, - STATE(2463), 1, - sym_aliased_import, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3795), 2, - sym__newline, - anon_sym_SEMI, - [110753] = 2, + ACTIONS(3196), 1, + anon_sym_if, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, + ACTIONS(3859), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3797), 5, - anon_sym_COMMA, + [111269] = 6, + ACTIONS(3194), 1, anon_sym_as, + ACTIONS(3196), 1, anon_sym_if, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, + ACTIONS(3861), 1, anon_sym_COLON, - anon_sym_PIPE, - [110765] = 6, - ACTIONS(3189), 1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [111289] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3799), 1, + ACTIONS(3863), 1, anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110785] = 2, + [111309] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1628), 5, - anon_sym_DOT, + ACTIONS(3865), 5, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, - anon_sym_RBRACK, anon_sym_PIPE, - [110797] = 2, + [111321] = 3, + ACTIONS(3867), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3586), 5, - anon_sym_DOT, + ACTIONS(3322), 4, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_as, anon_sym_PIPE, - [110809] = 2, + [111335] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3801), 5, + ACTIONS(3075), 5, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, anon_sym_COLON, + anon_sym_RBRACK, anon_sym_PIPE, - [110821] = 2, + [111347] = 4, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3803), 5, - anon_sym_COMMA, + ACTIONS(3037), 3, anon_sym_as, anon_sym_if, anon_sym_COLON, + [111363] = 4, + ACTIONS(3763), 1, anon_sym_PIPE, - [110833] = 2, + STATE(2106), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3068), 5, - anon_sym_DOT, + ACTIONS(3578), 3, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [110845] = 2, + anon_sym_as, + [111379] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3805), 5, + ACTIONS(3869), 5, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, - [110857] = 6, - ACTIONS(3189), 1, + [111391] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3807), 1, + ACTIONS(3871), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110877] = 6, - ACTIONS(1556), 1, - anon_sym_LBRACK, - ACTIONS(3809), 1, - anon_sym_LPAREN, - ACTIONS(3811), 1, - anon_sym_COLON, - STATE(2504), 1, - sym_type_parameter, - STATE(2786), 1, - sym_argument_list, + [111411] = 6, + ACTIONS(3194), 1, + anon_sym_as, + ACTIONS(3196), 1, + anon_sym_if, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, + ACTIONS(3873), 1, + anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110897] = 4, - ACTIONS(3813), 1, + [111431] = 4, + ACTIONS(3836), 1, anon_sym_PIPE, - STATE(2074), 1, + STATE(2122), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3673), 3, + ACTIONS(3672), 3, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, - [110913] = 2, + [111447] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3816), 5, + ACTIONS(3524), 5, + anon_sym_DOT, anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACE, - [110925] = 4, - ACTIONS(3776), 1, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_PIPE, + [111459] = 4, + ACTIONS(3763), 1, anon_sym_PIPE, - STATE(2080), 1, + STATE(2043), 1, aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3582), 3, + ACTIONS(3672), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - [110941] = 5, - ACTIONS(3502), 1, - anon_sym_DOT, - ACTIONS(3506), 1, - anon_sym_COLON, - ACTIONS(3510), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3818), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [110959] = 6, - ACTIONS(3189), 1, + [111475] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3820), 1, + ACTIONS(3875), 1, anon_sym_else, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [110979] = 2, + [111495] = 4, + ACTIONS(3877), 1, + anon_sym_COMMA, + STATE(2108), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2928), 5, - anon_sym_COMMA, + ACTIONS(3251), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_from, + [111511] = 5, + ACTIONS(3544), 1, + anon_sym_DOT, + ACTIONS(3548), 1, anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [110991] = 4, - ACTIONS(3822), 1, + ACTIONS(3552), 1, anon_sym_PIPE, - STATE(2080), 1, - aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3673), 3, - anon_sym_RPAREN, + ACTIONS(3880), 2, anon_sym_COMMA, - anon_sym_as, - [111007] = 2, + anon_sym_RBRACK, + [111529] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3825), 5, + ACTIONS(3812), 5, anon_sym_COMMA, - anon_sym_as, anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [111019] = 6, - ACTIONS(3189), 1, - anon_sym_as, - ACTIONS(3191), 1, - anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, - ACTIONS(3827), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [111039] = 2, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [111541] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3068), 5, + ACTIONS(3511), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_PIPE, - [111051] = 6, - ACTIONS(3462), 1, - sym_identifier, - ACTIONS(3829), 1, - anon_sym_LPAREN, - STATE(2087), 1, - sym_dotted_name, - STATE(2200), 1, - sym_aliased_import, - STATE(2600), 1, - sym__import_list, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [111071] = 6, - ACTIONS(3189), 1, - anon_sym_as, - ACTIONS(3191), 1, - anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, - ACTIONS(3831), 1, - anon_sym_else, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [111091] = 4, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, + [111553] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3036), 3, - anon_sym_as, + ACTIONS(3585), 5, + anon_sym_COMMA, anon_sym_if, + anon_sym_async, + anon_sym_for, + anon_sym_RBRACE, + [111565] = 5, + ACTIONS(3640), 1, + anon_sym_DOT, + ACTIONS(3642), 1, anon_sym_COLON, - [111107] = 5, - ACTIONS(3835), 1, - anon_sym_COMMA, - ACTIONS(3837), 1, - anon_sym_as, - STATE(2217), 1, - aux_sym__import_list_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3833), 2, - sym__newline, - anon_sym_SEMI, - [111125] = 2, + ACTIONS(3644), 1, + anon_sym_PIPE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2891), 5, + ACTIONS(3674), 2, + anon_sym_RPAREN, anon_sym_COMMA, + [111583] = 6, + ACTIONS(3733), 1, anon_sym_COLON, + ACTIONS(3882), 1, anon_sym_EQ, + ACTIONS(3884), 1, anon_sym_RBRACE, + ACTIONS(3886), 1, sym_type_conversion, - [111137] = 6, - ACTIONS(3189), 1, + STATE(2806), 1, + sym_format_specifier, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [111603] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3839), 1, - anon_sym_else, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [111157] = 5, - ACTIONS(3841), 1, - anon_sym_COMMA, - ACTIONS(3843), 1, - anon_sym_RBRACE, - STATE(2321), 1, - aux_sym_dict_pattern_repeat1, + ACTIONS(3888), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3364), 2, - anon_sym_COLON, - anon_sym_PIPE, - [111175] = 2, + [111623] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3255), 5, - sym__newline, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(3812), 5, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_if, + anon_sym_async, + anon_sym_for, + [111635] = 6, + ACTIONS(3194), 1, anon_sym_as, - [111187] = 6, - ACTIONS(3189), 1, - anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3845), 1, + ACTIONS(3890), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111207] = 4, - ACTIONS(3847), 1, - anon_sym_COMMA, - STATE(2109), 1, - aux_sym_assert_statement_repeat1, + [111655] = 4, + ACTIONS(3836), 1, + anon_sym_PIPE, + STATE(2104), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1292), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_from, - [111223] = 6, - ACTIONS(3189), 1, + ACTIONS(3721), 3, + anon_sym_COMMA, anon_sym_as, - ACTIONS(3191), 1, - anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, - ACTIONS(3849), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [111243] = 6, - ACTIONS(1556), 1, + anon_sym_RBRACK, + [111671] = 6, + ACTIONS(1561), 1, anon_sym_LBRACK, - ACTIONS(3809), 1, + ACTIONS(3802), 1, anon_sym_LPAREN, - ACTIONS(3851), 1, + ACTIONS(3892), 1, anon_sym_COLON, - STATE(2469), 1, + STATE(2487), 1, sym_type_parameter, - STATE(2720), 1, + STATE(2721), 1, sym_argument_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111263] = 6, - ACTIONS(3853), 1, - anon_sym_LBRACE, - ACTIONS(3855), 1, - anon_sym_RBRACE, - ACTIONS(3857), 1, - aux_sym_format_specifier_token1, - STATE(2131), 1, - aux_sym_format_specifier_repeat1, - STATE(2314), 1, - sym_interpolation, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - [111283] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3859), 5, - anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [111295] = 6, - ACTIONS(3191), 1, + [111691] = 6, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3861), 1, + ACTIONS(3894), 1, anon_sym_as, - ACTIONS(3863), 1, + ACTIONS(3896), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111315] = 2, + [111711] = 3, + STATE(2104), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1558), 5, + ACTIONS(3513), 4, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - sym_type_conversion, - [111327] = 2, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [111725] = 4, + ACTIONS(3898), 1, + anon_sym_PIPE, + STATE(2122), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3865), 5, + ACTIONS(3513), 3, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [111339] = 2, + anon_sym_RBRACK, + [111741] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3613), 5, + ACTIONS(1633), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_EQ, anon_sym_PIPE, - [111351] = 2, + [111753] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1628), 5, + ACTIONS(3615), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, - [111363] = 2, + [111765] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3744), 5, + ACTIONS(3585), 5, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_RBRACK, - [111375] = 2, + [111777] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3816), 5, + ACTIONS(3729), 5, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, - anon_sym_RBRACK, - [111387] = 6, - ACTIONS(3191), 1, + anon_sym_RBRACE, + [111789] = 6, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3861), 1, + ACTIONS(3894), 1, anon_sym_as, - ACTIONS(3867), 1, + ACTIONS(3901), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111407] = 2, + [111809] = 6, + ACTIONS(3194), 1, + anon_sym_as, + ACTIONS(3196), 1, + anon_sym_if, + ACTIONS(3198), 1, + anon_sym_and, + ACTIONS(3200), 1, + anon_sym_or, + ACTIONS(3903), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3586), 5, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_PIPE, - [111419] = 6, - ACTIONS(3189), 1, + [111829] = 6, + ACTIONS(3194), 1, anon_sym_as, - ACTIONS(3191), 1, + ACTIONS(3196), 1, anon_sym_if, - ACTIONS(3193), 1, + ACTIONS(3198), 1, anon_sym_and, - ACTIONS(3195), 1, + ACTIONS(3200), 1, anon_sym_or, - ACTIONS(3869), 1, + ACTIONS(3905), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111439] = 6, - ACTIONS(3189), 1, + [111849] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3907), 5, + anon_sym_COMMA, anon_sym_as, - ACTIONS(3191), 1, anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, - ACTIONS(3871), 1, anon_sym_COLON, + anon_sym_PIPE, + [111861] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111459] = 4, - ACTIONS(3873), 1, + ACTIONS(3909), 5, anon_sym_COMMA, - STATE(2109), 1, - aux_sym_assert_statement_repeat1, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + [111873] = 5, + ACTIONS(3911), 1, + anon_sym_COMMA, + ACTIONS(3913), 1, + anon_sym_RBRACE, + STATE(2491), 1, + aux_sym_dict_pattern_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3322), 2, + anon_sym_COLON, + anon_sym_PIPE, + [111891] = 5, + ACTIONS(3379), 1, + sym_identifier, + STATE(2201), 1, + sym_dotted_name, + STATE(2453), 1, + sym_aliased_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3246), 3, + ACTIONS(3915), 2, sym__newline, anon_sym_SEMI, - anon_sym_from, - [111475] = 5, - ACTIONS(3502), 1, - anon_sym_DOT, - ACTIONS(3506), 1, - anon_sym_COLON, - ACTIONS(3510), 1, - anon_sym_PIPE, + [111909] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3620), 2, + ACTIONS(3917), 5, anon_sym_COMMA, - anon_sym_RBRACK, - [111493] = 2, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + [111921] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3622), 5, + ACTIONS(1633), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_PIPE, - [111505] = 5, - ACTIONS(3572), 1, - anon_sym_DOT, - ACTIONS(3576), 1, - anon_sym_COLON, - ACTIONS(3580), 1, - anon_sym_PIPE, + [111933] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3574), 2, - anon_sym_RPAREN, + ACTIONS(3615), 5, + anon_sym_DOT, anon_sym_COMMA, - [111523] = 2, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_PIPE, + [111945] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3613), 5, - anon_sym_DOT, + ACTIONS(3919), 5, anon_sym_COMMA, + anon_sym_as, + anon_sym_if, anon_sym_COLON, - anon_sym_EQ, anon_sym_PIPE, - [111535] = 2, + [111957] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3540), 5, + ACTIONS(3921), 5, anon_sym_COMMA, + anon_sym_as, anon_sym_if, - anon_sym_async, - anon_sym_for, - anon_sym_RBRACK, - [111547] = 5, - ACTIONS(3762), 1, - anon_sym_DOT, - ACTIONS(3764), 1, anon_sym_COLON, - ACTIONS(3768), 1, anon_sym_PIPE, + [111969] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3620), 2, + ACTIONS(3923), 5, anon_sym_COMMA, - anon_sym_EQ, - [111565] = 2, + anon_sym_as, + anon_sym_if, + anon_sym_COLON, + anon_sym_PIPE, + [111981] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3816), 5, - anon_sym_RPAREN, + ACTIONS(3869), 4, anon_sym_COMMA, - anon_sym_if, - anon_sym_async, - anon_sym_for, - [111577] = 5, - ACTIONS(3626), 1, - anon_sym_DOT, - ACTIONS(3628), 1, - anon_sym_COLON, - ACTIONS(3632), 1, + anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, + [111992] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3876), 2, - sym__newline, - anon_sym_SEMI, - [111595] = 6, - ACTIONS(3730), 1, - anon_sym_COLON, - ACTIONS(3878), 1, - anon_sym_EQ, - ACTIONS(3880), 1, - anon_sym_RBRACE, - ACTIONS(3882), 1, - sym_type_conversion, - STATE(2801), 1, - sym_format_specifier, + ACTIONS(3776), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [112003] = 5, + ACTIONS(3925), 1, + anon_sym_case, + ACTIONS(3927), 1, + sym__dedent, + STATE(2247), 1, + aux_sym__match_block_repeat1, + STATE(2564), 1, + sym_case_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111615] = 2, + [112020] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3884), 5, + ACTIONS(3826), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, anon_sym_PIPE, - [111627] = 6, - ACTIONS(3017), 1, - anon_sym_and, - ACTIONS(3023), 1, - anon_sym_as, - ACTIONS(3025), 1, - anon_sym_if, - ACTIONS(3027), 1, - anon_sym_or, - ACTIONS(3886), 1, - sym__newline, + anon_sym_RBRACE, + [112031] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111647] = 2, + ACTIONS(3749), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + [112042] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3622), 5, - anon_sym_DOT, + ACTIONS(3838), 4, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, + anon_sym_as, anon_sym_PIPE, - [111659] = 6, - ACTIONS(3888), 1, - anon_sym_LBRACE, - ACTIONS(3891), 1, anon_sym_RBRACE, - ACTIONS(3893), 1, - aux_sym_format_specifier_token1, - STATE(2122), 1, - aux_sym_format_specifier_repeat1, - STATE(2314), 1, - sym_interpolation, - ACTIONS(5), 2, + [112053] = 5, + ACTIONS(3929), 1, + sym_identifier, + STATE(2218), 1, + sym_dotted_name, + STATE(2302), 1, + sym_aliased_import, + STATE(2762), 1, + sym__import_list, + ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111679] = 5, - ACTIONS(3896), 1, + [112070] = 5, + ACTIONS(3931), 1, + anon_sym_RPAREN, + ACTIONS(3933), 1, anon_sym_COMMA, - ACTIONS(3898), 1, - anon_sym_RBRACE, - STATE(2315), 1, - aux_sym_dict_pattern_repeat1, + ACTIONS(3935), 1, + anon_sym_as, + STATE(2295), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3364), 2, - anon_sym_COLON, - anon_sym_PIPE, - [111697] = 4, - ACTIONS(3790), 1, + [112087] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3923), 4, + anon_sym_COMMA, + anon_sym_as, anon_sym_PIPE, - STATE(2074), 1, - aux_sym_union_pattern_repeat1, + anon_sym_RBRACE, + [112098] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3582), 3, + ACTIONS(3826), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, - [111713] = 5, - ACTIONS(3462), 1, + anon_sym_PIPE, + [112109] = 5, + ACTIONS(3929), 1, sym_identifier, - STATE(2251), 1, + STATE(2218), 1, sym_dotted_name, - STATE(2463), 1, + STATE(2302), 1, sym_aliased_import, + STATE(2769), 1, + sym__import_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3722), 2, - sym__newline, - anon_sym_SEMI, - [111731] = 2, + [112126] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3900), 5, + ACTIONS(3788), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, anon_sym_PIPE, - [111743] = 2, + [112137] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3644), 5, - anon_sym_DOT, + ACTIONS(3834), 4, anon_sym_COMMA, - anon_sym_COLON, + anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [111755] = 6, - ACTIONS(3189), 1, + [112148] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3808), 4, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_as, - ACTIONS(3191), 1, - anon_sym_if, - ACTIONS(3193), 1, - anon_sym_and, - ACTIONS(3195), 1, - anon_sym_or, - ACTIONS(3902), 1, - anon_sym_else, + anon_sym_PIPE, + [112159] = 5, + ACTIONS(3937), 1, + anon_sym_COMMA, + ACTIONS(3939), 1, + anon_sym_as, + ACTIONS(3941), 1, + anon_sym_RBRACK, + STATE(2297), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111775] = 2, + [112176] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3904), 5, + ACTIONS(3838), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_PIPE, - [111787] = 2, + [112187] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3906), 5, + ACTIONS(3907), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, anon_sym_PIPE, - [111799] = 6, - ACTIONS(3853), 1, - anon_sym_LBRACE, - ACTIONS(3908), 1, anon_sym_RBRACE, - ACTIONS(3910), 1, - aux_sym_format_specifier_token1, - STATE(2122), 1, - aux_sym_format_specifier_repeat1, - STATE(2314), 1, - sym_interpolation, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - [111819] = 2, + [112198] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3912), 5, + ACTIONS(3909), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, anon_sym_PIPE, - [111831] = 2, + anon_sym_RBRACE, + [112209] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3914), 5, + ACTIONS(3917), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, - anon_sym_PIPE, - [111843] = 4, - ACTIONS(3776), 1, anon_sym_PIPE, - STATE(2076), 1, - aux_sym_union_pattern_repeat1, + anon_sym_RBRACE, + [112220] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3667), 3, - anon_sym_RPAREN, + ACTIONS(3919), 4, anon_sym_COMMA, anon_sym_as, - [111859] = 2, + anon_sym_PIPE, + anon_sym_RBRACE, + [112231] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3916), 5, + ACTIONS(3921), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, anon_sym_PIPE, - [111871] = 2, + anon_sym_RBRACE, + [112242] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3918), 5, + ACTIONS(3907), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, anon_sym_PIPE, - [111883] = 3, - STATE(2076), 1, - aux_sym_union_pattern_repeat1, + [112253] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3673), 4, - anon_sym_RPAREN, + ACTIONS(3848), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [111897] = 4, - ACTIONS(3790), 1, + anon_sym_RBRACE, + [112264] = 5, + ACTIONS(3674), 1, + anon_sym_COMMA, + ACTIONS(3741), 1, + anon_sym_DOT, + ACTIONS(3743), 1, + anon_sym_COLON, + ACTIONS(3745), 1, anon_sym_PIPE, - STATE(2124), 1, - aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3704), 3, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - [111913] = 4, - ACTIONS(3920), 1, - anon_sym_COMMA, - STATE(2109), 1, - aux_sym_assert_statement_repeat1, + [112281] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1424), 2, - sym__newline, - anon_sym_SEMI, - [111928] = 4, - ACTIONS(3924), 1, + ACTIONS(3818), 4, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2140), 1, - aux_sym__import_list_repeat1, + anon_sym_as, + anon_sym_PIPE, + [112292] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3922), 2, - sym__newline, - anon_sym_SEMI, - [111943] = 5, - ACTIONS(3927), 1, + ACTIONS(3842), 4, anon_sym_RPAREN, - ACTIONS(3929), 1, anon_sym_COMMA, - ACTIONS(3931), 1, anon_sym_as, - STATE(2292), 1, - aux_sym_case_clause_repeat1, + anon_sym_PIPE, + [112303] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [111960] = 2, + ACTIONS(3749), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + anon_sym_RBRACE, + [112314] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3904), 4, - anon_sym_RPAREN, + ACTIONS(3788), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [111971] = 2, + anon_sym_RBRACE, + [112325] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3906), 4, - anon_sym_RPAREN, + ACTIONS(3808), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [111982] = 2, + anon_sym_RBRACE, + [112336] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3912), 4, - anon_sym_RPAREN, + ACTIONS(3818), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [111993] = 5, - ACTIONS(3933), 1, - anon_sym_case, - ACTIONS(3935), 1, - sym__dedent, - STATE(2248), 1, - aux_sym__match_block_repeat1, - STATE(2558), 1, - sym_case_clause, + anon_sym_RBRACE, + [112347] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112010] = 2, + ACTIONS(3923), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [112358] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3914), 4, + ACTIONS(3834), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [112021] = 2, + [112369] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3825), 4, - anon_sym_RPAREN, + ACTIONS(3842), 4, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [112032] = 2, + anon_sym_RBRACE, + [112380] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3726), 4, + ACTIONS(3844), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112043] = 2, + anon_sym_RBRACE, + [112391] = 5, + ACTIONS(3733), 1, + anon_sym_COLON, + ACTIONS(3943), 1, + anon_sym_RBRACE, + ACTIONS(3945), 1, + sym_type_conversion, + STATE(2639), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3738), 4, + [112408] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3865), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112054] = 2, + anon_sym_RBRACE, + [112419] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3742), 4, + ACTIONS(3869), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112065] = 5, - ACTIONS(3937), 1, - anon_sym_COMMA, - ACTIONS(3939), 1, - anon_sym_as, - ACTIONS(3941), 1, - anon_sym_RBRACK, - STATE(2303), 1, - aux_sym_case_clause_repeat1, + anon_sym_RBRACE, + [112430] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112082] = 2, + ACTIONS(3751), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_PIPE, + anon_sym_RBRACE, + [112441] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3750), 4, + ACTIONS(3753), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112093] = 4, - ACTIONS(3945), 1, + anon_sym_RBRACE, + [112452] = 4, + ACTIONS(3949), 1, anon_sym_COMMA, - STATE(2195), 1, - aux_sym_print_statement_repeat1, + STATE(2179), 1, + aux_sym_global_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3943), 2, + ACTIONS(3947), 2, sym__newline, anon_sym_SEMI, - [112108] = 2, + [112467] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3752), 4, + ACTIONS(3844), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [112119] = 2, + [112478] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3782), 4, + ACTIONS(3865), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112130] = 2, + [112489] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3788), 4, + ACTIONS(3755), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112141] = 2, + anon_sym_RBRACE, + [112500] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3797), 4, + ACTIONS(3757), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112152] = 2, + anon_sym_RBRACE, + [112511] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3801), 4, + ACTIONS(3759), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112163] = 2, + anon_sym_RBRACE, + [112522] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3803), 4, + ACTIONS(3776), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112174] = 5, - ACTIONS(3947), 1, - sym_identifier, - STATE(2193), 1, - sym_dotted_name, - STATE(2513), 1, - sym_aliased_import, - STATE(2793), 1, - sym__import_list, + anon_sym_RBRACE, + [112533] = 5, + ACTIONS(1561), 1, + anon_sym_LBRACK, + ACTIONS(3952), 1, + anon_sym_LPAREN, + STATE(2586), 1, + sym_parameters, + STATE(2604), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112191] = 2, + [112550] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3805), 4, + ACTIONS(3869), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112202] = 5, - ACTIONS(3947), 1, - sym_identifier, - STATE(2193), 1, - sym_dotted_name, - STATE(2513), 1, - sym_aliased_import, - STATE(2798), 1, - sym__import_list, + [112561] = 5, + ACTIONS(3925), 1, + anon_sym_case, + ACTIONS(3954), 1, + sym__dedent, + STATE(2142), 1, + aux_sym__match_block_repeat1, + STATE(2564), 1, + sym_case_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112219] = 2, + [112578] = 4, + ACTIONS(3958), 1, + anon_sym_COMMA, + STATE(2189), 1, + aux_sym__import_list_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3956), 2, + sym__newline, + anon_sym_SEMI, + [112593] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3884), 4, + ACTIONS(3909), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112230] = 2, + [112604] = 5, + ACTIONS(3935), 1, + anon_sym_as, + ACTIONS(3961), 1, + anon_sym_RPAREN, + ACTIONS(3963), 1, + anon_sym_COMMA, + STATE(2304), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3900), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, + [112621] = 3, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3322), 2, + anon_sym_COLON, anon_sym_PIPE, - [112241] = 2, + ACTIONS(3965), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [112634] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3916), 4, + ACTIONS(3826), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112252] = 5, - ACTIONS(3931), 1, + [112645] = 4, + ACTIONS(3969), 1, + anon_sym_COMMA, + STATE(2220), 1, + aux_sym_print_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3967), 2, + sym__newline, + anon_sym_SEMI, + [112660] = 5, + ACTIONS(3935), 1, anon_sym_as, - ACTIONS(3949), 1, + ACTIONS(3971), 1, anon_sym_RPAREN, - ACTIONS(3951), 1, + ACTIONS(3973), 1, anon_sym_COMMA, - STATE(2295), 1, + STATE(2342), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112269] = 5, + [112677] = 5, ACTIONS(3939), 1, anon_sym_as, - ACTIONS(3953), 1, + ACTIONS(3975), 1, anon_sym_COMMA, - ACTIONS(3955), 1, + ACTIONS(3977), 1, anon_sym_RBRACK, - STATE(2307), 1, + STATE(2344), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112286] = 2, + [112694] = 5, + ACTIONS(3915), 1, + anon_sym_RPAREN, + ACTIONS(3929), 1, + sym_identifier, + STATE(2526), 1, + sym_dotted_name, + STATE(2622), 1, + sym_aliased_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3918), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [112297] = 2, + [112711] = 5, + ACTIONS(3925), 1, + anon_sym_case, + ACTIONS(3979), 1, + sym__dedent, + STATE(2247), 1, + aux_sym__match_block_repeat1, + STATE(2564), 1, + sym_case_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3724), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, + [112728] = 5, + ACTIONS(3741), 1, + anon_sym_DOT, + ACTIONS(3743), 1, + anon_sym_COLON, + ACTIONS(3745), 1, anon_sym_PIPE, - [112308] = 2, + ACTIONS(3981), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3746), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [112319] = 2, + [112745] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3859), 4, + ACTIONS(3838), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112330] = 2, + [112756] = 3, + ACTIONS(3771), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3865), 4, + ACTIONS(3983), 3, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, + [112769] = 5, + ACTIONS(3935), 1, anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [112341] = 5, - ACTIONS(1556), 1, - anon_sym_LBRACK, - ACTIONS(3957), 1, - anon_sym_LPAREN, - STATE(2581), 1, - sym_type_parameter, - STATE(2628), 1, - sym_parameters, + ACTIONS(3985), 1, + anon_sym_RPAREN, + ACTIONS(3987), 1, + anon_sym_COMMA, + STATE(2349), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112358] = 2, + [112786] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3904), 4, + ACTIONS(3917), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, anon_sym_PIPE, - [112369] = 2, + [112797] = 4, + ACTIONS(3991), 1, + anon_sym_COMMA, + STATE(2204), 1, + aux_sym_print_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3906), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [112380] = 2, + ACTIONS(3989), 2, + sym__newline, + anon_sym_SEMI, + [112812] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3912), 4, + ACTIONS(3994), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [112391] = 2, + anon_sym_if, + anon_sym_COLON, + [112823] = 4, + ACTIONS(3998), 1, + anon_sym_COMMA, + STATE(2189), 1, + aux_sym__import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3914), 4, + ACTIONS(3996), 2, + sym__newline, + anon_sym_SEMI, + [112838] = 4, + ACTIONS(4000), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - anon_sym_PIPE, - [112402] = 2, + STATE(2207), 1, + aux_sym_case_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(4003), 2, + anon_sym_if, + anon_sym_COLON, + [112853] = 4, + ACTIONS(4007), 1, + anon_sym_DOT, + STATE(2208), 1, + aux_sym_import_prefix_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(4005), 2, + anon_sym_import, + sym_identifier, + [112868] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3825), 4, + ACTIONS(3907), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [112413] = 2, + [112879] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3752), 4, + ACTIONS(3909), 4, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACK, anon_sym_PIPE, - [112424] = 5, - ACTIONS(3931), 1, + [112890] = 4, + ACTIONS(4012), 1, + anon_sym_COMMA, + STATE(2179), 1, + aux_sym_global_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(4010), 2, + sym__newline, + anon_sym_SEMI, + [112905] = 5, + ACTIONS(3935), 1, anon_sym_as, - ACTIONS(3959), 1, + ACTIONS(4014), 1, anon_sym_RPAREN, - ACTIONS(3961), 1, + ACTIONS(4016), 1, anon_sym_COMMA, - STATE(2353), 1, + STATE(2510), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112441] = 4, - ACTIONS(3965), 1, - anon_sym_COMMA, - STATE(2181), 1, - aux_sym_global_statement_repeat1, + [112922] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3963), 2, - sym__newline, - anon_sym_SEMI, - [112456] = 4, - ACTIONS(3970), 1, + ACTIONS(3919), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [112933] = 4, + ACTIONS(4012), 1, anon_sym_COMMA, - STATE(2249), 1, + STATE(2179), 1, aux_sym_global_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3968), 2, + ACTIONS(4018), 2, sym__newline, anon_sym_SEMI, - [112471] = 4, - ACTIONS(3970), 1, - anon_sym_COMMA, - STATE(2250), 1, - aux_sym_global_statement_repeat1, + [112948] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3972), 2, - sym__newline, - anon_sym_SEMI, - [112486] = 4, - ACTIONS(3976), 1, - anon_sym_DOT, - STATE(2231), 1, - aux_sym_import_prefix_repeat1, + ACTIONS(3921), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [112959] = 5, + ACTIONS(3733), 1, + anon_sym_COLON, + ACTIONS(4020), 1, + anon_sym_RBRACE, + ACTIONS(4022), 1, + sym_type_conversion, + STATE(2665), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3974), 2, - anon_sym_import, - sym_identifier, - [112501] = 5, - ACTIONS(3931), 1, + [112976] = 5, + ACTIONS(3935), 1, anon_sym_as, - ACTIONS(3978), 1, + ACTIONS(4024), 1, anon_sym_RPAREN, - ACTIONS(3980), 1, + ACTIONS(4026), 1, anon_sym_COMMA, - STATE(2480), 1, + STATE(2454), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112518] = 5, - ACTIONS(3939), 1, + [112993] = 5, + ACTIONS(3767), 1, + anon_sym_RPAREN, + ACTIONS(4028), 1, + anon_sym_COMMA, + ACTIONS(4030), 1, + anon_sym_as, + STATE(2448), 1, + aux_sym__import_list_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [113010] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3919), 4, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_as, - ACTIONS(3982), 1, + anon_sym_PIPE, + [113021] = 4, + ACTIONS(4034), 1, anon_sym_COMMA, - ACTIONS(3984), 1, - anon_sym_RBRACK, - STATE(2496), 1, - aux_sym_case_clause_repeat1, + STATE(2204), 1, + aux_sym_print_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112535] = 5, - ACTIONS(3574), 1, + ACTIONS(4032), 2, + sym__newline, + anon_sym_SEMI, + [113036] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3848), 4, anon_sym_COMMA, - ACTIONS(3762), 1, - anon_sym_DOT, - ACTIONS(3764), 1, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [113047] = 4, + ACTIONS(4036), 1, + anon_sym_COMMA, + STATE(2189), 1, + aux_sym__import_list_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3996), 2, + sym__newline, + anon_sym_SEMI, + [113062] = 4, + ACTIONS(4040), 1, anon_sym_COLON, - ACTIONS(3768), 1, - anon_sym_PIPE, + ACTIONS(4042), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112552] = 4, - ACTIONS(3988), 1, + ACTIONS(4038), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2188), 1, - aux_sym_print_statement_repeat1, + [113077] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3986), 2, - sym__newline, - anon_sym_SEMI, - [112567] = 5, - ACTIONS(3931), 1, - anon_sym_as, - ACTIONS(3991), 1, + ACTIONS(3751), 4, anon_sym_RPAREN, - ACTIONS(3993), 1, anon_sym_COMMA, - STATE(2519), 1, - aux_sym_case_clause_repeat1, + anon_sym_as, + anon_sym_PIPE, + [113088] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112584] = 5, - ACTIONS(3762), 1, - anon_sym_DOT, - ACTIONS(3764), 1, - anon_sym_COLON, - ACTIONS(3768), 1, + ACTIONS(3753), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_as, anon_sym_PIPE, - ACTIONS(3995), 1, - anon_sym_EQ, + [113099] = 4, + ACTIONS(4044), 1, + anon_sym_COMMA, + STATE(2108), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112601] = 2, + ACTIONS(1429), 2, + sym__newline, + anon_sym_SEMI, + [113114] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3726), 4, + ACTIONS(3755), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [112612] = 2, + [113125] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3738), 4, + ACTIONS(3921), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [112623] = 5, - ACTIONS(3833), 1, + [113136] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3757), 4, anon_sym_RPAREN, - ACTIONS(3997), 1, anon_sym_COMMA, - ACTIONS(3999), 1, anon_sym_as, - STATE(2439), 1, - aux_sym__import_list_repeat1, + anon_sym_PIPE, + [113147] = 4, + ACTIONS(4048), 1, + anon_sym_DOT, + STATE(2208), 1, + aux_sym_import_prefix_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112640] = 2, + ACTIONS(4046), 2, + anon_sym_import, + sym_identifier, + [113162] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3742), 4, + ACTIONS(3923), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [112651] = 4, - ACTIONS(4003), 1, - anon_sym_COMMA, - STATE(2188), 1, - aux_sym_print_statement_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4001), 2, - sym__newline, - anon_sym_SEMI, - [112666] = 2, + [113173] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3750), 4, + ACTIONS(3759), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [112677] = 4, - ACTIONS(4007), 1, - anon_sym_COMMA, - STATE(2188), 1, - aux_sym_print_statement_repeat1, + [113184] = 5, + ACTIONS(3379), 1, + sym_identifier, + STATE(2041), 1, + sym_dotted_name, + STATE(2253), 1, + sym_aliased_import, + STATE(2565), 1, + sym__import_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4005), 2, - sym__newline, - anon_sym_SEMI, - [112692] = 4, - ACTIONS(3333), 1, - anon_sym_COMMA, - STATE(2109), 1, - aux_sym_assert_statement_repeat1, + [113201] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4009), 2, - sym__newline, - anon_sym_SEMI, - [112707] = 5, - ACTIONS(3933), 1, + ACTIONS(3749), 4, + anon_sym_COMMA, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [113212] = 5, + ACTIONS(3925), 1, anon_sym_case, - ACTIONS(4011), 1, + ACTIONS(4050), 1, sym__dedent, - STATE(2247), 1, + STATE(2198), 1, aux_sym__match_block_repeat1, - STATE(2558), 1, + STATE(2564), 1, sym_case_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112724] = 4, - ACTIONS(3835), 1, - anon_sym_COMMA, - STATE(2210), 1, - aux_sym__import_list_repeat1, + [113229] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3833), 2, - sym__newline, - anon_sym_SEMI, - [112739] = 5, - ACTIONS(3931), 1, - anon_sym_as, - ACTIONS(4013), 1, - anon_sym_RPAREN, - ACTIONS(4015), 1, + ACTIONS(3788), 4, anon_sym_COMMA, - STATE(2309), 1, - aux_sym_case_clause_repeat1, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_PIPE, + [113240] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112756] = 5, - ACTIONS(3939), 1, - anon_sym_as, - ACTIONS(4017), 1, + ACTIONS(3808), 4, anon_sym_COMMA, - ACTIONS(4019), 1, + anon_sym_as, anon_sym_RBRACK, - STATE(2311), 1, - aux_sym_case_clause_repeat1, + anon_sym_PIPE, + [113251] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112773] = 5, - ACTIONS(3931), 1, + ACTIONS(3818), 4, + anon_sym_COMMA, anon_sym_as, - ACTIONS(4021), 1, - anon_sym_RPAREN, - ACTIONS(4023), 1, + anon_sym_RBRACK, + anon_sym_PIPE, + [113262] = 4, + ACTIONS(4012), 1, anon_sym_COMMA, - STATE(2320), 1, - aux_sym_case_clause_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [112790] = 5, - ACTIONS(3462), 1, - sym_identifier, - STATE(2087), 1, - sym_dotted_name, - STATE(2200), 1, - sym_aliased_import, - STATE(2540), 1, - sym__import_list, + STATE(2211), 1, + aux_sym_global_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112807] = 4, - ACTIONS(4027), 1, - anon_sym_COLON, - ACTIONS(4029), 1, - anon_sym_EQ, + ACTIONS(4052), 2, + sym__newline, + anon_sym_SEMI, + [113277] = 5, + ACTIONS(3935), 1, + anon_sym_as, + ACTIONS(4054), 1, + anon_sym_RPAREN, + ACTIONS(4056), 1, + anon_sym_COMMA, + STATE(2482), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4025), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [112822] = 5, - ACTIONS(3931), 1, + [113294] = 5, + ACTIONS(3939), 1, anon_sym_as, - ACTIONS(4031), 1, - anon_sym_RPAREN, - ACTIONS(4033), 1, + ACTIONS(4058), 1, anon_sym_COMMA, - STATE(2511), 1, + ACTIONS(4060), 1, + anon_sym_RBRACK, + STATE(2486), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112839] = 3, - ACTIONS(3698), 1, + [113311] = 5, + ACTIONS(3939), 1, anon_sym_as, + ACTIONS(4062), 1, + anon_sym_COMMA, + ACTIONS(4064), 1, + anon_sym_RBRACK, + STATE(2473), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4035), 3, + [113328] = 4, + ACTIONS(4012), 1, anon_sym_COMMA, - anon_sym_if, - anon_sym_COLON, - [112852] = 5, - ACTIONS(3730), 1, - anon_sym_COLON, - ACTIONS(4037), 1, - anon_sym_RBRACE, - ACTIONS(4039), 1, - sym_type_conversion, - STATE(2693), 1, - sym_format_specifier, + STATE(2214), 1, + aux_sym_global_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [112869] = 2, + ACTIONS(4066), 2, + sym__newline, + anon_sym_SEMI, + [113343] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4041), 4, + ACTIONS(3842), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_if, - anon_sym_COLON, - [112880] = 4, - ACTIONS(4045), 1, + anon_sym_RBRACK, + anon_sym_PIPE, + [113354] = 4, + ACTIONS(4070), 1, anon_sym_COMMA, - STATE(2140), 1, - aux_sym__import_list_repeat1, + STATE(2204), 1, + aux_sym_print_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4043), 2, + ACTIONS(4068), 2, sym__newline, anon_sym_SEMI, - [112895] = 2, + [113369] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3865), 4, - anon_sym_RPAREN, + ACTIONS(3844), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - [112906] = 4, - ACTIONS(4047), 1, - anon_sym_COMMA, - STATE(2212), 1, - aux_sym_case_clause_repeat1, + [113380] = 5, + ACTIONS(4072), 1, + anon_sym_case, + ACTIONS(4075), 1, + sym__dedent, + STATE(2247), 1, + aux_sym__match_block_repeat1, + STATE(2564), 1, + sym_case_clause, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4035), 2, - anon_sym_if, - anon_sym_COLON, - [112921] = 2, + [113397] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3782), 4, - anon_sym_RPAREN, + ACTIONS(3578), 4, anon_sym_COMMA, anon_sym_as, - anon_sym_PIPE, - [112932] = 2, + anon_sym_if, + anon_sym_COLON, + [113408] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3726), 4, + ACTIONS(3865), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [112943] = 2, + [113419] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3788), 4, + ACTIONS(3848), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - [112954] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3742), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [112965] = 4, - ACTIONS(4050), 1, + [113430] = 4, + ACTIONS(3273), 1, anon_sym_COMMA, - STATE(2140), 1, - aux_sym__import_list_repeat1, + STATE(2108), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4043), 2, + ACTIONS(4077), 2, sym__newline, anon_sym_SEMI, - [112980] = 2, + [113445] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3750), 4, + ACTIONS(3776), 4, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, - anon_sym_RBRACE, - [112991] = 2, + [113456] = 4, + ACTIONS(3769), 1, + anon_sym_COMMA, + STATE(2206), 1, + aux_sym__import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3797), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [113002] = 2, + ACTIONS(3767), 2, + sym__newline, + anon_sym_SEMI, + [113471] = 5, + ACTIONS(1561), 1, + anon_sym_LBRACK, + ACTIONS(3952), 1, + anon_sym_LPAREN, + STATE(2577), 1, + sym_parameters, + STATE(2578), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3801), 4, - anon_sym_RPAREN, - anon_sym_COMMA, + [113488] = 3, + ACTIONS(3556), 1, anon_sym_as, - anon_sym_PIPE, - [113013] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3803), 4, - anon_sym_RPAREN, + ACTIONS(4003), 3, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [113024] = 2, + anon_sym_if, + anon_sym_COLON, + [113501] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3782), 4, + ACTIONS(4079), 4, + anon_sym_async, + anon_sym_def, + anon_sym_class, + anon_sym_AT, + [113512] = 4, + ACTIONS(3273), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [113035] = 2, + STATE(2108), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3788), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [113046] = 2, + ACTIONS(4081), 2, + sym__newline, + anon_sym_SEMI, + [113527] = 5, + ACTIONS(1561), 1, + anon_sym_LBRACK, + ACTIONS(3952), 1, + anon_sym_LPAREN, + STATE(2589), 1, + sym_parameters, + STATE(2619), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3797), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [113057] = 2, + [113544] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3801), 4, + ACTIONS(3751), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [113068] = 2, + [113555] = 5, + ACTIONS(1561), 1, + anon_sym_LBRACK, + ACTIONS(3952), 1, + anon_sym_LPAREN, + STATE(2591), 1, + sym_parameters, + STATE(2620), 1, + sym_type_parameter, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3803), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [113079] = 2, + [113572] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3805), 4, + ACTIONS(3753), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [113090] = 2, + [113583] = 5, + ACTIONS(3810), 1, + anon_sym_RPAREN, + ACTIONS(3929), 1, + sym_identifier, + STATE(2526), 1, + sym_dotted_name, + STATE(2622), 1, + sym_aliased_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3805), 4, + [113600] = 5, + ACTIONS(3935), 1, + anon_sym_as, + ACTIONS(4083), 1, anon_sym_RPAREN, + ACTIONS(4085), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [113101] = 2, + STATE(2429), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3884), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [113112] = 2, + [113617] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3900), 4, + ACTIONS(3755), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [113123] = 4, - ACTIONS(4054), 1, - anon_sym_DOT, - STATE(2231), 1, - aux_sym_import_prefix_repeat1, + [113628] = 5, + ACTIONS(3810), 1, + anon_sym_RPAREN, + ACTIONS(3929), 1, + sym_identifier, + STATE(2526), 1, + sym_dotted_name, + STATE(2622), 1, + sym_aliased_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4052), 2, - anon_sym_import, - sym_identifier, - [113138] = 2, + [113645] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3916), 4, + ACTIONS(3757), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [113149] = 2, + [113656] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3918), 4, + ACTIONS(3759), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [113160] = 2, + [113667] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3724), 4, + ACTIONS(3917), 4, anon_sym_COMMA, anon_sym_as, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_RBRACE, - [113171] = 2, + [113678] = 4, + ACTIONS(3956), 1, + anon_sym_RPAREN, + ACTIONS(4087), 1, + anon_sym_COMMA, + STATE(2269), 1, + aux_sym__import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3746), 4, + [113692] = 4, + ACTIONS(1924), 1, + anon_sym_RPAREN, + ACTIONS(4090), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [113182] = 2, + STATE(2507), 1, + aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3859), 4, + [113706] = 4, + ACTIONS(3483), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, + ACTIONS(3485), 1, anon_sym_RBRACE, - [113193] = 2, + STATE(2276), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3865), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [113204] = 2, + [113720] = 4, + ACTIONS(633), 1, + sym__newline, + ACTIONS(4092), 1, + anon_sym_SEMI, + STATE(2431), 1, + aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3904), 4, + [113734] = 4, + ACTIONS(3096), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [113215] = 2, + ACTIONS(4094), 1, + anon_sym_RPAREN, + STATE(2513), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3906), 4, + [113748] = 4, + ACTIONS(3096), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [113226] = 2, + ACTIONS(4096), 1, + anon_sym_RPAREN, + STATE(2513), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3912), 4, + [113762] = 4, + ACTIONS(3000), 1, + anon_sym_COLON, + ACTIONS(4098), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [113237] = 2, + STATE(2293), 1, + aux_sym__parameters_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3914), 4, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, + [113776] = 4, + ACTIONS(1315), 1, anon_sym_RBRACE, - [113248] = 2, + ACTIONS(4100), 1, + anon_sym_COMMA, + STATE(2282), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3825), 4, + [113790] = 4, + ACTIONS(3179), 1, + anon_sym_RPAREN, + ACTIONS(3181), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [113259] = 2, + STATE(2281), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3752), 4, + [113804] = 4, + ACTIONS(4102), 1, + anon_sym_RPAREN, + ACTIONS(4104), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - anon_sym_RBRACE, - [113270] = 5, - ACTIONS(1556), 1, - anon_sym_LBRACK, - ACTIONS(3957), 1, - anon_sym_LPAREN, - STATE(2572), 1, - sym_parameters, - STATE(2602), 1, - sym_type_parameter, + STATE(2283), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113287] = 2, + [113818] = 4, + ACTIONS(3277), 1, + anon_sym_COMMA, + ACTIONS(3281), 1, + anon_sym_RBRACK, + STATE(2285), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3704), 4, + [113832] = 4, + ACTIONS(3308), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_if, - anon_sym_COLON, - [113298] = 5, - ACTIONS(3795), 1, - anon_sym_RPAREN, - ACTIONS(3947), 1, - sym_identifier, - STATE(2520), 1, - sym_dotted_name, - STATE(2624), 1, - sym_aliased_import, + ACTIONS(3310), 1, + anon_sym_RBRACK, + STATE(2336), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113315] = 5, - ACTIONS(3933), 1, - anon_sym_case, - ACTIONS(4057), 1, - sym__dedent, - STATE(2248), 1, - aux_sym__match_block_repeat1, - STATE(2558), 1, - sym_case_clause, + [113846] = 4, + ACTIONS(1161), 1, + anon_sym_RPAREN, + ACTIONS(4106), 1, + anon_sym_COMMA, + STATE(2418), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113332] = 5, - ACTIONS(4059), 1, - anon_sym_case, - ACTIONS(4062), 1, - sym__dedent, - STATE(2248), 1, - aux_sym__match_block_repeat1, - STATE(2558), 1, - sym_case_clause, + [113860] = 4, + ACTIONS(4108), 1, + anon_sym_COMMA, + ACTIONS(4111), 1, + anon_sym_RBRACE, + STATE(2282), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113349] = 4, - ACTIONS(3970), 1, + [113874] = 4, + ACTIONS(1163), 1, + anon_sym_RPAREN, + ACTIONS(4113), 1, anon_sym_COMMA, - STATE(2181), 1, - aux_sym_global_statement_repeat1, + STATE(2418), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4064), 2, - sym__newline, - anon_sym_SEMI, - [113364] = 4, - ACTIONS(3970), 1, + [113888] = 4, + ACTIONS(4115), 1, anon_sym_COMMA, - STATE(2181), 1, - aux_sym_global_statement_repeat1, + ACTIONS(4117), 1, + anon_sym_RBRACK, + STATE(2398), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4066), 2, - sym__newline, - anon_sym_SEMI, - [113379] = 3, - ACTIONS(3837), 1, - anon_sym_as, + [113902] = 4, + ACTIONS(4119), 1, + anon_sym_COMMA, + ACTIONS(4121), 1, + anon_sym_RBRACK, + STATE(2398), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4068), 3, - sym__newline, - anon_sym_SEMI, + [113916] = 4, + ACTIONS(1019), 1, + anon_sym_RBRACK, + ACTIONS(4123), 1, anon_sym_COMMA, - [113392] = 2, + STATE(2287), 1, + aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3884), 4, - anon_sym_RPAREN, + [113930] = 4, + ACTIONS(3880), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_COMMA, - anon_sym_as, + STATE(2287), 1, + aux_sym_type_parameter_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [113944] = 4, + ACTIONS(3580), 1, anon_sym_PIPE, - [113403] = 2, + ACTIONS(4128), 1, + anon_sym_COLON, + STATE(1981), 1, + aux_sym_union_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3900), 4, - anon_sym_RPAREN, + [113958] = 4, + ACTIONS(4130), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [113414] = 2, + ACTIONS(4132), 1, + anon_sym_RBRACE, + STATE(2478), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3916), 4, - anon_sym_RPAREN, + [113972] = 4, + ACTIONS(3518), 1, + anon_sym_RBRACE, + ACTIONS(4134), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [113425] = 2, + STATE(2290), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3918), 4, + [113986] = 4, + ACTIONS(4137), 1, anon_sym_RPAREN, + ACTIONS(4139), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [113436] = 2, + STATE(2291), 1, + aux_sym_with_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3724), 4, - anon_sym_RPAREN, + [114000] = 4, + ACTIONS(4142), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [113447] = 5, - ACTIONS(3730), 1, - anon_sym_COLON, - ACTIONS(4070), 1, + ACTIONS(4144), 1, anon_sym_RBRACE, - ACTIONS(4072), 1, - sym_type_conversion, - STATE(2773), 1, - sym_format_specifier, + STATE(2299), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113464] = 2, + [114014] = 4, + ACTIONS(4146), 1, + anon_sym_COMMA, + ACTIONS(4149), 1, + anon_sym_COLON, + STATE(2293), 1, + aux_sym__parameters_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4074), 4, - anon_sym_async, - anon_sym_def, - anon_sym_class, - anon_sym_AT, - [113475] = 5, - ACTIONS(1556), 1, - anon_sym_LBRACK, - ACTIONS(3957), 1, - anon_sym_LPAREN, - STATE(2592), 1, - sym_parameters, - STATE(2618), 1, - sym_type_parameter, + [114028] = 3, + ACTIONS(1710), 1, + anon_sym_except, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113492] = 4, - ACTIONS(3333), 1, + ACTIONS(1708), 2, + anon_sym_except_STAR, + anon_sym_finally, + [114040] = 4, + ACTIONS(2668), 1, + anon_sym_RPAREN, + ACTIONS(4151), 1, anon_sym_COMMA, - STATE(2109), 1, - aux_sym_assert_statement_repeat1, + STATE(2428), 1, + aux_sym_case_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [114054] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4076), 2, + ACTIONS(2371), 3, sym__newline, anon_sym_SEMI, - [113507] = 5, - ACTIONS(1556), 1, - anon_sym_LBRACK, - ACTIONS(3957), 1, - anon_sym_LPAREN, - STATE(2593), 1, - sym_parameters, - STATE(2620), 1, - sym_type_parameter, + anon_sym_in, + [114064] = 4, + ACTIONS(2670), 1, + anon_sym_RBRACK, + ACTIONS(4153), 1, + anon_sym_COMMA, + STATE(2444), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113524] = 2, + [114078] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3746), 4, - anon_sym_RPAREN, + ACTIONS(1627), 3, anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [113535] = 5, - ACTIONS(3933), 1, - anon_sym_case, - ACTIONS(4078), 1, - sym__dedent, - STATE(2145), 1, - aux_sym__match_block_repeat1, - STATE(2558), 1, - sym_case_clause, + anon_sym_COLON, + anon_sym_EQ, + [114088] = 4, + ACTIONS(4155), 1, + anon_sym_COMMA, + ACTIONS(4157), 1, + anon_sym_RBRACE, + STATE(2404), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113552] = 2, + [114102] = 4, + ACTIONS(4159), 1, + anon_sym_COMMA, + ACTIONS(4161), 1, + anon_sym_RBRACE, + STATE(2404), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3859), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - anon_sym_PIPE, - [113563] = 5, - ACTIONS(3722), 1, - anon_sym_RPAREN, - ACTIONS(3947), 1, - sym_identifier, - STATE(2520), 1, - sym_dotted_name, - STATE(2624), 1, - sym_aliased_import, + [114116] = 4, + ACTIONS(4163), 1, + anon_sym_SEMI, + ACTIONS(4165), 1, + sym__newline, + STATE(2324), 1, + aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113580] = 5, - ACTIONS(3722), 1, + [114130] = 4, + ACTIONS(3767), 1, anon_sym_RPAREN, - ACTIONS(3947), 1, - sym_identifier, - STATE(2520), 1, - sym_dotted_name, - STATE(2624), 1, - sym_aliased_import, + ACTIONS(4028), 1, + anon_sym_COMMA, + STATE(2447), 1, + aux_sym__import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113597] = 3, + [114144] = 4, + ACTIONS(3741), 1, + anon_sym_DOT, + ACTIONS(3745), 1, + anon_sym_PIPE, + ACTIONS(4167), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3364), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(4080), 2, + [114158] = 4, + ACTIONS(2680), 1, + anon_sym_RPAREN, + ACTIONS(4169), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [113610] = 4, - ACTIONS(4082), 1, - anon_sym_SEMI, - ACTIONS(4084), 1, - sym__newline, - STATE(2363), 1, - aux_sym__simple_statements_repeat1, + STATE(2428), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113624] = 4, - ACTIONS(4086), 1, - sym__newline, - ACTIONS(4088), 1, - sym__indent, - STATE(761), 1, - sym__match_block, + [114172] = 4, + ACTIONS(3096), 1, + anon_sym_COMMA, + ACTIONS(4171), 1, + anon_sym_RPAREN, + STATE(2513), 1, + aux_sym__collection_elements_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [114186] = 4, + ACTIONS(1297), 1, + anon_sym_RBRACK, + ACTIONS(4173), 1, + anon_sym_COMMA, + STATE(2327), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113638] = 4, - ACTIONS(1234), 1, + [114200] = 4, + ACTIONS(3094), 1, anon_sym_RPAREN, - ACTIONS(4090), 1, + ACTIONS(3096), 1, anon_sym_COMMA, - STATE(2512), 1, - aux_sym_argument_list_repeat1, + STATE(2513), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113652] = 4, - ACTIONS(3009), 1, + [114214] = 4, + ACTIONS(3014), 1, anon_sym_RBRACK, - ACTIONS(3101), 1, + ACTIONS(3108), 1, anon_sym_COMMA, - STATE(2447), 1, + STATE(2463), 1, aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113666] = 4, - ACTIONS(4092), 1, + [114228] = 4, + ACTIONS(4175), 1, anon_sym_COMMA, - ACTIONS(4094), 1, + ACTIONS(4177), 1, anon_sym_RBRACK, - STATE(2449), 1, + STATE(2465), 1, aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113680] = 4, - ACTIONS(4096), 1, - anon_sym_SEMI, - ACTIONS(4098), 1, - sym__newline, - STATE(2283), 1, - aux_sym__simple_statements_repeat1, + [114242] = 4, + ACTIONS(3096), 1, + anon_sym_COMMA, + ACTIONS(4179), 1, + anon_sym_RPAREN, + STATE(2513), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113694] = 4, - ACTIONS(4100), 1, + [114256] = 4, + ACTIONS(1431), 1, anon_sym_RPAREN, - ACTIONS(4102), 1, + ACTIONS(4181), 1, anon_sym_COMMA, - STATE(2274), 1, - aux_sym__parameters_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [113708] = 2, + STATE(2291), 1, + aux_sym_with_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4105), 3, - sym__newline, + [114270] = 4, + ACTIONS(4183), 1, anon_sym_SEMI, - anon_sym_COMMA, - [113718] = 4, - ACTIONS(3089), 1, - anon_sym_COMMA, - ACTIONS(3119), 1, - anon_sym_RPAREN, - STATE(2356), 1, - aux_sym__collection_elements_repeat1, + ACTIONS(4185), 1, + sym__newline, + STATE(2317), 1, + aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113732] = 4, - ACTIONS(4107), 1, + [114284] = 4, + ACTIONS(4187), 1, anon_sym_SEMI, - ACTIONS(4109), 1, + ACTIONS(4189), 1, sym__newline, - STATE(2419), 1, + STATE(2475), 1, aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113746] = 4, - ACTIONS(4111), 1, + [114298] = 4, + ACTIONS(3096), 1, anon_sym_COMMA, - ACTIONS(4113), 1, - anon_sym_RBRACK, - STATE(2489), 1, - aux_sym_subscript_repeat1, + ACTIONS(3126), 1, + anon_sym_RPAREN, + STATE(2513), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113760] = 4, - ACTIONS(1228), 1, + [114312] = 4, + ACTIONS(1239), 1, anon_sym_RPAREN, - ACTIONS(4115), 1, + ACTIONS(4191), 1, anon_sym_COMMA, - STATE(2512), 1, + STATE(2418), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113774] = 4, - ACTIONS(3484), 1, + [114326] = 4, + ACTIONS(3424), 1, anon_sym_COMMA, - ACTIONS(3486), 1, + ACTIONS(3426), 1, anon_sym_RBRACE, - STATE(2285), 1, + STATE(2319), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113788] = 4, - ACTIONS(3281), 1, - anon_sym_COMMA, - ACTIONS(3283), 1, - anon_sym_RBRACK, - STATE(2305), 1, - aux_sym_subscript_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [113802] = 4, - ACTIONS(3818), 1, - anon_sym_RBRACK, - ACTIONS(4117), 1, - anon_sym_COMMA, - STATE(2282), 1, - aux_sym_type_parameter_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [113816] = 4, - ACTIONS(638), 1, + [114340] = 4, + ACTIONS(637), 1, sym__newline, - ACTIONS(4120), 1, + ACTIONS(4193), 1, anon_sym_SEMI, - STATE(2365), 1, + STATE(2431), 1, aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113830] = 3, - ACTIONS(1685), 1, - anon_sym_except, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(1687), 2, - anon_sym_except_STAR, - anon_sym_finally, - [113842] = 4, - ACTIONS(1296), 1, - anon_sym_RBRACE, - ACTIONS(4122), 1, + [114354] = 4, + ACTIONS(3412), 1, anon_sym_COMMA, - STATE(2409), 1, + ACTIONS(3414), 1, + anon_sym_RBRACE, + STATE(2350), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113856] = 4, - ACTIONS(4124), 1, + [114368] = 4, + ACTIONS(1321), 1, + anon_sym_RBRACE, + ACTIONS(4195), 1, anon_sym_COMMA, - ACTIONS(4126), 1, - anon_sym_RBRACK, - STATE(2489), 1, - aux_sym_subscript_repeat1, + STATE(2282), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113870] = 4, - ACTIONS(3121), 1, + [114382] = 4, + ACTIONS(3128), 1, anon_sym_RPAREN, - ACTIONS(3123), 1, + ACTIONS(3130), 1, anon_sym_COMMA, - STATE(2294), 1, + STATE(2326), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113884] = 4, - ACTIONS(4128), 1, + [114396] = 4, + ACTIONS(4197), 1, anon_sym_RPAREN, - ACTIONS(4130), 1, + ACTIONS(4199), 1, anon_sym_COMMA, - STATE(2296), 1, + STATE(2328), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113898] = 4, - ACTIONS(3275), 1, + [114410] = 4, + ACTIONS(3304), 1, anon_sym_COMMA, - ACTIONS(3279), 1, + ACTIONS(3306), 1, anon_sym_RBRACK, - STATE(2299), 1, + STATE(2331), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113912] = 4, - ACTIONS(3762), 1, - anon_sym_DOT, - ACTIONS(3768), 1, - anon_sym_PIPE, - ACTIONS(4132), 1, + [114424] = 4, + ACTIONS(4201), 1, + anon_sym_COMMA, + ACTIONS(4203), 1, anon_sym_COLON, + STATE(2457), 1, + aux_sym_with_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113926] = 4, - ACTIONS(4086), 1, + [114438] = 4, + ACTIONS(623), 1, sym__newline, - ACTIONS(4088), 1, - sym__indent, - STATE(764), 1, - sym__match_block, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [113940] = 4, - ACTIONS(2715), 1, - anon_sym_RPAREN, - ACTIONS(4134), 1, - anon_sym_COMMA, - STATE(2406), 1, - aux_sym_case_clause_repeat1, + ACTIONS(4205), 1, + anon_sym_SEMI, + STATE(2431), 1, + aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113954] = 4, - ACTIONS(4136), 1, + [114452] = 4, + ACTIONS(959), 1, + anon_sym_in, + ACTIONS(4207), 1, anon_sym_COMMA, - ACTIONS(4139), 1, - anon_sym_COLON, - STATE(2293), 1, - aux_sym_match_statement_repeat1, + STATE(2354), 1, + aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113968] = 4, - ACTIONS(1206), 1, + [114466] = 4, + ACTIONS(1179), 1, anon_sym_RPAREN, - ACTIONS(4141), 1, + ACTIONS(4209), 1, anon_sym_COMMA, - STATE(2512), 1, + STATE(2418), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113982] = 4, - ACTIONS(2717), 1, - anon_sym_RPAREN, - ACTIONS(4143), 1, + [114480] = 4, + ACTIONS(3251), 1, + anon_sym_RBRACK, + ACTIONS(4211), 1, anon_sym_COMMA, - STATE(2406), 1, - aux_sym_case_clause_repeat1, + STATE(2327), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [113996] = 4, - ACTIONS(1210), 1, + [114494] = 4, + ACTIONS(1181), 1, anon_sym_RPAREN, - ACTIONS(4145), 1, + ACTIONS(4214), 1, anon_sym_COMMA, - STATE(2512), 1, + STATE(2418), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114010] = 4, - ACTIONS(3246), 1, - anon_sym_RBRACK, - ACTIONS(4147), 1, + [114508] = 4, + ACTIONS(1241), 1, + anon_sym_RPAREN, + ACTIONS(4216), 1, anon_sym_COMMA, - STATE(2297), 1, - aux_sym_assert_statement_repeat1, + STATE(2418), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114024] = 4, - ACTIONS(4150), 1, + [114522] = 4, + ACTIONS(4218), 1, anon_sym_COMMA, - ACTIONS(4152), 1, + ACTIONS(4220), 1, anon_sym_RBRACK, - STATE(2489), 1, + STATE(2398), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114038] = 4, - ACTIONS(4154), 1, + [114536] = 4, + ACTIONS(4222), 1, anon_sym_COMMA, - ACTIONS(4156), 1, + ACTIONS(4224), 1, anon_sym_RBRACK, - STATE(2489), 1, + STATE(2398), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114052] = 4, - ACTIONS(1230), 1, - anon_sym_RPAREN, - ACTIONS(4158), 1, - anon_sym_COMMA, - STATE(2512), 1, - aux_sym_argument_list_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [114066] = 4, - ACTIONS(982), 1, + [114550] = 4, + ACTIONS(1011), 1, anon_sym_RBRACK, - ACTIONS(4160), 1, + ACTIONS(4226), 1, anon_sym_COMMA, - STATE(2282), 1, + STATE(2287), 1, aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114080] = 4, - ACTIONS(1286), 1, - anon_sym_RBRACE, - ACTIONS(4162), 1, + [114564] = 4, + ACTIONS(3096), 1, anon_sym_COMMA, - STATE(2390), 1, + ACTIONS(4228), 1, + anon_sym_RPAREN, + STATE(2513), 1, aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114094] = 4, - ACTIONS(2691), 1, - anon_sym_RBRACK, - ACTIONS(4164), 1, + [114578] = 4, + ACTIONS(3096), 1, anon_sym_COMMA, - STATE(2336), 1, - aux_sym_case_clause_repeat1, + ACTIONS(4230), 1, + anon_sym_RPAREN, + STATE(2513), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114108] = 4, - ACTIONS(4166), 1, + [114592] = 4, + ACTIONS(4232), 1, anon_sym_COMMA, - ACTIONS(4168), 1, + ACTIONS(4234), 1, anon_sym_RBRACK, - STATE(2489), 1, + STATE(2398), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114122] = 4, - ACTIONS(4170), 1, + [114606] = 4, + ACTIONS(4236), 1, anon_sym_COMMA, - ACTIONS(4172), 1, + ACTIONS(4238), 1, anon_sym_RBRACK, - STATE(2489), 1, + STATE(2398), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114136] = 3, - ACTIONS(3939), 1, - anon_sym_as, + [114620] = 4, + ACTIONS(3002), 1, + anon_sym_COMMA, + ACTIONS(3014), 1, + anon_sym_RBRACE, + STATE(2467), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4035), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [114148] = 4, - ACTIONS(2719), 1, - anon_sym_RBRACK, - ACTIONS(4174), 1, - anon_sym_COMMA, - STATE(2336), 1, - aux_sym_case_clause_repeat1, + [114634] = 4, + ACTIONS(4240), 1, + sym__newline, + ACTIONS(4242), 1, + sym__indent, + STATE(784), 1, + sym__match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114162] = 4, - ACTIONS(4176), 1, + [114648] = 4, + ACTIONS(4244), 1, anon_sym_COMMA, - ACTIONS(4178), 1, + ACTIONS(4246), 1, anon_sym_RBRACE, - STATE(2313), 1, + STATE(2346), 1, aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114176] = 4, - ACTIONS(2707), 1, - anon_sym_RPAREN, - ACTIONS(4180), 1, + [114662] = 4, + ACTIONS(4248), 1, anon_sym_COMMA, - STATE(2406), 1, - aux_sym_case_clause_repeat1, + ACTIONS(4250), 1, + anon_sym_COLON, + STATE(2459), 1, + aux_sym_match_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114190] = 4, - ACTIONS(4086), 1, + [114676] = 4, + ACTIONS(4252), 1, sym__newline, - ACTIONS(4088), 1, + ACTIONS(4254), 1, sym__indent, - STATE(830), 1, + STATE(741), 1, sym__match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114204] = 4, - ACTIONS(2709), 1, - anon_sym_RBRACK, - ACTIONS(4182), 1, + [114690] = 4, + ACTIONS(2724), 1, + anon_sym_RPAREN, + ACTIONS(4256), 1, anon_sym_COMMA, - STATE(2336), 1, + STATE(2428), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114218] = 4, - ACTIONS(4184), 1, + [114704] = 4, + ACTIONS(4258), 1, anon_sym_COMMA, - ACTIONS(4186), 1, + ACTIONS(4260), 1, anon_sym_COLON, - STATE(2293), 1, + STATE(2459), 1, aux_sym_match_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114232] = 4, - ACTIONS(4188), 1, + [114718] = 4, + ACTIONS(2726), 1, + anon_sym_RBRACK, + ACTIONS(4262), 1, anon_sym_COMMA, - ACTIONS(4190), 1, - anon_sym_RBRACE, - STATE(2387), 1, - aux_sym_dict_pattern_repeat1, + STATE(2444), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114246] = 3, - ACTIONS(4194), 1, + [114732] = 3, + ACTIONS(4266), 1, aux_sym_format_specifier_token1, ACTIONS(5), 2, sym_comment, sym_line_continuation, - ACTIONS(4192), 2, + ACTIONS(4264), 2, anon_sym_LBRACE, anon_sym_RBRACE, - [114258] = 4, - ACTIONS(4196), 1, + [114744] = 4, + ACTIONS(4268), 1, anon_sym_COMMA, - ACTIONS(4198), 1, + ACTIONS(4270), 1, anon_sym_RBRACE, - STATE(2387), 1, + STATE(2404), 1, aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114272] = 4, - ACTIONS(4200), 1, + [114758] = 4, + ACTIONS(4272), 1, anon_sym_COMMA, - ACTIONS(4202), 1, + ACTIONS(4274), 1, anon_sym_RBRACE, - STATE(2387), 1, + STATE(2404), 1, aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114286] = 4, - ACTIONS(4204), 1, - anon_sym_COMMA, - ACTIONS(4206), 1, + [114772] = 4, + ACTIONS(3733), 1, + anon_sym_COLON, + ACTIONS(4276), 1, anon_sym_RBRACE, - STATE(2387), 1, - aux_sym_dict_pattern_repeat1, + STATE(2668), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114300] = 4, - ACTIONS(1292), 1, + [114786] = 4, + ACTIONS(2662), 1, anon_sym_RPAREN, - ACTIONS(4208), 1, + ACTIONS(4278), 1, anon_sym_COMMA, - STATE(2349), 1, - aux_sym_assert_statement_repeat1, + STATE(2428), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114314] = 4, - ACTIONS(3730), 1, - anon_sym_COLON, - ACTIONS(4210), 1, + [114800] = 4, + ACTIONS(1317), 1, anon_sym_RBRACE, - STATE(2711), 1, - sym_format_specifier, + ACTIONS(4280), 1, + anon_sym_COMMA, + STATE(2282), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114328] = 4, - ACTIONS(2659), 1, - anon_sym_RPAREN, - ACTIONS(4212), 1, - anon_sym_COMMA, - STATE(2406), 1, - aux_sym_case_clause_repeat1, - ACTIONS(3), 2, + [114814] = 3, + ACTIONS(3617), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, sym_comment, sym_line_continuation, - [114342] = 4, - ACTIONS(4214), 1, - anon_sym_COMMA, - ACTIONS(4216), 1, + ACTIONS(3619), 2, + anon_sym_LBRACE, anon_sym_RBRACE, - STATE(2387), 1, - aux_sym_dict_pattern_repeat1, + [114826] = 4, + ACTIONS(4137), 1, + anon_sym_COLON, + ACTIONS(4282), 1, + anon_sym_COMMA, + STATE(2352), 1, + aux_sym_with_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114356] = 4, - ACTIONS(4218), 1, + [114840] = 4, + ACTIONS(4285), 1, anon_sym_COMMA, - ACTIONS(4220), 1, - anon_sym_RBRACE, - STATE(2387), 1, - aux_sym_dict_pattern_repeat1, + ACTIONS(4287), 1, + anon_sym_in, + STATE(2325), 1, + aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114370] = 4, - ACTIONS(2993), 1, - anon_sym_COLON, - ACTIONS(4222), 1, + [114854] = 4, + ACTIONS(2924), 1, + anon_sym_in, + ACTIONS(4289), 1, anon_sym_COMMA, - STATE(2462), 1, - aux_sym__parameters_repeat1, + STATE(2354), 1, + aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114384] = 4, - ACTIONS(4224), 1, + [114868] = 4, + ACTIONS(4292), 1, anon_sym_SEMI, - ACTIONS(4226), 1, + ACTIONS(4294), 1, sym__newline, - STATE(2332), 1, + STATE(2363), 1, aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114398] = 2, + [114882] = 4, + ACTIONS(3741), 1, + anon_sym_DOT, + ACTIONS(3745), 1, + anon_sym_PIPE, + ACTIONS(4296), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4041), 3, + [114896] = 4, + ACTIONS(4298), 1, + anon_sym_RPAREN, + ACTIONS(4300), 1, anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - [114408] = 2, + STATE(2498), 1, + aux_sym__parameters_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3963), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_COMMA, - [114418] = 4, - ACTIONS(3089), 1, + [114910] = 4, + ACTIONS(3096), 1, anon_sym_COMMA, - ACTIONS(3129), 1, + ACTIONS(3136), 1, anon_sym_RPAREN, - STATE(2356), 1, + STATE(2513), 1, aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114432] = 4, - ACTIONS(4228), 1, - anon_sym_RPAREN, - ACTIONS(4230), 1, - anon_sym_COMMA, - STATE(2483), 1, - aux_sym__parameters_repeat1, + [114924] = 3, + ACTIONS(4042), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114446] = 3, - ACTIONS(4029), 1, - anon_sym_EQ, + ACTIONS(4038), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [114936] = 3, + ACTIONS(4302), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4025), 2, + ACTIONS(4038), 2, anon_sym_RPAREN, anon_sym_COMMA, - [114458] = 4, - ACTIONS(3420), 1, + [114948] = 4, + ACTIONS(3418), 1, anon_sym_COMMA, - ACTIONS(3422), 1, + ACTIONS(3420), 1, anon_sym_RBRACE, - STATE(2333), 1, + STATE(2365), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114472] = 3, - ACTIONS(4232), 1, - anon_sym_COLON, + [114962] = 4, + ACTIONS(3518), 1, + anon_sym_RPAREN, + ACTIONS(4304), 1, + anon_sym_COMMA, + STATE(2362), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4025), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [114484] = 4, - ACTIONS(642), 1, + [114976] = 4, + ACTIONS(641), 1, sym__newline, - ACTIONS(4234), 1, + ACTIONS(4307), 1, anon_sym_SEMI, - STATE(2365), 1, + STATE(2431), 1, aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114498] = 4, - ACTIONS(1332), 1, + [114990] = 4, + ACTIONS(3098), 1, + anon_sym_RPAREN, + ACTIONS(3100), 1, + anon_sym_COMMA, + STATE(2401), 1, + aux_sym_argument_list_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [115004] = 4, + ACTIONS(1325), 1, anon_sym_RBRACE, - ACTIONS(4236), 1, + ACTIONS(4309), 1, anon_sym_COMMA, - STATE(2409), 1, + STATE(2282), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114512] = 4, - ACTIONS(3131), 1, + [115018] = 4, + ACTIONS(4311), 1, anon_sym_RPAREN, - ACTIONS(3133), 1, + ACTIONS(4313), 1, anon_sym_COMMA, - STATE(2342), 1, + STATE(2403), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114526] = 4, - ACTIONS(4238), 1, + [115032] = 4, + ACTIONS(3045), 1, anon_sym_RPAREN, - ACTIONS(4240), 1, + ACTIONS(3047), 1, anon_sym_COMMA, - STATE(2344), 1, + STATE(2375), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114540] = 4, - ACTIONS(4035), 1, - anon_sym_RBRACK, - ACTIONS(4242), 1, + [115046] = 4, + ACTIONS(4315), 1, + anon_sym_RPAREN, + ACTIONS(4317), 1, anon_sym_COMMA, - STATE(2336), 1, - aux_sym_case_clause_repeat1, + STATE(2376), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114554] = 4, - ACTIONS(3295), 1, + [115060] = 4, + ACTIONS(3363), 1, anon_sym_COMMA, - ACTIONS(3297), 1, + ACTIONS(3365), 1, anon_sym_RBRACK, - STATE(2347), 1, + STATE(2407), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114568] = 4, - ACTIONS(2891), 1, - anon_sym_RBRACK, - ACTIONS(4245), 1, + [115074] = 4, + ACTIONS(3312), 1, anon_sym_COMMA, - STATE(2338), 1, - aux_sym__patterns_repeat1, + ACTIONS(3314), 1, + anon_sym_RBRACK, + STATE(2378), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114582] = 3, - ACTIONS(3498), 1, + [115088] = 3, + ACTIONS(3630), 1, aux_sym_format_specifier_token1, ACTIONS(5), 2, sym_comment, sym_line_continuation, - ACTIONS(3500), 2, + ACTIONS(3632), 2, anon_sym_LBRACE, anon_sym_RBRACE, - [114594] = 4, - ACTIONS(2997), 1, - anon_sym_COMMA, - ACTIONS(3009), 1, - anon_sym_RBRACE, - STATE(2302), 1, - aux_sym__collection_elements_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [114608] = 3, - ACTIONS(3554), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3556), 2, - anon_sym_LBRACE, + [115100] = 4, + ACTIONS(3733), 1, + anon_sym_COLON, + ACTIONS(4319), 1, anon_sym_RBRACE, - [114620] = 4, - ACTIONS(1158), 1, - anon_sym_RPAREN, - ACTIONS(4248), 1, - anon_sym_COMMA, - STATE(2512), 1, - aux_sym_argument_list_repeat1, + STATE(2642), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114634] = 3, - ACTIONS(1689), 1, + [115114] = 3, + ACTIONS(1704), 1, anon_sym_except, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1691), 2, + ACTIONS(1706), 2, anon_sym_except_STAR, anon_sym_finally, - [114646] = 4, - ACTIONS(1160), 1, + [115126] = 4, + ACTIONS(3379), 1, + sym_identifier, + STATE(2201), 1, + sym_dotted_name, + STATE(2453), 1, + sym_aliased_import, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [115140] = 4, + ACTIONS(1195), 1, anon_sym_RPAREN, - ACTIONS(4250), 1, + ACTIONS(4321), 1, anon_sym_COMMA, - STATE(2512), 1, + STATE(2418), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114660] = 4, - ACTIONS(3462), 1, - sym_identifier, - STATE(2251), 1, - sym_dotted_name, - STATE(2463), 1, - sym_aliased_import, + [115154] = 4, + ACTIONS(1197), 1, + anon_sym_RPAREN, + ACTIONS(4323), 1, + anon_sym_COMMA, + STATE(2418), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114674] = 4, - ACTIONS(4252), 1, + [115168] = 4, + ACTIONS(4325), 1, anon_sym_COMMA, - ACTIONS(4254), 1, + ACTIONS(4327), 1, anon_sym_RBRACK, - STATE(2489), 1, + STATE(2398), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114688] = 4, - ACTIONS(4256), 1, + [115182] = 4, + ACTIONS(4329), 1, anon_sym_COMMA, - ACTIONS(4258), 1, + ACTIONS(4331), 1, anon_sym_RBRACK, - STATE(2489), 1, + STATE(2398), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114702] = 3, - ACTIONS(3560), 1, + [115196] = 3, + ACTIONS(4335), 1, + anon_sym_as, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(4333), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [115208] = 3, + ACTIONS(3666), 1, aux_sym_format_specifier_token1, ACTIONS(5), 2, sym_comment, sym_line_continuation, - ACTIONS(3562), 2, + ACTIONS(3668), 2, anon_sym_LBRACE, anon_sym_RBRACE, - [114714] = 4, - ACTIONS(3246), 1, - anon_sym_RPAREN, - ACTIONS(4260), 1, - anon_sym_COMMA, - STATE(2349), 1, - aux_sym_assert_statement_repeat1, + [115220] = 4, + ACTIONS(4240), 1, + sym__newline, + ACTIONS(4242), 1, + sym__indent, + STATE(792), 1, + sym__match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114728] = 2, - ACTIONS(3), 2, + [115234] = 3, + ACTIONS(3634), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, sym_comment, sym_line_continuation, - ACTIONS(2395), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_in, - [114738] = 2, + ACTIONS(3636), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [115246] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3704), 3, + ACTIONS(3578), 3, anon_sym_COMMA, anon_sym_as, anon_sym_RBRACE, - [114748] = 4, - ACTIONS(4263), 1, - anon_sym_RPAREN, - ACTIONS(4265), 1, - anon_sym_COMMA, - STATE(2352), 1, - aux_sym_with_clause_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [114762] = 4, - ACTIONS(2665), 1, - anon_sym_RPAREN, - ACTIONS(4268), 1, - anon_sym_COMMA, - STATE(2406), 1, - aux_sym_case_clause_repeat1, - ACTIONS(3), 2, + [115256] = 3, + ACTIONS(3646), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, sym_comment, sym_line_continuation, - [114776] = 4, - ACTIONS(4270), 1, + ACTIONS(3648), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [115268] = 4, + ACTIONS(4285), 1, anon_sym_COMMA, - ACTIONS(4272), 1, + ACTIONS(4337), 1, anon_sym_in, - STATE(2465), 1, + STATE(2325), 1, aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114790] = 4, - ACTIONS(992), 1, - anon_sym_RBRACK, - ACTIONS(4274), 1, - anon_sym_COMMA, - STATE(2282), 1, - aux_sym_type_parameter_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [114804] = 4, - ACTIONS(1286), 1, - anon_sym_RPAREN, - ACTIONS(4276), 1, + [115282] = 4, + ACTIONS(4285), 1, anon_sym_COMMA, - STATE(2364), 1, - aux_sym__collection_elements_repeat1, + ACTIONS(4339), 1, + anon_sym_in, + STATE(2325), 1, + aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114818] = 4, - ACTIONS(4270), 1, + [115296] = 4, + ACTIONS(4285), 1, anon_sym_COMMA, - ACTIONS(4278), 1, + ACTIONS(4341), 1, anon_sym_in, - STATE(2465), 1, + STATE(2325), 1, aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114832] = 4, - ACTIONS(4270), 1, - anon_sym_COMMA, - ACTIONS(4280), 1, - anon_sym_in, - STATE(2465), 1, - aux_sym__patterns_repeat1, + [115310] = 4, + ACTIONS(4343), 1, + anon_sym_SEMI, + ACTIONS(4345), 1, + sym__newline, + STATE(2394), 1, + aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114846] = 4, - ACTIONS(3089), 1, + [115324] = 4, + ACTIONS(3096), 1, anon_sym_COMMA, - ACTIONS(3139), 1, + ACTIONS(3142), 1, anon_sym_RPAREN, - STATE(2356), 1, + STATE(2513), 1, aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114860] = 4, - ACTIONS(3730), 1, - anon_sym_COLON, - ACTIONS(4282), 1, + [115338] = 3, + ACTIONS(3652), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3654), 2, + anon_sym_LBRACE, anon_sym_RBRACE, - STATE(2719), 1, - sym_format_specifier, + [115350] = 4, + ACTIONS(2750), 1, + sym_identifier, + ACTIONS(4347), 1, + anon_sym_import, + STATE(2661), 1, + sym_dotted_name, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114874] = 4, - ACTIONS(3468), 1, + [115364] = 4, + ACTIONS(3466), 1, anon_sym_COMMA, - ACTIONS(3470), 1, + ACTIONS(3468), 1, anon_sym_RBRACE, - STATE(2366), 1, + STATE(2397), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114888] = 4, - ACTIONS(3762), 1, - anon_sym_DOT, - ACTIONS(3768), 1, - anon_sym_PIPE, - ACTIONS(4284), 1, - anon_sym_COLON, + [115378] = 4, + ACTIONS(3929), 1, + sym_identifier, + STATE(2526), 1, + sym_dotted_name, + STATE(2622), 1, + sym_aliased_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114902] = 4, - ACTIONS(646), 1, + [115392] = 4, + ACTIONS(631), 1, sym__newline, - ACTIONS(4286), 1, + ACTIONS(4349), 1, anon_sym_SEMI, - STATE(2365), 1, + STATE(2431), 1, aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114916] = 4, - ACTIONS(3535), 1, - anon_sym_RPAREN, - ACTIONS(4288), 1, - anon_sym_COMMA, - STATE(2364), 1, - aux_sym__collection_elements_repeat1, + [115406] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114930] = 4, - ACTIONS(4291), 1, - anon_sym_SEMI, - ACTIONS(4294), 1, - sym__newline, - STATE(2365), 1, - aux_sym__simple_statements_repeat1, + ACTIONS(3578), 3, + anon_sym_COMMA, + anon_sym_as, + anon_sym_RBRACK, + [115416] = 4, + ACTIONS(4298), 1, + anon_sym_COLON, + ACTIONS(4351), 1, + anon_sym_COMMA, + STATE(2275), 1, + aux_sym__parameters_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114944] = 4, - ACTIONS(1298), 1, + [115430] = 4, + ACTIONS(1311), 1, anon_sym_RBRACE, - ACTIONS(4296), 1, + ACTIONS(4353), 1, anon_sym_COMMA, - STATE(2409), 1, + STATE(2282), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114958] = 4, - ACTIONS(4298), 1, - anon_sym_SEMI, - ACTIONS(4300), 1, - sym__newline, - STATE(2381), 1, - aux_sym__simple_statements_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [114972] = 3, - ACTIONS(4304), 1, - anon_sym_in, + [115444] = 4, + ACTIONS(4355), 1, + anon_sym_COMMA, + ACTIONS(4358), 1, + anon_sym_RBRACK, + STATE(2398), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4302), 2, - sym__newline, - anon_sym_SEMI, - [114984] = 4, - ACTIONS(3141), 1, + [115458] = 4, + ACTIONS(3144), 1, anon_sym_RPAREN, - ACTIONS(3143), 1, + ACTIONS(3146), 1, anon_sym_COMMA, - STATE(2374), 1, + STATE(2406), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [114998] = 4, - ACTIONS(4306), 1, + [115472] = 4, + ACTIONS(4360), 1, anon_sym_RPAREN, - ACTIONS(4308), 1, + ACTIONS(4362), 1, anon_sym_COMMA, - STATE(2375), 1, + STATE(2408), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115012] = 4, - ACTIONS(3307), 1, - anon_sym_COMMA, - ACTIONS(3309), 1, - anon_sym_RBRACK, - STATE(2378), 1, - aux_sym_subscript_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [115026] = 4, - ACTIONS(3089), 1, - anon_sym_COMMA, - ACTIONS(3099), 1, - anon_sym_RPAREN, - STATE(2356), 1, - aux_sym__collection_elements_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [115040] = 4, - ACTIONS(3050), 1, + [115486] = 4, + ACTIONS(1169), 1, anon_sym_RPAREN, - ACTIONS(3052), 1, + ACTIONS(4364), 1, anon_sym_COMMA, - STATE(2279), 1, + STATE(2418), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115054] = 4, - ACTIONS(1178), 1, - anon_sym_RPAREN, - ACTIONS(4310), 1, + [115500] = 4, + ACTIONS(3371), 1, anon_sym_COMMA, - STATE(2512), 1, - aux_sym_argument_list_repeat1, + ACTIONS(3373), 1, + anon_sym_RBRACK, + STATE(2411), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115068] = 4, - ACTIONS(1180), 1, + [115514] = 4, + ACTIONS(1171), 1, anon_sym_RPAREN, - ACTIONS(4312), 1, + ACTIONS(4366), 1, anon_sym_COMMA, - STATE(2512), 1, + STATE(2418), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115082] = 4, - ACTIONS(4270), 1, + [115528] = 4, + ACTIONS(4368), 1, anon_sym_COMMA, - ACTIONS(4314), 1, - anon_sym_in, - STATE(2465), 1, - aux_sym__patterns_repeat1, + ACTIONS(4371), 1, + anon_sym_RBRACE, + STATE(2404), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115096] = 4, - ACTIONS(4316), 1, + [115542] = 4, + ACTIONS(4373), 1, anon_sym_COMMA, - ACTIONS(4318), 1, + ACTIONS(4375), 1, anon_sym_RBRACK, - STATE(2489), 1, + STATE(2398), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115110] = 4, - ACTIONS(4320), 1, + [115556] = 4, + ACTIONS(1209), 1, + anon_sym_RPAREN, + ACTIONS(4377), 1, anon_sym_COMMA, - ACTIONS(4322), 1, - anon_sym_RBRACK, - STATE(2489), 1, - aux_sym_subscript_repeat1, + STATE(2418), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115124] = 4, - ACTIONS(3376), 1, + [115570] = 4, + ACTIONS(4379), 1, anon_sym_COMMA, - ACTIONS(3378), 1, - anon_sym_RBRACE, - STATE(2385), 1, - aux_sym_dictionary_repeat1, + ACTIONS(4381), 1, + anon_sym_RBRACK, + STATE(2398), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115138] = 4, - ACTIONS(1881), 1, + [115584] = 4, + ACTIONS(1211), 1, anon_sym_RPAREN, - ACTIONS(4324), 1, + ACTIONS(4383), 1, anon_sym_COMMA, - STATE(2491), 1, - aux_sym__patterns_repeat1, + STATE(2418), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115152] = 4, - ACTIONS(634), 1, - sym__newline, - ACTIONS(4326), 1, - anon_sym_SEMI, - STATE(2365), 1, - aux_sym__simple_statements_repeat1, + [115598] = 4, + ACTIONS(3733), 1, + anon_sym_COLON, + ACTIONS(4385), 1, + anon_sym_RBRACE, + STATE(2781), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115166] = 4, - ACTIONS(3089), 1, + [115612] = 4, + ACTIONS(4387), 1, anon_sym_COMMA, - ACTIONS(4328), 1, - anon_sym_RPAREN, - STATE(2356), 1, - aux_sym__collection_elements_repeat1, + ACTIONS(4389), 1, + anon_sym_RBRACK, + STATE(2398), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115180] = 4, - ACTIONS(3089), 1, + [115626] = 4, + ACTIONS(4391), 1, anon_sym_COMMA, - ACTIONS(4330), 1, - anon_sym_RPAREN, - STATE(2356), 1, - aux_sym__collection_elements_repeat1, + ACTIONS(4393), 1, + anon_sym_RBRACK, + STATE(2398), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115194] = 2, + [115640] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4041), 3, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACE, - [115204] = 4, - ACTIONS(1340), 1, - anon_sym_RBRACE, - ACTIONS(4332), 1, + ACTIONS(3994), 3, anon_sym_COMMA, - STATE(2409), 1, - aux_sym_dictionary_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [115218] = 3, - ACTIONS(3931), 1, anon_sym_as, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4035), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [115230] = 4, - ACTIONS(4334), 1, - anon_sym_COMMA, - ACTIONS(4337), 1, anon_sym_RBRACE, - STATE(2387), 1, - aux_sym_dict_pattern_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [115244] = 4, - ACTIONS(4339), 1, - anon_sym_RPAREN, - ACTIONS(4341), 1, + [115650] = 4, + ACTIONS(4285), 1, anon_sym_COMMA, - STATE(2300), 1, - aux_sym_argument_list_repeat1, + ACTIONS(4395), 1, + anon_sym_in, + STATE(2325), 1, + aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115258] = 4, - ACTIONS(4343), 1, + [115664] = 4, + ACTIONS(4397), 1, anon_sym_SEMI, - ACTIONS(4345), 1, + ACTIONS(4399), 1, sym__newline, - STATE(2398), 1, + STATE(2421), 1, aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115272] = 4, - ACTIONS(3535), 1, - anon_sym_RBRACE, - ACTIONS(4347), 1, - anon_sym_COMMA, - STATE(2390), 1, - aux_sym__collection_elements_repeat1, + [115678] = 4, + ACTIONS(4240), 1, + sym__newline, + ACTIONS(4242), 1, + sym__indent, + STATE(810), 1, + sym__match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115286] = 4, - ACTIONS(3174), 1, - anon_sym_RPAREN, - ACTIONS(3176), 1, + [115692] = 4, + ACTIONS(1003), 1, + anon_sym_RBRACK, + ACTIONS(4401), 1, anon_sym_COMMA, - STATE(2400), 1, - aux_sym_argument_list_repeat1, + STATE(2287), 1, + aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115300] = 4, - ACTIONS(3089), 1, + [115706] = 4, + ACTIONS(3096), 1, anon_sym_COMMA, - ACTIONS(3149), 1, + ACTIONS(3152), 1, anon_sym_RPAREN, - STATE(2356), 1, + STATE(2513), 1, aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115314] = 4, - ACTIONS(4350), 1, + [115720] = 4, + ACTIONS(3534), 1, anon_sym_RPAREN, - ACTIONS(4352), 1, + ACTIONS(4403), 1, anon_sym_COMMA, - STATE(2402), 1, + STATE(2418), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115328] = 4, - ACTIONS(3358), 1, - anon_sym_COMMA, - ACTIONS(3360), 1, - anon_sym_RBRACK, - STATE(2411), 1, - aux_sym_subscript_repeat1, + [115734] = 4, + ACTIONS(4240), 1, + sym__newline, + ACTIONS(4242), 1, + sym__indent, + STATE(794), 1, + sym__match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115342] = 4, - ACTIONS(3492), 1, + [115748] = 4, + ACTIONS(3493), 1, anon_sym_COMMA, - ACTIONS(3494), 1, + ACTIONS(3495), 1, anon_sym_RBRACE, - STATE(2401), 1, + STATE(2423), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115356] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4041), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_as, - [115366] = 3, - ACTIONS(3233), 1, - anon_sym_from, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3231), 2, + [115762] = 4, + ACTIONS(617), 1, sym__newline, + ACTIONS(4406), 1, anon_sym_SEMI, - [115378] = 4, - ACTIONS(632), 1, - sym__newline, - ACTIONS(4354), 1, - anon_sym_SEMI, - STATE(2365), 1, + STATE(2431), 1, aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115392] = 4, - ACTIONS(2745), 1, - sym_identifier, - ACTIONS(4356), 1, - anon_sym_import, - STATE(2631), 1, - sym_dotted_name, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [115406] = 4, - ACTIONS(1188), 1, - anon_sym_RPAREN, - ACTIONS(4358), 1, - anon_sym_COMMA, - STATE(2512), 1, - aux_sym_argument_list_repeat1, + [115776] = 4, + ACTIONS(4252), 1, + sym__newline, + ACTIONS(4254), 1, + sym__indent, + STATE(770), 1, + sym__match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115420] = 4, - ACTIONS(1326), 1, + [115790] = 4, + ACTIONS(1327), 1, anon_sym_RBRACE, - ACTIONS(4360), 1, + ACTIONS(4408), 1, anon_sym_COMMA, - STATE(2409), 1, + STATE(2282), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115434] = 4, - ACTIONS(1242), 1, - anon_sym_RPAREN, - ACTIONS(4362), 1, - anon_sym_COMMA, - STATE(2512), 1, - aux_sym_argument_list_repeat1, + [115804] = 3, + ACTIONS(3935), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115448] = 3, - ACTIONS(1701), 1, - anon_sym_except, + ACTIONS(4003), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [115816] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1703), 2, - anon_sym_except_STAR, - anon_sym_finally, - [115460] = 4, - ACTIONS(3151), 1, + ACTIONS(3994), 3, anon_sym_RPAREN, - ACTIONS(3153), 1, anon_sym_COMMA, - STATE(2527), 1, + anon_sym_as, + [115826] = 4, + ACTIONS(3154), 1, + anon_sym_RPAREN, + ACTIONS(3156), 1, + anon_sym_COMMA, + STATE(2433), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115474] = 4, - ACTIONS(4364), 1, + [115840] = 4, + ACTIONS(4410), 1, anon_sym_RPAREN, - ACTIONS(4366), 1, + ACTIONS(4412), 1, anon_sym_COMMA, - STATE(2414), 1, + STATE(2435), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115488] = 4, - ACTIONS(4035), 1, + [115854] = 4, + ACTIONS(4003), 1, anon_sym_RPAREN, - ACTIONS(4368), 1, + ACTIONS(4414), 1, anon_sym_COMMA, - STATE(2406), 1, + STATE(2428), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115502] = 4, - ACTIONS(4371), 1, - anon_sym_SEMI, - ACTIONS(4373), 1, - sym__newline, - STATE(2464), 1, - aux_sym__simple_statements_repeat1, + [115868] = 4, + ACTIONS(2696), 1, + anon_sym_RPAREN, + ACTIONS(4417), 1, + anon_sym_COMMA, + STATE(2428), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115516] = 4, - ACTIONS(3317), 1, + [115882] = 4, + ACTIONS(3324), 1, anon_sym_COMMA, - ACTIONS(3319), 1, + ACTIONS(3326), 1, anon_sym_RBRACK, - STATE(2417), 1, + STATE(2437), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115530] = 4, - ACTIONS(4375), 1, - anon_sym_COMMA, - ACTIONS(4378), 1, - anon_sym_RBRACE, - STATE(2409), 1, - aux_sym_dictionary_repeat1, + [115896] = 4, + ACTIONS(4419), 1, + anon_sym_SEMI, + ACTIONS(4422), 1, + sym__newline, + STATE(2431), 1, + aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115544] = 4, - ACTIONS(4380), 1, - anon_sym_COMMA, - ACTIONS(4382), 1, - anon_sym_RBRACK, - STATE(2489), 1, - aux_sym_subscript_repeat1, + [115910] = 4, + ACTIONS(3741), 1, + anon_sym_DOT, + ACTIONS(3745), 1, + anon_sym_PIPE, + ACTIONS(4424), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115558] = 4, - ACTIONS(4384), 1, + [115924] = 4, + ACTIONS(1221), 1, + anon_sym_RPAREN, + ACTIONS(4426), 1, anon_sym_COMMA, - ACTIONS(4386), 1, - anon_sym_RBRACK, - STATE(2489), 1, - aux_sym_subscript_repeat1, + STATE(2418), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115572] = 4, - ACTIONS(1292), 1, - anon_sym_RBRACK, - ACTIONS(4388), 1, - anon_sym_COMMA, - STATE(2297), 1, - aux_sym_assert_statement_repeat1, + [115938] = 4, + ACTIONS(3733), 1, + anon_sym_COLON, + ACTIONS(4428), 1, + anon_sym_RBRACE, + STATE(2706), 1, + sym_format_specifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115586] = 3, - ACTIONS(3542), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3544), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - [115598] = 4, - ACTIONS(1198), 1, + [115952] = 4, + ACTIONS(1223), 1, anon_sym_RPAREN, - ACTIONS(4390), 1, + ACTIONS(4430), 1, anon_sym_COMMA, - STATE(2512), 1, + STATE(2418), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115612] = 4, - ACTIONS(996), 1, - anon_sym_RBRACK, - ACTIONS(4392), 1, - anon_sym_COMMA, - STATE(2282), 1, - aux_sym_type_parameter_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [115626] = 4, - ACTIONS(4394), 1, + [115966] = 4, + ACTIONS(4432), 1, anon_sym_COMMA, - ACTIONS(4396), 1, + ACTIONS(4434), 1, anon_sym_RBRACK, - STATE(2489), 1, + STATE(2398), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115640] = 4, - ACTIONS(4398), 1, + [115980] = 4, + ACTIONS(4436), 1, anon_sym_COMMA, - ACTIONS(4400), 1, + ACTIONS(4438), 1, anon_sym_RBRACK, - STATE(2489), 1, + STATE(2398), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115654] = 4, - ACTIONS(4402), 1, - sym__newline, - ACTIONS(4404), 1, - sym__indent, - STATE(786), 1, - sym__match_block, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [115668] = 4, - ACTIONS(628), 1, - sym__newline, - ACTIONS(4406), 1, - anon_sym_SEMI, - STATE(2365), 1, - aux_sym__simple_statements_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [115682] = 3, - ACTIONS(3609), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3611), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - [115694] = 4, - ACTIONS(3730), 1, - anon_sym_COLON, - ACTIONS(4408), 1, - anon_sym_RBRACE, - STATE(2747), 1, - sym_format_specifier, + [115994] = 4, + ACTIONS(4440), 1, + anon_sym_RPAREN, + ACTIONS(4442), 1, + anon_sym_COMMA, + STATE(2311), 1, + aux_sym_with_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115708] = 4, - ACTIONS(4410), 1, + [116008] = 4, + ACTIONS(3014), 1, anon_sym_RPAREN, - ACTIONS(4412), 1, + ACTIONS(3096), 1, anon_sym_COMMA, - STATE(2450), 1, - aux_sym_with_clause_repeat1, + STATE(2513), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115722] = 4, - ACTIONS(4414), 1, + [116022] = 4, + ACTIONS(4444), 1, anon_sym_SEMI, - ACTIONS(4416), 1, + ACTIONS(4446), 1, sym__newline, - STATE(2430), 1, + STATE(2446), 1, aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115736] = 4, - ACTIONS(4402), 1, - sym__newline, - ACTIONS(4404), 1, - sym__indent, - STATE(804), 1, - sym__match_block, + [116036] = 3, + ACTIONS(3939), 1, + anon_sym_as, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115750] = 4, - ACTIONS(3089), 1, + ACTIONS(4003), 2, anon_sym_COMMA, - ACTIONS(3161), 1, - anon_sym_RPAREN, - STATE(2356), 1, - aux_sym__collection_elements_repeat1, + anon_sym_RBRACK, + [116048] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115764] = 3, - ACTIONS(3634), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3636), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - [115776] = 4, - ACTIONS(3009), 1, - anon_sym_RPAREN, - ACTIONS(3089), 1, + ACTIONS(3994), 3, anon_sym_COMMA, - STATE(2356), 1, + anon_sym_as, + anon_sym_RBRACK, + [116058] = 4, + ACTIONS(3096), 1, + anon_sym_COMMA, + ACTIONS(3167), 1, + anon_sym_RPAREN, + STATE(2513), 1, aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115790] = 4, - ACTIONS(3386), 1, + [116072] = 4, + ACTIONS(4003), 1, + anon_sym_RBRACK, + ACTIONS(4448), 1, anon_sym_COMMA, - ACTIONS(3388), 1, - anon_sym_RBRACE, - STATE(2432), 1, - aux_sym_dictionary_repeat1, + STATE(2444), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115804] = 4, - ACTIONS(3087), 1, - anon_sym_RPAREN, - ACTIONS(3089), 1, + [116086] = 4, + ACTIONS(3402), 1, anon_sym_COMMA, - STATE(2356), 1, - aux_sym__collection_elements_repeat1, + ACTIONS(3404), 1, + anon_sym_RBRACE, + STATE(2449), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115818] = 4, - ACTIONS(630), 1, + [116100] = 4, + ACTIONS(645), 1, sym__newline, - ACTIONS(4418), 1, + ACTIONS(4451), 1, anon_sym_SEMI, - STATE(2365), 1, + STATE(2431), 1, aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115832] = 4, - ACTIONS(4228), 1, - anon_sym_COLON, - ACTIONS(4420), 1, + [116114] = 4, + ACTIONS(3996), 1, + anon_sym_RPAREN, + ACTIONS(4453), 1, anon_sym_COMMA, - STATE(2323), 1, - aux_sym__parameters_repeat1, + STATE(2269), 1, + aux_sym__import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115846] = 4, - ACTIONS(1306), 1, - anon_sym_RBRACE, - ACTIONS(4422), 1, + [116128] = 4, + ACTIONS(3996), 1, + anon_sym_RPAREN, + ACTIONS(4455), 1, anon_sym_COMMA, - STATE(2409), 1, - aux_sym_dictionary_repeat1, + STATE(2269), 1, + aux_sym__import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115860] = 4, - ACTIONS(4043), 1, - anon_sym_RPAREN, - ACTIONS(4424), 1, + [116142] = 4, + ACTIONS(1313), 1, + anon_sym_RBRACE, + ACTIONS(4457), 1, anon_sym_COMMA, - STATE(2523), 1, - aux_sym__import_list_repeat1, + STATE(2282), 1, + aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115874] = 4, - ACTIONS(3089), 1, - anon_sym_COMMA, - ACTIONS(4426), 1, - anon_sym_RPAREN, - STATE(2356), 1, - aux_sym__collection_elements_repeat1, + [116156] = 4, + ACTIONS(4252), 1, + sym__newline, + ACTIONS(4254), 1, + sym__indent, + STATE(773), 1, + sym__match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115888] = 4, - ACTIONS(3166), 1, + [116170] = 4, + ACTIONS(3169), 1, anon_sym_RPAREN, - ACTIONS(3168), 1, + ACTIONS(3171), 1, anon_sym_COMMA, - STATE(2442), 1, + STATE(2458), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115902] = 4, - ACTIONS(4428), 1, + [116184] = 4, + ACTIONS(4459), 1, anon_sym_RPAREN, - ACTIONS(4430), 1, + ACTIONS(4461), 1, anon_sym_COMMA, - STATE(2443), 1, + STATE(2460), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115916] = 4, - ACTIONS(3089), 1, - anon_sym_COMMA, - ACTIONS(4432), 1, - anon_sym_RPAREN, - STATE(2356), 1, - aux_sym__collection_elements_repeat1, + [116198] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115930] = 4, - ACTIONS(3335), 1, + ACTIONS(3983), 3, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(3337), 1, - anon_sym_RBRACK, - STATE(2446), 1, - aux_sym_subscript_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [115944] = 4, - ACTIONS(4043), 1, + [116208] = 4, + ACTIONS(2704), 1, anon_sym_RPAREN, - ACTIONS(4434), 1, + ACTIONS(4463), 1, anon_sym_COMMA, - STATE(2523), 1, - aux_sym__import_list_repeat1, + STATE(2428), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115958] = 4, - ACTIONS(4436), 1, + [116222] = 4, + ACTIONS(3346), 1, anon_sym_COMMA, - ACTIONS(4438), 1, - anon_sym_RBRACE, - STATE(2500), 1, - aux_sym_dict_pattern_repeat1, + ACTIONS(3348), 1, + anon_sym_RBRACK, + STATE(2462), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115972] = 4, - ACTIONS(4086), 1, + [116236] = 4, + ACTIONS(4252), 1, sym__newline, - ACTIONS(4088), 1, + ACTIONS(4254), 1, sym__indent, - STATE(831), 1, + STATE(778), 1, sym__match_block, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [115986] = 4, - ACTIONS(1214), 1, - anon_sym_RPAREN, - ACTIONS(4440), 1, + [116250] = 4, + ACTIONS(1427), 1, + anon_sym_COLON, + ACTIONS(4465), 1, anon_sym_COMMA, - STATE(2512), 1, - aux_sym_argument_list_repeat1, + STATE(2352), 1, + aux_sym_with_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116000] = 4, - ACTIONS(1216), 1, + [116264] = 4, + ACTIONS(1233), 1, anon_sym_RPAREN, - ACTIONS(4442), 1, + ACTIONS(4467), 1, anon_sym_COMMA, - STATE(2512), 1, + STATE(2418), 1, aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116014] = 4, - ACTIONS(1422), 1, + [116278] = 4, + ACTIONS(4469), 1, + anon_sym_COMMA, + ACTIONS(4472), 1, anon_sym_COLON, - ACTIONS(4444), 1, + STATE(2459), 1, + aux_sym_match_statement_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [116292] = 4, + ACTIONS(1235), 1, + anon_sym_RPAREN, + ACTIONS(4474), 1, anon_sym_COMMA, - STATE(2494), 1, - aux_sym_with_clause_repeat1, + STATE(2418), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116028] = 4, - ACTIONS(4446), 1, + [116306] = 4, + ACTIONS(4476), 1, anon_sym_COMMA, - ACTIONS(4448), 1, + ACTIONS(4478), 1, anon_sym_RBRACK, - STATE(2489), 1, + STATE(2398), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116042] = 4, - ACTIONS(4450), 1, + [116320] = 4, + ACTIONS(4480), 1, anon_sym_COMMA, - ACTIONS(4452), 1, + ACTIONS(4482), 1, anon_sym_RBRACK, - STATE(2489), 1, + STATE(2398), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116056] = 4, - ACTIONS(1286), 1, + [116334] = 4, + ACTIONS(1253), 1, anon_sym_RBRACK, - ACTIONS(4454), 1, + ACTIONS(4484), 1, anon_sym_COMMA, - STATE(2461), 1, + STATE(2500), 1, aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116070] = 2, + [116348] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2930), 3, + ACTIONS(2935), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, - [116080] = 4, - ACTIONS(1881), 1, + [116358] = 4, + ACTIONS(1924), 1, anon_sym_RBRACK, - ACTIONS(4456), 1, + ACTIONS(4486), 1, anon_sym_COMMA, - STATE(2338), 1, + STATE(2512), 1, aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116094] = 4, - ACTIONS(1426), 1, - anon_sym_RPAREN, - ACTIONS(4458), 1, - anon_sym_COMMA, - STATE(2352), 1, - aux_sym_with_clause_repeat1, + [116372] = 3, + ACTIONS(4488), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116108] = 4, - ACTIONS(3339), 1, + ACTIONS(4038), 2, anon_sym_COMMA, - ACTIONS(3341), 1, - anon_sym_RBRACK, - STATE(2454), 1, - aux_sym_subscript_repeat1, + anon_sym_COLON, + [116384] = 4, + ACTIONS(1253), 1, + anon_sym_RBRACE, + ACTIONS(4490), 1, + anon_sym_COMMA, + STATE(2290), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116122] = 4, - ACTIONS(4094), 1, + [116398] = 4, + ACTIONS(4177), 1, anon_sym_RPAREN, - ACTIONS(4460), 1, + ACTIONS(4492), 1, anon_sym_COMMA, - STATE(2380), 1, + STATE(2270), 1, aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116136] = 4, - ACTIONS(4462), 1, + [116412] = 4, + ACTIONS(4494), 1, anon_sym_COMMA, - ACTIONS(4464), 1, - anon_sym_RBRACK, + ACTIONS(4496), 1, + anon_sym_RBRACE, STATE(2489), 1, - aux_sym_subscript_repeat1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116150] = 4, - ACTIONS(4466), 1, + [116426] = 4, + ACTIONS(3350), 1, anon_sym_COMMA, - ACTIONS(4468), 1, + ACTIONS(3352), 1, anon_sym_RBRACK, - STATE(2489), 1, + STATE(2472), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116164] = 3, - ACTIONS(3646), 1, - aux_sym_format_specifier_token1, - ACTIONS(5), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3648), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - [116176] = 4, - ACTIONS(3447), 1, + [116440] = 4, + ACTIONS(4498), 1, anon_sym_COMMA, - ACTIONS(3449), 1, - anon_sym_RBRACE, - STATE(2492), 1, - aux_sym_dictionary_repeat1, + ACTIONS(4500), 1, + anon_sym_RBRACK, + STATE(2398), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116190] = 4, - ACTIONS(3347), 1, + [116454] = 4, + ACTIONS(4502), 1, anon_sym_COMMA, - ACTIONS(3349), 1, + ACTIONS(4504), 1, anon_sym_RBRACK, - STATE(2459), 1, + STATE(2398), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116204] = 4, - ACTIONS(4470), 1, - anon_sym_COMMA, - ACTIONS(4472), 1, + [116468] = 4, + ACTIONS(2706), 1, anon_sym_RBRACK, - STATE(2489), 1, - aux_sym_subscript_repeat1, + ACTIONS(4506), 1, + anon_sym_COMMA, + STATE(2444), 1, + aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116218] = 4, - ACTIONS(4474), 1, + [116482] = 4, + ACTIONS(3356), 1, anon_sym_COMMA, - ACTIONS(4476), 1, + ACTIONS(3358), 1, anon_sym_RBRACK, - STATE(2489), 1, + STATE(2477), 1, aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116232] = 3, - ACTIONS(4478), 1, - anon_sym_EQ, + [116496] = 4, + ACTIONS(627), 1, + sym__newline, + ACTIONS(4508), 1, + anon_sym_SEMI, + STATE(2431), 1, + aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4025), 2, + [116510] = 4, + ACTIONS(4510), 1, anon_sym_COMMA, - anon_sym_COLON, - [116244] = 4, - ACTIONS(3535), 1, + ACTIONS(4512), 1, anon_sym_RBRACK, - ACTIONS(4480), 1, + STATE(2398), 1, + aux_sym_subscript_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [116524] = 4, + ACTIONS(4514), 1, anon_sym_COMMA, - STATE(2461), 1, - aux_sym__collection_elements_repeat1, + ACTIONS(4516), 1, + anon_sym_RBRACK, + STATE(2398), 1, + aux_sym_subscript_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116258] = 4, - ACTIONS(4100), 1, - anon_sym_COLON, - ACTIONS(4483), 1, + [116538] = 4, + ACTIONS(4518), 1, anon_sym_COMMA, - STATE(2462), 1, - aux_sym__parameters_repeat1, + ACTIONS(4520), 1, + anon_sym_RBRACE, + STATE(2404), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116272] = 2, + [116552] = 4, + ACTIONS(1297), 1, + anon_sym_RPAREN, + ACTIONS(4522), 1, + anon_sym_COMMA, + STATE(2516), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4068), 3, - sym__newline, - anon_sym_SEMI, + [116566] = 4, + ACTIONS(3069), 1, + anon_sym_RPAREN, + ACTIONS(3071), 1, anon_sym_COMMA, - [116282] = 4, - ACTIONS(626), 1, - sym__newline, - ACTIONS(4486), 1, - anon_sym_SEMI, - STATE(2365), 1, - aux_sym__simple_statements_repeat1, + STATE(2315), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116296] = 4, - ACTIONS(970), 1, - anon_sym_in, - ACTIONS(4488), 1, + [116580] = 4, + ACTIONS(4524), 1, + anon_sym_RPAREN, + ACTIONS(4526), 1, anon_sym_COMMA, - STATE(2495), 1, - aux_sym__patterns_repeat1, + STATE(2329), 1, + aux_sym_argument_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116310] = 4, - ACTIONS(4490), 1, + [116594] = 4, + ACTIONS(2692), 1, + anon_sym_RPAREN, + ACTIONS(4528), 1, anon_sym_COMMA, - ACTIONS(4492), 1, - anon_sym_COLON, - STATE(2444), 1, - aux_sym_with_clause_repeat1, + STATE(2428), 1, + aux_sym_case_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [116608] = 4, + ACTIONS(4530), 1, + anon_sym_COMMA, + ACTIONS(4532), 1, + anon_sym_RBRACE, + STATE(2404), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116324] = 4, - ACTIONS(3437), 1, + [116622] = 4, + ACTIONS(3436), 1, anon_sym_COMMA, - ACTIONS(3439), 1, + ACTIONS(3438), 1, anon_sym_RBRACE, - STATE(2515), 1, + STATE(2522), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116338] = 2, + [116636] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1657), 3, + ACTIONS(1627), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, - [116348] = 4, - ACTIONS(3809), 1, + [116646] = 4, + ACTIONS(2694), 1, + anon_sym_RBRACK, + ACTIONS(4534), 1, + anon_sym_COMMA, + STATE(2444), 1, + aux_sym_case_clause_repeat1, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [116660] = 4, + ACTIONS(3802), 1, anon_sym_LPAREN, - ACTIONS(4494), 1, + ACTIONS(4536), 1, anon_sym_COLON, - STATE(2729), 1, + STATE(2730), 1, sym_argument_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116362] = 4, - ACTIONS(4270), 1, + [116674] = 4, + ACTIONS(4285), 1, anon_sym_COMMA, - ACTIONS(4496), 1, + ACTIONS(4538), 1, anon_sym_in, - STATE(2465), 1, + STATE(2325), 1, aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116376] = 4, - ACTIONS(3089), 1, + [116688] = 4, + ACTIONS(4540), 1, anon_sym_COMMA, - ACTIONS(4498), 1, - anon_sym_RPAREN, - STATE(2356), 1, - aux_sym__collection_elements_repeat1, + ACTIONS(4542), 1, + anon_sym_RBRACE, + STATE(2404), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116390] = 4, - ACTIONS(4270), 1, + [116702] = 4, + ACTIONS(4285), 1, anon_sym_COMMA, - ACTIONS(4500), 1, + ACTIONS(4544), 1, anon_sym_in, - STATE(2465), 1, + STATE(2325), 1, aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116404] = 4, - ACTIONS(3089), 1, + [116716] = 4, + ACTIONS(4546), 1, anon_sym_COMMA, - ACTIONS(4502), 1, - anon_sym_RPAREN, - STATE(2356), 1, - aux_sym__collection_elements_repeat1, + ACTIONS(4548), 1, + anon_sym_RBRACE, + STATE(2404), 1, + aux_sym_dict_pattern_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116418] = 4, - ACTIONS(3762), 1, + [116730] = 4, + ACTIONS(3741), 1, anon_sym_DOT, - ACTIONS(3768), 1, + ACTIONS(3745), 1, anon_sym_PIPE, - ACTIONS(4504), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [116432] = 4, - ACTIONS(4402), 1, - sym__newline, - ACTIONS(4404), 1, - sym__indent, - STATE(775), 1, - sym__match_block, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [116446] = 4, - ACTIONS(4506), 1, - anon_sym_COMMA, - ACTIONS(4508), 1, + ACTIONS(4550), 1, anon_sym_COLON, - STATE(2293), 1, - aux_sym_match_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116460] = 4, - ACTIONS(3762), 1, + [116744] = 4, + ACTIONS(3741), 1, anon_sym_DOT, - ACTIONS(3768), 1, + ACTIONS(3745), 1, anon_sym_PIPE, - ACTIONS(4510), 1, + ACTIONS(4552), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116474] = 4, - ACTIONS(3762), 1, + [116758] = 4, + ACTIONS(3741), 1, anon_sym_DOT, - ACTIONS(3768), 1, + ACTIONS(3745), 1, anon_sym_PIPE, - ACTIONS(4512), 1, + ACTIONS(4554), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116488] = 4, - ACTIONS(3762), 1, + [116772] = 4, + ACTIONS(3741), 1, anon_sym_DOT, - ACTIONS(3768), 1, + ACTIONS(3745), 1, anon_sym_PIPE, - ACTIONS(4514), 1, + ACTIONS(4556), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116502] = 4, - ACTIONS(2657), 1, - anon_sym_RPAREN, - ACTIONS(4516), 1, + [116786] = 4, + ACTIONS(3096), 1, anon_sym_COMMA, - STATE(2406), 1, - aux_sym_case_clause_repeat1, + ACTIONS(3177), 1, + anon_sym_RPAREN, + STATE(2513), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116516] = 4, - ACTIONS(3947), 1, - sym_identifier, - STATE(2520), 1, - sym_dotted_name, - STATE(2624), 1, - sym_aliased_import, + [116800] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116530] = 4, - ACTIONS(3089), 1, + ACTIONS(3947), 3, + sym__newline, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(3172), 1, - anon_sym_RPAREN, - STATE(2356), 1, - aux_sym__collection_elements_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [116544] = 4, - ACTIONS(2993), 1, + [116810] = 4, + ACTIONS(3000), 1, anon_sym_RPAREN, - ACTIONS(4518), 1, + ACTIONS(4558), 1, anon_sym_COMMA, - STATE(2274), 1, + STATE(2509), 1, aux_sym__parameters_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116558] = 3, - ACTIONS(1683), 1, + [116824] = 3, + ACTIONS(1698), 1, anon_sym_except, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1681), 2, + ACTIONS(1696), 2, anon_sym_except_STAR, anon_sym_finally, - [116570] = 4, - ACTIONS(4270), 1, + [116836] = 4, + ACTIONS(3518), 1, + anon_sym_RBRACK, + ACTIONS(4560), 1, anon_sym_COMMA, - ACTIONS(4520), 1, - anon_sym_in, - STATE(2465), 1, - aux_sym__patterns_repeat1, + STATE(2500), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116584] = 4, - ACTIONS(4270), 1, + [116850] = 4, + ACTIONS(4285), 1, anon_sym_COMMA, - ACTIONS(4522), 1, + ACTIONS(4563), 1, anon_sym_in, - STATE(2465), 1, + STATE(2325), 1, aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116598] = 2, + [116864] = 4, + ACTIONS(4285), 1, + anon_sym_COMMA, + ACTIONS(4565), 1, + anon_sym_in, + STATE(2325), 1, + aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1657), 3, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_EQ, - [116608] = 3, - ACTIONS(1675), 1, + [116878] = 3, + ACTIONS(1716), 1, anon_sym_except, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1673), 2, + ACTIONS(1718), 2, anon_sym_except_STAR, anon_sym_finally, - [116620] = 4, - ACTIONS(4524), 1, - anon_sym_COMMA, - ACTIONS(4527), 1, - anon_sym_RBRACK, - STATE(2489), 1, - aux_sym_subscript_repeat1, + [116890] = 3, + ACTIONS(3238), 1, + anon_sym_from, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(3236), 2, + sym__newline, + anon_sym_SEMI, + [116902] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116634] = 4, - ACTIONS(1292), 1, + ACTIONS(2364), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_in, + [116912] = 4, + ACTIONS(1297), 1, anon_sym_COLON, - ACTIONS(4529), 1, + ACTIONS(4567), 1, anon_sym_COMMA, - STATE(2503), 1, + STATE(2517), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116648] = 4, - ACTIONS(2891), 1, + [116926] = 4, + ACTIONS(2924), 1, anon_sym_RPAREN, - ACTIONS(4531), 1, + ACTIONS(4569), 1, anon_sym_COMMA, - STATE(2491), 1, + STATE(2507), 1, aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116662] = 4, - ACTIONS(1314), 1, - anon_sym_RBRACE, - ACTIONS(4534), 1, - anon_sym_COMMA, - STATE(2409), 1, - aux_sym_dictionary_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [116676] = 4, - ACTIONS(3584), 1, - anon_sym_PIPE, - ACTIONS(4536), 1, - anon_sym_COLON, - STATE(1938), 1, - aux_sym_union_pattern_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [116690] = 4, - ACTIONS(4263), 1, - anon_sym_COLON, - ACTIONS(4538), 1, - anon_sym_COMMA, - STATE(2494), 1, - aux_sym_with_clause_repeat1, - ACTIONS(3), 2, + [116940] = 3, + ACTIONS(3607), 1, + aux_sym_format_specifier_token1, + ACTIONS(5), 2, sym_comment, sym_line_continuation, - [116704] = 4, - ACTIONS(2891), 1, - anon_sym_in, - ACTIONS(4541), 1, + ACTIONS(3609), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + [116952] = 4, + ACTIONS(4149), 1, + anon_sym_RPAREN, + ACTIONS(4572), 1, anon_sym_COMMA, - STATE(2495), 1, - aux_sym__patterns_repeat1, + STATE(2509), 1, + aux_sym__parameters_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116718] = 4, - ACTIONS(2661), 1, - anon_sym_RBRACK, - ACTIONS(4544), 1, + [116966] = 4, + ACTIONS(2702), 1, + anon_sym_RPAREN, + ACTIONS(4575), 1, anon_sym_COMMA, - STATE(2336), 1, + STATE(2428), 1, aux_sym_case_clause_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116732] = 2, + [116980] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2462), 3, + ACTIONS(4577), 3, sym__newline, anon_sym_SEMI, - anon_sym_in, - [116742] = 4, - ACTIONS(3091), 1, - anon_sym_RPAREN, - ACTIONS(3093), 1, anon_sym_COMMA, - STATE(2524), 1, - aux_sym_argument_list_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [116756] = 4, - ACTIONS(4546), 1, - anon_sym_RPAREN, - ACTIONS(4548), 1, + [116990] = 4, + ACTIONS(2924), 1, + anon_sym_RBRACK, + ACTIONS(4579), 1, anon_sym_COMMA, - STATE(2270), 1, - aux_sym_argument_list_repeat1, + STATE(2512), 1, + aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116770] = 4, - ACTIONS(4550), 1, + [117004] = 4, + ACTIONS(1253), 1, + anon_sym_RPAREN, + ACTIONS(4582), 1, anon_sym_COMMA, - ACTIONS(4552), 1, - anon_sym_RBRACE, - STATE(2387), 1, - aux_sym_dict_pattern_repeat1, + STATE(2362), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116784] = 4, - ACTIONS(4554), 1, - anon_sym_COMMA, - ACTIONS(4556), 1, - anon_sym_RBRACE, - STATE(2316), 1, - aux_sym_dict_pattern_repeat1, + [117018] = 4, + ACTIONS(3802), 1, + anon_sym_LPAREN, + ACTIONS(4584), 1, + anon_sym_COLON, + STATE(2784), 1, + sym_argument_list, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116798] = 4, - ACTIONS(3313), 1, - anon_sym_COMMA, - ACTIONS(3315), 1, - anon_sym_RBRACK, - STATE(2286), 1, - aux_sym_subscript_repeat1, + [117032] = 3, + ACTIONS(1700), 1, + anon_sym_except, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116812] = 4, - ACTIONS(3246), 1, - anon_sym_COLON, - ACTIONS(4558), 1, + ACTIONS(1702), 2, + anon_sym_except_STAR, + anon_sym_finally, + [117044] = 4, + ACTIONS(3251), 1, + anon_sym_RPAREN, + ACTIONS(4586), 1, anon_sym_COMMA, - STATE(2503), 1, + STATE(2516), 1, aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116826] = 4, - ACTIONS(3809), 1, - anon_sym_LPAREN, - ACTIONS(4561), 1, + [117058] = 4, + ACTIONS(3251), 1, anon_sym_COLON, - STATE(2778), 1, - sym_argument_list, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [116840] = 4, - ACTIONS(4563), 1, + ACTIONS(4589), 1, anon_sym_COMMA, - ACTIONS(4565), 1, - anon_sym_RBRACE, - STATE(2387), 1, - aux_sym_dict_pattern_repeat1, + STATE(2517), 1, + aux_sym_assert_statement_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116854] = 4, - ACTIONS(990), 1, + [117072] = 4, + ACTIONS(1017), 1, anon_sym_RBRACK, - ACTIONS(4567), 1, + ACTIONS(4592), 1, anon_sym_COMMA, - STATE(2282), 1, + STATE(2287), 1, aux_sym_type_parameter_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116868] = 4, - ACTIONS(3730), 1, - anon_sym_COLON, - ACTIONS(4569), 1, - anon_sym_RBRACE, - STATE(2799), 1, - sym_format_specifier, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [116882] = 4, - ACTIONS(3762), 1, - anon_sym_DOT, - ACTIONS(3768), 1, - anon_sym_PIPE, - ACTIONS(4571), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [116896] = 4, - ACTIONS(4573), 1, - anon_sym_COMMA, - ACTIONS(4575), 1, - anon_sym_RBRACE, - STATE(2317), 1, - aux_sym_dict_pattern_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [116910] = 4, - ACTIONS(3762), 1, + [117086] = 4, + ACTIONS(3741), 1, anon_sym_DOT, - ACTIONS(3768), 1, + ACTIONS(3745), 1, anon_sym_PIPE, - ACTIONS(4577), 1, + ACTIONS(4594), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116924] = 4, - ACTIONS(2617), 1, - anon_sym_RPAREN, - ACTIONS(4579), 1, - anon_sym_COMMA, - STATE(2406), 1, - aux_sym_case_clause_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [116938] = 4, - ACTIONS(3671), 1, - anon_sym_RPAREN, - ACTIONS(4581), 1, - anon_sym_COMMA, - STATE(2512), 1, - aux_sym_argument_list_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [116952] = 4, - ACTIONS(3833), 1, - anon_sym_RPAREN, - ACTIONS(3997), 1, - anon_sym_COMMA, - STATE(2433), 1, - aux_sym__import_list_repeat1, + [117100] = 3, + ACTIONS(4598), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116966] = 3, - ACTIONS(4586), 1, - anon_sym_as, + ACTIONS(4596), 2, + sym__newline, + anon_sym_SEMI, + [117112] = 4, + ACTIONS(4600), 1, + anon_sym_SEMI, + ACTIONS(4602), 1, + sym__newline, + STATE(2272), 1, + aux_sym__simple_statements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4584), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [116978] = 4, - ACTIONS(1304), 1, + [117126] = 4, + ACTIONS(1303), 1, anon_sym_RBRACE, - ACTIONS(4588), 1, + ACTIONS(4604), 1, anon_sym_COMMA, - STATE(2409), 1, + STATE(2282), 1, aux_sym_dictionary_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [116992] = 3, - ACTIONS(4478), 1, + [117140] = 3, + ACTIONS(4488), 1, anon_sym_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4025), 2, + ACTIONS(4038), 2, anon_sym_COMMA, anon_sym_COLON, - [117004] = 3, - ACTIONS(3714), 1, + [117152] = 3, + ACTIONS(3594), 1, aux_sym_format_specifier_token1, ACTIONS(5), 2, sym_comment, sym_line_continuation, - ACTIONS(3716), 2, + ACTIONS(3596), 2, anon_sym_LBRACE, anon_sym_RBRACE, - [117016] = 4, - ACTIONS(4402), 1, - sym__newline, - ACTIONS(4404), 1, - sym__indent, - STATE(784), 1, - sym__match_block, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [117030] = 4, - ACTIONS(2723), 1, - anon_sym_RPAREN, - ACTIONS(4590), 1, + [117164] = 4, + ACTIONS(3096), 1, anon_sym_COMMA, - STATE(2406), 1, - aux_sym_case_clause_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [117044] = 3, - ACTIONS(3999), 1, - anon_sym_as, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4068), 2, + ACTIONS(3106), 1, anon_sym_RPAREN, - anon_sym_COMMA, - [117056] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(3704), 3, - anon_sym_COMMA, - anon_sym_as, - anon_sym_RBRACK, - [117066] = 2, + STATE(2513), 1, + aux_sym__collection_elements_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3704), 3, - anon_sym_RPAREN, - anon_sym_COMMA, + [117178] = 3, + ACTIONS(4030), 1, anon_sym_as, - [117076] = 4, - ACTIONS(3922), 1, - anon_sym_RPAREN, - ACTIONS(4592), 1, - anon_sym_COMMA, - STATE(2523), 1, - aux_sym__import_list_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117090] = 4, - ACTIONS(1204), 1, + ACTIONS(3983), 2, anon_sym_RPAREN, - ACTIONS(4595), 1, anon_sym_COMMA, - STATE(2512), 1, - aux_sym_argument_list_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [117104] = 4, - ACTIONS(4270), 1, + [117190] = 4, + ACTIONS(4285), 1, anon_sym_COMMA, - ACTIONS(4597), 1, + ACTIONS(4606), 1, anon_sym_in, - STATE(2465), 1, + STATE(2325), 1, aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117118] = 4, - ACTIONS(4270), 1, - anon_sym_COMMA, - ACTIONS(4599), 1, - anon_sym_in, - STATE(2465), 1, - aux_sym__patterns_repeat1, + [117204] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117132] = 4, - ACTIONS(1196), 1, + ACTIONS(3578), 3, anon_sym_RPAREN, - ACTIONS(4601), 1, anon_sym_COMMA, - STATE(2512), 1, - aux_sym_argument_list_repeat1, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [117146] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4603), 2, - anon_sym__, - sym_identifier, - [117155] = 3, - ACTIONS(4605), 1, - sym_integer, - ACTIONS(4607), 1, - sym_float, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [117166] = 3, - ACTIONS(4609), 1, + anon_sym_as, + [117214] = 3, + ACTIONS(4608), 1, sym_integer, - ACTIONS(4611), 1, + ACTIONS(4610), 1, sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117177] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4613), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [117186] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4615), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [117195] = 2, + [117225] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4617), 2, - sym__dedent, - anon_sym_case, - [117204] = 2, + ACTIONS(4612), 2, + anon_sym_COLON, + anon_sym_DASH_GT, + [117234] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3535), 2, + ACTIONS(3518), 2, anon_sym_COMMA, anon_sym_RBRACE, - [117213] = 2, + [117243] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1687), 2, - sym__dedent, - anon_sym_case, - [117222] = 2, + ACTIONS(4422), 2, + sym__newline, + anon_sym_SEMI, + [117252] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4619), 2, - sym__dedent, - anon_sym_case, - [117231] = 2, + ACTIONS(4614), 2, + sym__newline, + anon_sym_SEMI, + [117261] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4621), 2, - sym__newline, - anon_sym_SEMI, - [117240] = 2, + ACTIONS(4616), 2, + anon_sym__, + sym_identifier, + [117270] = 3, + ACTIONS(4618), 1, + sym_integer, + ACTIONS(4620), 1, + sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4623), 2, - sym__dedent, - anon_sym_case, - [117249] = 2, + [117281] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4625), 2, + ACTIONS(4149), 2, + anon_sym_COMMA, anon_sym_COLON, - anon_sym_DASH_GT, - [117258] = 2, + [117290] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4627), 2, - sym__newline, - anon_sym_SEMI, - [117267] = 2, + ACTIONS(4137), 2, + anon_sym_COMMA, + anon_sym_COLON, + [117299] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4629), 2, + ACTIONS(1696), 2, sym__dedent, anon_sym_case, - [117276] = 3, - ACTIONS(4631), 1, - anon_sym_COLON, - ACTIONS(4633), 1, - anon_sym_DASH_GT, + [117308] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117287] = 2, + ACTIONS(3208), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [117317] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3356), 2, + ACTIONS(4622), 2, sym__newline, anon_sym_SEMI, - [117296] = 2, + [117326] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4635), 2, - sym__newline, - anon_sym_SEMI, - [117305] = 2, + ACTIONS(4038), 2, + anon_sym_COMMA, + anon_sym_COLON, + [117335] = 3, + ACTIONS(4624), 1, + anon_sym_COMMA, + STATE(1973), 1, + aux_sym__patterns_repeat1, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4637), 2, - sym__newline, - anon_sym_SEMI, - [117314] = 2, + [117346] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4378), 2, + ACTIONS(4111), 2, anon_sym_COMMA, anon_sym_RBRACE, - [117323] = 2, + [117355] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4639), 2, + ACTIONS(4626), 2, sym__newline, anon_sym_SEMI, - [117332] = 2, + [117364] = 3, + ACTIONS(4628), 1, + sym_integer, + ACTIONS(4630), 1, + sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3066), 2, - sym__newline, - anon_sym_SEMI, - [117341] = 2, + [117375] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3203), 2, + ACTIONS(4632), 2, sym__newline, anon_sym_SEMI, - [117350] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(2930), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [117359] = 2, + [117384] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4641), 2, + ACTIONS(4634), 2, sym__newline, anon_sym_SEMI, - [117368] = 2, + [117393] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4643), 2, - sym__newline, - anon_sym_SEMI, - [117377] = 2, + ACTIONS(1563), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [117402] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4645), 2, + ACTIONS(4636), 2, anon_sym__, sym_identifier, - [117386] = 3, - ACTIONS(4647), 1, + [117411] = 3, + ACTIONS(4638), 1, sym_integer, - ACTIONS(4649), 1, + ACTIONS(4640), 1, sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117397] = 3, - ACTIONS(4651), 1, - sym_integer, - ACTIONS(4653), 1, - sym_float, + [117422] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117408] = 3, - ACTIONS(4655), 1, + ACTIONS(4642), 2, + sym__dedent, + anon_sym_case, + [117431] = 3, + ACTIONS(4644), 1, sym_integer, - ACTIONS(4657), 1, + ACTIONS(4646), 1, sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117419] = 2, + [117442] = 3, + ACTIONS(4648), 1, + sym_integer, + ACTIONS(4650), 1, + sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4025), 2, - anon_sym_COMMA, - anon_sym_COLON, - [117428] = 2, + [117453] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4659), 2, + ACTIONS(1708), 2, sym__dedent, anon_sym_case, - [117437] = 2, + [117462] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(4137), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [117471] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4661), 2, + ACTIONS(4652), 2, anon_sym__, sym_identifier, - [117446] = 3, - ACTIONS(4663), 1, + [117480] = 3, + ACTIONS(4654), 1, sym_integer, - ACTIONS(4665), 1, + ACTIONS(4656), 1, sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117457] = 2, + [117491] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4025), 2, - anon_sym_COMMA, - anon_sym_COLON, - [117466] = 3, - ACTIONS(4667), 1, - sym_integer, - ACTIONS(4669), 1, - sym_float, + ACTIONS(3073), 2, + sym__newline, + anon_sym_SEMI, + [117500] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117477] = 2, + ACTIONS(1563), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [117509] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4671), 2, + ACTIONS(3208), 2, sym__newline, anon_sym_SEMI, - [117486] = 2, + [117518] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4613), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [117495] = 3, - ACTIONS(4673), 1, + ACTIONS(1706), 2, + sym__dedent, + anon_sym_case, + [117527] = 3, + ACTIONS(4658), 1, sym_integer, - ACTIONS(4675), 1, + ACTIONS(4660), 1, sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117506] = 2, + [117538] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4677), 2, - sym__dedent, - anon_sym_case, - [117515] = 2, + ACTIONS(4662), 2, + sym__newline, + anon_sym_SEMI, + [117547] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4679), 2, + ACTIONS(4664), 2, sym__dedent, anon_sym_case, - [117524] = 2, + [117556] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(4666), 2, + sym__newline, + anon_sym_SEMI, + [117565] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4615), 2, + ACTIONS(4668), 2, anon_sym_RPAREN, anon_sym_COMMA, - [117533] = 2, + [117574] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4681), 2, - sym__dedent, - anon_sym_case, - [117542] = 2, + ACTIONS(3275), 2, + sym__newline, + anon_sym_SEMI, + [117583] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3535), 2, + ACTIONS(4670), 2, anon_sym_RPAREN, anon_sym_COMMA, - [117551] = 2, + [117592] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4683), 2, + ACTIONS(4672), 2, sym__dedent, anon_sym_case, - [117560] = 3, - ACTIONS(4685), 1, - anon_sym_COLON, - ACTIONS(4687), 1, - anon_sym_DASH_GT, + [117601] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117571] = 3, - ACTIONS(4689), 1, - sym_integer, - ACTIONS(4691), 1, - sym_float, + ACTIONS(3518), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [117610] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117582] = 2, + ACTIONS(4674), 2, + sym__newline, + anon_sym_SEMI, + [117619] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4693), 2, - sym__newline, - anon_sym_SEMI, - [117591] = 2, + ACTIONS(3406), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [117628] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4695), 2, - anon_sym__, - sym_identifier, - [117600] = 2, + ACTIONS(4676), 2, + sym__dedent, + anon_sym_case, + [117637] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3671), 2, + ACTIONS(4678), 2, anon_sym_RPAREN, anon_sym_COMMA, - [117609] = 2, + [117646] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3203), 2, + ACTIONS(2935), 2, anon_sym_COMMA, anon_sym_RBRACK, - [117618] = 2, + [117655] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2928), 2, + ACTIONS(4038), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, - [117627] = 3, - ACTIONS(4697), 1, + [117664] = 3, + ACTIONS(4680), 1, + anon_sym_COLON, + ACTIONS(4682), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [117675] = 3, + ACTIONS(3952), 1, + anon_sym_LPAREN, + STATE(2597), 1, + sym_parameters, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [117686] = 3, + ACTIONS(4684), 1, + anon_sym_COLON, + ACTIONS(4686), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [117697] = 3, + ACTIONS(4688), 1, sym_integer, - ACTIONS(4699), 1, + ACTIONS(4690), 1, sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117638] = 2, + [117708] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4615), 2, + ACTIONS(3518), 2, anon_sym_COMMA, anon_sym_RBRACK, - [117647] = 3, - ACTIONS(3957), 1, - anon_sym_LPAREN, - STATE(2542), 1, - sym_parameters, + [117717] = 3, + ACTIONS(4692), 1, + sym_integer, + ACTIONS(4694), 1, + sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117658] = 3, - ACTIONS(4701), 1, - anon_sym_COLON, - ACTIONS(4703), 1, - anon_sym_DASH_GT, + [117728] = 3, + ACTIONS(4696), 1, + sym_integer, + ACTIONS(4698), 1, + sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117669] = 2, + [117739] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1691), 2, - sym__dedent, - anon_sym_case, - [117678] = 2, + ACTIONS(3285), 2, + sym__newline, + anon_sym_SEMI, + [117748] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4705), 2, + ACTIONS(2933), 2, anon_sym_RPAREN, anon_sym_COMMA, - [117687] = 2, + [117757] = 3, + ACTIONS(4700), 1, + anon_sym_COLON, + ACTIONS(4702), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [117768] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4707), 2, + ACTIONS(3208), 2, anon_sym_RPAREN, anon_sym_COMMA, - [117696] = 2, + [117777] = 3, + ACTIONS(4704), 1, + sym_integer, + ACTIONS(4706), 1, + sym_float, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1673), 2, - sym__dedent, - anon_sym_case, - [117705] = 2, + [117788] = 3, + ACTIONS(4708), 1, + anon_sym_COLON, + ACTIONS(4710), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3400), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [117714] = 2, + [117799] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1681), 2, + ACTIONS(4712), 2, sym__dedent, anon_sym_case, - [117723] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4100), 2, - anon_sym_COMMA, + [117808] = 3, + ACTIONS(4714), 1, anon_sym_COLON, - [117732] = 2, + ACTIONS(4716), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2928), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [117741] = 2, + [117819] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1558), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [117750] = 3, - ACTIONS(4709), 1, + ACTIONS(4718), 2, + sym__dedent, + anon_sym_case, + [117828] = 3, + ACTIONS(4720), 1, anon_sym_COLON, - ACTIONS(4711), 1, + ACTIONS(4722), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117761] = 3, - ACTIONS(4713), 1, - anon_sym_COLON, - ACTIONS(4715), 1, - anon_sym_DASH_GT, + [117839] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117772] = 3, - ACTIONS(4717), 1, + ACTIONS(4724), 2, + sym__dedent, + anon_sym_case, + [117848] = 3, + ACTIONS(4726), 1, anon_sym_COLON, - ACTIONS(4719), 1, + ACTIONS(4728), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117783] = 2, + [117859] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4025), 2, - anon_sym_RPAREN, + ACTIONS(2933), 2, anon_sym_COMMA, - [117792] = 3, - ACTIONS(4721), 1, + anon_sym_RBRACK, + [117868] = 3, + ACTIONS(4730), 1, anon_sym_COLON, - ACTIONS(4723), 1, + ACTIONS(4732), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117803] = 2, + [117879] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4263), 2, - anon_sym_COMMA, - anon_sym_COLON, - [117812] = 2, + ACTIONS(4734), 2, + sym__dedent, + anon_sym_case, + [117888] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1703), 2, + ACTIONS(1718), 2, sym__dedent, anon_sym_case, - [117821] = 3, - ACTIONS(4725), 1, - sym_integer, - ACTIONS(4727), 1, - sym_float, + [117897] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(4149), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [117906] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117832] = 2, + ACTIONS(4736), 2, + sym__dedent, + anon_sym_case, + [117915] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4729), 2, + ACTIONS(4738), 2, sym__newline, anon_sym_SEMI, - [117841] = 2, + [117924] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3203), 2, + ACTIONS(2924), 2, anon_sym_RPAREN, anon_sym_COMMA, - [117850] = 3, - ACTIONS(3957), 1, + [117933] = 3, + ACTIONS(3952), 1, anon_sym_LPAREN, - STATE(2582), 1, + STATE(2579), 1, sym_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117861] = 2, + [117944] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2891), 2, - anon_sym_RPAREN, + ACTIONS(4038), 2, + anon_sym_COMMA, + anon_sym_COLON, + [117953] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(2924), 2, anon_sym_COMMA, - [117870] = 2, + anon_sym_RBRACK, + [117962] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4263), 2, - anon_sym_RPAREN, + ACTIONS(4670), 2, anon_sym_COMMA, - [117879] = 2, + anon_sym_RBRACE, + [117971] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4294), 2, + ACTIONS(4740), 2, sym__newline, anon_sym_SEMI, - [117888] = 2, + [117980] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(1558), 2, - anon_sym_RPAREN, + ACTIONS(4742), 2, anon_sym_COMMA, - [117897] = 2, + anon_sym_RBRACE, + [117989] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(2891), 2, + ACTIONS(3534), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, - [117906] = 2, + [117998] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4731), 2, + ACTIONS(4744), 2, sym__newline, anon_sym_SEMI, - [117915] = 2, + [118007] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4733), 2, + ACTIONS(4746), 2, sym__dedent, anon_sym_case, - [117924] = 3, - ACTIONS(4735), 1, - sym_integer, - ACTIONS(4737), 1, - sym_float, + [118016] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117935] = 2, + ACTIONS(4748), 2, + anon_sym_COLON, + anon_sym_DASH_GT, + [118025] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3368), 2, + ACTIONS(4750), 2, sym__newline, anon_sym_SEMI, - [117944] = 2, + [118034] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(3535), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [117953] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4739), 2, + ACTIONS(4752), 2, sym__newline, anon_sym_SEMI, - [117962] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4741), 2, - anon_sym_COLON, - anon_sym_DASH_GT, - [117971] = 2, + [118043] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4743), 2, - sym__newline, - anon_sym_SEMI, - [117980] = 3, - ACTIONS(4745), 1, - anon_sym_COMMA, - STATE(1972), 1, - aux_sym__patterns_repeat1, + ACTIONS(4754), 2, + sym__dedent, + anon_sym_case, + [118052] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [117991] = 2, + ACTIONS(4756), 2, + sym__dedent, + anon_sym_case, + [118061] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4100), 2, - anon_sym_RPAREN, + ACTIONS(4678), 2, anon_sym_COMMA, - [118000] = 3, - ACTIONS(3957), 1, + anon_sym_COLON, + [118070] = 3, + ACTIONS(3952), 1, anon_sym_LPAREN, - STATE(2594), 1, + STATE(2593), 1, sym_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118011] = 2, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - ACTIONS(4705), 2, - anon_sym_COMMA, - anon_sym_COLON, - [118020] = 3, - ACTIONS(3957), 1, + [118081] = 3, + ACTIONS(3952), 1, anon_sym_LPAREN, - STATE(2596), 1, + STATE(2595), 1, sym_parameters, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118031] = 2, + [118092] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4747), 2, + ACTIONS(1702), 2, sym__dedent, anon_sym_case, - [118040] = 2, + [118101] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4749), 2, - sym__dedent, - anon_sym_case, - [118049] = 2, + ACTIONS(3983), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [118110] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4751), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [118058] = 2, + ACTIONS(4758), 2, + anon_sym__, + sym_identifier, + [118119] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4068), 2, + ACTIONS(4760), 2, anon_sym_RPAREN, anon_sym_COMMA, - [118067] = 2, + [118128] = 2, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + ACTIONS(4762), 2, + sym__dedent, + anon_sym_case, + [118137] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4105), 2, + ACTIONS(4577), 2, anon_sym_RPAREN, anon_sym_COMMA, - [118076] = 2, + [118146] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4753), 2, - sym__dedent, - anon_sym_case, - [118085] = 2, + ACTIONS(4668), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [118155] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - ACTIONS(4613), 2, + ACTIONS(4670), 2, anon_sym_COMMA, anon_sym_RBRACK, - [118094] = 3, - ACTIONS(4755), 1, - anon_sym_COLON, - ACTIONS(4757), 1, - anon_sym_DASH_GT, + [118164] = 2, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118105] = 2, - ACTIONS(4759), 1, - anon_sym_COLON, + ACTIONS(4668), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [118173] = 2, + ACTIONS(4764), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118113] = 2, - ACTIONS(4761), 1, - anon_sym_RBRACE, + [118181] = 2, + ACTIONS(4766), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118121] = 2, - ACTIONS(4763), 1, - anon_sym_import, + [118189] = 2, + ACTIONS(4768), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118129] = 2, - ACTIONS(4765), 1, + [118197] = 2, + ACTIONS(4770), 1, anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118137] = 2, - ACTIONS(3378), 1, - anon_sym_RBRACE, + [118205] = 2, + ACTIONS(4772), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118145] = 2, - ACTIONS(4767), 1, - anon_sym_RPAREN, + [118213] = 2, + ACTIONS(4774), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118153] = 2, - ACTIONS(4769), 1, - sym_identifier, + [118221] = 2, + ACTIONS(4776), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118161] = 2, - ACTIONS(4771), 1, + [118229] = 2, + ACTIONS(4778), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118169] = 2, - ACTIONS(4773), 1, - sym_identifier, + [118237] = 2, + ACTIONS(4780), 1, + ts_builtin_sym_end, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118177] = 2, - ACTIONS(3470), 1, + [118245] = 2, + ACTIONS(4782), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118185] = 2, - ACTIONS(4775), 1, + [118253] = 2, + ACTIONS(4784), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118193] = 2, - ACTIONS(3388), 1, + [118261] = 2, + ACTIONS(3404), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118201] = 2, - ACTIONS(4777), 1, - anon_sym_for, + [118269] = 2, + ACTIONS(4786), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118209] = 2, - ACTIONS(4779), 1, - sym_identifier, + [118277] = 2, + ACTIONS(4788), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118217] = 2, - ACTIONS(4781), 1, + [118285] = 2, + ACTIONS(4790), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118225] = 2, - ACTIONS(4783), 1, + [118293] = 2, + ACTIONS(4792), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118233] = 2, - ACTIONS(4785), 1, - sym_identifier, + [118301] = 2, + ACTIONS(3069), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118241] = 2, - ACTIONS(3050), 1, - anon_sym_RPAREN, + [118309] = 2, + ACTIONS(4794), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118249] = 2, - ACTIONS(4787), 1, + [118317] = 2, + ACTIONS(4796), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118257] = 2, - ACTIONS(4789), 1, - anon_sym_RPAREN, + [118325] = 2, + ACTIONS(4798), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118265] = 2, - ACTIONS(4791), 1, + [118333] = 2, + ACTIONS(4800), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118273] = 2, - ACTIONS(4793), 1, + [118341] = 2, + ACTIONS(4802), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118281] = 2, - ACTIONS(4795), 1, + [118349] = 2, + ACTIONS(4804), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118289] = 2, - ACTIONS(4797), 1, + [118357] = 2, + ACTIONS(4806), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118297] = 2, - ACTIONS(4799), 1, - anon_sym_RBRACK, + [118365] = 2, + ACTIONS(4808), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118305] = 2, - ACTIONS(4801), 1, + [118373] = 2, + ACTIONS(4810), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118313] = 2, - ACTIONS(4803), 1, + [118381] = 2, + ACTIONS(4812), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118321] = 2, - ACTIONS(4805), 1, - anon_sym_import, + [118389] = 2, + ACTIONS(4814), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118329] = 2, - ACTIONS(4807), 1, - sym_identifier, + [118397] = 2, + ACTIONS(4816), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118337] = 2, - ACTIONS(3166), 1, + [118405] = 2, + ACTIONS(3169), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118345] = 2, - ACTIONS(4809), 1, - anon_sym_RBRACK, + [118413] = 2, + ACTIONS(4818), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118353] = 2, - ACTIONS(4811), 1, - anon_sym_COLON, + [118421] = 2, + ACTIONS(4820), 1, + anon_sym_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118361] = 2, - ACTIONS(1428), 1, - anon_sym_COLON, + [118429] = 2, + ACTIONS(4822), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118369] = 2, - ACTIONS(3486), 1, + [118437] = 2, + ACTIONS(4824), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118377] = 2, - ACTIONS(4813), 1, - anon_sym_in, + [118445] = 2, + ACTIONS(4826), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118385] = 2, - ACTIONS(4815), 1, - sym_identifier, + [118453] = 2, + ACTIONS(4828), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118393] = 2, - ACTIONS(4817), 1, - anon_sym_RBRACE, + [118461] = 2, + ACTIONS(4830), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118401] = 2, - ACTIONS(4819), 1, - anon_sym_COLON, + [118469] = 2, + ACTIONS(4832), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118409] = 2, - ACTIONS(4821), 1, + [118477] = 2, + ACTIONS(4834), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118417] = 2, - ACTIONS(4823), 1, + [118485] = 2, + ACTIONS(4836), 1, + anon_sym_for, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [118493] = 2, + ACTIONS(4838), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118425] = 2, - ACTIONS(4825), 1, + [118501] = 2, + ACTIONS(3410), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118433] = 2, - ACTIONS(4827), 1, - sym_identifier, + [118509] = 2, + ACTIONS(4840), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118441] = 2, - ACTIONS(4829), 1, - sym_identifier, + [118517] = 2, + ACTIONS(4842), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118449] = 2, - ACTIONS(4831), 1, + [118525] = 2, + ACTIONS(4844), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118457] = 2, - ACTIONS(4833), 1, + [118533] = 2, + ACTIONS(4846), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118465] = 2, - ACTIONS(3402), 1, + [118541] = 2, + ACTIONS(4848), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118473] = 2, - ACTIONS(4835), 1, - sym_identifier, + [118549] = 2, + ACTIONS(4850), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118481] = 2, - ACTIONS(4837), 1, - anon_sym_RBRACK, + [118557] = 2, + ACTIONS(3098), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118489] = 2, - ACTIONS(4839), 1, - anon_sym_RBRACK, + [118565] = 2, + ACTIONS(3438), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118497] = 2, - ACTIONS(4841), 1, - anon_sym_RBRACK, + [118573] = 2, + ACTIONS(4852), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118505] = 2, - ACTIONS(4843), 1, + [118581] = 2, + ACTIONS(4854), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118513] = 2, - ACTIONS(3439), 1, + [118589] = 2, + ACTIONS(4856), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118521] = 2, - ACTIONS(4845), 1, - anon_sym_in, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [118529] = 2, - ACTIONS(4847), 1, + [118597] = 2, + ACTIONS(4858), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118537] = 2, - ACTIONS(3449), 1, - anon_sym_RBRACE, + [118605] = 2, + ACTIONS(1433), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118545] = 2, - ACTIONS(4849), 1, - sym_identifier, + [118613] = 2, + ACTIONS(4860), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118553] = 2, - ACTIONS(4851), 1, - anon_sym_RPAREN, + [118621] = 2, + ACTIONS(4862), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118561] = 2, - ACTIONS(4853), 1, - anon_sym_COLON_EQ, + [118629] = 2, + ACTIONS(4864), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118569] = 2, - ACTIONS(4855), 1, - sym_identifier, + [118637] = 2, + ACTIONS(4866), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118577] = 2, - ACTIONS(4857), 1, + [118645] = 2, + ACTIONS(4868), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118585] = 2, - ACTIONS(4859), 1, - anon_sym_RPAREN, + [118653] = 2, + ACTIONS(4870), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118593] = 2, - ACTIONS(4861), 1, - anon_sym_RPAREN, + [118661] = 2, + ACTIONS(4872), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118601] = 2, - ACTIONS(4863), 1, + [118669] = 2, + ACTIONS(4874), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118609] = 2, - ACTIONS(4865), 1, - sym_identifier, + [118677] = 2, + ACTIONS(4876), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118617] = 2, - ACTIONS(4867), 1, + [118685] = 2, + ACTIONS(4878), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118625] = 2, - ACTIONS(4869), 1, + [118693] = 2, + ACTIONS(3420), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118633] = 2, - ACTIONS(4871), 1, - sym_identifier, + [118701] = 2, + ACTIONS(4880), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118641] = 2, - ACTIONS(4873), 1, - anon_sym_RBRACK, + [118709] = 2, + ACTIONS(4882), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118649] = 2, - ACTIONS(3494), 1, + [118717] = 2, + ACTIONS(4884), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118657] = 2, - ACTIONS(4875), 1, + [118725] = 2, + ACTIONS(4886), 1, + sym_identifier, + ACTIONS(3), 2, + sym_comment, + sym_line_continuation, + [118733] = 2, + ACTIONS(4888), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118665] = 2, - ACTIONS(4877), 1, - anon_sym_COLON_EQ, + [118741] = 2, + ACTIONS(4890), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118673] = 2, - ACTIONS(4879), 1, + [118749] = 2, + ACTIONS(4892), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118681] = 2, - ACTIONS(4881), 1, - anon_sym_COLON, + [118757] = 2, + ACTIONS(4894), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118689] = 2, - ACTIONS(4883), 1, + [118765] = 2, + ACTIONS(4896), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118697] = 2, - ACTIONS(4885), 1, - anon_sym_RBRACE, + [118773] = 2, + ACTIONS(4898), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118705] = 2, - ACTIONS(4278), 1, - anon_sym_in, + [118781] = 2, + ACTIONS(4900), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118713] = 2, - ACTIONS(4887), 1, - anon_sym_COLON, + [118789] = 2, + ACTIONS(3495), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118721] = 2, - ACTIONS(4889), 1, + [118797] = 2, + ACTIONS(4902), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118729] = 2, - ACTIONS(4314), 1, - anon_sym_in, - ACTIONS(3), 2, - sym_comment, - sym_line_continuation, - [118737] = 2, - ACTIONS(4891), 1, + [118805] = 2, + ACTIONS(4904), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118745] = 2, - ACTIONS(4893), 1, - ts_builtin_sym_end, + [118813] = 2, + ACTIONS(4906), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118753] = 2, - ACTIONS(4895), 1, - sym_identifier, + [118821] = 2, + ACTIONS(4908), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118761] = 2, - ACTIONS(4897), 1, - anon_sym_RBRACE, + [118829] = 2, + ACTIONS(4910), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118769] = 2, - ACTIONS(4899), 1, + [118837] = 2, + ACTIONS(4912), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118777] = 2, - ACTIONS(4901), 1, - anon_sym_COLON, + [118845] = 2, + ACTIONS(4914), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118785] = 2, - ACTIONS(4903), 1, + [118853] = 2, + ACTIONS(4916), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118793] = 2, - ACTIONS(4905), 1, + [118861] = 2, + ACTIONS(4918), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118801] = 2, - ACTIONS(3121), 1, - anon_sym_RPAREN, + [118869] = 2, + ACTIONS(4920), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118809] = 2, - ACTIONS(4907), 1, - sym_identifier, + [118877] = 2, + ACTIONS(4922), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118817] = 2, - ACTIONS(4909), 1, - sym_identifier, + [118885] = 2, + ACTIONS(4924), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118825] = 2, - ACTIONS(4911), 1, - anon_sym_RBRACE, + [118893] = 2, + ACTIONS(4926), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118833] = 2, - ACTIONS(4913), 1, + [118901] = 2, + ACTIONS(4928), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118841] = 2, - ACTIONS(4915), 1, - anon_sym_RBRACK, + [118909] = 2, + ACTIONS(4930), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118849] = 2, - ACTIONS(4496), 1, + [118917] = 2, + ACTIONS(4538), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118857] = 2, - ACTIONS(4917), 1, - sym_identifier, + [118925] = 2, + ACTIONS(4932), 1, + anon_sym_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118865] = 2, - ACTIONS(3496), 1, + [118933] = 2, + ACTIONS(3501), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118873] = 2, - ACTIONS(4919), 1, - sym_identifier, + [118941] = 2, + ACTIONS(4934), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118881] = 2, - ACTIONS(4921), 1, - anon_sym_RBRACK, + [118949] = 2, + ACTIONS(4936), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118889] = 2, - ACTIONS(4923), 1, + [118957] = 2, + ACTIONS(4938), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118897] = 2, - ACTIONS(4925), 1, - anon_sym_in, + [118965] = 2, + ACTIONS(4940), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118905] = 2, - ACTIONS(4927), 1, + [118973] = 2, + ACTIONS(4942), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118913] = 2, - ACTIONS(4929), 1, - anon_sym_RPAREN, + [118981] = 2, + ACTIONS(4944), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118921] = 2, - ACTIONS(4500), 1, + [118989] = 2, + ACTIONS(4544), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118929] = 2, - ACTIONS(4931), 1, + [118997] = 2, + ACTIONS(4946), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118937] = 2, - ACTIONS(3435), 1, + [119005] = 2, + ACTIONS(3434), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118945] = 2, - ACTIONS(3422), 1, + [119013] = 2, + ACTIONS(4948), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118953] = 2, - ACTIONS(4933), 1, - anon_sym_RBRACK, + [119021] = 2, + ACTIONS(4950), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118961] = 2, - ACTIONS(4935), 1, - anon_sym_RPAREN, + [119029] = 2, + ACTIONS(4952), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118969] = 2, - ACTIONS(4937), 1, - anon_sym_COLON_EQ, + [119037] = 2, + ACTIONS(4954), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118977] = 2, - ACTIONS(4939), 1, - anon_sym_RPAREN, + [119045] = 2, + ACTIONS(4287), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118985] = 2, - ACTIONS(4941), 1, + [119053] = 2, + ACTIONS(4956), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [118993] = 2, - ACTIONS(4943), 1, - anon_sym_RBRACE, + [119061] = 2, + ACTIONS(4958), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119001] = 2, - ACTIONS(4272), 1, - anon_sym_in, + [119069] = 2, + ACTIONS(1477), 1, + anon_sym_def, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119009] = 2, - ACTIONS(4945), 1, - anon_sym_RBRACE, + [119077] = 2, + ACTIONS(4960), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119017] = 2, - ACTIONS(4947), 1, + [119085] = 2, + ACTIONS(4962), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119025] = 2, - ACTIONS(4949), 1, - anon_sym_RBRACE, + [119093] = 2, + ACTIONS(4964), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119033] = 2, - ACTIONS(4951), 1, + [119101] = 2, + ACTIONS(4966), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119041] = 2, - ACTIONS(4953), 1, - sym_identifier, + [119109] = 2, + ACTIONS(4968), 1, + anon_sym_import, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119049] = 2, - ACTIONS(4955), 1, + [119117] = 2, + ACTIONS(4970), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119057] = 2, - ACTIONS(4957), 1, - anon_sym_in, + [119125] = 2, + ACTIONS(4972), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119065] = 2, - ACTIONS(4959), 1, + [119133] = 2, + ACTIONS(4974), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119073] = 2, - ACTIONS(4961), 1, - sym_identifier, + [119141] = 2, + ACTIONS(4976), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119081] = 2, - ACTIONS(4963), 1, - anon_sym_RBRACE, + [119149] = 2, + ACTIONS(4978), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119089] = 2, - ACTIONS(4965), 1, - anon_sym_RPAREN, + [119157] = 2, + ACTIONS(4980), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119097] = 2, - ACTIONS(4967), 1, - sym_identifier, + [119165] = 2, + ACTIONS(4982), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119105] = 2, - ACTIONS(4969), 1, - anon_sym_RPAREN, + [119173] = 2, + ACTIONS(4984), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119113] = 2, - ACTIONS(4971), 1, + [119181] = 2, + ACTIONS(4986), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119121] = 2, - ACTIONS(4520), 1, + [119189] = 2, + ACTIONS(4563), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119129] = 2, - ACTIONS(4973), 1, - anon_sym_in, + [119197] = 2, + ACTIONS(4988), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119137] = 2, - ACTIONS(4522), 1, + [119205] = 2, + ACTIONS(4565), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119145] = 2, - ACTIONS(4975), 1, + [119213] = 2, + ACTIONS(4990), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119153] = 2, - ACTIONS(4977), 1, + [119221] = 2, + ACTIONS(4992), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119161] = 2, - ACTIONS(4979), 1, - anon_sym_RBRACE, + [119229] = 2, + ACTIONS(4994), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119169] = 2, - ACTIONS(4981), 1, + [119237] = 2, + ACTIONS(4996), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119177] = 2, - ACTIONS(4983), 1, - anon_sym_RBRACE, + [119245] = 2, + ACTIONS(4998), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119185] = 2, - ACTIONS(4985), 1, + [119253] = 2, + ACTIONS(5000), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119193] = 2, - ACTIONS(3151), 1, - anon_sym_RPAREN, + [119261] = 2, + ACTIONS(5002), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119201] = 2, - ACTIONS(4987), 1, - anon_sym_COLON, + [119269] = 2, + ACTIONS(5004), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119209] = 2, - ACTIONS(4989), 1, - anon_sym_in, + [119277] = 2, + ACTIONS(3414), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119217] = 2, - ACTIONS(3131), 1, + [119285] = 2, + ACTIONS(5006), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119225] = 2, - ACTIONS(4991), 1, + [119293] = 2, + ACTIONS(3426), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119233] = 2, - ACTIONS(4993), 1, - anon_sym_RBRACE, + [119301] = 2, + ACTIONS(3154), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119241] = 2, - ACTIONS(4995), 1, - anon_sym_RBRACE, + [119309] = 2, + ACTIONS(3144), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119249] = 2, - ACTIONS(4997), 1, + [119317] = 2, + ACTIONS(3179), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119257] = 2, - ACTIONS(4999), 1, - anon_sym_RBRACE, + [119325] = 2, + ACTIONS(5008), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119265] = 2, - ACTIONS(5001), 1, - anon_sym_RBRACK, + [119333] = 2, + ACTIONS(5010), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119273] = 2, - ACTIONS(4280), 1, - anon_sym_in, + [119341] = 2, + ACTIONS(5012), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119281] = 2, - ACTIONS(3091), 1, + [119349] = 2, + ACTIONS(3128), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119289] = 2, - ACTIONS(3174), 1, - anon_sym_RPAREN, + [119357] = 2, + ACTIONS(3485), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119297] = 2, - ACTIONS(5003), 1, + [119365] = 2, + ACTIONS(5014), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119305] = 2, - ACTIONS(5005), 1, + [119373] = 2, + ACTIONS(5016), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119313] = 2, - ACTIONS(5007), 1, + [119381] = 2, + ACTIONS(5018), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119321] = 2, - ACTIONS(5009), 1, - anon_sym_COLON, + [119389] = 2, + ACTIONS(5020), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119329] = 2, - ACTIONS(5011), 1, - sym_identifier, + [119397] = 2, + ACTIONS(5022), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119337] = 2, - ACTIONS(5013), 1, - anon_sym_COLON_EQ, + [119405] = 2, + ACTIONS(5024), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119345] = 2, - ACTIONS(5015), 1, + [119413] = 2, + ACTIONS(5026), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119353] = 2, - ACTIONS(1472), 1, - anon_sym_def, + [119421] = 2, + ACTIONS(5028), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119361] = 2, - ACTIONS(5017), 1, - anon_sym_COLON, + [119429] = 2, + ACTIONS(5030), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119369] = 2, - ACTIONS(5019), 1, + [119437] = 2, + ACTIONS(3468), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119377] = 2, - ACTIONS(5021), 1, - anon_sym_RBRACE, + [119445] = 2, + ACTIONS(5032), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119385] = 2, - ACTIONS(5023), 1, - anon_sym_RPAREN, + [119453] = 2, + ACTIONS(5034), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119393] = 2, - ACTIONS(5025), 1, - anon_sym_RPAREN, + [119461] = 2, + ACTIONS(5036), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119401] = 2, - ACTIONS(5027), 1, - anon_sym_RBRACK, + [119469] = 2, + ACTIONS(5038), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119409] = 2, - ACTIONS(5029), 1, - anon_sym_COLON, + [119477] = 2, + ACTIONS(5040), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119417] = 2, - ACTIONS(5031), 1, - anon_sym_RPAREN, + [119485] = 2, + ACTIONS(4341), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119425] = 2, - ACTIONS(5033), 1, + [119493] = 2, + ACTIONS(5042), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119433] = 2, - ACTIONS(5035), 1, - sym_identifier, + [119501] = 2, + ACTIONS(5044), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119441] = 2, - ACTIONS(5037), 1, + [119509] = 2, + ACTIONS(5046), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119449] = 2, - ACTIONS(5039), 1, - anon_sym_COLON, + [119517] = 2, + ACTIONS(5048), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119457] = 2, - ACTIONS(5041), 1, - anon_sym_RPAREN, + [119525] = 2, + ACTIONS(5050), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119465] = 2, - ACTIONS(5043), 1, - anon_sym_RBRACE, + [119533] = 2, + ACTIONS(5052), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119473] = 2, - ACTIONS(5045), 1, - anon_sym_COLON, + [119541] = 2, + ACTIONS(5054), 1, + anon_sym_RBRACK, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119481] = 2, - ACTIONS(5047), 1, - anon_sym_RBRACE, + [119549] = 2, + ACTIONS(5056), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119489] = 2, - ACTIONS(3141), 1, - anon_sym_RPAREN, + [119557] = 2, + ACTIONS(5058), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119497] = 2, - ACTIONS(5049), 1, - anon_sym_COLON, + [119565] = 2, + ACTIONS(5060), 1, + anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119505] = 2, - ACTIONS(5051), 1, + [119573] = 2, + ACTIONS(5062), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119513] = 2, - ACTIONS(5053), 1, - anon_sym_COLON, + [119581] = 2, + ACTIONS(5064), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119521] = 2, - ACTIONS(5055), 1, - anon_sym_COLON_EQ, + [119589] = 2, + ACTIONS(3479), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119529] = 2, - ACTIONS(3384), 1, - anon_sym_COLON, + [119597] = 2, + ACTIONS(4337), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119537] = 2, - ACTIONS(5057), 1, - anon_sym_RPAREN, + [119605] = 2, + ACTIONS(4339), 1, + anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119545] = 2, - ACTIONS(5059), 1, + [119613] = 2, + ACTIONS(5066), 1, anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119553] = 2, - ACTIONS(5061), 1, - anon_sym_COLON, + [119621] = 2, + ACTIONS(5068), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119561] = 2, - ACTIONS(5063), 1, + [119629] = 2, + ACTIONS(5070), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119569] = 2, - ACTIONS(5065), 1, + [119637] = 2, + ACTIONS(5072), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119577] = 2, - ACTIONS(5067), 1, - anon_sym_import, + [119645] = 2, + ACTIONS(5074), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119585] = 2, - ACTIONS(5069), 1, + [119653] = 2, + ACTIONS(5076), 1, anon_sym_COLON_EQ, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119593] = 2, - ACTIONS(5071), 1, - anon_sym_RBRACK, + [119661] = 2, + ACTIONS(5078), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119601] = 2, - ACTIONS(5073), 1, + [119669] = 2, + ACTIONS(5080), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119609] = 2, - ACTIONS(5075), 1, - anon_sym_COLON_EQ, + [119677] = 2, + ACTIONS(5082), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119617] = 2, - ACTIONS(5077), 1, - anon_sym_RBRACK, + [119685] = 2, + ACTIONS(5084), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119625] = 2, - ACTIONS(5079), 1, + [119693] = 2, + ACTIONS(5086), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119633] = 2, - ACTIONS(5081), 1, + [119701] = 2, + ACTIONS(5088), 1, sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119641] = 2, - ACTIONS(5083), 1, - anon_sym_COLON, + [119709] = 2, + ACTIONS(5090), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119649] = 2, - ACTIONS(4597), 1, + [119717] = 2, + ACTIONS(4606), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119657] = 2, - ACTIONS(1452), 1, + [119725] = 2, + ACTIONS(1457), 1, anon_sym_def, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119665] = 2, - ACTIONS(5085), 1, + [119733] = 2, + ACTIONS(5092), 1, anon_sym_for, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119673] = 2, - ACTIONS(5087), 1, + [119741] = 2, + ACTIONS(5094), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119681] = 2, - ACTIONS(4599), 1, + [119749] = 2, + ACTIONS(4395), 1, anon_sym_in, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119689] = 2, - ACTIONS(5089), 1, + [119757] = 2, + ACTIONS(5096), 1, anon_sym_for, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119697] = 2, - ACTIONS(5091), 1, - anon_sym_RBRACK, + [119765] = 2, + ACTIONS(5098), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119705] = 2, - ACTIONS(5093), 1, - anon_sym_COLON, + [119773] = 2, + ACTIONS(5100), 1, + sym_identifier, ACTIONS(3), 2, sym_comment, sym_line_continuation, - [119713] = 2, - ACTIONS(5095), 1, - anon_sym_COLON, + [119781] = 2, + ACTIONS(3045), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_comment, sym_line_continuation, @@ -125980,171 +126042,171 @@ static const uint16_t ts_small_parse_table[] = { static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(189)] = 0, - [SMALL_STATE(190)] = 126, - [SMALL_STATE(191)] = 250, - [SMALL_STATE(192)] = 374, - [SMALL_STATE(193)] = 502, - [SMALL_STATE(194)] = 628, - [SMALL_STATE(195)] = 756, - [SMALL_STATE(196)] = 880, - [SMALL_STATE(197)] = 1000, - [SMALL_STATE(198)] = 1120, - [SMALL_STATE(199)] = 1240, - [SMALL_STATE(200)] = 1364, + [SMALL_STATE(190)] = 120, + [SMALL_STATE(191)] = 244, + [SMALL_STATE(192)] = 364, + [SMALL_STATE(193)] = 490, + [SMALL_STATE(194)] = 614, + [SMALL_STATE(195)] = 738, + [SMALL_STATE(196)] = 864, + [SMALL_STATE(197)] = 988, + [SMALL_STATE(198)] = 1112, + [SMALL_STATE(199)] = 1236, + [SMALL_STATE(200)] = 1362, [SMALL_STATE(201)] = 1488, - [SMALL_STATE(202)] = 1614, - [SMALL_STATE(203)] = 1738, - [SMALL_STATE(204)] = 1862, - [SMALL_STATE(205)] = 1988, - [SMALL_STATE(206)] = 2112, - [SMALL_STATE(207)] = 2236, - [SMALL_STATE(208)] = 2360, - [SMALL_STATE(209)] = 2486, - [SMALL_STATE(210)] = 2610, - [SMALL_STATE(211)] = 2734, - [SMALL_STATE(212)] = 2860, - [SMALL_STATE(213)] = 2984, - [SMALL_STATE(214)] = 3108, - [SMALL_STATE(215)] = 3234, - [SMALL_STATE(216)] = 3358, + [SMALL_STATE(202)] = 1612, + [SMALL_STATE(203)] = 1736, + [SMALL_STATE(204)] = 1856, + [SMALL_STATE(205)] = 1984, + [SMALL_STATE(206)] = 2108, + [SMALL_STATE(207)] = 2232, + [SMALL_STATE(208)] = 2358, + [SMALL_STATE(209)] = 2482, + [SMALL_STATE(210)] = 2606, + [SMALL_STATE(211)] = 2730, + [SMALL_STATE(212)] = 2856, + [SMALL_STATE(213)] = 2980, + [SMALL_STATE(214)] = 3104, + [SMALL_STATE(215)] = 3228, + [SMALL_STATE(216)] = 3356, [SMALL_STATE(217)] = 3482, - [SMALL_STATE(218)] = 3608, - [SMALL_STATE(219)] = 3732, - [SMALL_STATE(220)] = 3856, + [SMALL_STATE(218)] = 3606, + [SMALL_STATE(219)] = 3730, + [SMALL_STATE(220)] = 3854, [SMALL_STATE(221)] = 3980, [SMALL_STATE(222)] = 4106, [SMALL_STATE(223)] = 4213, [SMALL_STATE(224)] = 4320, - [SMALL_STATE(225)] = 4434, - [SMALL_STATE(226)] = 4548, - [SMALL_STATE(227)] = 4662, - [SMALL_STATE(228)] = 4776, - [SMALL_STATE(229)] = 4890, - [SMALL_STATE(230)] = 5004, - [SMALL_STATE(231)] = 5118, + [SMALL_STATE(225)] = 4436, + [SMALL_STATE(226)] = 4550, + [SMALL_STATE(227)] = 4664, + [SMALL_STATE(228)] = 4778, + [SMALL_STATE(229)] = 4892, + [SMALL_STATE(230)] = 5006, + [SMALL_STATE(231)] = 5120, [SMALL_STATE(232)] = 5234, [SMALL_STATE(233)] = 5348, [SMALL_STATE(234)] = 5464, [SMALL_STATE(235)] = 5575, [SMALL_STATE(236)] = 5686, - [SMALL_STATE(237)] = 5797, - [SMALL_STATE(238)] = 5908, - [SMALL_STATE(239)] = 6023, - [SMALL_STATE(240)] = 6134, - [SMALL_STATE(241)] = 6245, - [SMALL_STATE(242)] = 6356, - [SMALL_STATE(243)] = 6467, + [SMALL_STATE(237)] = 5791, + [SMALL_STATE(238)] = 5902, + [SMALL_STATE(239)] = 6013, + [SMALL_STATE(240)] = 6124, + [SMALL_STATE(241)] = 6239, + [SMALL_STATE(242)] = 6350, + [SMALL_STATE(243)] = 6465, [SMALL_STATE(244)] = 6582, [SMALL_STATE(245)] = 6693, - [SMALL_STATE(246)] = 6808, - [SMALL_STATE(247)] = 6923, - [SMALL_STATE(248)] = 7034, - [SMALL_STATE(249)] = 7149, - [SMALL_STATE(250)] = 7254, - [SMALL_STATE(251)] = 7365, - [SMALL_STATE(252)] = 7480, - [SMALL_STATE(253)] = 7591, - [SMALL_STATE(254)] = 7708, - [SMALL_STATE(255)] = 7823, - [SMALL_STATE(256)] = 7934, - [SMALL_STATE(257)] = 8045, - [SMALL_STATE(258)] = 8160, - [SMALL_STATE(259)] = 8271, - [SMALL_STATE(260)] = 8382, - [SMALL_STATE(261)] = 8487, + [SMALL_STATE(246)] = 6798, + [SMALL_STATE(247)] = 6909, + [SMALL_STATE(248)] = 7024, + [SMALL_STATE(249)] = 7135, + [SMALL_STATE(250)] = 7246, + [SMALL_STATE(251)] = 7357, + [SMALL_STATE(252)] = 7472, + [SMALL_STATE(253)] = 7583, + [SMALL_STATE(254)] = 7694, + [SMALL_STATE(255)] = 7809, + [SMALL_STATE(256)] = 7920, + [SMALL_STATE(257)] = 8031, + [SMALL_STATE(258)] = 8142, + [SMALL_STATE(259)] = 8253, + [SMALL_STATE(260)] = 8368, + [SMALL_STATE(261)] = 8483, [SMALL_STATE(262)] = 8598, - [SMALL_STATE(263)] = 8713, - [SMALL_STATE(264)] = 8824, - [SMALL_STATE(265)] = 8935, - [SMALL_STATE(266)] = 9046, - [SMALL_STATE(267)] = 9157, - [SMALL_STATE(268)] = 9268, - [SMALL_STATE(269)] = 9379, - [SMALL_STATE(270)] = 9490, - [SMALL_STATE(271)] = 9601, + [SMALL_STATE(263)] = 8709, + [SMALL_STATE(264)] = 8820, + [SMALL_STATE(265)] = 8931, + [SMALL_STATE(266)] = 9042, + [SMALL_STATE(267)] = 9153, + [SMALL_STATE(268)] = 9264, + [SMALL_STATE(269)] = 9375, + [SMALL_STATE(270)] = 9486, + [SMALL_STATE(271)] = 9597, [SMALL_STATE(272)] = 9712, - [SMALL_STATE(273)] = 9828, - [SMALL_STATE(274)] = 9940, - [SMALL_STATE(275)] = 10056, - [SMALL_STATE(276)] = 10168, - [SMALL_STATE(277)] = 10280, - [SMALL_STATE(278)] = 10392, - [SMALL_STATE(279)] = 10504, - [SMALL_STATE(280)] = 10616, - [SMALL_STATE(281)] = 10728, - [SMALL_STATE(282)] = 10842, - [SMALL_STATE(283)] = 10956, - [SMALL_STATE(284)] = 11070, - [SMALL_STATE(285)] = 11182, - [SMALL_STATE(286)] = 11296, - [SMALL_STATE(287)] = 11408, - [SMALL_STATE(288)] = 11520, - [SMALL_STATE(289)] = 11632, - [SMALL_STATE(290)] = 11744, + [SMALL_STATE(273)] = 9824, + [SMALL_STATE(274)] = 9936, + [SMALL_STATE(275)] = 10052, + [SMALL_STATE(276)] = 10164, + [SMALL_STATE(277)] = 10276, + [SMALL_STATE(278)] = 10388, + [SMALL_STATE(279)] = 10500, + [SMALL_STATE(280)] = 10612, + [SMALL_STATE(281)] = 10724, + [SMALL_STATE(282)] = 10838, + [SMALL_STATE(283)] = 10950, + [SMALL_STATE(284)] = 11066, + [SMALL_STATE(285)] = 11178, + [SMALL_STATE(286)] = 11290, + [SMALL_STATE(287)] = 11402, + [SMALL_STATE(288)] = 11514, + [SMALL_STATE(289)] = 11628, + [SMALL_STATE(290)] = 11740, [SMALL_STATE(291)] = 11856, [SMALL_STATE(292)] = 11968, - [SMALL_STATE(293)] = 12084, - [SMALL_STATE(294)] = 12196, - [SMALL_STATE(295)] = 12310, - [SMALL_STATE(296)] = 12422, - [SMALL_STATE(297)] = 12534, - [SMALL_STATE(298)] = 12650, - [SMALL_STATE(299)] = 12762, - [SMALL_STATE(300)] = 12874, - [SMALL_STATE(301)] = 12986, - [SMALL_STATE(302)] = 13098, - [SMALL_STATE(303)] = 13214, - [SMALL_STATE(304)] = 13326, - [SMALL_STATE(305)] = 13438, - [SMALL_STATE(306)] = 13552, - [SMALL_STATE(307)] = 13664, - [SMALL_STATE(308)] = 13776, - [SMALL_STATE(309)] = 13888, - [SMALL_STATE(310)] = 14000, - [SMALL_STATE(311)] = 14112, - [SMALL_STATE(312)] = 14224, - [SMALL_STATE(313)] = 14336, - [SMALL_STATE(314)] = 14448, - [SMALL_STATE(315)] = 14560, - [SMALL_STATE(316)] = 14672, - [SMALL_STATE(317)] = 14784, - [SMALL_STATE(318)] = 14896, - [SMALL_STATE(319)] = 15008, - [SMALL_STATE(320)] = 15122, - [SMALL_STATE(321)] = 15234, - [SMALL_STATE(322)] = 15346, - [SMALL_STATE(323)] = 15460, - [SMALL_STATE(324)] = 15572, + [SMALL_STATE(293)] = 12080, + [SMALL_STATE(294)] = 12192, + [SMALL_STATE(295)] = 12304, + [SMALL_STATE(296)] = 12416, + [SMALL_STATE(297)] = 12528, + [SMALL_STATE(298)] = 12642, + [SMALL_STATE(299)] = 12754, + [SMALL_STATE(300)] = 12870, + [SMALL_STATE(301)] = 12984, + [SMALL_STATE(302)] = 13096, + [SMALL_STATE(303)] = 13208, + [SMALL_STATE(304)] = 13320, + [SMALL_STATE(305)] = 13434, + [SMALL_STATE(306)] = 13548, + [SMALL_STATE(307)] = 13660, + [SMALL_STATE(308)] = 13772, + [SMALL_STATE(309)] = 13886, + [SMALL_STATE(310)] = 13998, + [SMALL_STATE(311)] = 14114, + [SMALL_STATE(312)] = 14226, + [SMALL_STATE(313)] = 14338, + [SMALL_STATE(314)] = 14450, + [SMALL_STATE(315)] = 14562, + [SMALL_STATE(316)] = 14676, + [SMALL_STATE(317)] = 14788, + [SMALL_STATE(318)] = 14904, + [SMALL_STATE(319)] = 15016, + [SMALL_STATE(320)] = 15128, + [SMALL_STATE(321)] = 15240, + [SMALL_STATE(322)] = 15352, + [SMALL_STATE(323)] = 15464, + [SMALL_STATE(324)] = 15576, [SMALL_STATE(325)] = 15688, [SMALL_STATE(326)] = 15800, - [SMALL_STATE(327)] = 15905, - [SMALL_STATE(328)] = 16014, - [SMALL_STATE(329)] = 16123, - [SMALL_STATE(330)] = 16220, - [SMALL_STATE(331)] = 16329, - [SMALL_STATE(332)] = 16438, - [SMALL_STATE(333)] = 16547, - [SMALL_STATE(334)] = 16656, - [SMALL_STATE(335)] = 16765, - [SMALL_STATE(336)] = 16874, - [SMALL_STATE(337)] = 16983, - [SMALL_STATE(338)] = 17092, - [SMALL_STATE(339)] = 17201, - [SMALL_STATE(340)] = 17310, - [SMALL_STATE(341)] = 17419, - [SMALL_STATE(342)] = 17528, - [SMALL_STATE(343)] = 17637, - [SMALL_STATE(344)] = 17746, + [SMALL_STATE(327)] = 15909, + [SMALL_STATE(328)] = 16018, + [SMALL_STATE(329)] = 16127, + [SMALL_STATE(330)] = 16236, + [SMALL_STATE(331)] = 16345, + [SMALL_STATE(332)] = 16454, + [SMALL_STATE(333)] = 16563, + [SMALL_STATE(334)] = 16672, + [SMALL_STATE(335)] = 16781, + [SMALL_STATE(336)] = 16886, + [SMALL_STATE(337)] = 16995, + [SMALL_STATE(338)] = 17100, + [SMALL_STATE(339)] = 17209, + [SMALL_STATE(340)] = 17318, + [SMALL_STATE(341)] = 17415, + [SMALL_STATE(342)] = 17524, + [SMALL_STATE(343)] = 17633, + [SMALL_STATE(344)] = 17742, [SMALL_STATE(345)] = 17851, [SMALL_STATE(346)] = 17960, [SMALL_STATE(347)] = 18069, [SMALL_STATE(348)] = 18178, [SMALL_STATE(349)] = 18286, [SMALL_STATE(350)] = 18394, - [SMALL_STATE(351)] = 18500, + [SMALL_STATE(351)] = 18502, [SMALL_STATE(352)] = 18608, [SMALL_STATE(353)] = 18716, - [SMALL_STATE(354)] = 18824, + [SMALL_STATE(354)] = 18822, [SMALL_STATE(355)] = 18930, [SMALL_STATE(356)] = 19038, [SMALL_STATE(357)] = 19146, @@ -126153,52 +126215,52 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(360)] = 19470, [SMALL_STATE(361)] = 19578, [SMALL_STATE(362)] = 19686, - [SMALL_STATE(363)] = 19792, - [SMALL_STATE(364)] = 19900, - [SMALL_STATE(365)] = 20008, - [SMALL_STATE(366)] = 20116, - [SMALL_STATE(367)] = 20224, - [SMALL_STATE(368)] = 20332, - [SMALL_STATE(369)] = 20440, + [SMALL_STATE(363)] = 19794, + [SMALL_STATE(364)] = 19902, + [SMALL_STATE(365)] = 20010, + [SMALL_STATE(366)] = 20118, + [SMALL_STATE(367)] = 20226, + [SMALL_STATE(368)] = 20334, + [SMALL_STATE(369)] = 20442, [SMALL_STATE(370)] = 20548, [SMALL_STATE(371)] = 20656, [SMALL_STATE(372)] = 20763, - [SMALL_STATE(373)] = 20870, - [SMALL_STATE(374)] = 20977, - [SMALL_STATE(375)] = 21084, - [SMALL_STATE(376)] = 21191, - [SMALL_STATE(377)] = 21298, - [SMALL_STATE(378)] = 21405, - [SMALL_STATE(379)] = 21500, - [SMALL_STATE(380)] = 21607, - [SMALL_STATE(381)] = 21714, - [SMALL_STATE(382)] = 21821, - [SMALL_STATE(383)] = 21928, - [SMALL_STATE(384)] = 22033, - [SMALL_STATE(385)] = 22140, - [SMALL_STATE(386)] = 22247, - [SMALL_STATE(387)] = 22354, - [SMALL_STATE(388)] = 22461, - [SMALL_STATE(389)] = 22566, - [SMALL_STATE(390)] = 22673, - [SMALL_STATE(391)] = 22780, - [SMALL_STATE(392)] = 22887, + [SMALL_STATE(373)] = 20868, + [SMALL_STATE(374)] = 20975, + [SMALL_STATE(375)] = 21082, + [SMALL_STATE(376)] = 21189, + [SMALL_STATE(377)] = 21296, + [SMALL_STATE(378)] = 21403, + [SMALL_STATE(379)] = 21510, + [SMALL_STATE(380)] = 21617, + [SMALL_STATE(381)] = 21722, + [SMALL_STATE(382)] = 21829, + [SMALL_STATE(383)] = 21936, + [SMALL_STATE(384)] = 22031, + [SMALL_STATE(385)] = 22136, + [SMALL_STATE(386)] = 22243, + [SMALL_STATE(387)] = 22350, + [SMALL_STATE(388)] = 22457, + [SMALL_STATE(389)] = 22564, + [SMALL_STATE(390)] = 22671, + [SMALL_STATE(391)] = 22778, + [SMALL_STATE(392)] = 22885, [SMALL_STATE(393)] = 22992, [SMALL_STATE(394)] = 23099, [SMALL_STATE(395)] = 23206, [SMALL_STATE(396)] = 23313, - [SMALL_STATE(397)] = 23420, + [SMALL_STATE(397)] = 23418, [SMALL_STATE(398)] = 23525, [SMALL_STATE(399)] = 23632, [SMALL_STATE(400)] = 23739, - [SMALL_STATE(401)] = 23844, - [SMALL_STATE(402)] = 23951, + [SMALL_STATE(401)] = 23846, + [SMALL_STATE(402)] = 23953, [SMALL_STATE(403)] = 24058, - [SMALL_STATE(404)] = 24165, - [SMALL_STATE(405)] = 24272, - [SMALL_STATE(406)] = 24367, - [SMALL_STATE(407)] = 24472, - [SMALL_STATE(408)] = 24579, + [SMALL_STATE(404)] = 24163, + [SMALL_STATE(405)] = 24270, + [SMALL_STATE(406)] = 24377, + [SMALL_STATE(407)] = 24484, + [SMALL_STATE(408)] = 24591, [SMALL_STATE(409)] = 24686, [SMALL_STATE(410)] = 24790, [SMALL_STATE(411)] = 24892, @@ -126272,33 +126334,33 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(479)] = 31706, [SMALL_STATE(480)] = 31807, [SMALL_STATE(481)] = 31905, - [SMALL_STATE(482)] = 31977, - [SMALL_STATE(483)] = 32075, + [SMALL_STATE(482)] = 32003, + [SMALL_STATE(483)] = 32101, [SMALL_STATE(484)] = 32173, [SMALL_STATE(485)] = 32271, - [SMALL_STATE(486)] = 32343, - [SMALL_STATE(487)] = 32441, - [SMALL_STATE(488)] = 32539, - [SMALL_STATE(489)] = 32637, - [SMALL_STATE(490)] = 32735, + [SMALL_STATE(486)] = 32369, + [SMALL_STATE(487)] = 32467, + [SMALL_STATE(488)] = 32565, + [SMALL_STATE(489)] = 32663, + [SMALL_STATE(490)] = 32761, [SMALL_STATE(491)] = 32833, [SMALL_STATE(492)] = 32931, - [SMALL_STATE(493)] = 33003, - [SMALL_STATE(494)] = 33075, - [SMALL_STATE(495)] = 33173, + [SMALL_STATE(493)] = 33029, + [SMALL_STATE(494)] = 33127, + [SMALL_STATE(495)] = 33199, [SMALL_STATE(496)] = 33271, [SMALL_STATE(497)] = 33369, [SMALL_STATE(498)] = 33467, [SMALL_STATE(499)] = 33565, [SMALL_STATE(500)] = 33663, [SMALL_STATE(501)] = 33761, - [SMALL_STATE(502)] = 33833, - [SMALL_STATE(503)] = 33905, + [SMALL_STATE(502)] = 33859, + [SMALL_STATE(503)] = 33931, [SMALL_STATE(504)] = 34003, [SMALL_STATE(505)] = 34101, - [SMALL_STATE(506)] = 34201, - [SMALL_STATE(507)] = 34273, - [SMALL_STATE(508)] = 34345, + [SMALL_STATE(506)] = 34199, + [SMALL_STATE(507)] = 34299, + [SMALL_STATE(508)] = 34371, [SMALL_STATE(509)] = 34443, [SMALL_STATE(510)] = 34541, [SMALL_STATE(511)] = 34639, @@ -126308,18 +126370,18 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(515)] = 35031, [SMALL_STATE(516)] = 35129, [SMALL_STATE(517)] = 35227, - [SMALL_STATE(518)] = 35327, + [SMALL_STATE(518)] = 35325, [SMALL_STATE(519)] = 35425, [SMALL_STATE(520)] = 35523, [SMALL_STATE(521)] = 35621, - [SMALL_STATE(522)] = 35721, - [SMALL_STATE(523)] = 35819, - [SMALL_STATE(524)] = 35917, - [SMALL_STATE(525)] = 36015, - [SMALL_STATE(526)] = 36113, - [SMALL_STATE(527)] = 36211, - [SMALL_STATE(528)] = 36309, - [SMALL_STATE(529)] = 36407, + [SMALL_STATE(522)] = 35719, + [SMALL_STATE(523)] = 35817, + [SMALL_STATE(524)] = 35915, + [SMALL_STATE(525)] = 36013, + [SMALL_STATE(526)] = 36111, + [SMALL_STATE(527)] = 36209, + [SMALL_STATE(528)] = 36307, + [SMALL_STATE(529)] = 36405, [SMALL_STATE(530)] = 36505, [SMALL_STATE(531)] = 36603, [SMALL_STATE(532)] = 36701, @@ -126331,7 +126393,7 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(538)] = 37291, [SMALL_STATE(539)] = 37389, [SMALL_STATE(540)] = 37487, - [SMALL_STATE(541)] = 37587, + [SMALL_STATE(541)] = 37585, [SMALL_STATE(542)] = 37685, [SMALL_STATE(543)] = 37783, [SMALL_STATE(544)] = 37881, @@ -126366,15 +126428,15 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(573)] = 40723, [SMALL_STATE(574)] = 40821, [SMALL_STATE(575)] = 40919, - [SMALL_STATE(576)] = 41019, - [SMALL_STATE(577)] = 41117, - [SMALL_STATE(578)] = 41215, - [SMALL_STATE(579)] = 41313, - [SMALL_STATE(580)] = 41411, - [SMALL_STATE(581)] = 41509, - [SMALL_STATE(582)] = 41607, - [SMALL_STATE(583)] = 41705, - [SMALL_STATE(584)] = 41803, + [SMALL_STATE(576)] = 41017, + [SMALL_STATE(577)] = 41115, + [SMALL_STATE(578)] = 41213, + [SMALL_STATE(579)] = 41311, + [SMALL_STATE(580)] = 41409, + [SMALL_STATE(581)] = 41507, + [SMALL_STATE(582)] = 41605, + [SMALL_STATE(583)] = 41703, + [SMALL_STATE(584)] = 41801, [SMALL_STATE(585)] = 41901, [SMALL_STATE(586)] = 41999, [SMALL_STATE(587)] = 42097, @@ -126401,914 +126463,914 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(608)] = 44155, [SMALL_STATE(609)] = 44253, [SMALL_STATE(610)] = 44326, - [SMALL_STATE(611)] = 44392, - [SMALL_STATE(612)] = 44460, - [SMALL_STATE(613)] = 44528, - [SMALL_STATE(614)] = 44596, - [SMALL_STATE(615)] = 44658, - [SMALL_STATE(616)] = 44726, - [SMALL_STATE(617)] = 44792, - [SMALL_STATE(618)] = 44860, - [SMALL_STATE(619)] = 44926, + [SMALL_STATE(611)] = 44394, + [SMALL_STATE(612)] = 44456, + [SMALL_STATE(613)] = 44524, + [SMALL_STATE(614)] = 44592, + [SMALL_STATE(615)] = 44654, + [SMALL_STATE(616)] = 44716, + [SMALL_STATE(617)] = 44784, + [SMALL_STATE(618)] = 44852, + [SMALL_STATE(619)] = 44920, [SMALL_STATE(620)] = 44988, [SMALL_STATE(621)] = 45056, - [SMALL_STATE(622)] = 45124, - [SMALL_STATE(623)] = 45186, + [SMALL_STATE(622)] = 45122, + [SMALL_STATE(623)] = 45188, [SMALL_STATE(624)] = 45254, - [SMALL_STATE(625)] = 45316, + [SMALL_STATE(625)] = 45322, [SMALL_STATE(626)] = 45384, - [SMALL_STATE(627)] = 45447, - [SMALL_STATE(628)] = 45504, - [SMALL_STATE(629)] = 45565, - [SMALL_STATE(630)] = 45626, - [SMALL_STATE(631)] = 45689, - [SMALL_STATE(632)] = 45754, - [SMALL_STATE(633)] = 45811, - [SMALL_STATE(634)] = 45868, - [SMALL_STATE(635)] = 45925, - [SMALL_STATE(636)] = 45988, - [SMALL_STATE(637)] = 46051, - [SMALL_STATE(638)] = 46114, - [SMALL_STATE(639)] = 46175, - [SMALL_STATE(640)] = 46232, - [SMALL_STATE(641)] = 46289, - [SMALL_STATE(642)] = 46352, - [SMALL_STATE(643)] = 46415, - [SMALL_STATE(644)] = 46478, - [SMALL_STATE(645)] = 46541, - [SMALL_STATE(646)] = 46598, - [SMALL_STATE(647)] = 46661, - [SMALL_STATE(648)] = 46717, - [SMALL_STATE(649)] = 46773, - [SMALL_STATE(650)] = 46829, - [SMALL_STATE(651)] = 46885, - [SMALL_STATE(652)] = 46941, - [SMALL_STATE(653)] = 46997, - [SMALL_STATE(654)] = 47053, - [SMALL_STATE(655)] = 47109, - [SMALL_STATE(656)] = 47165, - [SMALL_STATE(657)] = 47221, - [SMALL_STATE(658)] = 47277, - [SMALL_STATE(659)] = 47333, - [SMALL_STATE(660)] = 47389, - [SMALL_STATE(661)] = 47445, - [SMALL_STATE(662)] = 47501, - [SMALL_STATE(663)] = 47557, - [SMALL_STATE(664)] = 47613, - [SMALL_STATE(665)] = 47669, - [SMALL_STATE(666)] = 47725, - [SMALL_STATE(667)] = 47781, - [SMALL_STATE(668)] = 47837, - [SMALL_STATE(669)] = 47893, - [SMALL_STATE(670)] = 47949, - [SMALL_STATE(671)] = 48005, - [SMALL_STATE(672)] = 48061, - [SMALL_STATE(673)] = 48117, - [SMALL_STATE(674)] = 48173, - [SMALL_STATE(675)] = 48229, - [SMALL_STATE(676)] = 48285, - [SMALL_STATE(677)] = 48341, - [SMALL_STATE(678)] = 48397, - [SMALL_STATE(679)] = 48453, - [SMALL_STATE(680)] = 48509, - [SMALL_STATE(681)] = 48565, - [SMALL_STATE(682)] = 48621, - [SMALL_STATE(683)] = 48713, - [SMALL_STATE(684)] = 48769, - [SMALL_STATE(685)] = 48825, - [SMALL_STATE(686)] = 48881, - [SMALL_STATE(687)] = 48937, - [SMALL_STATE(688)] = 48993, - [SMALL_STATE(689)] = 49049, - [SMALL_STATE(690)] = 49105, - [SMALL_STATE(691)] = 49161, - [SMALL_STATE(692)] = 49217, - [SMALL_STATE(693)] = 49309, - [SMALL_STATE(694)] = 49365, - [SMALL_STATE(695)] = 49421, - [SMALL_STATE(696)] = 49477, - [SMALL_STATE(697)] = 49533, - [SMALL_STATE(698)] = 49589, - [SMALL_STATE(699)] = 49645, - [SMALL_STATE(700)] = 49704, - [SMALL_STATE(701)] = 49759, - [SMALL_STATE(702)] = 49818, - [SMALL_STATE(703)] = 49877, - [SMALL_STATE(704)] = 49932, - [SMALL_STATE(705)] = 49991, - [SMALL_STATE(706)] = 50050, - [SMALL_STATE(707)] = 50105, - [SMALL_STATE(708)] = 50160, - [SMALL_STATE(709)] = 50219, - [SMALL_STATE(710)] = 50278, - [SMALL_STATE(711)] = 50337, - [SMALL_STATE(712)] = 50396, - [SMALL_STATE(713)] = 50451, - [SMALL_STATE(714)] = 50510, - [SMALL_STATE(715)] = 50569, - [SMALL_STATE(716)] = 50628, - [SMALL_STATE(717)] = 50687, - [SMALL_STATE(718)] = 50746, - [SMALL_STATE(719)] = 50805, - [SMALL_STATE(720)] = 50860, - [SMALL_STATE(721)] = 50919, - [SMALL_STATE(722)] = 50973, - [SMALL_STATE(723)] = 51065, - [SMALL_STATE(724)] = 51119, - [SMALL_STATE(725)] = 51211, - [SMALL_STATE(726)] = 51265, - [SMALL_STATE(727)] = 51319, - [SMALL_STATE(728)] = 51372, - [SMALL_STATE(729)] = 51461, - [SMALL_STATE(730)] = 51514, - [SMALL_STATE(731)] = 51567, - [SMALL_STATE(732)] = 51620, - [SMALL_STATE(733)] = 51673, - [SMALL_STATE(734)] = 51726, - [SMALL_STATE(735)] = 51779, - [SMALL_STATE(736)] = 51832, - [SMALL_STATE(737)] = 51885, - [SMALL_STATE(738)] = 51938, - [SMALL_STATE(739)] = 51991, - [SMALL_STATE(740)] = 52044, - [SMALL_STATE(741)] = 52097, - [SMALL_STATE(742)] = 52150, - [SMALL_STATE(743)] = 52239, - [SMALL_STATE(744)] = 52328, - [SMALL_STATE(745)] = 52381, - [SMALL_STATE(746)] = 52434, - [SMALL_STATE(747)] = 52487, - [SMALL_STATE(748)] = 52540, - [SMALL_STATE(749)] = 52629, - [SMALL_STATE(750)] = 52682, - [SMALL_STATE(751)] = 52735, - [SMALL_STATE(752)] = 52788, - [SMALL_STATE(753)] = 52841, - [SMALL_STATE(754)] = 52894, - [SMALL_STATE(755)] = 52947, - [SMALL_STATE(756)] = 53000, - [SMALL_STATE(757)] = 53053, - [SMALL_STATE(758)] = 53106, - [SMALL_STATE(759)] = 53159, - [SMALL_STATE(760)] = 53212, - [SMALL_STATE(761)] = 53265, - [SMALL_STATE(762)] = 53318, - [SMALL_STATE(763)] = 53407, - [SMALL_STATE(764)] = 53460, - [SMALL_STATE(765)] = 53513, - [SMALL_STATE(766)] = 53566, - [SMALL_STATE(767)] = 53619, - [SMALL_STATE(768)] = 53708, - [SMALL_STATE(769)] = 53761, - [SMALL_STATE(770)] = 53814, - [SMALL_STATE(771)] = 53867, - [SMALL_STATE(772)] = 53956, - [SMALL_STATE(773)] = 54009, - [SMALL_STATE(774)] = 54098, - [SMALL_STATE(775)] = 54151, - [SMALL_STATE(776)] = 54204, - [SMALL_STATE(777)] = 54257, - [SMALL_STATE(778)] = 54310, - [SMALL_STATE(779)] = 54363, - [SMALL_STATE(780)] = 54416, - [SMALL_STATE(781)] = 54469, - [SMALL_STATE(782)] = 54522, - [SMALL_STATE(783)] = 54575, - [SMALL_STATE(784)] = 54628, - [SMALL_STATE(785)] = 54681, - [SMALL_STATE(786)] = 54734, - [SMALL_STATE(787)] = 54787, - [SMALL_STATE(788)] = 54840, - [SMALL_STATE(789)] = 54893, - [SMALL_STATE(790)] = 54982, - [SMALL_STATE(791)] = 55035, - [SMALL_STATE(792)] = 55088, - [SMALL_STATE(793)] = 55141, - [SMALL_STATE(794)] = 55194, - [SMALL_STATE(795)] = 55247, - [SMALL_STATE(796)] = 55300, - [SMALL_STATE(797)] = 55353, - [SMALL_STATE(798)] = 55406, - [SMALL_STATE(799)] = 55459, - [SMALL_STATE(800)] = 55512, - [SMALL_STATE(801)] = 55565, - [SMALL_STATE(802)] = 55618, - [SMALL_STATE(803)] = 55671, - [SMALL_STATE(804)] = 55724, - [SMALL_STATE(805)] = 55777, - [SMALL_STATE(806)] = 55830, - [SMALL_STATE(807)] = 55883, - [SMALL_STATE(808)] = 55936, - [SMALL_STATE(809)] = 55989, - [SMALL_STATE(810)] = 56042, - [SMALL_STATE(811)] = 56131, - [SMALL_STATE(812)] = 56184, - [SMALL_STATE(813)] = 56237, - [SMALL_STATE(814)] = 56290, - [SMALL_STATE(815)] = 56343, - [SMALL_STATE(816)] = 56396, - [SMALL_STATE(817)] = 56449, - [SMALL_STATE(818)] = 56502, - [SMALL_STATE(819)] = 56555, - [SMALL_STATE(820)] = 56608, - [SMALL_STATE(821)] = 56661, - [SMALL_STATE(822)] = 56714, - [SMALL_STATE(823)] = 56767, - [SMALL_STATE(824)] = 56820, - [SMALL_STATE(825)] = 56873, - [SMALL_STATE(826)] = 56926, - [SMALL_STATE(827)] = 56979, - [SMALL_STATE(828)] = 57032, - [SMALL_STATE(829)] = 57085, - [SMALL_STATE(830)] = 57138, - [SMALL_STATE(831)] = 57191, - [SMALL_STATE(832)] = 57244, - [SMALL_STATE(833)] = 57333, - [SMALL_STATE(834)] = 57386, - [SMALL_STATE(835)] = 57439, - [SMALL_STATE(836)] = 57492, - [SMALL_STATE(837)] = 57545, - [SMALL_STATE(838)] = 57598, - [SMALL_STATE(839)] = 57651, - [SMALL_STATE(840)] = 57704, - [SMALL_STATE(841)] = 57757, - [SMALL_STATE(842)] = 57810, - [SMALL_STATE(843)] = 57863, - [SMALL_STATE(844)] = 57916, - [SMALL_STATE(845)] = 57969, - [SMALL_STATE(846)] = 58058, - [SMALL_STATE(847)] = 58147, - [SMALL_STATE(848)] = 58236, - [SMALL_STATE(849)] = 58325, - [SMALL_STATE(850)] = 58414, - [SMALL_STATE(851)] = 58467, - [SMALL_STATE(852)] = 58553, - [SMALL_STATE(853)] = 58639, - [SMALL_STATE(854)] = 58725, - [SMALL_STATE(855)] = 58811, - [SMALL_STATE(856)] = 58897, - [SMALL_STATE(857)] = 58983, - [SMALL_STATE(858)] = 59066, - [SMALL_STATE(859)] = 59149, - [SMALL_STATE(860)] = 59227, - [SMALL_STATE(861)] = 59305, - [SMALL_STATE(862)] = 59383, - [SMALL_STATE(863)] = 59461, - [SMALL_STATE(864)] = 59539, - [SMALL_STATE(865)] = 59617, - [SMALL_STATE(866)] = 59695, - [SMALL_STATE(867)] = 59773, - [SMALL_STATE(868)] = 59848, - [SMALL_STATE(869)] = 59927, - [SMALL_STATE(870)] = 60002, - [SMALL_STATE(871)] = 60077, - [SMALL_STATE(872)] = 60152, - [SMALL_STATE(873)] = 60227, - [SMALL_STATE(874)] = 60302, - [SMALL_STATE(875)] = 60377, - [SMALL_STATE(876)] = 60452, - [SMALL_STATE(877)] = 60527, - [SMALL_STATE(878)] = 60602, - [SMALL_STATE(879)] = 60677, - [SMALL_STATE(880)] = 60752, - [SMALL_STATE(881)] = 60827, - [SMALL_STATE(882)] = 60902, - [SMALL_STATE(883)] = 60977, - [SMALL_STATE(884)] = 61056, - [SMALL_STATE(885)] = 61131, - [SMALL_STATE(886)] = 61206, - [SMALL_STATE(887)] = 61281, - [SMALL_STATE(888)] = 61356, - [SMALL_STATE(889)] = 61431, - [SMALL_STATE(890)] = 61506, - [SMALL_STATE(891)] = 61581, - [SMALL_STATE(892)] = 61656, - [SMALL_STATE(893)] = 61731, - [SMALL_STATE(894)] = 61806, - [SMALL_STATE(895)] = 61881, - [SMALL_STATE(896)] = 61956, - [SMALL_STATE(897)] = 62031, - [SMALL_STATE(898)] = 62106, - [SMALL_STATE(899)] = 62181, - [SMALL_STATE(900)] = 62256, - [SMALL_STATE(901)] = 62331, - [SMALL_STATE(902)] = 62406, - [SMALL_STATE(903)] = 62481, - [SMALL_STATE(904)] = 62556, - [SMALL_STATE(905)] = 62631, - [SMALL_STATE(906)] = 62710, - [SMALL_STATE(907)] = 62785, - [SMALL_STATE(908)] = 62860, - [SMALL_STATE(909)] = 62939, - [SMALL_STATE(910)] = 63014, - [SMALL_STATE(911)] = 63093, - [SMALL_STATE(912)] = 63168, - [SMALL_STATE(913)] = 63243, - [SMALL_STATE(914)] = 63322, - [SMALL_STATE(915)] = 63397, - [SMALL_STATE(916)] = 63472, - [SMALL_STATE(917)] = 63547, - [SMALL_STATE(918)] = 63622, - [SMALL_STATE(919)] = 63697, - [SMALL_STATE(920)] = 63772, - [SMALL_STATE(921)] = 63847, - [SMALL_STATE(922)] = 63922, - [SMALL_STATE(923)] = 63997, - [SMALL_STATE(924)] = 64076, - [SMALL_STATE(925)] = 64151, - [SMALL_STATE(926)] = 64226, - [SMALL_STATE(927)] = 64305, - [SMALL_STATE(928)] = 64380, - [SMALL_STATE(929)] = 64459, - [SMALL_STATE(930)] = 64534, - [SMALL_STATE(931)] = 64609, - [SMALL_STATE(932)] = 64684, - [SMALL_STATE(933)] = 64759, - [SMALL_STATE(934)] = 64834, - [SMALL_STATE(935)] = 64913, - [SMALL_STATE(936)] = 64988, - [SMALL_STATE(937)] = 65063, - [SMALL_STATE(938)] = 65138, - [SMALL_STATE(939)] = 65213, - [SMALL_STATE(940)] = 65292, - [SMALL_STATE(941)] = 65367, - [SMALL_STATE(942)] = 65442, - [SMALL_STATE(943)] = 65521, - [SMALL_STATE(944)] = 65596, - [SMALL_STATE(945)] = 65671, - [SMALL_STATE(946)] = 65746, - [SMALL_STATE(947)] = 65821, - [SMALL_STATE(948)] = 65896, - [SMALL_STATE(949)] = 65971, - [SMALL_STATE(950)] = 66046, - [SMALL_STATE(951)] = 66125, - [SMALL_STATE(952)] = 66200, - [SMALL_STATE(953)] = 66275, - [SMALL_STATE(954)] = 66354, - [SMALL_STATE(955)] = 66429, - [SMALL_STATE(956)] = 66504, - [SMALL_STATE(957)] = 66583, - [SMALL_STATE(958)] = 66658, - [SMALL_STATE(959)] = 66733, - [SMALL_STATE(960)] = 66808, - [SMALL_STATE(961)] = 66883, - [SMALL_STATE(962)] = 66958, - [SMALL_STATE(963)] = 67033, - [SMALL_STATE(964)] = 67108, - [SMALL_STATE(965)] = 67183, - [SMALL_STATE(966)] = 67258, - [SMALL_STATE(967)] = 67333, - [SMALL_STATE(968)] = 67408, - [SMALL_STATE(969)] = 67483, - [SMALL_STATE(970)] = 67562, - [SMALL_STATE(971)] = 67641, - [SMALL_STATE(972)] = 67720, - [SMALL_STATE(973)] = 67799, - [SMALL_STATE(974)] = 67878, - [SMALL_STATE(975)] = 67953, - [SMALL_STATE(976)] = 68035, - [SMALL_STATE(977)] = 68087, - [SMALL_STATE(978)] = 68139, - [SMALL_STATE(979)] = 68191, - [SMALL_STATE(980)] = 68248, - [SMALL_STATE(981)] = 68305, - [SMALL_STATE(982)] = 68356, - [SMALL_STATE(983)] = 68417, - [SMALL_STATE(984)] = 68486, - [SMALL_STATE(985)] = 68537, - [SMALL_STATE(986)] = 68604, - [SMALL_STATE(987)] = 68669, - [SMALL_STATE(988)] = 68720, - [SMALL_STATE(989)] = 68801, - [SMALL_STATE(990)] = 68852, - [SMALL_STATE(991)] = 68923, - [SMALL_STATE(992)] = 68980, - [SMALL_STATE(993)] = 69051, - [SMALL_STATE(994)] = 69122, - [SMALL_STATE(995)] = 69185, - [SMALL_STATE(996)] = 69242, - [SMALL_STATE(997)] = 69323, - [SMALL_STATE(998)] = 69374, - [SMALL_STATE(999)] = 69425, - [SMALL_STATE(1000)] = 69495, - [SMALL_STATE(1001)] = 69551, - [SMALL_STATE(1002)] = 69597, - [SMALL_STATE(1003)] = 69643, - [SMALL_STATE(1004)] = 69713, - [SMALL_STATE(1005)] = 69763, - [SMALL_STATE(1006)] = 69843, - [SMALL_STATE(1007)] = 69891, - [SMALL_STATE(1008)] = 69941, - [SMALL_STATE(1009)] = 70011, - [SMALL_STATE(1010)] = 70057, - [SMALL_STATE(1011)] = 70103, - [SMALL_STATE(1012)] = 70159, - [SMALL_STATE(1013)] = 70209, - [SMALL_STATE(1014)] = 70255, - [SMALL_STATE(1015)] = 70303, - [SMALL_STATE(1016)] = 70365, - [SMALL_STATE(1017)] = 70443, - [SMALL_STATE(1018)] = 70499, - [SMALL_STATE(1019)] = 70555, - [SMALL_STATE(1020)] = 70625, - [SMALL_STATE(1021)] = 70681, - [SMALL_STATE(1022)] = 70727, + [SMALL_STATE(627)] = 45452, + [SMALL_STATE(628)] = 45509, + [SMALL_STATE(629)] = 45566, + [SMALL_STATE(630)] = 45629, + [SMALL_STATE(631)] = 45692, + [SMALL_STATE(632)] = 45755, + [SMALL_STATE(633)] = 45820, + [SMALL_STATE(634)] = 45883, + [SMALL_STATE(635)] = 45946, + [SMALL_STATE(636)] = 46009, + [SMALL_STATE(637)] = 46066, + [SMALL_STATE(638)] = 46127, + [SMALL_STATE(639)] = 46184, + [SMALL_STATE(640)] = 46241, + [SMALL_STATE(641)] = 46304, + [SMALL_STATE(642)] = 46367, + [SMALL_STATE(643)] = 46424, + [SMALL_STATE(644)] = 46485, + [SMALL_STATE(645)] = 46548, + [SMALL_STATE(646)] = 46609, + [SMALL_STATE(647)] = 46666, + [SMALL_STATE(648)] = 46729, + [SMALL_STATE(649)] = 46785, + [SMALL_STATE(650)] = 46877, + [SMALL_STATE(651)] = 46933, + [SMALL_STATE(652)] = 46989, + [SMALL_STATE(653)] = 47045, + [SMALL_STATE(654)] = 47101, + [SMALL_STATE(655)] = 47157, + [SMALL_STATE(656)] = 47213, + [SMALL_STATE(657)] = 47269, + [SMALL_STATE(658)] = 47325, + [SMALL_STATE(659)] = 47381, + [SMALL_STATE(660)] = 47437, + [SMALL_STATE(661)] = 47493, + [SMALL_STATE(662)] = 47549, + [SMALL_STATE(663)] = 47605, + [SMALL_STATE(664)] = 47697, + [SMALL_STATE(665)] = 47753, + [SMALL_STATE(666)] = 47809, + [SMALL_STATE(667)] = 47865, + [SMALL_STATE(668)] = 47921, + [SMALL_STATE(669)] = 47977, + [SMALL_STATE(670)] = 48033, + [SMALL_STATE(671)] = 48089, + [SMALL_STATE(672)] = 48145, + [SMALL_STATE(673)] = 48201, + [SMALL_STATE(674)] = 48257, + [SMALL_STATE(675)] = 48313, + [SMALL_STATE(676)] = 48369, + [SMALL_STATE(677)] = 48425, + [SMALL_STATE(678)] = 48481, + [SMALL_STATE(679)] = 48537, + [SMALL_STATE(680)] = 48593, + [SMALL_STATE(681)] = 48649, + [SMALL_STATE(682)] = 48705, + [SMALL_STATE(683)] = 48761, + [SMALL_STATE(684)] = 48817, + [SMALL_STATE(685)] = 48873, + [SMALL_STATE(686)] = 48929, + [SMALL_STATE(687)] = 48985, + [SMALL_STATE(688)] = 49041, + [SMALL_STATE(689)] = 49097, + [SMALL_STATE(690)] = 49153, + [SMALL_STATE(691)] = 49209, + [SMALL_STATE(692)] = 49265, + [SMALL_STATE(693)] = 49321, + [SMALL_STATE(694)] = 49377, + [SMALL_STATE(695)] = 49433, + [SMALL_STATE(696)] = 49489, + [SMALL_STATE(697)] = 49545, + [SMALL_STATE(698)] = 49601, + [SMALL_STATE(699)] = 49657, + [SMALL_STATE(700)] = 49713, + [SMALL_STATE(701)] = 49772, + [SMALL_STATE(702)] = 49827, + [SMALL_STATE(703)] = 49886, + [SMALL_STATE(704)] = 49945, + [SMALL_STATE(705)] = 50000, + [SMALL_STATE(706)] = 50059, + [SMALL_STATE(707)] = 50118, + [SMALL_STATE(708)] = 50173, + [SMALL_STATE(709)] = 50228, + [SMALL_STATE(710)] = 50287, + [SMALL_STATE(711)] = 50346, + [SMALL_STATE(712)] = 50405, + [SMALL_STATE(713)] = 50464, + [SMALL_STATE(714)] = 50519, + [SMALL_STATE(715)] = 50578, + [SMALL_STATE(716)] = 50637, + [SMALL_STATE(717)] = 50696, + [SMALL_STATE(718)] = 50755, + [SMALL_STATE(719)] = 50814, + [SMALL_STATE(720)] = 50873, + [SMALL_STATE(721)] = 50928, + [SMALL_STATE(722)] = 50987, + [SMALL_STATE(723)] = 51041, + [SMALL_STATE(724)] = 51133, + [SMALL_STATE(725)] = 51187, + [SMALL_STATE(726)] = 51279, + [SMALL_STATE(727)] = 51333, + [SMALL_STATE(728)] = 51387, + [SMALL_STATE(729)] = 51440, + [SMALL_STATE(730)] = 51493, + [SMALL_STATE(731)] = 51546, + [SMALL_STATE(732)] = 51599, + [SMALL_STATE(733)] = 51652, + [SMALL_STATE(734)] = 51705, + [SMALL_STATE(735)] = 51758, + [SMALL_STATE(736)] = 51811, + [SMALL_STATE(737)] = 51900, + [SMALL_STATE(738)] = 51953, + [SMALL_STATE(739)] = 52042, + [SMALL_STATE(740)] = 52095, + [SMALL_STATE(741)] = 52148, + [SMALL_STATE(742)] = 52201, + [SMALL_STATE(743)] = 52254, + [SMALL_STATE(744)] = 52307, + [SMALL_STATE(745)] = 52360, + [SMALL_STATE(746)] = 52413, + [SMALL_STATE(747)] = 52466, + [SMALL_STATE(748)] = 52519, + [SMALL_STATE(749)] = 52572, + [SMALL_STATE(750)] = 52625, + [SMALL_STATE(751)] = 52678, + [SMALL_STATE(752)] = 52731, + [SMALL_STATE(753)] = 52784, + [SMALL_STATE(754)] = 52837, + [SMALL_STATE(755)] = 52926, + [SMALL_STATE(756)] = 52979, + [SMALL_STATE(757)] = 53032, + [SMALL_STATE(758)] = 53085, + [SMALL_STATE(759)] = 53174, + [SMALL_STATE(760)] = 53227, + [SMALL_STATE(761)] = 53280, + [SMALL_STATE(762)] = 53333, + [SMALL_STATE(763)] = 53386, + [SMALL_STATE(764)] = 53439, + [SMALL_STATE(765)] = 53492, + [SMALL_STATE(766)] = 53581, + [SMALL_STATE(767)] = 53634, + [SMALL_STATE(768)] = 53687, + [SMALL_STATE(769)] = 53740, + [SMALL_STATE(770)] = 53793, + [SMALL_STATE(771)] = 53846, + [SMALL_STATE(772)] = 53935, + [SMALL_STATE(773)] = 53988, + [SMALL_STATE(774)] = 54041, + [SMALL_STATE(775)] = 54094, + [SMALL_STATE(776)] = 54147, + [SMALL_STATE(777)] = 54236, + [SMALL_STATE(778)] = 54289, + [SMALL_STATE(779)] = 54342, + [SMALL_STATE(780)] = 54395, + [SMALL_STATE(781)] = 54484, + [SMALL_STATE(782)] = 54537, + [SMALL_STATE(783)] = 54626, + [SMALL_STATE(784)] = 54715, + [SMALL_STATE(785)] = 54768, + [SMALL_STATE(786)] = 54821, + [SMALL_STATE(787)] = 54874, + [SMALL_STATE(788)] = 54927, + [SMALL_STATE(789)] = 54980, + [SMALL_STATE(790)] = 55033, + [SMALL_STATE(791)] = 55086, + [SMALL_STATE(792)] = 55139, + [SMALL_STATE(793)] = 55192, + [SMALL_STATE(794)] = 55245, + [SMALL_STATE(795)] = 55298, + [SMALL_STATE(796)] = 55351, + [SMALL_STATE(797)] = 55404, + [SMALL_STATE(798)] = 55457, + [SMALL_STATE(799)] = 55510, + [SMALL_STATE(800)] = 55563, + [SMALL_STATE(801)] = 55616, + [SMALL_STATE(802)] = 55669, + [SMALL_STATE(803)] = 55722, + [SMALL_STATE(804)] = 55775, + [SMALL_STATE(805)] = 55828, + [SMALL_STATE(806)] = 55881, + [SMALL_STATE(807)] = 55934, + [SMALL_STATE(808)] = 55987, + [SMALL_STATE(809)] = 56040, + [SMALL_STATE(810)] = 56093, + [SMALL_STATE(811)] = 56146, + [SMALL_STATE(812)] = 56199, + [SMALL_STATE(813)] = 56252, + [SMALL_STATE(814)] = 56305, + [SMALL_STATE(815)] = 56358, + [SMALL_STATE(816)] = 56411, + [SMALL_STATE(817)] = 56464, + [SMALL_STATE(818)] = 56517, + [SMALL_STATE(819)] = 56570, + [SMALL_STATE(820)] = 56623, + [SMALL_STATE(821)] = 56676, + [SMALL_STATE(822)] = 56729, + [SMALL_STATE(823)] = 56782, + [SMALL_STATE(824)] = 56835, + [SMALL_STATE(825)] = 56888, + [SMALL_STATE(826)] = 56941, + [SMALL_STATE(827)] = 56994, + [SMALL_STATE(828)] = 57047, + [SMALL_STATE(829)] = 57100, + [SMALL_STATE(830)] = 57153, + [SMALL_STATE(831)] = 57206, + [SMALL_STATE(832)] = 57259, + [SMALL_STATE(833)] = 57312, + [SMALL_STATE(834)] = 57365, + [SMALL_STATE(835)] = 57418, + [SMALL_STATE(836)] = 57471, + [SMALL_STATE(837)] = 57524, + [SMALL_STATE(838)] = 57577, + [SMALL_STATE(839)] = 57630, + [SMALL_STATE(840)] = 57683, + [SMALL_STATE(841)] = 57736, + [SMALL_STATE(842)] = 57789, + [SMALL_STATE(843)] = 57842, + [SMALL_STATE(844)] = 57895, + [SMALL_STATE(845)] = 57948, + [SMALL_STATE(846)] = 58037, + [SMALL_STATE(847)] = 58126, + [SMALL_STATE(848)] = 58215, + [SMALL_STATE(849)] = 58304, + [SMALL_STATE(850)] = 58393, + [SMALL_STATE(851)] = 58482, + [SMALL_STATE(852)] = 58535, + [SMALL_STATE(853)] = 58621, + [SMALL_STATE(854)] = 58707, + [SMALL_STATE(855)] = 58793, + [SMALL_STATE(856)] = 58879, + [SMALL_STATE(857)] = 58965, + [SMALL_STATE(858)] = 59051, + [SMALL_STATE(859)] = 59134, + [SMALL_STATE(860)] = 59217, + [SMALL_STATE(861)] = 59295, + [SMALL_STATE(862)] = 59373, + [SMALL_STATE(863)] = 59451, + [SMALL_STATE(864)] = 59529, + [SMALL_STATE(865)] = 59607, + [SMALL_STATE(866)] = 59685, + [SMALL_STATE(867)] = 59763, + [SMALL_STATE(868)] = 59841, + [SMALL_STATE(869)] = 59920, + [SMALL_STATE(870)] = 59995, + [SMALL_STATE(871)] = 60070, + [SMALL_STATE(872)] = 60145, + [SMALL_STATE(873)] = 60220, + [SMALL_STATE(874)] = 60295, + [SMALL_STATE(875)] = 60370, + [SMALL_STATE(876)] = 60445, + [SMALL_STATE(877)] = 60520, + [SMALL_STATE(878)] = 60595, + [SMALL_STATE(879)] = 60670, + [SMALL_STATE(880)] = 60745, + [SMALL_STATE(881)] = 60820, + [SMALL_STATE(882)] = 60895, + [SMALL_STATE(883)] = 60970, + [SMALL_STATE(884)] = 61045, + [SMALL_STATE(885)] = 61124, + [SMALL_STATE(886)] = 61199, + [SMALL_STATE(887)] = 61274, + [SMALL_STATE(888)] = 61349, + [SMALL_STATE(889)] = 61428, + [SMALL_STATE(890)] = 61507, + [SMALL_STATE(891)] = 61582, + [SMALL_STATE(892)] = 61657, + [SMALL_STATE(893)] = 61732, + [SMALL_STATE(894)] = 61807, + [SMALL_STATE(895)] = 61882, + [SMALL_STATE(896)] = 61957, + [SMALL_STATE(897)] = 62032, + [SMALL_STATE(898)] = 62107, + [SMALL_STATE(899)] = 62182, + [SMALL_STATE(900)] = 62257, + [SMALL_STATE(901)] = 62332, + [SMALL_STATE(902)] = 62407, + [SMALL_STATE(903)] = 62482, + [SMALL_STATE(904)] = 62557, + [SMALL_STATE(905)] = 62632, + [SMALL_STATE(906)] = 62707, + [SMALL_STATE(907)] = 62782, + [SMALL_STATE(908)] = 62857, + [SMALL_STATE(909)] = 62932, + [SMALL_STATE(910)] = 63011, + [SMALL_STATE(911)] = 63086, + [SMALL_STATE(912)] = 63161, + [SMALL_STATE(913)] = 63236, + [SMALL_STATE(914)] = 63315, + [SMALL_STATE(915)] = 63390, + [SMALL_STATE(916)] = 63465, + [SMALL_STATE(917)] = 63544, + [SMALL_STATE(918)] = 63619, + [SMALL_STATE(919)] = 63694, + [SMALL_STATE(920)] = 63773, + [SMALL_STATE(921)] = 63848, + [SMALL_STATE(922)] = 63923, + [SMALL_STATE(923)] = 64002, + [SMALL_STATE(924)] = 64077, + [SMALL_STATE(925)] = 64152, + [SMALL_STATE(926)] = 64227, + [SMALL_STATE(927)] = 64306, + [SMALL_STATE(928)] = 64381, + [SMALL_STATE(929)] = 64456, + [SMALL_STATE(930)] = 64531, + [SMALL_STATE(931)] = 64606, + [SMALL_STATE(932)] = 64681, + [SMALL_STATE(933)] = 64756, + [SMALL_STATE(934)] = 64831, + [SMALL_STATE(935)] = 64906, + [SMALL_STATE(936)] = 64981, + [SMALL_STATE(937)] = 65060, + [SMALL_STATE(938)] = 65135, + [SMALL_STATE(939)] = 65210, + [SMALL_STATE(940)] = 65285, + [SMALL_STATE(941)] = 65360, + [SMALL_STATE(942)] = 65435, + [SMALL_STATE(943)] = 65510, + [SMALL_STATE(944)] = 65585, + [SMALL_STATE(945)] = 65660, + [SMALL_STATE(946)] = 65739, + [SMALL_STATE(947)] = 65814, + [SMALL_STATE(948)] = 65889, + [SMALL_STATE(949)] = 65964, + [SMALL_STATE(950)] = 66039, + [SMALL_STATE(951)] = 66118, + [SMALL_STATE(952)] = 66193, + [SMALL_STATE(953)] = 66272, + [SMALL_STATE(954)] = 66347, + [SMALL_STATE(955)] = 66422, + [SMALL_STATE(956)] = 66497, + [SMALL_STATE(957)] = 66576, + [SMALL_STATE(958)] = 66651, + [SMALL_STATE(959)] = 66726, + [SMALL_STATE(960)] = 66805, + [SMALL_STATE(961)] = 66880, + [SMALL_STATE(962)] = 66955, + [SMALL_STATE(963)] = 67030, + [SMALL_STATE(964)] = 67105, + [SMALL_STATE(965)] = 67180, + [SMALL_STATE(966)] = 67255, + [SMALL_STATE(967)] = 67330, + [SMALL_STATE(968)] = 67409, + [SMALL_STATE(969)] = 67484, + [SMALL_STATE(970)] = 67559, + [SMALL_STATE(971)] = 67634, + [SMALL_STATE(972)] = 67713, + [SMALL_STATE(973)] = 67792, + [SMALL_STATE(974)] = 67871, + [SMALL_STATE(975)] = 67946, + [SMALL_STATE(976)] = 68021, + [SMALL_STATE(977)] = 68073, + [SMALL_STATE(978)] = 68155, + [SMALL_STATE(979)] = 68207, + [SMALL_STATE(980)] = 68259, + [SMALL_STATE(981)] = 68330, + [SMALL_STATE(982)] = 68401, + [SMALL_STATE(983)] = 68452, + [SMALL_STATE(984)] = 68515, + [SMALL_STATE(985)] = 68566, + [SMALL_STATE(986)] = 68647, + [SMALL_STATE(987)] = 68718, + [SMALL_STATE(988)] = 68785, + [SMALL_STATE(989)] = 68836, + [SMALL_STATE(990)] = 68893, + [SMALL_STATE(991)] = 68954, + [SMALL_STATE(992)] = 69023, + [SMALL_STATE(993)] = 69088, + [SMALL_STATE(994)] = 69145, + [SMALL_STATE(995)] = 69196, + [SMALL_STATE(996)] = 69247, + [SMALL_STATE(997)] = 69328, + [SMALL_STATE(998)] = 69379, + [SMALL_STATE(999)] = 69436, + [SMALL_STATE(1000)] = 69493, + [SMALL_STATE(1001)] = 69539, + [SMALL_STATE(1002)] = 69605, + [SMALL_STATE(1003)] = 69669, + [SMALL_STATE(1004)] = 69735, + [SMALL_STATE(1005)] = 69805, + [SMALL_STATE(1006)] = 69861, + [SMALL_STATE(1007)] = 69911, + [SMALL_STATE(1008)] = 69957, + [SMALL_STATE(1009)] = 70021, + [SMALL_STATE(1010)] = 70091, + [SMALL_STATE(1011)] = 70171, + [SMALL_STATE(1012)] = 70241, + [SMALL_STATE(1013)] = 70287, + [SMALL_STATE(1014)] = 70333, + [SMALL_STATE(1015)] = 70379, + [SMALL_STATE(1016)] = 70457, + [SMALL_STATE(1017)] = 70503, + [SMALL_STATE(1018)] = 70553, + [SMALL_STATE(1019)] = 70603, + [SMALL_STATE(1020)] = 70649, + [SMALL_STATE(1021)] = 70709, + [SMALL_STATE(1022)] = 70759, [SMALL_STATE(1023)] = 70807, [SMALL_STATE(1024)] = 70863, [SMALL_STATE(1025)] = 70913, - [SMALL_STATE(1026)] = 70959, - [SMALL_STATE(1027)] = 71009, - [SMALL_STATE(1028)] = 71077, - [SMALL_STATE(1029)] = 71127, - [SMALL_STATE(1030)] = 71193, - [SMALL_STATE(1031)] = 71243, - [SMALL_STATE(1032)] = 71289, - [SMALL_STATE(1033)] = 71359, - [SMALL_STATE(1034)] = 71429, - [SMALL_STATE(1035)] = 71479, - [SMALL_STATE(1036)] = 71527, - [SMALL_STATE(1037)] = 71591, - [SMALL_STATE(1038)] = 71641, - [SMALL_STATE(1039)] = 71721, - [SMALL_STATE(1040)] = 71785, - [SMALL_STATE(1041)] = 71865, - [SMALL_STATE(1042)] = 71915, - [SMALL_STATE(1043)] = 71971, - [SMALL_STATE(1044)] = 72033, - [SMALL_STATE(1045)] = 72099, - [SMALL_STATE(1046)] = 72149, - [SMALL_STATE(1047)] = 72199, - [SMALL_STATE(1048)] = 72245, - [SMALL_STATE(1049)] = 72301, - [SMALL_STATE(1050)] = 72361, - [SMALL_STATE(1051)] = 72429, - [SMALL_STATE(1052)] = 72489, - [SMALL_STATE(1053)] = 72540, - [SMALL_STATE(1054)] = 72589, - [SMALL_STATE(1055)] = 72638, - [SMALL_STATE(1056)] = 72683, - [SMALL_STATE(1057)] = 72728, - [SMALL_STATE(1058)] = 72773, - [SMALL_STATE(1059)] = 72818, - [SMALL_STATE(1060)] = 72867, - [SMALL_STATE(1061)] = 72912, - [SMALL_STATE(1062)] = 72979, - [SMALL_STATE(1063)] = 73024, - [SMALL_STATE(1064)] = 73075, - [SMALL_STATE(1065)] = 73130, - [SMALL_STATE(1066)] = 73185, - [SMALL_STATE(1067)] = 73240, - [SMALL_STATE(1068)] = 73289, - [SMALL_STATE(1069)] = 73344, - [SMALL_STATE(1070)] = 73399, - [SMALL_STATE(1071)] = 73444, - [SMALL_STATE(1072)] = 73499, - [SMALL_STATE(1073)] = 73554, - [SMALL_STATE(1074)] = 73599, - [SMALL_STATE(1075)] = 73644, - [SMALL_STATE(1076)] = 73695, - [SMALL_STATE(1077)] = 73740, - [SMALL_STATE(1078)] = 73785, - [SMALL_STATE(1079)] = 73836, - [SMALL_STATE(1080)] = 73881, - [SMALL_STATE(1081)] = 73932, - [SMALL_STATE(1082)] = 73977, - [SMALL_STATE(1083)] = 74022, - [SMALL_STATE(1084)] = 74091, - [SMALL_STATE(1085)] = 74146, - [SMALL_STATE(1086)] = 74207, - [SMALL_STATE(1087)] = 74276, - [SMALL_STATE(1088)] = 74331, - [SMALL_STATE(1089)] = 74390, - [SMALL_STATE(1090)] = 74457, - [SMALL_STATE(1091)] = 74512, - [SMALL_STATE(1092)] = 74577, - [SMALL_STATE(1093)] = 74640, - [SMALL_STATE(1094)] = 74701, - [SMALL_STATE(1095)] = 74770, - [SMALL_STATE(1096)] = 74825, - [SMALL_STATE(1097)] = 74884, - [SMALL_STATE(1098)] = 74951, - [SMALL_STATE(1099)] = 74996, - [SMALL_STATE(1100)] = 75061, - [SMALL_STATE(1101)] = 75124, - [SMALL_STATE(1102)] = 75193, - [SMALL_STATE(1103)] = 75238, - [SMALL_STATE(1104)] = 75283, - [SMALL_STATE(1105)] = 75328, - [SMALL_STATE(1106)] = 75373, - [SMALL_STATE(1107)] = 75418, - [SMALL_STATE(1108)] = 75463, - [SMALL_STATE(1109)] = 75508, - [SMALL_STATE(1110)] = 75577, - [SMALL_STATE(1111)] = 75646, - [SMALL_STATE(1112)] = 75715, - [SMALL_STATE(1113)] = 75760, - [SMALL_STATE(1114)] = 75815, - [SMALL_STATE(1115)] = 75876, - [SMALL_STATE(1116)] = 75945, - [SMALL_STATE(1117)] = 76000, - [SMALL_STATE(1118)] = 76059, - [SMALL_STATE(1119)] = 76126, - [SMALL_STATE(1120)] = 76191, - [SMALL_STATE(1121)] = 76254, - [SMALL_STATE(1122)] = 76299, - [SMALL_STATE(1123)] = 76348, - [SMALL_STATE(1124)] = 76417, - [SMALL_STATE(1125)] = 76486, - [SMALL_STATE(1126)] = 76531, - [SMALL_STATE(1127)] = 76580, - [SMALL_STATE(1128)] = 76625, - [SMALL_STATE(1129)] = 76674, - [SMALL_STATE(1130)] = 76721, - [SMALL_STATE(1131)] = 76768, - [SMALL_STATE(1132)] = 76815, - [SMALL_STATE(1133)] = 76860, - [SMALL_STATE(1134)] = 76905, - [SMALL_STATE(1135)] = 76950, - [SMALL_STATE(1136)] = 76995, - [SMALL_STATE(1137)] = 77040, - [SMALL_STATE(1138)] = 77085, - [SMALL_STATE(1139)] = 77130, - [SMALL_STATE(1140)] = 77195, - [SMALL_STATE(1141)] = 77258, - [SMALL_STATE(1142)] = 77317, - [SMALL_STATE(1143)] = 77372, - [SMALL_STATE(1144)] = 77421, - [SMALL_STATE(1145)] = 77482, - [SMALL_STATE(1146)] = 77527, - [SMALL_STATE(1147)] = 77596, - [SMALL_STATE(1148)] = 77641, - [SMALL_STATE(1149)] = 77696, - [SMALL_STATE(1150)] = 77741, - [SMALL_STATE(1151)] = 77818, - [SMALL_STATE(1152)] = 77863, - [SMALL_STATE(1153)] = 77912, - [SMALL_STATE(1154)] = 77961, - [SMALL_STATE(1155)] = 78010, - [SMALL_STATE(1156)] = 78059, - [SMALL_STATE(1157)] = 78106, - [SMALL_STATE(1158)] = 78153, - [SMALL_STATE(1159)] = 78200, - [SMALL_STATE(1160)] = 78255, - [SMALL_STATE(1161)] = 78324, - [SMALL_STATE(1162)] = 78368, - [SMALL_STATE(1163)] = 78412, - [SMALL_STATE(1164)] = 78456, - [SMALL_STATE(1165)] = 78504, - [SMALL_STATE(1166)] = 78548, - [SMALL_STATE(1167)] = 78592, - [SMALL_STATE(1168)] = 78636, - [SMALL_STATE(1169)] = 78680, - [SMALL_STATE(1170)] = 78724, - [SMALL_STATE(1171)] = 78772, - [SMALL_STATE(1172)] = 78820, - [SMALL_STATE(1173)] = 78864, - [SMALL_STATE(1174)] = 78908, - [SMALL_STATE(1175)] = 78952, - [SMALL_STATE(1176)] = 78998, - [SMALL_STATE(1177)] = 79046, - [SMALL_STATE(1178)] = 79090, - [SMALL_STATE(1179)] = 79138, - [SMALL_STATE(1180)] = 79182, - [SMALL_STATE(1181)] = 79230, - [SMALL_STATE(1182)] = 79278, - [SMALL_STATE(1183)] = 79322, - [SMALL_STATE(1184)] = 79366, - [SMALL_STATE(1185)] = 79410, - [SMALL_STATE(1186)] = 79454, - [SMALL_STATE(1187)] = 79498, - [SMALL_STATE(1188)] = 79574, - [SMALL_STATE(1189)] = 79618, - [SMALL_STATE(1190)] = 79662, - [SMALL_STATE(1191)] = 79710, - [SMALL_STATE(1192)] = 79754, - [SMALL_STATE(1193)] = 79798, - [SMALL_STATE(1194)] = 79842, - [SMALL_STATE(1195)] = 79886, - [SMALL_STATE(1196)] = 79930, - [SMALL_STATE(1197)] = 79974, - [SMALL_STATE(1198)] = 80018, - [SMALL_STATE(1199)] = 80062, - [SMALL_STATE(1200)] = 80108, - [SMALL_STATE(1201)] = 80152, - [SMALL_STATE(1202)] = 80198, - [SMALL_STATE(1203)] = 80242, - [SMALL_STATE(1204)] = 80286, - [SMALL_STATE(1205)] = 80332, - [SMALL_STATE(1206)] = 80376, - [SMALL_STATE(1207)] = 80424, - [SMALL_STATE(1208)] = 80468, - [SMALL_STATE(1209)] = 80512, - [SMALL_STATE(1210)] = 80556, - [SMALL_STATE(1211)] = 80604, - [SMALL_STATE(1212)] = 80650, - [SMALL_STATE(1213)] = 80696, - [SMALL_STATE(1214)] = 80742, - [SMALL_STATE(1215)] = 80788, - [SMALL_STATE(1216)] = 80832, - [SMALL_STATE(1217)] = 80876, - [SMALL_STATE(1218)] = 80926, - [SMALL_STATE(1219)] = 80980, - [SMALL_STATE(1220)] = 81024, - [SMALL_STATE(1221)] = 81068, - [SMALL_STATE(1222)] = 81112, - [SMALL_STATE(1223)] = 81160, - [SMALL_STATE(1224)] = 81214, - [SMALL_STATE(1225)] = 81258, - [SMALL_STATE(1226)] = 81302, - [SMALL_STATE(1227)] = 81346, - [SMALL_STATE(1228)] = 81390, - [SMALL_STATE(1229)] = 81436, - [SMALL_STATE(1230)] = 81480, - [SMALL_STATE(1231)] = 81526, - [SMALL_STATE(1232)] = 81570, - [SMALL_STATE(1233)] = 81616, - [SMALL_STATE(1234)] = 81662, - [SMALL_STATE(1235)] = 81706, - [SMALL_STATE(1236)] = 81750, - [SMALL_STATE(1237)] = 81794, - [SMALL_STATE(1238)] = 81842, - [SMALL_STATE(1239)] = 81886, - [SMALL_STATE(1240)] = 81930, - [SMALL_STATE(1241)] = 81978, - [SMALL_STATE(1242)] = 82022, - [SMALL_STATE(1243)] = 82090, - [SMALL_STATE(1244)] = 82134, - [SMALL_STATE(1245)] = 82178, - [SMALL_STATE(1246)] = 82222, - [SMALL_STATE(1247)] = 82266, - [SMALL_STATE(1248)] = 82310, - [SMALL_STATE(1249)] = 82356, - [SMALL_STATE(1250)] = 82402, - [SMALL_STATE(1251)] = 82448, - [SMALL_STATE(1252)] = 82492, - [SMALL_STATE(1253)] = 82536, - [SMALL_STATE(1254)] = 82580, - [SMALL_STATE(1255)] = 82624, - [SMALL_STATE(1256)] = 82670, - [SMALL_STATE(1257)] = 82716, - [SMALL_STATE(1258)] = 82760, - [SMALL_STATE(1259)] = 82836, - [SMALL_STATE(1260)] = 82884, - [SMALL_STATE(1261)] = 82932, - [SMALL_STATE(1262)] = 82976, - [SMALL_STATE(1263)] = 83024, - [SMALL_STATE(1264)] = 83078, - [SMALL_STATE(1265)] = 83138, - [SMALL_STATE(1266)] = 83182, - [SMALL_STATE(1267)] = 83230, - [SMALL_STATE(1268)] = 83274, - [SMALL_STATE(1269)] = 83318, - [SMALL_STATE(1270)] = 83362, - [SMALL_STATE(1271)] = 83406, - [SMALL_STATE(1272)] = 83454, - [SMALL_STATE(1273)] = 83498, - [SMALL_STATE(1274)] = 83542, - [SMALL_STATE(1275)] = 83586, - [SMALL_STATE(1276)] = 83654, - [SMALL_STATE(1277)] = 83708, - [SMALL_STATE(1278)] = 83758, - [SMALL_STATE(1279)] = 83816, - [SMALL_STATE(1280)] = 83882, - [SMALL_STATE(1281)] = 83926, - [SMALL_STATE(1282)] = 83990, - [SMALL_STATE(1283)] = 84052, - [SMALL_STATE(1284)] = 84096, - [SMALL_STATE(1285)] = 84164, - [SMALL_STATE(1286)] = 84240, - [SMALL_STATE(1287)] = 84284, - [SMALL_STATE(1288)] = 84327, - [SMALL_STATE(1289)] = 84372, - [SMALL_STATE(1290)] = 84419, - [SMALL_STATE(1291)] = 84464, - [SMALL_STATE(1292)] = 84511, - [SMALL_STATE(1293)] = 84554, - [SMALL_STATE(1294)] = 84597, - [SMALL_STATE(1295)] = 84640, - [SMALL_STATE(1296)] = 84683, - [SMALL_STATE(1297)] = 84726, - [SMALL_STATE(1298)] = 84769, - [SMALL_STATE(1299)] = 84812, - [SMALL_STATE(1300)] = 84863, - [SMALL_STATE(1301)] = 84908, - [SMALL_STATE(1302)] = 84951, - [SMALL_STATE(1303)] = 84994, - [SMALL_STATE(1304)] = 85037, - [SMALL_STATE(1305)] = 85080, - [SMALL_STATE(1306)] = 85125, - [SMALL_STATE(1307)] = 85168, - [SMALL_STATE(1308)] = 85211, - [SMALL_STATE(1309)] = 85254, - [SMALL_STATE(1310)] = 85299, - [SMALL_STATE(1311)] = 85342, - [SMALL_STATE(1312)] = 85385, - [SMALL_STATE(1313)] = 85428, - [SMALL_STATE(1314)] = 85473, - [SMALL_STATE(1315)] = 85516, - [SMALL_STATE(1316)] = 85561, - [SMALL_STATE(1317)] = 85604, - [SMALL_STATE(1318)] = 85649, - [SMALL_STATE(1319)] = 85696, - [SMALL_STATE(1320)] = 85743, - [SMALL_STATE(1321)] = 85788, - [SMALL_STATE(1322)] = 85831, - [SMALL_STATE(1323)] = 85874, - [SMALL_STATE(1324)] = 85917, - [SMALL_STATE(1325)] = 85960, - [SMALL_STATE(1326)] = 86003, - [SMALL_STATE(1327)] = 86048, - [SMALL_STATE(1328)] = 86091, - [SMALL_STATE(1329)] = 86134, - [SMALL_STATE(1330)] = 86181, - [SMALL_STATE(1331)] = 86224, - [SMALL_STATE(1332)] = 86271, - [SMALL_STATE(1333)] = 86316, - [SMALL_STATE(1334)] = 86361, - [SMALL_STATE(1335)] = 86406, - [SMALL_STATE(1336)] = 86449, - [SMALL_STATE(1337)] = 86492, - [SMALL_STATE(1338)] = 86535, - [SMALL_STATE(1339)] = 86578, - [SMALL_STATE(1340)] = 86621, - [SMALL_STATE(1341)] = 86664, - [SMALL_STATE(1342)] = 86707, - [SMALL_STATE(1343)] = 86750, - [SMALL_STATE(1344)] = 86793, - [SMALL_STATE(1345)] = 86836, - [SMALL_STATE(1346)] = 86879, - [SMALL_STATE(1347)] = 86930, - [SMALL_STATE(1348)] = 86973, - [SMALL_STATE(1349)] = 87016, - [SMALL_STATE(1350)] = 87059, - [SMALL_STATE(1351)] = 87102, - [SMALL_STATE(1352)] = 87145, - [SMALL_STATE(1353)] = 87188, - [SMALL_STATE(1354)] = 87231, - [SMALL_STATE(1355)] = 87274, - [SMALL_STATE(1356)] = 87317, - [SMALL_STATE(1357)] = 87360, - [SMALL_STATE(1358)] = 87407, - [SMALL_STATE(1359)] = 87454, - [SMALL_STATE(1360)] = 87501, - [SMALL_STATE(1361)] = 87544, - [SMALL_STATE(1362)] = 87587, - [SMALL_STATE(1363)] = 87630, - [SMALL_STATE(1364)] = 87673, - [SMALL_STATE(1365)] = 87716, - [SMALL_STATE(1366)] = 87759, - [SMALL_STATE(1367)] = 87804, - [SMALL_STATE(1368)] = 87847, - [SMALL_STATE(1369)] = 87890, - [SMALL_STATE(1370)] = 87933, - [SMALL_STATE(1371)] = 87976, - [SMALL_STATE(1372)] = 88019, - [SMALL_STATE(1373)] = 88062, - [SMALL_STATE(1374)] = 88105, - [SMALL_STATE(1375)] = 88148, - [SMALL_STATE(1376)] = 88191, - [SMALL_STATE(1377)] = 88234, - [SMALL_STATE(1378)] = 88277, - [SMALL_STATE(1379)] = 88320, - [SMALL_STATE(1380)] = 88363, - [SMALL_STATE(1381)] = 88406, - [SMALL_STATE(1382)] = 88449, - [SMALL_STATE(1383)] = 88492, - [SMALL_STATE(1384)] = 88535, - [SMALL_STATE(1385)] = 88578, - [SMALL_STATE(1386)] = 88621, - [SMALL_STATE(1387)] = 88664, - [SMALL_STATE(1388)] = 88707, - [SMALL_STATE(1389)] = 88750, - [SMALL_STATE(1390)] = 88793, - [SMALL_STATE(1391)] = 88836, - [SMALL_STATE(1392)] = 88879, - [SMALL_STATE(1393)] = 88922, - [SMALL_STATE(1394)] = 88965, - [SMALL_STATE(1395)] = 89008, - [SMALL_STATE(1396)] = 89051, - [SMALL_STATE(1397)] = 89094, - [SMALL_STATE(1398)] = 89137, - [SMALL_STATE(1399)] = 89180, - [SMALL_STATE(1400)] = 89223, - [SMALL_STATE(1401)] = 89266, - [SMALL_STATE(1402)] = 89309, - [SMALL_STATE(1403)] = 89356, - [SMALL_STATE(1404)] = 89403, - [SMALL_STATE(1405)] = 89446, - [SMALL_STATE(1406)] = 89489, - [SMALL_STATE(1407)] = 89532, - [SMALL_STATE(1408)] = 89575, - [SMALL_STATE(1409)] = 89618, - [SMALL_STATE(1410)] = 89661, - [SMALL_STATE(1411)] = 89704, - [SMALL_STATE(1412)] = 89749, - [SMALL_STATE(1413)] = 89794, - [SMALL_STATE(1414)] = 89837, - [SMALL_STATE(1415)] = 89880, - [SMALL_STATE(1416)] = 89923, - [SMALL_STATE(1417)] = 89966, - [SMALL_STATE(1418)] = 90009, - [SMALL_STATE(1419)] = 90052, - [SMALL_STATE(1420)] = 90095, - [SMALL_STATE(1421)] = 90140, - [SMALL_STATE(1422)] = 90183, - [SMALL_STATE(1423)] = 90226, - [SMALL_STATE(1424)] = 90269, - [SMALL_STATE(1425)] = 90312, - [SMALL_STATE(1426)] = 90355, - [SMALL_STATE(1427)] = 90398, - [SMALL_STATE(1428)] = 90441, - [SMALL_STATE(1429)] = 90484, - [SMALL_STATE(1430)] = 90527, - [SMALL_STATE(1431)] = 90570, - [SMALL_STATE(1432)] = 90613, - [SMALL_STATE(1433)] = 90656, - [SMALL_STATE(1434)] = 90699, - [SMALL_STATE(1435)] = 90742, - [SMALL_STATE(1436)] = 90785, - [SMALL_STATE(1437)] = 90828, - [SMALL_STATE(1438)] = 90871, - [SMALL_STATE(1439)] = 90914, - [SMALL_STATE(1440)] = 90957, - [SMALL_STATE(1441)] = 91004, - [SMALL_STATE(1442)] = 91047, - [SMALL_STATE(1443)] = 91094, - [SMALL_STATE(1444)] = 91141, - [SMALL_STATE(1445)] = 91188, - [SMALL_STATE(1446)] = 91231, - [SMALL_STATE(1447)] = 91274, - [SMALL_STATE(1448)] = 91317, - [SMALL_STATE(1449)] = 91362, - [SMALL_STATE(1450)] = 91407, - [SMALL_STATE(1451)] = 91449, - [SMALL_STATE(1452)] = 91495, - [SMALL_STATE(1453)] = 91541, - [SMALL_STATE(1454)] = 91587, - [SMALL_STATE(1455)] = 91631, - [SMALL_STATE(1456)] = 91675, - [SMALL_STATE(1457)] = 91719, - [SMALL_STATE(1458)] = 91761, - [SMALL_STATE(1459)] = 91803, - [SMALL_STATE(1460)] = 91845, - [SMALL_STATE(1461)] = 91887, - [SMALL_STATE(1462)] = 91929, - [SMALL_STATE(1463)] = 91973, - [SMALL_STATE(1464)] = 92023, - [SMALL_STATE(1465)] = 92065, - [SMALL_STATE(1466)] = 92107, - [SMALL_STATE(1467)] = 92149, - [SMALL_STATE(1468)] = 92191, - [SMALL_STATE(1469)] = 92233, - [SMALL_STATE(1470)] = 92275, - [SMALL_STATE(1471)] = 92317, - [SMALL_STATE(1472)] = 92359, - [SMALL_STATE(1473)] = 92403, - [SMALL_STATE(1474)] = 92447, - [SMALL_STATE(1475)] = 92491, - [SMALL_STATE(1476)] = 92533, - [SMALL_STATE(1477)] = 92575, - [SMALL_STATE(1478)] = 92617, - [SMALL_STATE(1479)] = 92659, - [SMALL_STATE(1480)] = 92701, - [SMALL_STATE(1481)] = 92743, - [SMALL_STATE(1482)] = 92785, - [SMALL_STATE(1483)] = 92829, - [SMALL_STATE(1484)] = 92871, - [SMALL_STATE(1485)] = 92913, - [SMALL_STATE(1486)] = 92955, - [SMALL_STATE(1487)] = 92997, - [SMALL_STATE(1488)] = 93039, - [SMALL_STATE(1489)] = 93087, - [SMALL_STATE(1490)] = 93131, - [SMALL_STATE(1491)] = 93173, - [SMALL_STATE(1492)] = 93215, - [SMALL_STATE(1493)] = 93257, - [SMALL_STATE(1494)] = 93299, - [SMALL_STATE(1495)] = 93341, - [SMALL_STATE(1496)] = 93383, - [SMALL_STATE(1497)] = 93425, - [SMALL_STATE(1498)] = 93468, - [SMALL_STATE(1499)] = 93509, - [SMALL_STATE(1500)] = 93552, - [SMALL_STATE(1501)] = 93593, - [SMALL_STATE(1502)] = 93636, - [SMALL_STATE(1503)] = 93677, - [SMALL_STATE(1504)] = 93718, - [SMALL_STATE(1505)] = 93759, - [SMALL_STATE(1506)] = 93802, - [SMALL_STATE(1507)] = 93845, - [SMALL_STATE(1508)] = 93888, - [SMALL_STATE(1509)] = 93929, - [SMALL_STATE(1510)] = 93970, - [SMALL_STATE(1511)] = 94013, - [SMALL_STATE(1512)] = 94054, - [SMALL_STATE(1513)] = 94095, - [SMALL_STATE(1514)] = 94138, - [SMALL_STATE(1515)] = 94181, - [SMALL_STATE(1516)] = 94222, - [SMALL_STATE(1517)] = 94296, - [SMALL_STATE(1518)] = 94370, + [SMALL_STATE(1026)] = 70963, + [SMALL_STATE(1027)] = 71019, + [SMALL_STATE(1028)] = 71089, + [SMALL_STATE(1029)] = 71145, + [SMALL_STATE(1030)] = 71195, + [SMALL_STATE(1031)] = 71257, + [SMALL_STATE(1032)] = 71327, + [SMALL_STATE(1033)] = 71375, + [SMALL_STATE(1034)] = 71445, + [SMALL_STATE(1035)] = 71513, + [SMALL_STATE(1036)] = 71569, + [SMALL_STATE(1037)] = 71625, + [SMALL_STATE(1038)] = 71687, + [SMALL_STATE(1039)] = 71733, + [SMALL_STATE(1040)] = 71813, + [SMALL_STATE(1041)] = 71893, + [SMALL_STATE(1042)] = 71943, + [SMALL_STATE(1043)] = 71993, + [SMALL_STATE(1044)] = 72053, + [SMALL_STATE(1045)] = 72133, + [SMALL_STATE(1046)] = 72189, + [SMALL_STATE(1047)] = 72257, + [SMALL_STATE(1048)] = 72313, + [SMALL_STATE(1049)] = 72363, + [SMALL_STATE(1050)] = 72413, + [SMALL_STATE(1051)] = 72463, + [SMALL_STATE(1052)] = 72511, + [SMALL_STATE(1053)] = 72557, + [SMALL_STATE(1054)] = 72606, + [SMALL_STATE(1055)] = 72657, + [SMALL_STATE(1056)] = 72726, + [SMALL_STATE(1057)] = 72795, + [SMALL_STATE(1058)] = 72850, + [SMALL_STATE(1059)] = 72895, + [SMALL_STATE(1060)] = 72940, + [SMALL_STATE(1061)] = 72985, + [SMALL_STATE(1062)] = 73030, + [SMALL_STATE(1063)] = 73085, + [SMALL_STATE(1064)] = 73130, + [SMALL_STATE(1065)] = 73185, + [SMALL_STATE(1066)] = 73230, + [SMALL_STATE(1067)] = 73285, + [SMALL_STATE(1068)] = 73340, + [SMALL_STATE(1069)] = 73385, + [SMALL_STATE(1070)] = 73430, + [SMALL_STATE(1071)] = 73475, + [SMALL_STATE(1072)] = 73520, + [SMALL_STATE(1073)] = 73589, + [SMALL_STATE(1074)] = 73658, + [SMALL_STATE(1075)] = 73703, + [SMALL_STATE(1076)] = 73748, + [SMALL_STATE(1077)] = 73793, + [SMALL_STATE(1078)] = 73838, + [SMALL_STATE(1079)] = 73883, + [SMALL_STATE(1080)] = 73928, + [SMALL_STATE(1081)] = 73989, + [SMALL_STATE(1082)] = 74040, + [SMALL_STATE(1083)] = 74109, + [SMALL_STATE(1084)] = 74164, + [SMALL_STATE(1085)] = 74209, + [SMALL_STATE(1086)] = 74264, + [SMALL_STATE(1087)] = 74319, + [SMALL_STATE(1088)] = 74374, + [SMALL_STATE(1089)] = 74435, + [SMALL_STATE(1090)] = 74504, + [SMALL_STATE(1091)] = 74559, + [SMALL_STATE(1092)] = 74618, + [SMALL_STATE(1093)] = 74685, + [SMALL_STATE(1094)] = 74744, + [SMALL_STATE(1095)] = 74809, + [SMALL_STATE(1096)] = 74872, + [SMALL_STATE(1097)] = 74939, + [SMALL_STATE(1098)] = 74988, + [SMALL_STATE(1099)] = 75037, + [SMALL_STATE(1100)] = 75082, + [SMALL_STATE(1101)] = 75147, + [SMALL_STATE(1102)] = 75216, + [SMALL_STATE(1103)] = 75285, + [SMALL_STATE(1104)] = 75330, + [SMALL_STATE(1105)] = 75379, + [SMALL_STATE(1106)] = 75424, + [SMALL_STATE(1107)] = 75469, + [SMALL_STATE(1108)] = 75514, + [SMALL_STATE(1109)] = 75561, + [SMALL_STATE(1110)] = 75606, + [SMALL_STATE(1111)] = 75651, + [SMALL_STATE(1112)] = 75698, + [SMALL_STATE(1113)] = 75743, + [SMALL_STATE(1114)] = 75788, + [SMALL_STATE(1115)] = 75833, + [SMALL_STATE(1116)] = 75878, + [SMALL_STATE(1117)] = 75923, + [SMALL_STATE(1118)] = 75968, + [SMALL_STATE(1119)] = 76031, + [SMALL_STATE(1120)] = 76086, + [SMALL_STATE(1121)] = 76147, + [SMALL_STATE(1122)] = 76216, + [SMALL_STATE(1123)] = 76271, + [SMALL_STATE(1124)] = 76330, + [SMALL_STATE(1125)] = 76397, + [SMALL_STATE(1126)] = 76446, + [SMALL_STATE(1127)] = 76511, + [SMALL_STATE(1128)] = 76574, + [SMALL_STATE(1129)] = 76619, + [SMALL_STATE(1130)] = 76674, + [SMALL_STATE(1131)] = 76719, + [SMALL_STATE(1132)] = 76780, + [SMALL_STATE(1133)] = 76849, + [SMALL_STATE(1134)] = 76904, + [SMALL_STATE(1135)] = 76949, + [SMALL_STATE(1136)] = 77008, + [SMALL_STATE(1137)] = 77053, + [SMALL_STATE(1138)] = 77120, + [SMALL_STATE(1139)] = 77169, + [SMALL_STATE(1140)] = 77246, + [SMALL_STATE(1141)] = 77311, + [SMALL_STATE(1142)] = 77360, + [SMALL_STATE(1143)] = 77409, + [SMALL_STATE(1144)] = 77458, + [SMALL_STATE(1145)] = 77507, + [SMALL_STATE(1146)] = 77556, + [SMALL_STATE(1147)] = 77603, + [SMALL_STATE(1148)] = 77650, + [SMALL_STATE(1149)] = 77697, + [SMALL_STATE(1150)] = 77742, + [SMALL_STATE(1151)] = 77787, + [SMALL_STATE(1152)] = 77850, + [SMALL_STATE(1153)] = 77895, + [SMALL_STATE(1154)] = 77950, + [SMALL_STATE(1155)] = 77999, + [SMALL_STATE(1156)] = 78054, + [SMALL_STATE(1157)] = 78105, + [SMALL_STATE(1158)] = 78156, + [SMALL_STATE(1159)] = 78225, + [SMALL_STATE(1160)] = 78276, + [SMALL_STATE(1161)] = 78345, + [SMALL_STATE(1162)] = 78392, + [SMALL_STATE(1163)] = 78438, + [SMALL_STATE(1164)] = 78482, + [SMALL_STATE(1165)] = 78526, + [SMALL_STATE(1166)] = 78570, + [SMALL_STATE(1167)] = 78614, + [SMALL_STATE(1168)] = 78658, + [SMALL_STATE(1169)] = 78702, + [SMALL_STATE(1170)] = 78778, + [SMALL_STATE(1171)] = 78822, + [SMALL_STATE(1172)] = 78870, + [SMALL_STATE(1173)] = 78914, + [SMALL_STATE(1174)] = 78968, + [SMALL_STATE(1175)] = 79012, + [SMALL_STATE(1176)] = 79066, + [SMALL_STATE(1177)] = 79110, + [SMALL_STATE(1178)] = 79154, + [SMALL_STATE(1179)] = 79198, + [SMALL_STATE(1180)] = 79242, + [SMALL_STATE(1181)] = 79286, + [SMALL_STATE(1182)] = 79330, + [SMALL_STATE(1183)] = 79374, + [SMALL_STATE(1184)] = 79418, + [SMALL_STATE(1185)] = 79462, + [SMALL_STATE(1186)] = 79516, + [SMALL_STATE(1187)] = 79576, + [SMALL_STATE(1188)] = 79644, + [SMALL_STATE(1189)] = 79698, + [SMALL_STATE(1190)] = 79756, + [SMALL_STATE(1191)] = 79822, + [SMALL_STATE(1192)] = 79886, + [SMALL_STATE(1193)] = 79948, + [SMALL_STATE(1194)] = 79992, + [SMALL_STATE(1195)] = 80036, + [SMALL_STATE(1196)] = 80104, + [SMALL_STATE(1197)] = 80172, + [SMALL_STATE(1198)] = 80220, + [SMALL_STATE(1199)] = 80268, + [SMALL_STATE(1200)] = 80316, + [SMALL_STATE(1201)] = 80360, + [SMALL_STATE(1202)] = 80410, + [SMALL_STATE(1203)] = 80458, + [SMALL_STATE(1204)] = 80502, + [SMALL_STATE(1205)] = 80546, + [SMALL_STATE(1206)] = 80594, + [SMALL_STATE(1207)] = 80638, + [SMALL_STATE(1208)] = 80682, + [SMALL_STATE(1209)] = 80726, + [SMALL_STATE(1210)] = 80774, + [SMALL_STATE(1211)] = 80822, + [SMALL_STATE(1212)] = 80866, + [SMALL_STATE(1213)] = 80912, + [SMALL_STATE(1214)] = 80958, + [SMALL_STATE(1215)] = 81004, + [SMALL_STATE(1216)] = 81048, + [SMALL_STATE(1217)] = 81092, + [SMALL_STATE(1218)] = 81136, + [SMALL_STATE(1219)] = 81180, + [SMALL_STATE(1220)] = 81224, + [SMALL_STATE(1221)] = 81268, + [SMALL_STATE(1222)] = 81312, + [SMALL_STATE(1223)] = 81356, + [SMALL_STATE(1224)] = 81400, + [SMALL_STATE(1225)] = 81444, + [SMALL_STATE(1226)] = 81492, + [SMALL_STATE(1227)] = 81536, + [SMALL_STATE(1228)] = 81584, + [SMALL_STATE(1229)] = 81630, + [SMALL_STATE(1230)] = 81676, + [SMALL_STATE(1231)] = 81722, + [SMALL_STATE(1232)] = 81768, + [SMALL_STATE(1233)] = 81812, + [SMALL_STATE(1234)] = 81856, + [SMALL_STATE(1235)] = 81900, + [SMALL_STATE(1236)] = 81948, + [SMALL_STATE(1237)] = 81992, + [SMALL_STATE(1238)] = 82040, + [SMALL_STATE(1239)] = 82088, + [SMALL_STATE(1240)] = 82132, + [SMALL_STATE(1241)] = 82176, + [SMALL_STATE(1242)] = 82220, + [SMALL_STATE(1243)] = 82264, + [SMALL_STATE(1244)] = 82308, + [SMALL_STATE(1245)] = 82352, + [SMALL_STATE(1246)] = 82396, + [SMALL_STATE(1247)] = 82444, + [SMALL_STATE(1248)] = 82488, + [SMALL_STATE(1249)] = 82534, + [SMALL_STATE(1250)] = 82580, + [SMALL_STATE(1251)] = 82624, + [SMALL_STATE(1252)] = 82668, + [SMALL_STATE(1253)] = 82712, + [SMALL_STATE(1254)] = 82756, + [SMALL_STATE(1255)] = 82800, + [SMALL_STATE(1256)] = 82844, + [SMALL_STATE(1257)] = 82888, + [SMALL_STATE(1258)] = 82932, + [SMALL_STATE(1259)] = 82976, + [SMALL_STATE(1260)] = 83020, + [SMALL_STATE(1261)] = 83064, + [SMALL_STATE(1262)] = 83108, + [SMALL_STATE(1263)] = 83152, + [SMALL_STATE(1264)] = 83196, + [SMALL_STATE(1265)] = 83240, + [SMALL_STATE(1266)] = 83316, + [SMALL_STATE(1267)] = 83360, + [SMALL_STATE(1268)] = 83404, + [SMALL_STATE(1269)] = 83448, + [SMALL_STATE(1270)] = 83494, + [SMALL_STATE(1271)] = 83540, + [SMALL_STATE(1272)] = 83584, + [SMALL_STATE(1273)] = 83630, + [SMALL_STATE(1274)] = 83678, + [SMALL_STATE(1275)] = 83726, + [SMALL_STATE(1276)] = 83802, + [SMALL_STATE(1277)] = 83850, + [SMALL_STATE(1278)] = 83896, + [SMALL_STATE(1279)] = 83940, + [SMALL_STATE(1280)] = 83984, + [SMALL_STATE(1281)] = 84030, + [SMALL_STATE(1282)] = 84074, + [SMALL_STATE(1283)] = 84120, + [SMALL_STATE(1284)] = 84166, + [SMALL_STATE(1285)] = 84216, + [SMALL_STATE(1286)] = 84260, + [SMALL_STATE(1287)] = 84304, + [SMALL_STATE(1288)] = 84352, + [SMALL_STATE(1289)] = 84395, + [SMALL_STATE(1290)] = 84442, + [SMALL_STATE(1291)] = 84487, + [SMALL_STATE(1292)] = 84530, + [SMALL_STATE(1293)] = 84577, + [SMALL_STATE(1294)] = 84620, + [SMALL_STATE(1295)] = 84663, + [SMALL_STATE(1296)] = 84706, + [SMALL_STATE(1297)] = 84749, + [SMALL_STATE(1298)] = 84792, + [SMALL_STATE(1299)] = 84835, + [SMALL_STATE(1300)] = 84878, + [SMALL_STATE(1301)] = 84921, + [SMALL_STATE(1302)] = 84964, + [SMALL_STATE(1303)] = 85007, + [SMALL_STATE(1304)] = 85050, + [SMALL_STATE(1305)] = 85093, + [SMALL_STATE(1306)] = 85136, + [SMALL_STATE(1307)] = 85179, + [SMALL_STATE(1308)] = 85222, + [SMALL_STATE(1309)] = 85267, + [SMALL_STATE(1310)] = 85312, + [SMALL_STATE(1311)] = 85355, + [SMALL_STATE(1312)] = 85398, + [SMALL_STATE(1313)] = 85441, + [SMALL_STATE(1314)] = 85486, + [SMALL_STATE(1315)] = 85529, + [SMALL_STATE(1316)] = 85576, + [SMALL_STATE(1317)] = 85623, + [SMALL_STATE(1318)] = 85668, + [SMALL_STATE(1319)] = 85711, + [SMALL_STATE(1320)] = 85762, + [SMALL_STATE(1321)] = 85805, + [SMALL_STATE(1322)] = 85850, + [SMALL_STATE(1323)] = 85893, + [SMALL_STATE(1324)] = 85936, + [SMALL_STATE(1325)] = 85979, + [SMALL_STATE(1326)] = 86022, + [SMALL_STATE(1327)] = 86065, + [SMALL_STATE(1328)] = 86108, + [SMALL_STATE(1329)] = 86151, + [SMALL_STATE(1330)] = 86194, + [SMALL_STATE(1331)] = 86237, + [SMALL_STATE(1332)] = 86280, + [SMALL_STATE(1333)] = 86323, + [SMALL_STATE(1334)] = 86366, + [SMALL_STATE(1335)] = 86409, + [SMALL_STATE(1336)] = 86452, + [SMALL_STATE(1337)] = 86495, + [SMALL_STATE(1338)] = 86538, + [SMALL_STATE(1339)] = 86581, + [SMALL_STATE(1340)] = 86628, + [SMALL_STATE(1341)] = 86671, + [SMALL_STATE(1342)] = 86714, + [SMALL_STATE(1343)] = 86761, + [SMALL_STATE(1344)] = 86804, + [SMALL_STATE(1345)] = 86847, + [SMALL_STATE(1346)] = 86898, + [SMALL_STATE(1347)] = 86941, + [SMALL_STATE(1348)] = 86984, + [SMALL_STATE(1349)] = 87027, + [SMALL_STATE(1350)] = 87070, + [SMALL_STATE(1351)] = 87113, + [SMALL_STATE(1352)] = 87156, + [SMALL_STATE(1353)] = 87199, + [SMALL_STATE(1354)] = 87244, + [SMALL_STATE(1355)] = 87289, + [SMALL_STATE(1356)] = 87332, + [SMALL_STATE(1357)] = 87375, + [SMALL_STATE(1358)] = 87418, + [SMALL_STATE(1359)] = 87465, + [SMALL_STATE(1360)] = 87512, + [SMALL_STATE(1361)] = 87559, + [SMALL_STATE(1362)] = 87602, + [SMALL_STATE(1363)] = 87645, + [SMALL_STATE(1364)] = 87690, + [SMALL_STATE(1365)] = 87735, + [SMALL_STATE(1366)] = 87778, + [SMALL_STATE(1367)] = 87823, + [SMALL_STATE(1368)] = 87866, + [SMALL_STATE(1369)] = 87909, + [SMALL_STATE(1370)] = 87952, + [SMALL_STATE(1371)] = 87995, + [SMALL_STATE(1372)] = 88038, + [SMALL_STATE(1373)] = 88081, + [SMALL_STATE(1374)] = 88124, + [SMALL_STATE(1375)] = 88167, + [SMALL_STATE(1376)] = 88210, + [SMALL_STATE(1377)] = 88255, + [SMALL_STATE(1378)] = 88298, + [SMALL_STATE(1379)] = 88341, + [SMALL_STATE(1380)] = 88384, + [SMALL_STATE(1381)] = 88427, + [SMALL_STATE(1382)] = 88470, + [SMALL_STATE(1383)] = 88513, + [SMALL_STATE(1384)] = 88556, + [SMALL_STATE(1385)] = 88599, + [SMALL_STATE(1386)] = 88642, + [SMALL_STATE(1387)] = 88685, + [SMALL_STATE(1388)] = 88728, + [SMALL_STATE(1389)] = 88771, + [SMALL_STATE(1390)] = 88814, + [SMALL_STATE(1391)] = 88857, + [SMALL_STATE(1392)] = 88900, + [SMALL_STATE(1393)] = 88943, + [SMALL_STATE(1394)] = 88986, + [SMALL_STATE(1395)] = 89029, + [SMALL_STATE(1396)] = 89072, + [SMALL_STATE(1397)] = 89115, + [SMALL_STATE(1398)] = 89158, + [SMALL_STATE(1399)] = 89201, + [SMALL_STATE(1400)] = 89244, + [SMALL_STATE(1401)] = 89287, + [SMALL_STATE(1402)] = 89330, + [SMALL_STATE(1403)] = 89373, + [SMALL_STATE(1404)] = 89416, + [SMALL_STATE(1405)] = 89459, + [SMALL_STATE(1406)] = 89502, + [SMALL_STATE(1407)] = 89545, + [SMALL_STATE(1408)] = 89588, + [SMALL_STATE(1409)] = 89631, + [SMALL_STATE(1410)] = 89674, + [SMALL_STATE(1411)] = 89717, + [SMALL_STATE(1412)] = 89760, + [SMALL_STATE(1413)] = 89807, + [SMALL_STATE(1414)] = 89850, + [SMALL_STATE(1415)] = 89893, + [SMALL_STATE(1416)] = 89936, + [SMALL_STATE(1417)] = 89983, + [SMALL_STATE(1418)] = 90026, + [SMALL_STATE(1419)] = 90071, + [SMALL_STATE(1420)] = 90116, + [SMALL_STATE(1421)] = 90161, + [SMALL_STATE(1422)] = 90204, + [SMALL_STATE(1423)] = 90247, + [SMALL_STATE(1424)] = 90290, + [SMALL_STATE(1425)] = 90333, + [SMALL_STATE(1426)] = 90380, + [SMALL_STATE(1427)] = 90427, + [SMALL_STATE(1428)] = 90472, + [SMALL_STATE(1429)] = 90515, + [SMALL_STATE(1430)] = 90558, + [SMALL_STATE(1431)] = 90601, + [SMALL_STATE(1432)] = 90644, + [SMALL_STATE(1433)] = 90691, + [SMALL_STATE(1434)] = 90734, + [SMALL_STATE(1435)] = 90777, + [SMALL_STATE(1436)] = 90820, + [SMALL_STATE(1437)] = 90863, + [SMALL_STATE(1438)] = 90906, + [SMALL_STATE(1439)] = 90949, + [SMALL_STATE(1440)] = 90996, + [SMALL_STATE(1441)] = 91041, + [SMALL_STATE(1442)] = 91084, + [SMALL_STATE(1443)] = 91127, + [SMALL_STATE(1444)] = 91172, + [SMALL_STATE(1445)] = 91215, + [SMALL_STATE(1446)] = 91258, + [SMALL_STATE(1447)] = 91303, + [SMALL_STATE(1448)] = 91346, + [SMALL_STATE(1449)] = 91389, + [SMALL_STATE(1450)] = 91432, + [SMALL_STATE(1451)] = 91475, + [SMALL_STATE(1452)] = 91517, + [SMALL_STATE(1453)] = 91559, + [SMALL_STATE(1454)] = 91605, + [SMALL_STATE(1455)] = 91651, + [SMALL_STATE(1456)] = 91693, + [SMALL_STATE(1457)] = 91737, + [SMALL_STATE(1458)] = 91781, + [SMALL_STATE(1459)] = 91825, + [SMALL_STATE(1460)] = 91869, + [SMALL_STATE(1461)] = 91913, + [SMALL_STATE(1462)] = 91957, + [SMALL_STATE(1463)] = 91999, + [SMALL_STATE(1464)] = 92041, + [SMALL_STATE(1465)] = 92091, + [SMALL_STATE(1466)] = 92133, + [SMALL_STATE(1467)] = 92175, + [SMALL_STATE(1468)] = 92217, + [SMALL_STATE(1469)] = 92259, + [SMALL_STATE(1470)] = 92301, + [SMALL_STATE(1471)] = 92343, + [SMALL_STATE(1472)] = 92385, + [SMALL_STATE(1473)] = 92429, + [SMALL_STATE(1474)] = 92471, + [SMALL_STATE(1475)] = 92513, + [SMALL_STATE(1476)] = 92557, + [SMALL_STATE(1477)] = 92599, + [SMALL_STATE(1478)] = 92641, + [SMALL_STATE(1479)] = 92683, + [SMALL_STATE(1480)] = 92725, + [SMALL_STATE(1481)] = 92767, + [SMALL_STATE(1482)] = 92809, + [SMALL_STATE(1483)] = 92853, + [SMALL_STATE(1484)] = 92895, + [SMALL_STATE(1485)] = 92937, + [SMALL_STATE(1486)] = 92983, + [SMALL_STATE(1487)] = 93025, + [SMALL_STATE(1488)] = 93067, + [SMALL_STATE(1489)] = 93115, + [SMALL_STATE(1490)] = 93157, + [SMALL_STATE(1491)] = 93199, + [SMALL_STATE(1492)] = 93241, + [SMALL_STATE(1493)] = 93283, + [SMALL_STATE(1494)] = 93325, + [SMALL_STATE(1495)] = 93367, + [SMALL_STATE(1496)] = 93409, + [SMALL_STATE(1497)] = 93451, + [SMALL_STATE(1498)] = 93493, + [SMALL_STATE(1499)] = 93534, + [SMALL_STATE(1500)] = 93577, + [SMALL_STATE(1501)] = 93618, + [SMALL_STATE(1502)] = 93661, + [SMALL_STATE(1503)] = 93702, + [SMALL_STATE(1504)] = 93745, + [SMALL_STATE(1505)] = 93788, + [SMALL_STATE(1506)] = 93829, + [SMALL_STATE(1507)] = 93870, + [SMALL_STATE(1508)] = 93911, + [SMALL_STATE(1509)] = 93952, + [SMALL_STATE(1510)] = 93993, + [SMALL_STATE(1511)] = 94036, + [SMALL_STATE(1512)] = 94079, + [SMALL_STATE(1513)] = 94122, + [SMALL_STATE(1514)] = 94163, + [SMALL_STATE(1515)] = 94206, + [SMALL_STATE(1516)] = 94247, + [SMALL_STATE(1517)] = 94290, + [SMALL_STATE(1518)] = 94364, [SMALL_STATE(1519)] = 94438, [SMALL_STATE(1520)] = 94506, [SMALL_STATE(1521)] = 94574, @@ -127345,1282 +127407,1283 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1552)] = 96682, [SMALL_STATE(1553)] = 96750, [SMALL_STATE(1554)] = 96818, - [SMALL_STATE(1555)] = 96883, - [SMALL_STATE(1556)] = 96948, - [SMALL_STATE(1557)] = 97013, - [SMALL_STATE(1558)] = 97078, - [SMALL_STATE(1559)] = 97143, - [SMALL_STATE(1560)] = 97209, - [SMALL_STATE(1561)] = 97275, - [SMALL_STATE(1562)] = 97341, - [SMALL_STATE(1563)] = 97407, - [SMALL_STATE(1564)] = 97473, - [SMALL_STATE(1565)] = 97539, - [SMALL_STATE(1566)] = 97605, - [SMALL_STATE(1567)] = 97671, - [SMALL_STATE(1568)] = 97737, - [SMALL_STATE(1569)] = 97803, - [SMALL_STATE(1570)] = 97869, - [SMALL_STATE(1571)] = 97935, - [SMALL_STATE(1572)] = 98001, - [SMALL_STATE(1573)] = 98067, - [SMALL_STATE(1574)] = 98133, - [SMALL_STATE(1575)] = 98199, - [SMALL_STATE(1576)] = 98265, - [SMALL_STATE(1577)] = 98331, - [SMALL_STATE(1578)] = 98397, - [SMALL_STATE(1579)] = 98463, - [SMALL_STATE(1580)] = 98526, - [SMALL_STATE(1581)] = 98584, - [SMALL_STATE(1582)] = 98642, - [SMALL_STATE(1583)] = 98700, - [SMALL_STATE(1584)] = 98758, - [SMALL_STATE(1585)] = 98816, - [SMALL_STATE(1586)] = 98874, - [SMALL_STATE(1587)] = 98932, - [SMALL_STATE(1588)] = 98990, - [SMALL_STATE(1589)] = 99032, - [SMALL_STATE(1590)] = 99074, - [SMALL_STATE(1591)] = 99106, - [SMALL_STATE(1592)] = 99138, - [SMALL_STATE(1593)] = 99178, - [SMALL_STATE(1594)] = 99210, - [SMALL_STATE(1595)] = 99242, - [SMALL_STATE(1596)] = 99282, - [SMALL_STATE(1597)] = 99322, - [SMALL_STATE(1598)] = 99354, - [SMALL_STATE(1599)] = 99386, - [SMALL_STATE(1600)] = 99426, - [SMALL_STATE(1601)] = 99465, - [SMALL_STATE(1602)] = 99502, - [SMALL_STATE(1603)] = 99539, - [SMALL_STATE(1604)] = 99578, - [SMALL_STATE(1605)] = 99617, - [SMALL_STATE(1606)] = 99656, - [SMALL_STATE(1607)] = 99686, - [SMALL_STATE(1608)] = 99716, - [SMALL_STATE(1609)] = 99746, - [SMALL_STATE(1610)] = 99776, - [SMALL_STATE(1611)] = 99806, - [SMALL_STATE(1612)] = 99844, - [SMALL_STATE(1613)] = 99874, - [SMALL_STATE(1614)] = 99904, - [SMALL_STATE(1615)] = 99934, - [SMALL_STATE(1616)] = 99972, - [SMALL_STATE(1617)] = 100010, - [SMALL_STATE(1618)] = 100048, - [SMALL_STATE(1619)] = 100077, - [SMALL_STATE(1620)] = 100106, - [SMALL_STATE(1621)] = 100135, - [SMALL_STATE(1622)] = 100164, - [SMALL_STATE(1623)] = 100193, - [SMALL_STATE(1624)] = 100222, - [SMALL_STATE(1625)] = 100269, - [SMALL_STATE(1626)] = 100294, - [SMALL_STATE(1627)] = 100341, - [SMALL_STATE(1628)] = 100370, - [SMALL_STATE(1629)] = 100417, - [SMALL_STATE(1630)] = 100446, - [SMALL_STATE(1631)] = 100493, - [SMALL_STATE(1632)] = 100522, - [SMALL_STATE(1633)] = 100569, - [SMALL_STATE(1634)] = 100616, - [SMALL_STATE(1635)] = 100645, - [SMALL_STATE(1636)] = 100692, - [SMALL_STATE(1637)] = 100721, - [SMALL_STATE(1638)] = 100746, - [SMALL_STATE(1639)] = 100793, - [SMALL_STATE(1640)] = 100840, - [SMALL_STATE(1641)] = 100869, - [SMALL_STATE(1642)] = 100898, - [SMALL_STATE(1643)] = 100927, - [SMALL_STATE(1644)] = 100956, - [SMALL_STATE(1645)] = 100981, - [SMALL_STATE(1646)] = 101010, - [SMALL_STATE(1647)] = 101057, - [SMALL_STATE(1648)] = 101082, - [SMALL_STATE(1649)] = 101111, - [SMALL_STATE(1650)] = 101140, - [SMALL_STATE(1651)] = 101169, - [SMALL_STATE(1652)] = 101198, - [SMALL_STATE(1653)] = 101227, - [SMALL_STATE(1654)] = 101256, - [SMALL_STATE(1655)] = 101285, - [SMALL_STATE(1656)] = 101314, - [SMALL_STATE(1657)] = 101338, - [SMALL_STATE(1658)] = 101384, - [SMALL_STATE(1659)] = 101408, - [SMALL_STATE(1660)] = 101436, - [SMALL_STATE(1661)] = 101466, - [SMALL_STATE(1662)] = 101512, - [SMALL_STATE(1663)] = 101544, - [SMALL_STATE(1664)] = 101568, - [SMALL_STATE(1665)] = 101614, - [SMALL_STATE(1666)] = 101660, - [SMALL_STATE(1667)] = 101706, - [SMALL_STATE(1668)] = 101752, - [SMALL_STATE(1669)] = 101784, - [SMALL_STATE(1670)] = 101830, - [SMALL_STATE(1671)] = 101858, - [SMALL_STATE(1672)] = 101904, - [SMALL_STATE(1673)] = 101950, - [SMALL_STATE(1674)] = 101974, - [SMALL_STATE(1675)] = 102020, - [SMALL_STATE(1676)] = 102066, - [SMALL_STATE(1677)] = 102109, - [SMALL_STATE(1678)] = 102149, - [SMALL_STATE(1679)] = 102189, - [SMALL_STATE(1680)] = 102229, - [SMALL_STATE(1681)] = 102255, - [SMALL_STATE(1682)] = 102295, - [SMALL_STATE(1683)] = 102332, - [SMALL_STATE(1684)] = 102369, - [SMALL_STATE(1685)] = 102410, - [SMALL_STATE(1686)] = 102431, - [SMALL_STATE(1687)] = 102450, - [SMALL_STATE(1688)] = 102477, - [SMALL_STATE(1689)] = 102518, - [SMALL_STATE(1690)] = 102559, - [SMALL_STATE(1691)] = 102600, - [SMALL_STATE(1692)] = 102627, - [SMALL_STATE(1693)] = 102668, - [SMALL_STATE(1694)] = 102693, - [SMALL_STATE(1695)] = 102734, - [SMALL_STATE(1696)] = 102775, - [SMALL_STATE(1697)] = 102798, - [SMALL_STATE(1698)] = 102817, - [SMALL_STATE(1699)] = 102844, - [SMALL_STATE(1700)] = 102863, - [SMALL_STATE(1701)] = 102904, - [SMALL_STATE(1702)] = 102934, - [SMALL_STATE(1703)] = 102964, - [SMALL_STATE(1704)] = 103002, - [SMALL_STATE(1705)] = 103034, - [SMALL_STATE(1706)] = 103064, - [SMALL_STATE(1707)] = 103094, - [SMALL_STATE(1708)] = 103124, - [SMALL_STATE(1709)] = 103162, - [SMALL_STATE(1710)] = 103200, - [SMALL_STATE(1711)] = 103230, - [SMALL_STATE(1712)] = 103260, - [SMALL_STATE(1713)] = 103298, - [SMALL_STATE(1714)] = 103336, - [SMALL_STATE(1715)] = 103366, - [SMALL_STATE(1716)] = 103396, - [SMALL_STATE(1717)] = 103434, - [SMALL_STATE(1718)] = 103472, - [SMALL_STATE(1719)] = 103510, - [SMALL_STATE(1720)] = 103540, - [SMALL_STATE(1721)] = 103570, - [SMALL_STATE(1722)] = 103608, - [SMALL_STATE(1723)] = 103646, - [SMALL_STATE(1724)] = 103676, - [SMALL_STATE(1725)] = 103706, - [SMALL_STATE(1726)] = 103744, - [SMALL_STATE(1727)] = 103782, - [SMALL_STATE(1728)] = 103812, - [SMALL_STATE(1729)] = 103842, - [SMALL_STATE(1730)] = 103880, - [SMALL_STATE(1731)] = 103918, - [SMALL_STATE(1732)] = 103948, - [SMALL_STATE(1733)] = 103978, - [SMALL_STATE(1734)] = 104008, - [SMALL_STATE(1735)] = 104046, - [SMALL_STATE(1736)] = 104084, - [SMALL_STATE(1737)] = 104122, - [SMALL_STATE(1738)] = 104152, - [SMALL_STATE(1739)] = 104190, - [SMALL_STATE(1740)] = 104228, - [SMALL_STATE(1741)] = 104266, - [SMALL_STATE(1742)] = 104304, - [SMALL_STATE(1743)] = 104342, - [SMALL_STATE(1744)] = 104380, - [SMALL_STATE(1745)] = 104418, - [SMALL_STATE(1746)] = 104456, - [SMALL_STATE(1747)] = 104481, - [SMALL_STATE(1748)] = 104504, - [SMALL_STATE(1749)] = 104525, - [SMALL_STATE(1750)] = 104550, - [SMALL_STATE(1751)] = 104575, - [SMALL_STATE(1752)] = 104592, - [SMALL_STATE(1753)] = 104611, - [SMALL_STATE(1754)] = 104636, - [SMALL_STATE(1755)] = 104661, - [SMALL_STATE(1756)] = 104686, - [SMALL_STATE(1757)] = 104703, - [SMALL_STATE(1758)] = 104732, - [SMALL_STATE(1759)] = 104749, - [SMALL_STATE(1760)] = 104778, - [SMALL_STATE(1761)] = 104795, - [SMALL_STATE(1762)] = 104812, - [SMALL_STATE(1763)] = 104837, - [SMALL_STATE(1764)] = 104862, - [SMALL_STATE(1765)] = 104885, - [SMALL_STATE(1766)] = 104906, - [SMALL_STATE(1767)] = 104923, - [SMALL_STATE(1768)] = 104942, - [SMALL_STATE(1769)] = 104964, - [SMALL_STATE(1770)] = 104988, - [SMALL_STATE(1771)] = 105010, - [SMALL_STATE(1772)] = 105034, - [SMALL_STATE(1773)] = 105058, - [SMALL_STATE(1774)] = 105074, - [SMALL_STATE(1775)] = 105090, - [SMALL_STATE(1776)] = 105114, - [SMALL_STATE(1777)] = 105134, - [SMALL_STATE(1778)] = 105164, - [SMALL_STATE(1779)] = 105188, - [SMALL_STATE(1780)] = 105212, - [SMALL_STATE(1781)] = 105236, - [SMALL_STATE(1782)] = 105260, - [SMALL_STATE(1783)] = 105276, - [SMALL_STATE(1784)] = 105296, - [SMALL_STATE(1785)] = 105320, - [SMALL_STATE(1786)] = 105336, - [SMALL_STATE(1787)] = 105360, - [SMALL_STATE(1788)] = 105384, - [SMALL_STATE(1789)] = 105406, - [SMALL_STATE(1790)] = 105426, - [SMALL_STATE(1791)] = 105446, - [SMALL_STATE(1792)] = 105462, - [SMALL_STATE(1793)] = 105480, - [SMALL_STATE(1794)] = 105498, - [SMALL_STATE(1795)] = 105514, - [SMALL_STATE(1796)] = 105538, - [SMALL_STATE(1797)] = 105562, - [SMALL_STATE(1798)] = 105580, - [SMALL_STATE(1799)] = 105602, - [SMALL_STATE(1800)] = 105624, - [SMALL_STATE(1801)] = 105642, - [SMALL_STATE(1802)] = 105662, - [SMALL_STATE(1803)] = 105682, - [SMALL_STATE(1804)] = 105700, - [SMALL_STATE(1805)] = 105717, - [SMALL_STATE(1806)] = 105740, - [SMALL_STATE(1807)] = 105765, - [SMALL_STATE(1808)] = 105788, - [SMALL_STATE(1809)] = 105811, - [SMALL_STATE(1810)] = 105832, - [SMALL_STATE(1811)] = 105859, - [SMALL_STATE(1812)] = 105888, - [SMALL_STATE(1813)] = 105909, - [SMALL_STATE(1814)] = 105926, - [SMALL_STATE(1815)] = 105945, - [SMALL_STATE(1816)] = 105974, - [SMALL_STATE(1817)] = 105997, - [SMALL_STATE(1818)] = 106020, - [SMALL_STATE(1819)] = 106041, - [SMALL_STATE(1820)] = 106070, - [SMALL_STATE(1821)] = 106093, - [SMALL_STATE(1822)] = 106114, - [SMALL_STATE(1823)] = 106135, - [SMALL_STATE(1824)] = 106156, - [SMALL_STATE(1825)] = 106177, - [SMALL_STATE(1826)] = 106206, - [SMALL_STATE(1827)] = 106227, - [SMALL_STATE(1828)] = 106252, - [SMALL_STATE(1829)] = 106281, - [SMALL_STATE(1830)] = 106310, - [SMALL_STATE(1831)] = 106335, - [SMALL_STATE(1832)] = 106356, - [SMALL_STATE(1833)] = 106381, - [SMALL_STATE(1834)] = 106402, - [SMALL_STATE(1835)] = 106423, - [SMALL_STATE(1836)] = 106444, - [SMALL_STATE(1837)] = 106461, - [SMALL_STATE(1838)] = 106488, - [SMALL_STATE(1839)] = 106517, - [SMALL_STATE(1840)] = 106540, - [SMALL_STATE(1841)] = 106569, - [SMALL_STATE(1842)] = 106596, - [SMALL_STATE(1843)] = 106625, - [SMALL_STATE(1844)] = 106648, - [SMALL_STATE(1845)] = 106671, - [SMALL_STATE(1846)] = 106698, - [SMALL_STATE(1847)] = 106719, - [SMALL_STATE(1848)] = 106746, - [SMALL_STATE(1849)] = 106767, - [SMALL_STATE(1850)] = 106796, - [SMALL_STATE(1851)] = 106813, - [SMALL_STATE(1852)] = 106830, - [SMALL_STATE(1853)] = 106849, - [SMALL_STATE(1854)] = 106870, - [SMALL_STATE(1855)] = 106897, - [SMALL_STATE(1856)] = 106920, - [SMALL_STATE(1857)] = 106937, - [SMALL_STATE(1858)] = 106956, - [SMALL_STATE(1859)] = 106977, - [SMALL_STATE(1860)] = 107004, - [SMALL_STATE(1861)] = 107019, - [SMALL_STATE(1862)] = 107044, - [SMALL_STATE(1863)] = 107071, - [SMALL_STATE(1864)] = 107096, - [SMALL_STATE(1865)] = 107122, - [SMALL_STATE(1866)] = 107140, - [SMALL_STATE(1867)] = 107164, - [SMALL_STATE(1868)] = 107190, - [SMALL_STATE(1869)] = 107208, - [SMALL_STATE(1870)] = 107226, - [SMALL_STATE(1871)] = 107244, - [SMALL_STATE(1872)] = 107260, - [SMALL_STATE(1873)] = 107286, - [SMALL_STATE(1874)] = 107310, - [SMALL_STATE(1875)] = 107336, - [SMALL_STATE(1876)] = 107354, - [SMALL_STATE(1877)] = 107380, - [SMALL_STATE(1878)] = 107398, - [SMALL_STATE(1879)] = 107422, - [SMALL_STATE(1880)] = 107448, - [SMALL_STATE(1881)] = 107470, - [SMALL_STATE(1882)] = 107488, - [SMALL_STATE(1883)] = 107510, - [SMALL_STATE(1884)] = 107532, - [SMALL_STATE(1885)] = 107556, - [SMALL_STATE(1886)] = 107582, - [SMALL_STATE(1887)] = 107604, - [SMALL_STATE(1888)] = 107630, - [SMALL_STATE(1889)] = 107652, - [SMALL_STATE(1890)] = 107678, - [SMALL_STATE(1891)] = 107696, - [SMALL_STATE(1892)] = 107722, - [SMALL_STATE(1893)] = 107742, - [SMALL_STATE(1894)] = 107764, - [SMALL_STATE(1895)] = 107782, - [SMALL_STATE(1896)] = 107808, - [SMALL_STATE(1897)] = 107830, - [SMALL_STATE(1898)] = 107856, - [SMALL_STATE(1899)] = 107878, - [SMALL_STATE(1900)] = 107900, - [SMALL_STATE(1901)] = 107918, - [SMALL_STATE(1902)] = 107944, - [SMALL_STATE(1903)] = 107966, - [SMALL_STATE(1904)] = 107992, - [SMALL_STATE(1905)] = 108010, - [SMALL_STATE(1906)] = 108036, - [SMALL_STATE(1907)] = 108056, - [SMALL_STATE(1908)] = 108078, - [SMALL_STATE(1909)] = 108098, - [SMALL_STATE(1910)] = 108116, - [SMALL_STATE(1911)] = 108142, - [SMALL_STATE(1912)] = 108158, - [SMALL_STATE(1913)] = 108184, - [SMALL_STATE(1914)] = 108210, - [SMALL_STATE(1915)] = 108227, - [SMALL_STATE(1916)] = 108240, - [SMALL_STATE(1917)] = 108263, - [SMALL_STATE(1918)] = 108278, - [SMALL_STATE(1919)] = 108295, - [SMALL_STATE(1920)] = 108312, - [SMALL_STATE(1921)] = 108329, - [SMALL_STATE(1922)] = 108344, - [SMALL_STATE(1923)] = 108367, - [SMALL_STATE(1924)] = 108384, - [SMALL_STATE(1925)] = 108405, - [SMALL_STATE(1926)] = 108422, - [SMALL_STATE(1927)] = 108439, - [SMALL_STATE(1928)] = 108460, - [SMALL_STATE(1929)] = 108477, - [SMALL_STATE(1930)] = 108494, - [SMALL_STATE(1931)] = 108511, - [SMALL_STATE(1932)] = 108526, - [SMALL_STATE(1933)] = 108543, - [SMALL_STATE(1934)] = 108556, - [SMALL_STATE(1935)] = 108573, - [SMALL_STATE(1936)] = 108596, - [SMALL_STATE(1937)] = 108617, - [SMALL_STATE(1938)] = 108638, - [SMALL_STATE(1939)] = 108655, - [SMALL_STATE(1940)] = 108676, - [SMALL_STATE(1941)] = 108689, - [SMALL_STATE(1942)] = 108702, - [SMALL_STATE(1943)] = 108719, - [SMALL_STATE(1944)] = 108740, - [SMALL_STATE(1945)] = 108761, - [SMALL_STATE(1946)] = 108778, - [SMALL_STATE(1947)] = 108801, - [SMALL_STATE(1948)] = 108822, - [SMALL_STATE(1949)] = 108843, - [SMALL_STATE(1950)] = 108864, - [SMALL_STATE(1951)] = 108885, - [SMALL_STATE(1952)] = 108898, - [SMALL_STATE(1953)] = 108919, - [SMALL_STATE(1954)] = 108940, - [SMALL_STATE(1955)] = 108953, - [SMALL_STATE(1956)] = 108966, - [SMALL_STATE(1957)] = 108979, - [SMALL_STATE(1958)] = 108996, - [SMALL_STATE(1959)] = 109009, - [SMALL_STATE(1960)] = 109026, - [SMALL_STATE(1961)] = 109045, - [SMALL_STATE(1962)] = 109058, - [SMALL_STATE(1963)] = 109079, - [SMALL_STATE(1964)] = 109096, - [SMALL_STATE(1965)] = 109109, - [SMALL_STATE(1966)] = 109130, - [SMALL_STATE(1967)] = 109151, - [SMALL_STATE(1968)] = 109168, - [SMALL_STATE(1969)] = 109181, - [SMALL_STATE(1970)] = 109194, - [SMALL_STATE(1971)] = 109211, - [SMALL_STATE(1972)] = 109228, - [SMALL_STATE(1973)] = 109245, - [SMALL_STATE(1974)] = 109260, - [SMALL_STATE(1975)] = 109281, - [SMALL_STATE(1976)] = 109300, - [SMALL_STATE(1977)] = 109313, - [SMALL_STATE(1978)] = 109330, - [SMALL_STATE(1979)] = 109347, - [SMALL_STATE(1980)] = 109360, - [SMALL_STATE(1981)] = 109375, - [SMALL_STATE(1982)] = 109396, - [SMALL_STATE(1983)] = 109409, - [SMALL_STATE(1984)] = 109430, - [SMALL_STATE(1985)] = 109447, - [SMALL_STATE(1986)] = 109464, - [SMALL_STATE(1987)] = 109479, - [SMALL_STATE(1988)] = 109500, - [SMALL_STATE(1989)] = 109513, - [SMALL_STATE(1990)] = 109534, - [SMALL_STATE(1991)] = 109555, - [SMALL_STATE(1992)] = 109572, - [SMALL_STATE(1993)] = 109593, - [SMALL_STATE(1994)] = 109608, - [SMALL_STATE(1995)] = 109625, - [SMALL_STATE(1996)] = 109638, - [SMALL_STATE(1997)] = 109651, - [SMALL_STATE(1998)] = 109668, - [SMALL_STATE(1999)] = 109681, - [SMALL_STATE(2000)] = 109694, - [SMALL_STATE(2001)] = 109715, - [SMALL_STATE(2002)] = 109736, - [SMALL_STATE(2003)] = 109759, - [SMALL_STATE(2004)] = 109780, - [SMALL_STATE(2005)] = 109797, - [SMALL_STATE(2006)] = 109820, - [SMALL_STATE(2007)] = 109835, - [SMALL_STATE(2008)] = 109856, - [SMALL_STATE(2009)] = 109879, - [SMALL_STATE(2010)] = 109896, - [SMALL_STATE(2011)] = 109917, - [SMALL_STATE(2012)] = 109934, - [SMALL_STATE(2013)] = 109955, - [SMALL_STATE(2014)] = 109972, - [SMALL_STATE(2015)] = 109989, - [SMALL_STATE(2016)] = 110010, - [SMALL_STATE(2017)] = 110027, - [SMALL_STATE(2018)] = 110040, - [SMALL_STATE(2019)] = 110061, - [SMALL_STATE(2020)] = 110082, - [SMALL_STATE(2021)] = 110099, - [SMALL_STATE(2022)] = 110119, - [SMALL_STATE(2023)] = 110131, - [SMALL_STATE(2024)] = 110143, - [SMALL_STATE(2025)] = 110161, - [SMALL_STATE(2026)] = 110173, - [SMALL_STATE(2027)] = 110185, - [SMALL_STATE(2028)] = 110205, - [SMALL_STATE(2029)] = 110225, - [SMALL_STATE(2030)] = 110237, - [SMALL_STATE(2031)] = 110257, - [SMALL_STATE(2032)] = 110277, - [SMALL_STATE(2033)] = 110289, - [SMALL_STATE(2034)] = 110301, - [SMALL_STATE(2035)] = 110313, - [SMALL_STATE(2036)] = 110325, - [SMALL_STATE(2037)] = 110345, - [SMALL_STATE(2038)] = 110357, - [SMALL_STATE(2039)] = 110369, - [SMALL_STATE(2040)] = 110381, - [SMALL_STATE(2041)] = 110399, - [SMALL_STATE(2042)] = 110411, - [SMALL_STATE(2043)] = 110425, - [SMALL_STATE(2044)] = 110441, - [SMALL_STATE(2045)] = 110461, - [SMALL_STATE(2046)] = 110473, - [SMALL_STATE(2047)] = 110487, - [SMALL_STATE(2048)] = 110505, - [SMALL_STATE(2049)] = 110521, - [SMALL_STATE(2050)] = 110533, - [SMALL_STATE(2051)] = 110547, - [SMALL_STATE(2052)] = 110567, - [SMALL_STATE(2053)] = 110579, - [SMALL_STATE(2054)] = 110599, - [SMALL_STATE(2055)] = 110619, - [SMALL_STATE(2056)] = 110631, - [SMALL_STATE(2057)] = 110647, - [SMALL_STATE(2058)] = 110663, - [SMALL_STATE(2059)] = 110675, - [SMALL_STATE(2060)] = 110691, - [SMALL_STATE(2061)] = 110705, - [SMALL_STATE(2062)] = 110721, - [SMALL_STATE(2063)] = 110735, - [SMALL_STATE(2064)] = 110753, - [SMALL_STATE(2065)] = 110765, - [SMALL_STATE(2066)] = 110785, - [SMALL_STATE(2067)] = 110797, - [SMALL_STATE(2068)] = 110809, - [SMALL_STATE(2069)] = 110821, - [SMALL_STATE(2070)] = 110833, - [SMALL_STATE(2071)] = 110845, - [SMALL_STATE(2072)] = 110857, - [SMALL_STATE(2073)] = 110877, - [SMALL_STATE(2074)] = 110897, - [SMALL_STATE(2075)] = 110913, - [SMALL_STATE(2076)] = 110925, - [SMALL_STATE(2077)] = 110941, - [SMALL_STATE(2078)] = 110959, - [SMALL_STATE(2079)] = 110979, - [SMALL_STATE(2080)] = 110991, - [SMALL_STATE(2081)] = 111007, - [SMALL_STATE(2082)] = 111019, - [SMALL_STATE(2083)] = 111039, - [SMALL_STATE(2084)] = 111051, - [SMALL_STATE(2085)] = 111071, - [SMALL_STATE(2086)] = 111091, - [SMALL_STATE(2087)] = 111107, - [SMALL_STATE(2088)] = 111125, - [SMALL_STATE(2089)] = 111137, - [SMALL_STATE(2090)] = 111157, - [SMALL_STATE(2091)] = 111175, - [SMALL_STATE(2092)] = 111187, - [SMALL_STATE(2093)] = 111207, - [SMALL_STATE(2094)] = 111223, - [SMALL_STATE(2095)] = 111243, - [SMALL_STATE(2096)] = 111263, - [SMALL_STATE(2097)] = 111283, - [SMALL_STATE(2098)] = 111295, - [SMALL_STATE(2099)] = 111315, - [SMALL_STATE(2100)] = 111327, - [SMALL_STATE(2101)] = 111339, - [SMALL_STATE(2102)] = 111351, - [SMALL_STATE(2103)] = 111363, - [SMALL_STATE(2104)] = 111375, - [SMALL_STATE(2105)] = 111387, - [SMALL_STATE(2106)] = 111407, - [SMALL_STATE(2107)] = 111419, - [SMALL_STATE(2108)] = 111439, - [SMALL_STATE(2109)] = 111459, - [SMALL_STATE(2110)] = 111475, - [SMALL_STATE(2111)] = 111493, - [SMALL_STATE(2112)] = 111505, - [SMALL_STATE(2113)] = 111523, - [SMALL_STATE(2114)] = 111535, - [SMALL_STATE(2115)] = 111547, - [SMALL_STATE(2116)] = 111565, - [SMALL_STATE(2117)] = 111577, - [SMALL_STATE(2118)] = 111595, - [SMALL_STATE(2119)] = 111615, - [SMALL_STATE(2120)] = 111627, - [SMALL_STATE(2121)] = 111647, - [SMALL_STATE(2122)] = 111659, - [SMALL_STATE(2123)] = 111679, - [SMALL_STATE(2124)] = 111697, - [SMALL_STATE(2125)] = 111713, - [SMALL_STATE(2126)] = 111731, - [SMALL_STATE(2127)] = 111743, - [SMALL_STATE(2128)] = 111755, - [SMALL_STATE(2129)] = 111775, - [SMALL_STATE(2130)] = 111787, - [SMALL_STATE(2131)] = 111799, - [SMALL_STATE(2132)] = 111819, - [SMALL_STATE(2133)] = 111831, - [SMALL_STATE(2134)] = 111843, - [SMALL_STATE(2135)] = 111859, - [SMALL_STATE(2136)] = 111871, - [SMALL_STATE(2137)] = 111883, - [SMALL_STATE(2138)] = 111897, - [SMALL_STATE(2139)] = 111913, - [SMALL_STATE(2140)] = 111928, - [SMALL_STATE(2141)] = 111943, - [SMALL_STATE(2142)] = 111960, - [SMALL_STATE(2143)] = 111971, - [SMALL_STATE(2144)] = 111982, - [SMALL_STATE(2145)] = 111993, - [SMALL_STATE(2146)] = 112010, - [SMALL_STATE(2147)] = 112021, - [SMALL_STATE(2148)] = 112032, - [SMALL_STATE(2149)] = 112043, - [SMALL_STATE(2150)] = 112054, - [SMALL_STATE(2151)] = 112065, - [SMALL_STATE(2152)] = 112082, - [SMALL_STATE(2153)] = 112093, - [SMALL_STATE(2154)] = 112108, - [SMALL_STATE(2155)] = 112119, - [SMALL_STATE(2156)] = 112130, - [SMALL_STATE(2157)] = 112141, - [SMALL_STATE(2158)] = 112152, - [SMALL_STATE(2159)] = 112163, - [SMALL_STATE(2160)] = 112174, - [SMALL_STATE(2161)] = 112191, - [SMALL_STATE(2162)] = 112202, - [SMALL_STATE(2163)] = 112219, - [SMALL_STATE(2164)] = 112230, - [SMALL_STATE(2165)] = 112241, - [SMALL_STATE(2166)] = 112252, - [SMALL_STATE(2167)] = 112269, - [SMALL_STATE(2168)] = 112286, - [SMALL_STATE(2169)] = 112297, - [SMALL_STATE(2170)] = 112308, - [SMALL_STATE(2171)] = 112319, - [SMALL_STATE(2172)] = 112330, - [SMALL_STATE(2173)] = 112341, - [SMALL_STATE(2174)] = 112358, - [SMALL_STATE(2175)] = 112369, - [SMALL_STATE(2176)] = 112380, - [SMALL_STATE(2177)] = 112391, - [SMALL_STATE(2178)] = 112402, - [SMALL_STATE(2179)] = 112413, - [SMALL_STATE(2180)] = 112424, - [SMALL_STATE(2181)] = 112441, - [SMALL_STATE(2182)] = 112456, - [SMALL_STATE(2183)] = 112471, - [SMALL_STATE(2184)] = 112486, - [SMALL_STATE(2185)] = 112501, - [SMALL_STATE(2186)] = 112518, - [SMALL_STATE(2187)] = 112535, - [SMALL_STATE(2188)] = 112552, - [SMALL_STATE(2189)] = 112567, - [SMALL_STATE(2190)] = 112584, - [SMALL_STATE(2191)] = 112601, - [SMALL_STATE(2192)] = 112612, - [SMALL_STATE(2193)] = 112623, - [SMALL_STATE(2194)] = 112640, - [SMALL_STATE(2195)] = 112651, - [SMALL_STATE(2196)] = 112666, - [SMALL_STATE(2197)] = 112677, - [SMALL_STATE(2198)] = 112692, - [SMALL_STATE(2199)] = 112707, - [SMALL_STATE(2200)] = 112724, - [SMALL_STATE(2201)] = 112739, - [SMALL_STATE(2202)] = 112756, - [SMALL_STATE(2203)] = 112773, - [SMALL_STATE(2204)] = 112790, - [SMALL_STATE(2205)] = 112807, - [SMALL_STATE(2206)] = 112822, - [SMALL_STATE(2207)] = 112839, - [SMALL_STATE(2208)] = 112852, - [SMALL_STATE(2209)] = 112869, - [SMALL_STATE(2210)] = 112880, - [SMALL_STATE(2211)] = 112895, - [SMALL_STATE(2212)] = 112906, - [SMALL_STATE(2213)] = 112921, - [SMALL_STATE(2214)] = 112932, - [SMALL_STATE(2215)] = 112943, - [SMALL_STATE(2216)] = 112954, - [SMALL_STATE(2217)] = 112965, - [SMALL_STATE(2218)] = 112980, - [SMALL_STATE(2219)] = 112991, - [SMALL_STATE(2220)] = 113002, - [SMALL_STATE(2221)] = 113013, - [SMALL_STATE(2222)] = 113024, - [SMALL_STATE(2223)] = 113035, - [SMALL_STATE(2224)] = 113046, - [SMALL_STATE(2225)] = 113057, - [SMALL_STATE(2226)] = 113068, - [SMALL_STATE(2227)] = 113079, - [SMALL_STATE(2228)] = 113090, - [SMALL_STATE(2229)] = 113101, - [SMALL_STATE(2230)] = 113112, - [SMALL_STATE(2231)] = 113123, - [SMALL_STATE(2232)] = 113138, - [SMALL_STATE(2233)] = 113149, - [SMALL_STATE(2234)] = 113160, - [SMALL_STATE(2235)] = 113171, - [SMALL_STATE(2236)] = 113182, - [SMALL_STATE(2237)] = 113193, - [SMALL_STATE(2238)] = 113204, - [SMALL_STATE(2239)] = 113215, - [SMALL_STATE(2240)] = 113226, - [SMALL_STATE(2241)] = 113237, - [SMALL_STATE(2242)] = 113248, - [SMALL_STATE(2243)] = 113259, - [SMALL_STATE(2244)] = 113270, - [SMALL_STATE(2245)] = 113287, - [SMALL_STATE(2246)] = 113298, - [SMALL_STATE(2247)] = 113315, - [SMALL_STATE(2248)] = 113332, - [SMALL_STATE(2249)] = 113349, - [SMALL_STATE(2250)] = 113364, - [SMALL_STATE(2251)] = 113379, - [SMALL_STATE(2252)] = 113392, - [SMALL_STATE(2253)] = 113403, - [SMALL_STATE(2254)] = 113414, - [SMALL_STATE(2255)] = 113425, - [SMALL_STATE(2256)] = 113436, - [SMALL_STATE(2257)] = 113447, - [SMALL_STATE(2258)] = 113464, - [SMALL_STATE(2259)] = 113475, - [SMALL_STATE(2260)] = 113492, - [SMALL_STATE(2261)] = 113507, - [SMALL_STATE(2262)] = 113524, - [SMALL_STATE(2263)] = 113535, - [SMALL_STATE(2264)] = 113552, - [SMALL_STATE(2265)] = 113563, - [SMALL_STATE(2266)] = 113580, - [SMALL_STATE(2267)] = 113597, - [SMALL_STATE(2268)] = 113610, - [SMALL_STATE(2269)] = 113624, - [SMALL_STATE(2270)] = 113638, - [SMALL_STATE(2271)] = 113652, - [SMALL_STATE(2272)] = 113666, - [SMALL_STATE(2273)] = 113680, - [SMALL_STATE(2274)] = 113694, - [SMALL_STATE(2275)] = 113708, - [SMALL_STATE(2276)] = 113718, - [SMALL_STATE(2277)] = 113732, - [SMALL_STATE(2278)] = 113746, - [SMALL_STATE(2279)] = 113760, - [SMALL_STATE(2280)] = 113774, - [SMALL_STATE(2281)] = 113788, - [SMALL_STATE(2282)] = 113802, - [SMALL_STATE(2283)] = 113816, - [SMALL_STATE(2284)] = 113830, - [SMALL_STATE(2285)] = 113842, - [SMALL_STATE(2286)] = 113856, - [SMALL_STATE(2287)] = 113870, - [SMALL_STATE(2288)] = 113884, - [SMALL_STATE(2289)] = 113898, - [SMALL_STATE(2290)] = 113912, - [SMALL_STATE(2291)] = 113926, - [SMALL_STATE(2292)] = 113940, - [SMALL_STATE(2293)] = 113954, - [SMALL_STATE(2294)] = 113968, - [SMALL_STATE(2295)] = 113982, - [SMALL_STATE(2296)] = 113996, - [SMALL_STATE(2297)] = 114010, - [SMALL_STATE(2298)] = 114024, - [SMALL_STATE(2299)] = 114038, - [SMALL_STATE(2300)] = 114052, - [SMALL_STATE(2301)] = 114066, - [SMALL_STATE(2302)] = 114080, - [SMALL_STATE(2303)] = 114094, - [SMALL_STATE(2304)] = 114108, - [SMALL_STATE(2305)] = 114122, - [SMALL_STATE(2306)] = 114136, - [SMALL_STATE(2307)] = 114148, - [SMALL_STATE(2308)] = 114162, - [SMALL_STATE(2309)] = 114176, - [SMALL_STATE(2310)] = 114190, - [SMALL_STATE(2311)] = 114204, - [SMALL_STATE(2312)] = 114218, - [SMALL_STATE(2313)] = 114232, - [SMALL_STATE(2314)] = 114246, - [SMALL_STATE(2315)] = 114258, - [SMALL_STATE(2316)] = 114272, - [SMALL_STATE(2317)] = 114286, - [SMALL_STATE(2318)] = 114300, - [SMALL_STATE(2319)] = 114314, - [SMALL_STATE(2320)] = 114328, - [SMALL_STATE(2321)] = 114342, - [SMALL_STATE(2322)] = 114356, - [SMALL_STATE(2323)] = 114370, - [SMALL_STATE(2324)] = 114384, - [SMALL_STATE(2325)] = 114398, - [SMALL_STATE(2326)] = 114408, - [SMALL_STATE(2327)] = 114418, - [SMALL_STATE(2328)] = 114432, - [SMALL_STATE(2329)] = 114446, - [SMALL_STATE(2330)] = 114458, - [SMALL_STATE(2331)] = 114472, - [SMALL_STATE(2332)] = 114484, - [SMALL_STATE(2333)] = 114498, - [SMALL_STATE(2334)] = 114512, - [SMALL_STATE(2335)] = 114526, - [SMALL_STATE(2336)] = 114540, - [SMALL_STATE(2337)] = 114554, - [SMALL_STATE(2338)] = 114568, - [SMALL_STATE(2339)] = 114582, - [SMALL_STATE(2340)] = 114594, - [SMALL_STATE(2341)] = 114608, - [SMALL_STATE(2342)] = 114620, - [SMALL_STATE(2343)] = 114634, - [SMALL_STATE(2344)] = 114646, - [SMALL_STATE(2345)] = 114660, - [SMALL_STATE(2346)] = 114674, - [SMALL_STATE(2347)] = 114688, - [SMALL_STATE(2348)] = 114702, - [SMALL_STATE(2349)] = 114714, - [SMALL_STATE(2350)] = 114728, - [SMALL_STATE(2351)] = 114738, - [SMALL_STATE(2352)] = 114748, - [SMALL_STATE(2353)] = 114762, - [SMALL_STATE(2354)] = 114776, - [SMALL_STATE(2355)] = 114790, - [SMALL_STATE(2356)] = 114804, - [SMALL_STATE(2357)] = 114818, - [SMALL_STATE(2358)] = 114832, - [SMALL_STATE(2359)] = 114846, - [SMALL_STATE(2360)] = 114860, - [SMALL_STATE(2361)] = 114874, - [SMALL_STATE(2362)] = 114888, - [SMALL_STATE(2363)] = 114902, - [SMALL_STATE(2364)] = 114916, - [SMALL_STATE(2365)] = 114930, - [SMALL_STATE(2366)] = 114944, - [SMALL_STATE(2367)] = 114958, - [SMALL_STATE(2368)] = 114972, - [SMALL_STATE(2369)] = 114984, - [SMALL_STATE(2370)] = 114998, - [SMALL_STATE(2371)] = 115012, - [SMALL_STATE(2372)] = 115026, - [SMALL_STATE(2373)] = 115040, - [SMALL_STATE(2374)] = 115054, - [SMALL_STATE(2375)] = 115068, - [SMALL_STATE(2376)] = 115082, - [SMALL_STATE(2377)] = 115096, - [SMALL_STATE(2378)] = 115110, - [SMALL_STATE(2379)] = 115124, - [SMALL_STATE(2380)] = 115138, - [SMALL_STATE(2381)] = 115152, - [SMALL_STATE(2382)] = 115166, - [SMALL_STATE(2383)] = 115180, - [SMALL_STATE(2384)] = 115194, - [SMALL_STATE(2385)] = 115204, - [SMALL_STATE(2386)] = 115218, - [SMALL_STATE(2387)] = 115230, - [SMALL_STATE(2388)] = 115244, - [SMALL_STATE(2389)] = 115258, - [SMALL_STATE(2390)] = 115272, - [SMALL_STATE(2391)] = 115286, - [SMALL_STATE(2392)] = 115300, - [SMALL_STATE(2393)] = 115314, - [SMALL_STATE(2394)] = 115328, - [SMALL_STATE(2395)] = 115342, - [SMALL_STATE(2396)] = 115356, - [SMALL_STATE(2397)] = 115366, - [SMALL_STATE(2398)] = 115378, - [SMALL_STATE(2399)] = 115392, - [SMALL_STATE(2400)] = 115406, - [SMALL_STATE(2401)] = 115420, - [SMALL_STATE(2402)] = 115434, - [SMALL_STATE(2403)] = 115448, - [SMALL_STATE(2404)] = 115460, - [SMALL_STATE(2405)] = 115474, - [SMALL_STATE(2406)] = 115488, - [SMALL_STATE(2407)] = 115502, - [SMALL_STATE(2408)] = 115516, - [SMALL_STATE(2409)] = 115530, - [SMALL_STATE(2410)] = 115544, - [SMALL_STATE(2411)] = 115558, - [SMALL_STATE(2412)] = 115572, - [SMALL_STATE(2413)] = 115586, - [SMALL_STATE(2414)] = 115598, - [SMALL_STATE(2415)] = 115612, - [SMALL_STATE(2416)] = 115626, - [SMALL_STATE(2417)] = 115640, - [SMALL_STATE(2418)] = 115654, - [SMALL_STATE(2419)] = 115668, - [SMALL_STATE(2420)] = 115682, - [SMALL_STATE(2421)] = 115694, - [SMALL_STATE(2422)] = 115708, - [SMALL_STATE(2423)] = 115722, - [SMALL_STATE(2424)] = 115736, - [SMALL_STATE(2425)] = 115750, - [SMALL_STATE(2426)] = 115764, - [SMALL_STATE(2427)] = 115776, - [SMALL_STATE(2428)] = 115790, - [SMALL_STATE(2429)] = 115804, - [SMALL_STATE(2430)] = 115818, - [SMALL_STATE(2431)] = 115832, - [SMALL_STATE(2432)] = 115846, - [SMALL_STATE(2433)] = 115860, - [SMALL_STATE(2434)] = 115874, - [SMALL_STATE(2435)] = 115888, - [SMALL_STATE(2436)] = 115902, - [SMALL_STATE(2437)] = 115916, - [SMALL_STATE(2438)] = 115930, - [SMALL_STATE(2439)] = 115944, - [SMALL_STATE(2440)] = 115958, - [SMALL_STATE(2441)] = 115972, - [SMALL_STATE(2442)] = 115986, - [SMALL_STATE(2443)] = 116000, - [SMALL_STATE(2444)] = 116014, - [SMALL_STATE(2445)] = 116028, - [SMALL_STATE(2446)] = 116042, - [SMALL_STATE(2447)] = 116056, - [SMALL_STATE(2448)] = 116070, - [SMALL_STATE(2449)] = 116080, - [SMALL_STATE(2450)] = 116094, - [SMALL_STATE(2451)] = 116108, - [SMALL_STATE(2452)] = 116122, - [SMALL_STATE(2453)] = 116136, - [SMALL_STATE(2454)] = 116150, - [SMALL_STATE(2455)] = 116164, - [SMALL_STATE(2456)] = 116176, - [SMALL_STATE(2457)] = 116190, - [SMALL_STATE(2458)] = 116204, - [SMALL_STATE(2459)] = 116218, - [SMALL_STATE(2460)] = 116232, - [SMALL_STATE(2461)] = 116244, - [SMALL_STATE(2462)] = 116258, - [SMALL_STATE(2463)] = 116272, - [SMALL_STATE(2464)] = 116282, - [SMALL_STATE(2465)] = 116296, - [SMALL_STATE(2466)] = 116310, - [SMALL_STATE(2467)] = 116324, - [SMALL_STATE(2468)] = 116338, - [SMALL_STATE(2469)] = 116348, - [SMALL_STATE(2470)] = 116362, - [SMALL_STATE(2471)] = 116376, - [SMALL_STATE(2472)] = 116390, - [SMALL_STATE(2473)] = 116404, - [SMALL_STATE(2474)] = 116418, - [SMALL_STATE(2475)] = 116432, - [SMALL_STATE(2476)] = 116446, - [SMALL_STATE(2477)] = 116460, - [SMALL_STATE(2478)] = 116474, - [SMALL_STATE(2479)] = 116488, - [SMALL_STATE(2480)] = 116502, - [SMALL_STATE(2481)] = 116516, - [SMALL_STATE(2482)] = 116530, - [SMALL_STATE(2483)] = 116544, - [SMALL_STATE(2484)] = 116558, - [SMALL_STATE(2485)] = 116570, - [SMALL_STATE(2486)] = 116584, - [SMALL_STATE(2487)] = 116598, - [SMALL_STATE(2488)] = 116608, - [SMALL_STATE(2489)] = 116620, - [SMALL_STATE(2490)] = 116634, - [SMALL_STATE(2491)] = 116648, - [SMALL_STATE(2492)] = 116662, - [SMALL_STATE(2493)] = 116676, - [SMALL_STATE(2494)] = 116690, - [SMALL_STATE(2495)] = 116704, - [SMALL_STATE(2496)] = 116718, - [SMALL_STATE(2497)] = 116732, - [SMALL_STATE(2498)] = 116742, - [SMALL_STATE(2499)] = 116756, - [SMALL_STATE(2500)] = 116770, - [SMALL_STATE(2501)] = 116784, - [SMALL_STATE(2502)] = 116798, - [SMALL_STATE(2503)] = 116812, - [SMALL_STATE(2504)] = 116826, - [SMALL_STATE(2505)] = 116840, - [SMALL_STATE(2506)] = 116854, - [SMALL_STATE(2507)] = 116868, - [SMALL_STATE(2508)] = 116882, - [SMALL_STATE(2509)] = 116896, - [SMALL_STATE(2510)] = 116910, - [SMALL_STATE(2511)] = 116924, - [SMALL_STATE(2512)] = 116938, - [SMALL_STATE(2513)] = 116952, - [SMALL_STATE(2514)] = 116966, - [SMALL_STATE(2515)] = 116978, - [SMALL_STATE(2516)] = 116992, - [SMALL_STATE(2517)] = 117004, - [SMALL_STATE(2518)] = 117016, - [SMALL_STATE(2519)] = 117030, - [SMALL_STATE(2520)] = 117044, - [SMALL_STATE(2521)] = 117056, - [SMALL_STATE(2522)] = 117066, - [SMALL_STATE(2523)] = 117076, - [SMALL_STATE(2524)] = 117090, - [SMALL_STATE(2525)] = 117104, - [SMALL_STATE(2526)] = 117118, - [SMALL_STATE(2527)] = 117132, - [SMALL_STATE(2528)] = 117146, - [SMALL_STATE(2529)] = 117155, - [SMALL_STATE(2530)] = 117166, - [SMALL_STATE(2531)] = 117177, - [SMALL_STATE(2532)] = 117186, - [SMALL_STATE(2533)] = 117195, - [SMALL_STATE(2534)] = 117204, - [SMALL_STATE(2535)] = 117213, - [SMALL_STATE(2536)] = 117222, - [SMALL_STATE(2537)] = 117231, - [SMALL_STATE(2538)] = 117240, - [SMALL_STATE(2539)] = 117249, - [SMALL_STATE(2540)] = 117258, - [SMALL_STATE(2541)] = 117267, - [SMALL_STATE(2542)] = 117276, - [SMALL_STATE(2543)] = 117287, - [SMALL_STATE(2544)] = 117296, - [SMALL_STATE(2545)] = 117305, - [SMALL_STATE(2546)] = 117314, - [SMALL_STATE(2547)] = 117323, - [SMALL_STATE(2548)] = 117332, - [SMALL_STATE(2549)] = 117341, - [SMALL_STATE(2550)] = 117350, - [SMALL_STATE(2551)] = 117359, - [SMALL_STATE(2552)] = 117368, - [SMALL_STATE(2553)] = 117377, - [SMALL_STATE(2554)] = 117386, - [SMALL_STATE(2555)] = 117397, - [SMALL_STATE(2556)] = 117408, - [SMALL_STATE(2557)] = 117419, - [SMALL_STATE(2558)] = 117428, - [SMALL_STATE(2559)] = 117437, - [SMALL_STATE(2560)] = 117446, - [SMALL_STATE(2561)] = 117457, - [SMALL_STATE(2562)] = 117466, - [SMALL_STATE(2563)] = 117477, - [SMALL_STATE(2564)] = 117486, - [SMALL_STATE(2565)] = 117495, - [SMALL_STATE(2566)] = 117506, - [SMALL_STATE(2567)] = 117515, - [SMALL_STATE(2568)] = 117524, - [SMALL_STATE(2569)] = 117533, - [SMALL_STATE(2570)] = 117542, - [SMALL_STATE(2571)] = 117551, - [SMALL_STATE(2572)] = 117560, - [SMALL_STATE(2573)] = 117571, - [SMALL_STATE(2574)] = 117582, - [SMALL_STATE(2575)] = 117591, - [SMALL_STATE(2576)] = 117600, - [SMALL_STATE(2577)] = 117609, - [SMALL_STATE(2578)] = 117618, - [SMALL_STATE(2579)] = 117627, - [SMALL_STATE(2580)] = 117638, - [SMALL_STATE(2581)] = 117647, - [SMALL_STATE(2582)] = 117658, - [SMALL_STATE(2583)] = 117669, - [SMALL_STATE(2584)] = 117678, - [SMALL_STATE(2585)] = 117687, - [SMALL_STATE(2586)] = 117696, - [SMALL_STATE(2587)] = 117705, - [SMALL_STATE(2588)] = 117714, - [SMALL_STATE(2589)] = 117723, - [SMALL_STATE(2590)] = 117732, - [SMALL_STATE(2591)] = 117741, - [SMALL_STATE(2592)] = 117750, - [SMALL_STATE(2593)] = 117761, - [SMALL_STATE(2594)] = 117772, - [SMALL_STATE(2595)] = 117783, - [SMALL_STATE(2596)] = 117792, - [SMALL_STATE(2597)] = 117803, - [SMALL_STATE(2598)] = 117812, - [SMALL_STATE(2599)] = 117821, - [SMALL_STATE(2600)] = 117832, - [SMALL_STATE(2601)] = 117841, - [SMALL_STATE(2602)] = 117850, - [SMALL_STATE(2603)] = 117861, - [SMALL_STATE(2604)] = 117870, - [SMALL_STATE(2605)] = 117879, - [SMALL_STATE(2606)] = 117888, - [SMALL_STATE(2607)] = 117897, - [SMALL_STATE(2608)] = 117906, - [SMALL_STATE(2609)] = 117915, - [SMALL_STATE(2610)] = 117924, - [SMALL_STATE(2611)] = 117935, - [SMALL_STATE(2612)] = 117944, - [SMALL_STATE(2613)] = 117953, - [SMALL_STATE(2614)] = 117962, - [SMALL_STATE(2615)] = 117971, - [SMALL_STATE(2616)] = 117980, - [SMALL_STATE(2617)] = 117991, - [SMALL_STATE(2618)] = 118000, - [SMALL_STATE(2619)] = 118011, - [SMALL_STATE(2620)] = 118020, - [SMALL_STATE(2621)] = 118031, - [SMALL_STATE(2622)] = 118040, - [SMALL_STATE(2623)] = 118049, - [SMALL_STATE(2624)] = 118058, - [SMALL_STATE(2625)] = 118067, - [SMALL_STATE(2626)] = 118076, - [SMALL_STATE(2627)] = 118085, - [SMALL_STATE(2628)] = 118094, - [SMALL_STATE(2629)] = 118105, - [SMALL_STATE(2630)] = 118113, - [SMALL_STATE(2631)] = 118121, - [SMALL_STATE(2632)] = 118129, - [SMALL_STATE(2633)] = 118137, - [SMALL_STATE(2634)] = 118145, - [SMALL_STATE(2635)] = 118153, - [SMALL_STATE(2636)] = 118161, - [SMALL_STATE(2637)] = 118169, - [SMALL_STATE(2638)] = 118177, - [SMALL_STATE(2639)] = 118185, - [SMALL_STATE(2640)] = 118193, - [SMALL_STATE(2641)] = 118201, - [SMALL_STATE(2642)] = 118209, - [SMALL_STATE(2643)] = 118217, - [SMALL_STATE(2644)] = 118225, - [SMALL_STATE(2645)] = 118233, - [SMALL_STATE(2646)] = 118241, - [SMALL_STATE(2647)] = 118249, - [SMALL_STATE(2648)] = 118257, - [SMALL_STATE(2649)] = 118265, - [SMALL_STATE(2650)] = 118273, - [SMALL_STATE(2651)] = 118281, - [SMALL_STATE(2652)] = 118289, - [SMALL_STATE(2653)] = 118297, - [SMALL_STATE(2654)] = 118305, - [SMALL_STATE(2655)] = 118313, - [SMALL_STATE(2656)] = 118321, - [SMALL_STATE(2657)] = 118329, - [SMALL_STATE(2658)] = 118337, - [SMALL_STATE(2659)] = 118345, - [SMALL_STATE(2660)] = 118353, - [SMALL_STATE(2661)] = 118361, - [SMALL_STATE(2662)] = 118369, - [SMALL_STATE(2663)] = 118377, - [SMALL_STATE(2664)] = 118385, - [SMALL_STATE(2665)] = 118393, - [SMALL_STATE(2666)] = 118401, - [SMALL_STATE(2667)] = 118409, - [SMALL_STATE(2668)] = 118417, - [SMALL_STATE(2669)] = 118425, - [SMALL_STATE(2670)] = 118433, - [SMALL_STATE(2671)] = 118441, - [SMALL_STATE(2672)] = 118449, - [SMALL_STATE(2673)] = 118457, - [SMALL_STATE(2674)] = 118465, - [SMALL_STATE(2675)] = 118473, - [SMALL_STATE(2676)] = 118481, - [SMALL_STATE(2677)] = 118489, - [SMALL_STATE(2678)] = 118497, - [SMALL_STATE(2679)] = 118505, - [SMALL_STATE(2680)] = 118513, - [SMALL_STATE(2681)] = 118521, - [SMALL_STATE(2682)] = 118529, - [SMALL_STATE(2683)] = 118537, - [SMALL_STATE(2684)] = 118545, - [SMALL_STATE(2685)] = 118553, - [SMALL_STATE(2686)] = 118561, - [SMALL_STATE(2687)] = 118569, - [SMALL_STATE(2688)] = 118577, - [SMALL_STATE(2689)] = 118585, - [SMALL_STATE(2690)] = 118593, - [SMALL_STATE(2691)] = 118601, - [SMALL_STATE(2692)] = 118609, - [SMALL_STATE(2693)] = 118617, - [SMALL_STATE(2694)] = 118625, - [SMALL_STATE(2695)] = 118633, - [SMALL_STATE(2696)] = 118641, - [SMALL_STATE(2697)] = 118649, - [SMALL_STATE(2698)] = 118657, - [SMALL_STATE(2699)] = 118665, - [SMALL_STATE(2700)] = 118673, - [SMALL_STATE(2701)] = 118681, - [SMALL_STATE(2702)] = 118689, - [SMALL_STATE(2703)] = 118697, - [SMALL_STATE(2704)] = 118705, - [SMALL_STATE(2705)] = 118713, - [SMALL_STATE(2706)] = 118721, - [SMALL_STATE(2707)] = 118729, - [SMALL_STATE(2708)] = 118737, - [SMALL_STATE(2709)] = 118745, - [SMALL_STATE(2710)] = 118753, - [SMALL_STATE(2711)] = 118761, - [SMALL_STATE(2712)] = 118769, - [SMALL_STATE(2713)] = 118777, - [SMALL_STATE(2714)] = 118785, - [SMALL_STATE(2715)] = 118793, - [SMALL_STATE(2716)] = 118801, - [SMALL_STATE(2717)] = 118809, - [SMALL_STATE(2718)] = 118817, - [SMALL_STATE(2719)] = 118825, - [SMALL_STATE(2720)] = 118833, - [SMALL_STATE(2721)] = 118841, - [SMALL_STATE(2722)] = 118849, - [SMALL_STATE(2723)] = 118857, - [SMALL_STATE(2724)] = 118865, - [SMALL_STATE(2725)] = 118873, - [SMALL_STATE(2726)] = 118881, - [SMALL_STATE(2727)] = 118889, - [SMALL_STATE(2728)] = 118897, - [SMALL_STATE(2729)] = 118905, - [SMALL_STATE(2730)] = 118913, - [SMALL_STATE(2731)] = 118921, - [SMALL_STATE(2732)] = 118929, - [SMALL_STATE(2733)] = 118937, - [SMALL_STATE(2734)] = 118945, - [SMALL_STATE(2735)] = 118953, - [SMALL_STATE(2736)] = 118961, - [SMALL_STATE(2737)] = 118969, - [SMALL_STATE(2738)] = 118977, - [SMALL_STATE(2739)] = 118985, - [SMALL_STATE(2740)] = 118993, - [SMALL_STATE(2741)] = 119001, - [SMALL_STATE(2742)] = 119009, - [SMALL_STATE(2743)] = 119017, - [SMALL_STATE(2744)] = 119025, - [SMALL_STATE(2745)] = 119033, - [SMALL_STATE(2746)] = 119041, - [SMALL_STATE(2747)] = 119049, - [SMALL_STATE(2748)] = 119057, - [SMALL_STATE(2749)] = 119065, - [SMALL_STATE(2750)] = 119073, - [SMALL_STATE(2751)] = 119081, - [SMALL_STATE(2752)] = 119089, - [SMALL_STATE(2753)] = 119097, - [SMALL_STATE(2754)] = 119105, - [SMALL_STATE(2755)] = 119113, - [SMALL_STATE(2756)] = 119121, - [SMALL_STATE(2757)] = 119129, - [SMALL_STATE(2758)] = 119137, - [SMALL_STATE(2759)] = 119145, - [SMALL_STATE(2760)] = 119153, - [SMALL_STATE(2761)] = 119161, - [SMALL_STATE(2762)] = 119169, - [SMALL_STATE(2763)] = 119177, - [SMALL_STATE(2764)] = 119185, - [SMALL_STATE(2765)] = 119193, - [SMALL_STATE(2766)] = 119201, - [SMALL_STATE(2767)] = 119209, - [SMALL_STATE(2768)] = 119217, - [SMALL_STATE(2769)] = 119225, - [SMALL_STATE(2770)] = 119233, - [SMALL_STATE(2771)] = 119241, - [SMALL_STATE(2772)] = 119249, - [SMALL_STATE(2773)] = 119257, - [SMALL_STATE(2774)] = 119265, - [SMALL_STATE(2775)] = 119273, - [SMALL_STATE(2776)] = 119281, - [SMALL_STATE(2777)] = 119289, - [SMALL_STATE(2778)] = 119297, - [SMALL_STATE(2779)] = 119305, - [SMALL_STATE(2780)] = 119313, - [SMALL_STATE(2781)] = 119321, - [SMALL_STATE(2782)] = 119329, - [SMALL_STATE(2783)] = 119337, - [SMALL_STATE(2784)] = 119345, - [SMALL_STATE(2785)] = 119353, - [SMALL_STATE(2786)] = 119361, - [SMALL_STATE(2787)] = 119369, - [SMALL_STATE(2788)] = 119377, - [SMALL_STATE(2789)] = 119385, - [SMALL_STATE(2790)] = 119393, - [SMALL_STATE(2791)] = 119401, - [SMALL_STATE(2792)] = 119409, - [SMALL_STATE(2793)] = 119417, - [SMALL_STATE(2794)] = 119425, - [SMALL_STATE(2795)] = 119433, - [SMALL_STATE(2796)] = 119441, - [SMALL_STATE(2797)] = 119449, - [SMALL_STATE(2798)] = 119457, - [SMALL_STATE(2799)] = 119465, - [SMALL_STATE(2800)] = 119473, - [SMALL_STATE(2801)] = 119481, - [SMALL_STATE(2802)] = 119489, - [SMALL_STATE(2803)] = 119497, - [SMALL_STATE(2804)] = 119505, - [SMALL_STATE(2805)] = 119513, - [SMALL_STATE(2806)] = 119521, - [SMALL_STATE(2807)] = 119529, - [SMALL_STATE(2808)] = 119537, - [SMALL_STATE(2809)] = 119545, - [SMALL_STATE(2810)] = 119553, - [SMALL_STATE(2811)] = 119561, - [SMALL_STATE(2812)] = 119569, - [SMALL_STATE(2813)] = 119577, - [SMALL_STATE(2814)] = 119585, - [SMALL_STATE(2815)] = 119593, - [SMALL_STATE(2816)] = 119601, - [SMALL_STATE(2817)] = 119609, - [SMALL_STATE(2818)] = 119617, - [SMALL_STATE(2819)] = 119625, - [SMALL_STATE(2820)] = 119633, - [SMALL_STATE(2821)] = 119641, - [SMALL_STATE(2822)] = 119649, - [SMALL_STATE(2823)] = 119657, - [SMALL_STATE(2824)] = 119665, - [SMALL_STATE(2825)] = 119673, - [SMALL_STATE(2826)] = 119681, - [SMALL_STATE(2827)] = 119689, - [SMALL_STATE(2828)] = 119697, - [SMALL_STATE(2829)] = 119705, - [SMALL_STATE(2830)] = 119713, + [SMALL_STATE(1555)] = 96886, + [SMALL_STATE(1556)] = 96951, + [SMALL_STATE(1557)] = 97016, + [SMALL_STATE(1558)] = 97081, + [SMALL_STATE(1559)] = 97146, + [SMALL_STATE(1560)] = 97211, + [SMALL_STATE(1561)] = 97277, + [SMALL_STATE(1562)] = 97343, + [SMALL_STATE(1563)] = 97409, + [SMALL_STATE(1564)] = 97475, + [SMALL_STATE(1565)] = 97541, + [SMALL_STATE(1566)] = 97607, + [SMALL_STATE(1567)] = 97673, + [SMALL_STATE(1568)] = 97739, + [SMALL_STATE(1569)] = 97805, + [SMALL_STATE(1570)] = 97871, + [SMALL_STATE(1571)] = 97937, + [SMALL_STATE(1572)] = 98003, + [SMALL_STATE(1573)] = 98069, + [SMALL_STATE(1574)] = 98135, + [SMALL_STATE(1575)] = 98201, + [SMALL_STATE(1576)] = 98267, + [SMALL_STATE(1577)] = 98333, + [SMALL_STATE(1578)] = 98399, + [SMALL_STATE(1579)] = 98465, + [SMALL_STATE(1580)] = 98531, + [SMALL_STATE(1581)] = 98594, + [SMALL_STATE(1582)] = 98652, + [SMALL_STATE(1583)] = 98710, + [SMALL_STATE(1584)] = 98768, + [SMALL_STATE(1585)] = 98826, + [SMALL_STATE(1586)] = 98884, + [SMALL_STATE(1587)] = 98942, + [SMALL_STATE(1588)] = 99000, + [SMALL_STATE(1589)] = 99058, + [SMALL_STATE(1590)] = 99100, + [SMALL_STATE(1591)] = 99142, + [SMALL_STATE(1592)] = 99182, + [SMALL_STATE(1593)] = 99222, + [SMALL_STATE(1594)] = 99262, + [SMALL_STATE(1595)] = 99294, + [SMALL_STATE(1596)] = 99326, + [SMALL_STATE(1597)] = 99358, + [SMALL_STATE(1598)] = 99390, + [SMALL_STATE(1599)] = 99430, + [SMALL_STATE(1600)] = 99462, + [SMALL_STATE(1601)] = 99494, + [SMALL_STATE(1602)] = 99533, + [SMALL_STATE(1603)] = 99572, + [SMALL_STATE(1604)] = 99609, + [SMALL_STATE(1605)] = 99646, + [SMALL_STATE(1606)] = 99685, + [SMALL_STATE(1607)] = 99724, + [SMALL_STATE(1608)] = 99754, + [SMALL_STATE(1609)] = 99784, + [SMALL_STATE(1610)] = 99822, + [SMALL_STATE(1611)] = 99860, + [SMALL_STATE(1612)] = 99898, + [SMALL_STATE(1613)] = 99936, + [SMALL_STATE(1614)] = 99966, + [SMALL_STATE(1615)] = 99996, + [SMALL_STATE(1616)] = 100026, + [SMALL_STATE(1617)] = 100056, + [SMALL_STATE(1618)] = 100086, + [SMALL_STATE(1619)] = 100116, + [SMALL_STATE(1620)] = 100145, + [SMALL_STATE(1621)] = 100174, + [SMALL_STATE(1622)] = 100221, + [SMALL_STATE(1623)] = 100250, + [SMALL_STATE(1624)] = 100279, + [SMALL_STATE(1625)] = 100308, + [SMALL_STATE(1626)] = 100337, + [SMALL_STATE(1627)] = 100384, + [SMALL_STATE(1628)] = 100409, + [SMALL_STATE(1629)] = 100456, + [SMALL_STATE(1630)] = 100485, + [SMALL_STATE(1631)] = 100532, + [SMALL_STATE(1632)] = 100561, + [SMALL_STATE(1633)] = 100608, + [SMALL_STATE(1634)] = 100637, + [SMALL_STATE(1635)] = 100684, + [SMALL_STATE(1636)] = 100713, + [SMALL_STATE(1637)] = 100742, + [SMALL_STATE(1638)] = 100789, + [SMALL_STATE(1639)] = 100818, + [SMALL_STATE(1640)] = 100865, + [SMALL_STATE(1641)] = 100912, + [SMALL_STATE(1642)] = 100941, + [SMALL_STATE(1643)] = 100988, + [SMALL_STATE(1644)] = 101017, + [SMALL_STATE(1645)] = 101046, + [SMALL_STATE(1646)] = 101075, + [SMALL_STATE(1647)] = 101104, + [SMALL_STATE(1648)] = 101129, + [SMALL_STATE(1649)] = 101154, + [SMALL_STATE(1650)] = 101183, + [SMALL_STATE(1651)] = 101212, + [SMALL_STATE(1652)] = 101241, + [SMALL_STATE(1653)] = 101270, + [SMALL_STATE(1654)] = 101299, + [SMALL_STATE(1655)] = 101328, + [SMALL_STATE(1656)] = 101357, + [SMALL_STATE(1657)] = 101382, + [SMALL_STATE(1658)] = 101406, + [SMALL_STATE(1659)] = 101452, + [SMALL_STATE(1660)] = 101476, + [SMALL_STATE(1661)] = 101522, + [SMALL_STATE(1662)] = 101552, + [SMALL_STATE(1663)] = 101576, + [SMALL_STATE(1664)] = 101608, + [SMALL_STATE(1665)] = 101654, + [SMALL_STATE(1666)] = 101700, + [SMALL_STATE(1667)] = 101746, + [SMALL_STATE(1668)] = 101778, + [SMALL_STATE(1669)] = 101806, + [SMALL_STATE(1670)] = 101852, + [SMALL_STATE(1671)] = 101898, + [SMALL_STATE(1672)] = 101944, + [SMALL_STATE(1673)] = 101990, + [SMALL_STATE(1674)] = 102014, + [SMALL_STATE(1675)] = 102060, + [SMALL_STATE(1676)] = 102088, + [SMALL_STATE(1677)] = 102134, + [SMALL_STATE(1678)] = 102177, + [SMALL_STATE(1679)] = 102217, + [SMALL_STATE(1680)] = 102257, + [SMALL_STATE(1681)] = 102283, + [SMALL_STATE(1682)] = 102323, + [SMALL_STATE(1683)] = 102363, + [SMALL_STATE(1684)] = 102400, + [SMALL_STATE(1685)] = 102437, + [SMALL_STATE(1686)] = 102478, + [SMALL_STATE(1687)] = 102505, + [SMALL_STATE(1688)] = 102526, + [SMALL_STATE(1689)] = 102545, + [SMALL_STATE(1690)] = 102586, + [SMALL_STATE(1691)] = 102627, + [SMALL_STATE(1692)] = 102652, + [SMALL_STATE(1693)] = 102693, + [SMALL_STATE(1694)] = 102734, + [SMALL_STATE(1695)] = 102757, + [SMALL_STATE(1696)] = 102798, + [SMALL_STATE(1697)] = 102839, + [SMALL_STATE(1698)] = 102866, + [SMALL_STATE(1699)] = 102893, + [SMALL_STATE(1700)] = 102912, + [SMALL_STATE(1701)] = 102931, + [SMALL_STATE(1702)] = 102972, + [SMALL_STATE(1703)] = 103010, + [SMALL_STATE(1704)] = 103040, + [SMALL_STATE(1705)] = 103078, + [SMALL_STATE(1706)] = 103110, + [SMALL_STATE(1707)] = 103140, + [SMALL_STATE(1708)] = 103170, + [SMALL_STATE(1709)] = 103200, + [SMALL_STATE(1710)] = 103238, + [SMALL_STATE(1711)] = 103276, + [SMALL_STATE(1712)] = 103306, + [SMALL_STATE(1713)] = 103336, + [SMALL_STATE(1714)] = 103374, + [SMALL_STATE(1715)] = 103412, + [SMALL_STATE(1716)] = 103442, + [SMALL_STATE(1717)] = 103472, + [SMALL_STATE(1718)] = 103510, + [SMALL_STATE(1719)] = 103548, + [SMALL_STATE(1720)] = 103586, + [SMALL_STATE(1721)] = 103616, + [SMALL_STATE(1722)] = 103646, + [SMALL_STATE(1723)] = 103684, + [SMALL_STATE(1724)] = 103714, + [SMALL_STATE(1725)] = 103744, + [SMALL_STATE(1726)] = 103782, + [SMALL_STATE(1727)] = 103820, + [SMALL_STATE(1728)] = 103850, + [SMALL_STATE(1729)] = 103880, + [SMALL_STATE(1730)] = 103918, + [SMALL_STATE(1731)] = 103956, + [SMALL_STATE(1732)] = 103986, + [SMALL_STATE(1733)] = 104016, + [SMALL_STATE(1734)] = 104054, + [SMALL_STATE(1735)] = 104084, + [SMALL_STATE(1736)] = 104122, + [SMALL_STATE(1737)] = 104160, + [SMALL_STATE(1738)] = 104190, + [SMALL_STATE(1739)] = 104220, + [SMALL_STATE(1740)] = 104258, + [SMALL_STATE(1741)] = 104296, + [SMALL_STATE(1742)] = 104334, + [SMALL_STATE(1743)] = 104372, + [SMALL_STATE(1744)] = 104410, + [SMALL_STATE(1745)] = 104448, + [SMALL_STATE(1746)] = 104486, + [SMALL_STATE(1747)] = 104524, + [SMALL_STATE(1748)] = 104549, + [SMALL_STATE(1749)] = 104572, + [SMALL_STATE(1750)] = 104593, + [SMALL_STATE(1751)] = 104618, + [SMALL_STATE(1752)] = 104643, + [SMALL_STATE(1753)] = 104660, + [SMALL_STATE(1754)] = 104679, + [SMALL_STATE(1755)] = 104704, + [SMALL_STATE(1756)] = 104729, + [SMALL_STATE(1757)] = 104754, + [SMALL_STATE(1758)] = 104771, + [SMALL_STATE(1759)] = 104800, + [SMALL_STATE(1760)] = 104817, + [SMALL_STATE(1761)] = 104846, + [SMALL_STATE(1762)] = 104863, + [SMALL_STATE(1763)] = 104880, + [SMALL_STATE(1764)] = 104905, + [SMALL_STATE(1765)] = 104930, + [SMALL_STATE(1766)] = 104953, + [SMALL_STATE(1767)] = 104974, + [SMALL_STATE(1768)] = 104991, + [SMALL_STATE(1769)] = 105010, + [SMALL_STATE(1770)] = 105032, + [SMALL_STATE(1771)] = 105056, + [SMALL_STATE(1772)] = 105078, + [SMALL_STATE(1773)] = 105102, + [SMALL_STATE(1774)] = 105126, + [SMALL_STATE(1775)] = 105142, + [SMALL_STATE(1776)] = 105166, + [SMALL_STATE(1777)] = 105186, + [SMALL_STATE(1778)] = 105216, + [SMALL_STATE(1779)] = 105240, + [SMALL_STATE(1780)] = 105256, + [SMALL_STATE(1781)] = 105280, + [SMALL_STATE(1782)] = 105304, + [SMALL_STATE(1783)] = 105320, + [SMALL_STATE(1784)] = 105338, + [SMALL_STATE(1785)] = 105358, + [SMALL_STATE(1786)] = 105382, + [SMALL_STATE(1787)] = 105406, + [SMALL_STATE(1788)] = 105430, + [SMALL_STATE(1789)] = 105450, + [SMALL_STATE(1790)] = 105472, + [SMALL_STATE(1791)] = 105492, + [SMALL_STATE(1792)] = 105508, + [SMALL_STATE(1793)] = 105526, + [SMALL_STATE(1794)] = 105544, + [SMALL_STATE(1795)] = 105560, + [SMALL_STATE(1796)] = 105584, + [SMALL_STATE(1797)] = 105608, + [SMALL_STATE(1798)] = 105626, + [SMALL_STATE(1799)] = 105648, + [SMALL_STATE(1800)] = 105670, + [SMALL_STATE(1801)] = 105688, + [SMALL_STATE(1802)] = 105708, + [SMALL_STATE(1803)] = 105728, + [SMALL_STATE(1804)] = 105752, + [SMALL_STATE(1805)] = 105768, + [SMALL_STATE(1806)] = 105789, + [SMALL_STATE(1807)] = 105816, + [SMALL_STATE(1808)] = 105839, + [SMALL_STATE(1809)] = 105866, + [SMALL_STATE(1810)] = 105893, + [SMALL_STATE(1811)] = 105922, + [SMALL_STATE(1812)] = 105939, + [SMALL_STATE(1813)] = 105966, + [SMALL_STATE(1814)] = 105989, + [SMALL_STATE(1815)] = 106006, + [SMALL_STATE(1816)] = 106029, + [SMALL_STATE(1817)] = 106056, + [SMALL_STATE(1818)] = 106079, + [SMALL_STATE(1819)] = 106102, + [SMALL_STATE(1820)] = 106125, + [SMALL_STATE(1821)] = 106146, + [SMALL_STATE(1822)] = 106167, + [SMALL_STATE(1823)] = 106196, + [SMALL_STATE(1824)] = 106217, + [SMALL_STATE(1825)] = 106234, + [SMALL_STATE(1826)] = 106253, + [SMALL_STATE(1827)] = 106282, + [SMALL_STATE(1828)] = 106299, + [SMALL_STATE(1829)] = 106322, + [SMALL_STATE(1830)] = 106351, + [SMALL_STATE(1831)] = 106374, + [SMALL_STATE(1832)] = 106395, + [SMALL_STATE(1833)] = 106416, + [SMALL_STATE(1834)] = 106443, + [SMALL_STATE(1835)] = 106464, + [SMALL_STATE(1836)] = 106483, + [SMALL_STATE(1837)] = 106512, + [SMALL_STATE(1838)] = 106537, + [SMALL_STATE(1839)] = 106562, + [SMALL_STATE(1840)] = 106587, + [SMALL_STATE(1841)] = 106610, + [SMALL_STATE(1842)] = 106631, + [SMALL_STATE(1843)] = 106656, + [SMALL_STATE(1844)] = 106685, + [SMALL_STATE(1845)] = 106706, + [SMALL_STATE(1846)] = 106735, + [SMALL_STATE(1847)] = 106760, + [SMALL_STATE(1848)] = 106789, + [SMALL_STATE(1849)] = 106812, + [SMALL_STATE(1850)] = 106833, + [SMALL_STATE(1851)] = 106854, + [SMALL_STATE(1852)] = 106871, + [SMALL_STATE(1853)] = 106888, + [SMALL_STATE(1854)] = 106907, + [SMALL_STATE(1855)] = 106936, + [SMALL_STATE(1856)] = 106961, + [SMALL_STATE(1857)] = 106988, + [SMALL_STATE(1858)] = 107009, + [SMALL_STATE(1859)] = 107030, + [SMALL_STATE(1860)] = 107051, + [SMALL_STATE(1861)] = 107078, + [SMALL_STATE(1862)] = 107093, + [SMALL_STATE(1863)] = 107114, + [SMALL_STATE(1864)] = 107135, + [SMALL_STATE(1865)] = 107164, + [SMALL_STATE(1866)] = 107188, + [SMALL_STATE(1867)] = 107214, + [SMALL_STATE(1868)] = 107236, + [SMALL_STATE(1869)] = 107258, + [SMALL_STATE(1870)] = 107284, + [SMALL_STATE(1871)] = 107302, + [SMALL_STATE(1872)] = 107320, + [SMALL_STATE(1873)] = 107338, + [SMALL_STATE(1874)] = 107360, + [SMALL_STATE(1875)] = 107386, + [SMALL_STATE(1876)] = 107412, + [SMALL_STATE(1877)] = 107430, + [SMALL_STATE(1878)] = 107454, + [SMALL_STATE(1879)] = 107480, + [SMALL_STATE(1880)] = 107506, + [SMALL_STATE(1881)] = 107528, + [SMALL_STATE(1882)] = 107552, + [SMALL_STATE(1883)] = 107578, + [SMALL_STATE(1884)] = 107604, + [SMALL_STATE(1885)] = 107630, + [SMALL_STATE(1886)] = 107650, + [SMALL_STATE(1887)] = 107676, + [SMALL_STATE(1888)] = 107698, + [SMALL_STATE(1889)] = 107716, + [SMALL_STATE(1890)] = 107740, + [SMALL_STATE(1891)] = 107766, + [SMALL_STATE(1892)] = 107784, + [SMALL_STATE(1893)] = 107810, + [SMALL_STATE(1894)] = 107832, + [SMALL_STATE(1895)] = 107854, + [SMALL_STATE(1896)] = 107876, + [SMALL_STATE(1897)] = 107894, + [SMALL_STATE(1898)] = 107920, + [SMALL_STATE(1899)] = 107940, + [SMALL_STATE(1900)] = 107958, + [SMALL_STATE(1901)] = 107980, + [SMALL_STATE(1902)] = 108002, + [SMALL_STATE(1903)] = 108028, + [SMALL_STATE(1904)] = 108048, + [SMALL_STATE(1905)] = 108070, + [SMALL_STATE(1906)] = 108096, + [SMALL_STATE(1907)] = 108112, + [SMALL_STATE(1908)] = 108130, + [SMALL_STATE(1909)] = 108156, + [SMALL_STATE(1910)] = 108174, + [SMALL_STATE(1911)] = 108192, + [SMALL_STATE(1912)] = 108210, + [SMALL_STATE(1913)] = 108236, + [SMALL_STATE(1914)] = 108252, + [SMALL_STATE(1915)] = 108278, + [SMALL_STATE(1916)] = 108297, + [SMALL_STATE(1917)] = 108318, + [SMALL_STATE(1918)] = 108331, + [SMALL_STATE(1919)] = 108346, + [SMALL_STATE(1920)] = 108363, + [SMALL_STATE(1921)] = 108376, + [SMALL_STATE(1922)] = 108397, + [SMALL_STATE(1923)] = 108412, + [SMALL_STATE(1924)] = 108433, + [SMALL_STATE(1925)] = 108450, + [SMALL_STATE(1926)] = 108463, + [SMALL_STATE(1927)] = 108484, + [SMALL_STATE(1928)] = 108505, + [SMALL_STATE(1929)] = 108522, + [SMALL_STATE(1930)] = 108543, + [SMALL_STATE(1931)] = 108560, + [SMALL_STATE(1932)] = 108575, + [SMALL_STATE(1933)] = 108590, + [SMALL_STATE(1934)] = 108613, + [SMALL_STATE(1935)] = 108636, + [SMALL_STATE(1936)] = 108653, + [SMALL_STATE(1937)] = 108670, + [SMALL_STATE(1938)] = 108685, + [SMALL_STATE(1939)] = 108708, + [SMALL_STATE(1940)] = 108725, + [SMALL_STATE(1941)] = 108742, + [SMALL_STATE(1942)] = 108759, + [SMALL_STATE(1943)] = 108776, + [SMALL_STATE(1944)] = 108797, + [SMALL_STATE(1945)] = 108818, + [SMALL_STATE(1946)] = 108835, + [SMALL_STATE(1947)] = 108852, + [SMALL_STATE(1948)] = 108873, + [SMALL_STATE(1949)] = 108886, + [SMALL_STATE(1950)] = 108909, + [SMALL_STATE(1951)] = 108930, + [SMALL_STATE(1952)] = 108947, + [SMALL_STATE(1953)] = 108964, + [SMALL_STATE(1954)] = 108981, + [SMALL_STATE(1955)] = 108998, + [SMALL_STATE(1956)] = 109011, + [SMALL_STATE(1957)] = 109024, + [SMALL_STATE(1958)] = 109041, + [SMALL_STATE(1959)] = 109058, + [SMALL_STATE(1960)] = 109079, + [SMALL_STATE(1961)] = 109102, + [SMALL_STATE(1962)] = 109123, + [SMALL_STATE(1963)] = 109144, + [SMALL_STATE(1964)] = 109161, + [SMALL_STATE(1965)] = 109174, + [SMALL_STATE(1966)] = 109187, + [SMALL_STATE(1967)] = 109204, + [SMALL_STATE(1968)] = 109217, + [SMALL_STATE(1969)] = 109236, + [SMALL_STATE(1970)] = 109249, + [SMALL_STATE(1971)] = 109266, + [SMALL_STATE(1972)] = 109279, + [SMALL_STATE(1973)] = 109296, + [SMALL_STATE(1974)] = 109313, + [SMALL_STATE(1975)] = 109328, + [SMALL_STATE(1976)] = 109341, + [SMALL_STATE(1977)] = 109356, + [SMALL_STATE(1978)] = 109371, + [SMALL_STATE(1979)] = 109388, + [SMALL_STATE(1980)] = 109405, + [SMALL_STATE(1981)] = 109418, + [SMALL_STATE(1982)] = 109435, + [SMALL_STATE(1983)] = 109456, + [SMALL_STATE(1984)] = 109473, + [SMALL_STATE(1985)] = 109494, + [SMALL_STATE(1986)] = 109515, + [SMALL_STATE(1987)] = 109536, + [SMALL_STATE(1988)] = 109557, + [SMALL_STATE(1989)] = 109570, + [SMALL_STATE(1990)] = 109591, + [SMALL_STATE(1991)] = 109608, + [SMALL_STATE(1992)] = 109629, + [SMALL_STATE(1993)] = 109650, + [SMALL_STATE(1994)] = 109671, + [SMALL_STATE(1995)] = 109688, + [SMALL_STATE(1996)] = 109701, + [SMALL_STATE(1997)] = 109714, + [SMALL_STATE(1998)] = 109731, + [SMALL_STATE(1999)] = 109754, + [SMALL_STATE(2000)] = 109767, + [SMALL_STATE(2001)] = 109788, + [SMALL_STATE(2002)] = 109809, + [SMALL_STATE(2003)] = 109832, + [SMALL_STATE(2004)] = 109853, + [SMALL_STATE(2005)] = 109870, + [SMALL_STATE(2006)] = 109891, + [SMALL_STATE(2007)] = 109912, + [SMALL_STATE(2008)] = 109925, + [SMALL_STATE(2009)] = 109938, + [SMALL_STATE(2010)] = 109959, + [SMALL_STATE(2011)] = 109976, + [SMALL_STATE(2012)] = 109993, + [SMALL_STATE(2013)] = 110010, + [SMALL_STATE(2014)] = 110031, + [SMALL_STATE(2015)] = 110048, + [SMALL_STATE(2016)] = 110061, + [SMALL_STATE(2017)] = 110082, + [SMALL_STATE(2018)] = 110095, + [SMALL_STATE(2019)] = 110116, + [SMALL_STATE(2020)] = 110133, + [SMALL_STATE(2021)] = 110154, + [SMALL_STATE(2022)] = 110167, + [SMALL_STATE(2023)] = 110185, + [SMALL_STATE(2024)] = 110197, + [SMALL_STATE(2025)] = 110209, + [SMALL_STATE(2026)] = 110229, + [SMALL_STATE(2027)] = 110249, + [SMALL_STATE(2028)] = 110261, + [SMALL_STATE(2029)] = 110279, + [SMALL_STATE(2030)] = 110297, + [SMALL_STATE(2031)] = 110309, + [SMALL_STATE(2032)] = 110321, + [SMALL_STATE(2033)] = 110333, + [SMALL_STATE(2034)] = 110345, + [SMALL_STATE(2035)] = 110357, + [SMALL_STATE(2036)] = 110369, + [SMALL_STATE(2037)] = 110381, + [SMALL_STATE(2038)] = 110401, + [SMALL_STATE(2039)] = 110417, + [SMALL_STATE(2040)] = 110431, + [SMALL_STATE(2041)] = 110451, + [SMALL_STATE(2042)] = 110469, + [SMALL_STATE(2043)] = 110481, + [SMALL_STATE(2044)] = 110497, + [SMALL_STATE(2045)] = 110509, + [SMALL_STATE(2046)] = 110521, + [SMALL_STATE(2047)] = 110541, + [SMALL_STATE(2048)] = 110561, + [SMALL_STATE(2049)] = 110581, + [SMALL_STATE(2050)] = 110593, + [SMALL_STATE(2051)] = 110611, + [SMALL_STATE(2052)] = 110631, + [SMALL_STATE(2053)] = 110643, + [SMALL_STATE(2054)] = 110655, + [SMALL_STATE(2055)] = 110667, + [SMALL_STATE(2056)] = 110679, + [SMALL_STATE(2057)] = 110699, + [SMALL_STATE(2058)] = 110719, + [SMALL_STATE(2059)] = 110731, + [SMALL_STATE(2060)] = 110743, + [SMALL_STATE(2061)] = 110761, + [SMALL_STATE(2062)] = 110773, + [SMALL_STATE(2063)] = 110785, + [SMALL_STATE(2064)] = 110801, + [SMALL_STATE(2065)] = 110821, + [SMALL_STATE(2066)] = 110833, + [SMALL_STATE(2067)] = 110851, + [SMALL_STATE(2068)] = 110871, + [SMALL_STATE(2069)] = 110889, + [SMALL_STATE(2070)] = 110901, + [SMALL_STATE(2071)] = 110913, + [SMALL_STATE(2072)] = 110933, + [SMALL_STATE(2073)] = 110947, + [SMALL_STATE(2074)] = 110959, + [SMALL_STATE(2075)] = 110975, + [SMALL_STATE(2076)] = 110987, + [SMALL_STATE(2077)] = 111007, + [SMALL_STATE(2078)] = 111027, + [SMALL_STATE(2079)] = 111039, + [SMALL_STATE(2080)] = 111051, + [SMALL_STATE(2081)] = 111063, + [SMALL_STATE(2082)] = 111077, + [SMALL_STATE(2083)] = 111089, + [SMALL_STATE(2084)] = 111105, + [SMALL_STATE(2085)] = 111117, + [SMALL_STATE(2086)] = 111129, + [SMALL_STATE(2087)] = 111149, + [SMALL_STATE(2088)] = 111169, + [SMALL_STATE(2089)] = 111185, + [SMALL_STATE(2090)] = 111201, + [SMALL_STATE(2091)] = 111219, + [SMALL_STATE(2092)] = 111233, + [SMALL_STATE(2093)] = 111249, + [SMALL_STATE(2094)] = 111269, + [SMALL_STATE(2095)] = 111289, + [SMALL_STATE(2096)] = 111309, + [SMALL_STATE(2097)] = 111321, + [SMALL_STATE(2098)] = 111335, + [SMALL_STATE(2099)] = 111347, + [SMALL_STATE(2100)] = 111363, + [SMALL_STATE(2101)] = 111379, + [SMALL_STATE(2102)] = 111391, + [SMALL_STATE(2103)] = 111411, + [SMALL_STATE(2104)] = 111431, + [SMALL_STATE(2105)] = 111447, + [SMALL_STATE(2106)] = 111459, + [SMALL_STATE(2107)] = 111475, + [SMALL_STATE(2108)] = 111495, + [SMALL_STATE(2109)] = 111511, + [SMALL_STATE(2110)] = 111529, + [SMALL_STATE(2111)] = 111541, + [SMALL_STATE(2112)] = 111553, + [SMALL_STATE(2113)] = 111565, + [SMALL_STATE(2114)] = 111583, + [SMALL_STATE(2115)] = 111603, + [SMALL_STATE(2116)] = 111623, + [SMALL_STATE(2117)] = 111635, + [SMALL_STATE(2118)] = 111655, + [SMALL_STATE(2119)] = 111671, + [SMALL_STATE(2120)] = 111691, + [SMALL_STATE(2121)] = 111711, + [SMALL_STATE(2122)] = 111725, + [SMALL_STATE(2123)] = 111741, + [SMALL_STATE(2124)] = 111753, + [SMALL_STATE(2125)] = 111765, + [SMALL_STATE(2126)] = 111777, + [SMALL_STATE(2127)] = 111789, + [SMALL_STATE(2128)] = 111809, + [SMALL_STATE(2129)] = 111829, + [SMALL_STATE(2130)] = 111849, + [SMALL_STATE(2131)] = 111861, + [SMALL_STATE(2132)] = 111873, + [SMALL_STATE(2133)] = 111891, + [SMALL_STATE(2134)] = 111909, + [SMALL_STATE(2135)] = 111921, + [SMALL_STATE(2136)] = 111933, + [SMALL_STATE(2137)] = 111945, + [SMALL_STATE(2138)] = 111957, + [SMALL_STATE(2139)] = 111969, + [SMALL_STATE(2140)] = 111981, + [SMALL_STATE(2141)] = 111992, + [SMALL_STATE(2142)] = 112003, + [SMALL_STATE(2143)] = 112020, + [SMALL_STATE(2144)] = 112031, + [SMALL_STATE(2145)] = 112042, + [SMALL_STATE(2146)] = 112053, + [SMALL_STATE(2147)] = 112070, + [SMALL_STATE(2148)] = 112087, + [SMALL_STATE(2149)] = 112098, + [SMALL_STATE(2150)] = 112109, + [SMALL_STATE(2151)] = 112126, + [SMALL_STATE(2152)] = 112137, + [SMALL_STATE(2153)] = 112148, + [SMALL_STATE(2154)] = 112159, + [SMALL_STATE(2155)] = 112176, + [SMALL_STATE(2156)] = 112187, + [SMALL_STATE(2157)] = 112198, + [SMALL_STATE(2158)] = 112209, + [SMALL_STATE(2159)] = 112220, + [SMALL_STATE(2160)] = 112231, + [SMALL_STATE(2161)] = 112242, + [SMALL_STATE(2162)] = 112253, + [SMALL_STATE(2163)] = 112264, + [SMALL_STATE(2164)] = 112281, + [SMALL_STATE(2165)] = 112292, + [SMALL_STATE(2166)] = 112303, + [SMALL_STATE(2167)] = 112314, + [SMALL_STATE(2168)] = 112325, + [SMALL_STATE(2169)] = 112336, + [SMALL_STATE(2170)] = 112347, + [SMALL_STATE(2171)] = 112358, + [SMALL_STATE(2172)] = 112369, + [SMALL_STATE(2173)] = 112380, + [SMALL_STATE(2174)] = 112391, + [SMALL_STATE(2175)] = 112408, + [SMALL_STATE(2176)] = 112419, + [SMALL_STATE(2177)] = 112430, + [SMALL_STATE(2178)] = 112441, + [SMALL_STATE(2179)] = 112452, + [SMALL_STATE(2180)] = 112467, + [SMALL_STATE(2181)] = 112478, + [SMALL_STATE(2182)] = 112489, + [SMALL_STATE(2183)] = 112500, + [SMALL_STATE(2184)] = 112511, + [SMALL_STATE(2185)] = 112522, + [SMALL_STATE(2186)] = 112533, + [SMALL_STATE(2187)] = 112550, + [SMALL_STATE(2188)] = 112561, + [SMALL_STATE(2189)] = 112578, + [SMALL_STATE(2190)] = 112593, + [SMALL_STATE(2191)] = 112604, + [SMALL_STATE(2192)] = 112621, + [SMALL_STATE(2193)] = 112634, + [SMALL_STATE(2194)] = 112645, + [SMALL_STATE(2195)] = 112660, + [SMALL_STATE(2196)] = 112677, + [SMALL_STATE(2197)] = 112694, + [SMALL_STATE(2198)] = 112711, + [SMALL_STATE(2199)] = 112728, + [SMALL_STATE(2200)] = 112745, + [SMALL_STATE(2201)] = 112756, + [SMALL_STATE(2202)] = 112769, + [SMALL_STATE(2203)] = 112786, + [SMALL_STATE(2204)] = 112797, + [SMALL_STATE(2205)] = 112812, + [SMALL_STATE(2206)] = 112823, + [SMALL_STATE(2207)] = 112838, + [SMALL_STATE(2208)] = 112853, + [SMALL_STATE(2209)] = 112868, + [SMALL_STATE(2210)] = 112879, + [SMALL_STATE(2211)] = 112890, + [SMALL_STATE(2212)] = 112905, + [SMALL_STATE(2213)] = 112922, + [SMALL_STATE(2214)] = 112933, + [SMALL_STATE(2215)] = 112948, + [SMALL_STATE(2216)] = 112959, + [SMALL_STATE(2217)] = 112976, + [SMALL_STATE(2218)] = 112993, + [SMALL_STATE(2219)] = 113010, + [SMALL_STATE(2220)] = 113021, + [SMALL_STATE(2221)] = 113036, + [SMALL_STATE(2222)] = 113047, + [SMALL_STATE(2223)] = 113062, + [SMALL_STATE(2224)] = 113077, + [SMALL_STATE(2225)] = 113088, + [SMALL_STATE(2226)] = 113099, + [SMALL_STATE(2227)] = 113114, + [SMALL_STATE(2228)] = 113125, + [SMALL_STATE(2229)] = 113136, + [SMALL_STATE(2230)] = 113147, + [SMALL_STATE(2231)] = 113162, + [SMALL_STATE(2232)] = 113173, + [SMALL_STATE(2233)] = 113184, + [SMALL_STATE(2234)] = 113201, + [SMALL_STATE(2235)] = 113212, + [SMALL_STATE(2236)] = 113229, + [SMALL_STATE(2237)] = 113240, + [SMALL_STATE(2238)] = 113251, + [SMALL_STATE(2239)] = 113262, + [SMALL_STATE(2240)] = 113277, + [SMALL_STATE(2241)] = 113294, + [SMALL_STATE(2242)] = 113311, + [SMALL_STATE(2243)] = 113328, + [SMALL_STATE(2244)] = 113343, + [SMALL_STATE(2245)] = 113354, + [SMALL_STATE(2246)] = 113369, + [SMALL_STATE(2247)] = 113380, + [SMALL_STATE(2248)] = 113397, + [SMALL_STATE(2249)] = 113408, + [SMALL_STATE(2250)] = 113419, + [SMALL_STATE(2251)] = 113430, + [SMALL_STATE(2252)] = 113445, + [SMALL_STATE(2253)] = 113456, + [SMALL_STATE(2254)] = 113471, + [SMALL_STATE(2255)] = 113488, + [SMALL_STATE(2256)] = 113501, + [SMALL_STATE(2257)] = 113512, + [SMALL_STATE(2258)] = 113527, + [SMALL_STATE(2259)] = 113544, + [SMALL_STATE(2260)] = 113555, + [SMALL_STATE(2261)] = 113572, + [SMALL_STATE(2262)] = 113583, + [SMALL_STATE(2263)] = 113600, + [SMALL_STATE(2264)] = 113617, + [SMALL_STATE(2265)] = 113628, + [SMALL_STATE(2266)] = 113645, + [SMALL_STATE(2267)] = 113656, + [SMALL_STATE(2268)] = 113667, + [SMALL_STATE(2269)] = 113678, + [SMALL_STATE(2270)] = 113692, + [SMALL_STATE(2271)] = 113706, + [SMALL_STATE(2272)] = 113720, + [SMALL_STATE(2273)] = 113734, + [SMALL_STATE(2274)] = 113748, + [SMALL_STATE(2275)] = 113762, + [SMALL_STATE(2276)] = 113776, + [SMALL_STATE(2277)] = 113790, + [SMALL_STATE(2278)] = 113804, + [SMALL_STATE(2279)] = 113818, + [SMALL_STATE(2280)] = 113832, + [SMALL_STATE(2281)] = 113846, + [SMALL_STATE(2282)] = 113860, + [SMALL_STATE(2283)] = 113874, + [SMALL_STATE(2284)] = 113888, + [SMALL_STATE(2285)] = 113902, + [SMALL_STATE(2286)] = 113916, + [SMALL_STATE(2287)] = 113930, + [SMALL_STATE(2288)] = 113944, + [SMALL_STATE(2289)] = 113958, + [SMALL_STATE(2290)] = 113972, + [SMALL_STATE(2291)] = 113986, + [SMALL_STATE(2292)] = 114000, + [SMALL_STATE(2293)] = 114014, + [SMALL_STATE(2294)] = 114028, + [SMALL_STATE(2295)] = 114040, + [SMALL_STATE(2296)] = 114054, + [SMALL_STATE(2297)] = 114064, + [SMALL_STATE(2298)] = 114078, + [SMALL_STATE(2299)] = 114088, + [SMALL_STATE(2300)] = 114102, + [SMALL_STATE(2301)] = 114116, + [SMALL_STATE(2302)] = 114130, + [SMALL_STATE(2303)] = 114144, + [SMALL_STATE(2304)] = 114158, + [SMALL_STATE(2305)] = 114172, + [SMALL_STATE(2306)] = 114186, + [SMALL_STATE(2307)] = 114200, + [SMALL_STATE(2308)] = 114214, + [SMALL_STATE(2309)] = 114228, + [SMALL_STATE(2310)] = 114242, + [SMALL_STATE(2311)] = 114256, + [SMALL_STATE(2312)] = 114270, + [SMALL_STATE(2313)] = 114284, + [SMALL_STATE(2314)] = 114298, + [SMALL_STATE(2315)] = 114312, + [SMALL_STATE(2316)] = 114326, + [SMALL_STATE(2317)] = 114340, + [SMALL_STATE(2318)] = 114354, + [SMALL_STATE(2319)] = 114368, + [SMALL_STATE(2320)] = 114382, + [SMALL_STATE(2321)] = 114396, + [SMALL_STATE(2322)] = 114410, + [SMALL_STATE(2323)] = 114424, + [SMALL_STATE(2324)] = 114438, + [SMALL_STATE(2325)] = 114452, + [SMALL_STATE(2326)] = 114466, + [SMALL_STATE(2327)] = 114480, + [SMALL_STATE(2328)] = 114494, + [SMALL_STATE(2329)] = 114508, + [SMALL_STATE(2330)] = 114522, + [SMALL_STATE(2331)] = 114536, + [SMALL_STATE(2332)] = 114550, + [SMALL_STATE(2333)] = 114564, + [SMALL_STATE(2334)] = 114578, + [SMALL_STATE(2335)] = 114592, + [SMALL_STATE(2336)] = 114606, + [SMALL_STATE(2337)] = 114620, + [SMALL_STATE(2338)] = 114634, + [SMALL_STATE(2339)] = 114648, + [SMALL_STATE(2340)] = 114662, + [SMALL_STATE(2341)] = 114676, + [SMALL_STATE(2342)] = 114690, + [SMALL_STATE(2343)] = 114704, + [SMALL_STATE(2344)] = 114718, + [SMALL_STATE(2345)] = 114732, + [SMALL_STATE(2346)] = 114744, + [SMALL_STATE(2347)] = 114758, + [SMALL_STATE(2348)] = 114772, + [SMALL_STATE(2349)] = 114786, + [SMALL_STATE(2350)] = 114800, + [SMALL_STATE(2351)] = 114814, + [SMALL_STATE(2352)] = 114826, + [SMALL_STATE(2353)] = 114840, + [SMALL_STATE(2354)] = 114854, + [SMALL_STATE(2355)] = 114868, + [SMALL_STATE(2356)] = 114882, + [SMALL_STATE(2357)] = 114896, + [SMALL_STATE(2358)] = 114910, + [SMALL_STATE(2359)] = 114924, + [SMALL_STATE(2360)] = 114936, + [SMALL_STATE(2361)] = 114948, + [SMALL_STATE(2362)] = 114962, + [SMALL_STATE(2363)] = 114976, + [SMALL_STATE(2364)] = 114990, + [SMALL_STATE(2365)] = 115004, + [SMALL_STATE(2366)] = 115018, + [SMALL_STATE(2367)] = 115032, + [SMALL_STATE(2368)] = 115046, + [SMALL_STATE(2369)] = 115060, + [SMALL_STATE(2370)] = 115074, + [SMALL_STATE(2371)] = 115088, + [SMALL_STATE(2372)] = 115100, + [SMALL_STATE(2373)] = 115114, + [SMALL_STATE(2374)] = 115126, + [SMALL_STATE(2375)] = 115140, + [SMALL_STATE(2376)] = 115154, + [SMALL_STATE(2377)] = 115168, + [SMALL_STATE(2378)] = 115182, + [SMALL_STATE(2379)] = 115196, + [SMALL_STATE(2380)] = 115208, + [SMALL_STATE(2381)] = 115220, + [SMALL_STATE(2382)] = 115234, + [SMALL_STATE(2383)] = 115246, + [SMALL_STATE(2384)] = 115256, + [SMALL_STATE(2385)] = 115268, + [SMALL_STATE(2386)] = 115282, + [SMALL_STATE(2387)] = 115296, + [SMALL_STATE(2388)] = 115310, + [SMALL_STATE(2389)] = 115324, + [SMALL_STATE(2390)] = 115338, + [SMALL_STATE(2391)] = 115350, + [SMALL_STATE(2392)] = 115364, + [SMALL_STATE(2393)] = 115378, + [SMALL_STATE(2394)] = 115392, + [SMALL_STATE(2395)] = 115406, + [SMALL_STATE(2396)] = 115416, + [SMALL_STATE(2397)] = 115430, + [SMALL_STATE(2398)] = 115444, + [SMALL_STATE(2399)] = 115458, + [SMALL_STATE(2400)] = 115472, + [SMALL_STATE(2401)] = 115486, + [SMALL_STATE(2402)] = 115500, + [SMALL_STATE(2403)] = 115514, + [SMALL_STATE(2404)] = 115528, + [SMALL_STATE(2405)] = 115542, + [SMALL_STATE(2406)] = 115556, + [SMALL_STATE(2407)] = 115570, + [SMALL_STATE(2408)] = 115584, + [SMALL_STATE(2409)] = 115598, + [SMALL_STATE(2410)] = 115612, + [SMALL_STATE(2411)] = 115626, + [SMALL_STATE(2412)] = 115640, + [SMALL_STATE(2413)] = 115650, + [SMALL_STATE(2414)] = 115664, + [SMALL_STATE(2415)] = 115678, + [SMALL_STATE(2416)] = 115692, + [SMALL_STATE(2417)] = 115706, + [SMALL_STATE(2418)] = 115720, + [SMALL_STATE(2419)] = 115734, + [SMALL_STATE(2420)] = 115748, + [SMALL_STATE(2421)] = 115762, + [SMALL_STATE(2422)] = 115776, + [SMALL_STATE(2423)] = 115790, + [SMALL_STATE(2424)] = 115804, + [SMALL_STATE(2425)] = 115816, + [SMALL_STATE(2426)] = 115826, + [SMALL_STATE(2427)] = 115840, + [SMALL_STATE(2428)] = 115854, + [SMALL_STATE(2429)] = 115868, + [SMALL_STATE(2430)] = 115882, + [SMALL_STATE(2431)] = 115896, + [SMALL_STATE(2432)] = 115910, + [SMALL_STATE(2433)] = 115924, + [SMALL_STATE(2434)] = 115938, + [SMALL_STATE(2435)] = 115952, + [SMALL_STATE(2436)] = 115966, + [SMALL_STATE(2437)] = 115980, + [SMALL_STATE(2438)] = 115994, + [SMALL_STATE(2439)] = 116008, + [SMALL_STATE(2440)] = 116022, + [SMALL_STATE(2441)] = 116036, + [SMALL_STATE(2442)] = 116048, + [SMALL_STATE(2443)] = 116058, + [SMALL_STATE(2444)] = 116072, + [SMALL_STATE(2445)] = 116086, + [SMALL_STATE(2446)] = 116100, + [SMALL_STATE(2447)] = 116114, + [SMALL_STATE(2448)] = 116128, + [SMALL_STATE(2449)] = 116142, + [SMALL_STATE(2450)] = 116156, + [SMALL_STATE(2451)] = 116170, + [SMALL_STATE(2452)] = 116184, + [SMALL_STATE(2453)] = 116198, + [SMALL_STATE(2454)] = 116208, + [SMALL_STATE(2455)] = 116222, + [SMALL_STATE(2456)] = 116236, + [SMALL_STATE(2457)] = 116250, + [SMALL_STATE(2458)] = 116264, + [SMALL_STATE(2459)] = 116278, + [SMALL_STATE(2460)] = 116292, + [SMALL_STATE(2461)] = 116306, + [SMALL_STATE(2462)] = 116320, + [SMALL_STATE(2463)] = 116334, + [SMALL_STATE(2464)] = 116348, + [SMALL_STATE(2465)] = 116358, + [SMALL_STATE(2466)] = 116372, + [SMALL_STATE(2467)] = 116384, + [SMALL_STATE(2468)] = 116398, + [SMALL_STATE(2469)] = 116412, + [SMALL_STATE(2470)] = 116426, + [SMALL_STATE(2471)] = 116440, + [SMALL_STATE(2472)] = 116454, + [SMALL_STATE(2473)] = 116468, + [SMALL_STATE(2474)] = 116482, + [SMALL_STATE(2475)] = 116496, + [SMALL_STATE(2476)] = 116510, + [SMALL_STATE(2477)] = 116524, + [SMALL_STATE(2478)] = 116538, + [SMALL_STATE(2479)] = 116552, + [SMALL_STATE(2480)] = 116566, + [SMALL_STATE(2481)] = 116580, + [SMALL_STATE(2482)] = 116594, + [SMALL_STATE(2483)] = 116608, + [SMALL_STATE(2484)] = 116622, + [SMALL_STATE(2485)] = 116636, + [SMALL_STATE(2486)] = 116646, + [SMALL_STATE(2487)] = 116660, + [SMALL_STATE(2488)] = 116674, + [SMALL_STATE(2489)] = 116688, + [SMALL_STATE(2490)] = 116702, + [SMALL_STATE(2491)] = 116716, + [SMALL_STATE(2492)] = 116730, + [SMALL_STATE(2493)] = 116744, + [SMALL_STATE(2494)] = 116758, + [SMALL_STATE(2495)] = 116772, + [SMALL_STATE(2496)] = 116786, + [SMALL_STATE(2497)] = 116800, + [SMALL_STATE(2498)] = 116810, + [SMALL_STATE(2499)] = 116824, + [SMALL_STATE(2500)] = 116836, + [SMALL_STATE(2501)] = 116850, + [SMALL_STATE(2502)] = 116864, + [SMALL_STATE(2503)] = 116878, + [SMALL_STATE(2504)] = 116890, + [SMALL_STATE(2505)] = 116902, + [SMALL_STATE(2506)] = 116912, + [SMALL_STATE(2507)] = 116926, + [SMALL_STATE(2508)] = 116940, + [SMALL_STATE(2509)] = 116952, + [SMALL_STATE(2510)] = 116966, + [SMALL_STATE(2511)] = 116980, + [SMALL_STATE(2512)] = 116990, + [SMALL_STATE(2513)] = 117004, + [SMALL_STATE(2514)] = 117018, + [SMALL_STATE(2515)] = 117032, + [SMALL_STATE(2516)] = 117044, + [SMALL_STATE(2517)] = 117058, + [SMALL_STATE(2518)] = 117072, + [SMALL_STATE(2519)] = 117086, + [SMALL_STATE(2520)] = 117100, + [SMALL_STATE(2521)] = 117112, + [SMALL_STATE(2522)] = 117126, + [SMALL_STATE(2523)] = 117140, + [SMALL_STATE(2524)] = 117152, + [SMALL_STATE(2525)] = 117164, + [SMALL_STATE(2526)] = 117178, + [SMALL_STATE(2527)] = 117190, + [SMALL_STATE(2528)] = 117204, + [SMALL_STATE(2529)] = 117214, + [SMALL_STATE(2530)] = 117225, + [SMALL_STATE(2531)] = 117234, + [SMALL_STATE(2532)] = 117243, + [SMALL_STATE(2533)] = 117252, + [SMALL_STATE(2534)] = 117261, + [SMALL_STATE(2535)] = 117270, + [SMALL_STATE(2536)] = 117281, + [SMALL_STATE(2537)] = 117290, + [SMALL_STATE(2538)] = 117299, + [SMALL_STATE(2539)] = 117308, + [SMALL_STATE(2540)] = 117317, + [SMALL_STATE(2541)] = 117326, + [SMALL_STATE(2542)] = 117335, + [SMALL_STATE(2543)] = 117346, + [SMALL_STATE(2544)] = 117355, + [SMALL_STATE(2545)] = 117364, + [SMALL_STATE(2546)] = 117375, + [SMALL_STATE(2547)] = 117384, + [SMALL_STATE(2548)] = 117393, + [SMALL_STATE(2549)] = 117402, + [SMALL_STATE(2550)] = 117411, + [SMALL_STATE(2551)] = 117422, + [SMALL_STATE(2552)] = 117431, + [SMALL_STATE(2553)] = 117442, + [SMALL_STATE(2554)] = 117453, + [SMALL_STATE(2555)] = 117462, + [SMALL_STATE(2556)] = 117471, + [SMALL_STATE(2557)] = 117480, + [SMALL_STATE(2558)] = 117491, + [SMALL_STATE(2559)] = 117500, + [SMALL_STATE(2560)] = 117509, + [SMALL_STATE(2561)] = 117518, + [SMALL_STATE(2562)] = 117527, + [SMALL_STATE(2563)] = 117538, + [SMALL_STATE(2564)] = 117547, + [SMALL_STATE(2565)] = 117556, + [SMALL_STATE(2566)] = 117565, + [SMALL_STATE(2567)] = 117574, + [SMALL_STATE(2568)] = 117583, + [SMALL_STATE(2569)] = 117592, + [SMALL_STATE(2570)] = 117601, + [SMALL_STATE(2571)] = 117610, + [SMALL_STATE(2572)] = 117619, + [SMALL_STATE(2573)] = 117628, + [SMALL_STATE(2574)] = 117637, + [SMALL_STATE(2575)] = 117646, + [SMALL_STATE(2576)] = 117655, + [SMALL_STATE(2577)] = 117664, + [SMALL_STATE(2578)] = 117675, + [SMALL_STATE(2579)] = 117686, + [SMALL_STATE(2580)] = 117697, + [SMALL_STATE(2581)] = 117708, + [SMALL_STATE(2582)] = 117717, + [SMALL_STATE(2583)] = 117728, + [SMALL_STATE(2584)] = 117739, + [SMALL_STATE(2585)] = 117748, + [SMALL_STATE(2586)] = 117757, + [SMALL_STATE(2587)] = 117768, + [SMALL_STATE(2588)] = 117777, + [SMALL_STATE(2589)] = 117788, + [SMALL_STATE(2590)] = 117799, + [SMALL_STATE(2591)] = 117808, + [SMALL_STATE(2592)] = 117819, + [SMALL_STATE(2593)] = 117828, + [SMALL_STATE(2594)] = 117839, + [SMALL_STATE(2595)] = 117848, + [SMALL_STATE(2596)] = 117859, + [SMALL_STATE(2597)] = 117868, + [SMALL_STATE(2598)] = 117879, + [SMALL_STATE(2599)] = 117888, + [SMALL_STATE(2600)] = 117897, + [SMALL_STATE(2601)] = 117906, + [SMALL_STATE(2602)] = 117915, + [SMALL_STATE(2603)] = 117924, + [SMALL_STATE(2604)] = 117933, + [SMALL_STATE(2605)] = 117944, + [SMALL_STATE(2606)] = 117953, + [SMALL_STATE(2607)] = 117962, + [SMALL_STATE(2608)] = 117971, + [SMALL_STATE(2609)] = 117980, + [SMALL_STATE(2610)] = 117989, + [SMALL_STATE(2611)] = 117998, + [SMALL_STATE(2612)] = 118007, + [SMALL_STATE(2613)] = 118016, + [SMALL_STATE(2614)] = 118025, + [SMALL_STATE(2615)] = 118034, + [SMALL_STATE(2616)] = 118043, + [SMALL_STATE(2617)] = 118052, + [SMALL_STATE(2618)] = 118061, + [SMALL_STATE(2619)] = 118070, + [SMALL_STATE(2620)] = 118081, + [SMALL_STATE(2621)] = 118092, + [SMALL_STATE(2622)] = 118101, + [SMALL_STATE(2623)] = 118110, + [SMALL_STATE(2624)] = 118119, + [SMALL_STATE(2625)] = 118128, + [SMALL_STATE(2626)] = 118137, + [SMALL_STATE(2627)] = 118146, + [SMALL_STATE(2628)] = 118155, + [SMALL_STATE(2629)] = 118164, + [SMALL_STATE(2630)] = 118173, + [SMALL_STATE(2631)] = 118181, + [SMALL_STATE(2632)] = 118189, + [SMALL_STATE(2633)] = 118197, + [SMALL_STATE(2634)] = 118205, + [SMALL_STATE(2635)] = 118213, + [SMALL_STATE(2636)] = 118221, + [SMALL_STATE(2637)] = 118229, + [SMALL_STATE(2638)] = 118237, + [SMALL_STATE(2639)] = 118245, + [SMALL_STATE(2640)] = 118253, + [SMALL_STATE(2641)] = 118261, + [SMALL_STATE(2642)] = 118269, + [SMALL_STATE(2643)] = 118277, + [SMALL_STATE(2644)] = 118285, + [SMALL_STATE(2645)] = 118293, + [SMALL_STATE(2646)] = 118301, + [SMALL_STATE(2647)] = 118309, + [SMALL_STATE(2648)] = 118317, + [SMALL_STATE(2649)] = 118325, + [SMALL_STATE(2650)] = 118333, + [SMALL_STATE(2651)] = 118341, + [SMALL_STATE(2652)] = 118349, + [SMALL_STATE(2653)] = 118357, + [SMALL_STATE(2654)] = 118365, + [SMALL_STATE(2655)] = 118373, + [SMALL_STATE(2656)] = 118381, + [SMALL_STATE(2657)] = 118389, + [SMALL_STATE(2658)] = 118397, + [SMALL_STATE(2659)] = 118405, + [SMALL_STATE(2660)] = 118413, + [SMALL_STATE(2661)] = 118421, + [SMALL_STATE(2662)] = 118429, + [SMALL_STATE(2663)] = 118437, + [SMALL_STATE(2664)] = 118445, + [SMALL_STATE(2665)] = 118453, + [SMALL_STATE(2666)] = 118461, + [SMALL_STATE(2667)] = 118469, + [SMALL_STATE(2668)] = 118477, + [SMALL_STATE(2669)] = 118485, + [SMALL_STATE(2670)] = 118493, + [SMALL_STATE(2671)] = 118501, + [SMALL_STATE(2672)] = 118509, + [SMALL_STATE(2673)] = 118517, + [SMALL_STATE(2674)] = 118525, + [SMALL_STATE(2675)] = 118533, + [SMALL_STATE(2676)] = 118541, + [SMALL_STATE(2677)] = 118549, + [SMALL_STATE(2678)] = 118557, + [SMALL_STATE(2679)] = 118565, + [SMALL_STATE(2680)] = 118573, + [SMALL_STATE(2681)] = 118581, + [SMALL_STATE(2682)] = 118589, + [SMALL_STATE(2683)] = 118597, + [SMALL_STATE(2684)] = 118605, + [SMALL_STATE(2685)] = 118613, + [SMALL_STATE(2686)] = 118621, + [SMALL_STATE(2687)] = 118629, + [SMALL_STATE(2688)] = 118637, + [SMALL_STATE(2689)] = 118645, + [SMALL_STATE(2690)] = 118653, + [SMALL_STATE(2691)] = 118661, + [SMALL_STATE(2692)] = 118669, + [SMALL_STATE(2693)] = 118677, + [SMALL_STATE(2694)] = 118685, + [SMALL_STATE(2695)] = 118693, + [SMALL_STATE(2696)] = 118701, + [SMALL_STATE(2697)] = 118709, + [SMALL_STATE(2698)] = 118717, + [SMALL_STATE(2699)] = 118725, + [SMALL_STATE(2700)] = 118733, + [SMALL_STATE(2701)] = 118741, + [SMALL_STATE(2702)] = 118749, + [SMALL_STATE(2703)] = 118757, + [SMALL_STATE(2704)] = 118765, + [SMALL_STATE(2705)] = 118773, + [SMALL_STATE(2706)] = 118781, + [SMALL_STATE(2707)] = 118789, + [SMALL_STATE(2708)] = 118797, + [SMALL_STATE(2709)] = 118805, + [SMALL_STATE(2710)] = 118813, + [SMALL_STATE(2711)] = 118821, + [SMALL_STATE(2712)] = 118829, + [SMALL_STATE(2713)] = 118837, + [SMALL_STATE(2714)] = 118845, + [SMALL_STATE(2715)] = 118853, + [SMALL_STATE(2716)] = 118861, + [SMALL_STATE(2717)] = 118869, + [SMALL_STATE(2718)] = 118877, + [SMALL_STATE(2719)] = 118885, + [SMALL_STATE(2720)] = 118893, + [SMALL_STATE(2721)] = 118901, + [SMALL_STATE(2722)] = 118909, + [SMALL_STATE(2723)] = 118917, + [SMALL_STATE(2724)] = 118925, + [SMALL_STATE(2725)] = 118933, + [SMALL_STATE(2726)] = 118941, + [SMALL_STATE(2727)] = 118949, + [SMALL_STATE(2728)] = 118957, + [SMALL_STATE(2729)] = 118965, + [SMALL_STATE(2730)] = 118973, + [SMALL_STATE(2731)] = 118981, + [SMALL_STATE(2732)] = 118989, + [SMALL_STATE(2733)] = 118997, + [SMALL_STATE(2734)] = 119005, + [SMALL_STATE(2735)] = 119013, + [SMALL_STATE(2736)] = 119021, + [SMALL_STATE(2737)] = 119029, + [SMALL_STATE(2738)] = 119037, + [SMALL_STATE(2739)] = 119045, + [SMALL_STATE(2740)] = 119053, + [SMALL_STATE(2741)] = 119061, + [SMALL_STATE(2742)] = 119069, + [SMALL_STATE(2743)] = 119077, + [SMALL_STATE(2744)] = 119085, + [SMALL_STATE(2745)] = 119093, + [SMALL_STATE(2746)] = 119101, + [SMALL_STATE(2747)] = 119109, + [SMALL_STATE(2748)] = 119117, + [SMALL_STATE(2749)] = 119125, + [SMALL_STATE(2750)] = 119133, + [SMALL_STATE(2751)] = 119141, + [SMALL_STATE(2752)] = 119149, + [SMALL_STATE(2753)] = 119157, + [SMALL_STATE(2754)] = 119165, + [SMALL_STATE(2755)] = 119173, + [SMALL_STATE(2756)] = 119181, + [SMALL_STATE(2757)] = 119189, + [SMALL_STATE(2758)] = 119197, + [SMALL_STATE(2759)] = 119205, + [SMALL_STATE(2760)] = 119213, + [SMALL_STATE(2761)] = 119221, + [SMALL_STATE(2762)] = 119229, + [SMALL_STATE(2763)] = 119237, + [SMALL_STATE(2764)] = 119245, + [SMALL_STATE(2765)] = 119253, + [SMALL_STATE(2766)] = 119261, + [SMALL_STATE(2767)] = 119269, + [SMALL_STATE(2768)] = 119277, + [SMALL_STATE(2769)] = 119285, + [SMALL_STATE(2770)] = 119293, + [SMALL_STATE(2771)] = 119301, + [SMALL_STATE(2772)] = 119309, + [SMALL_STATE(2773)] = 119317, + [SMALL_STATE(2774)] = 119325, + [SMALL_STATE(2775)] = 119333, + [SMALL_STATE(2776)] = 119341, + [SMALL_STATE(2777)] = 119349, + [SMALL_STATE(2778)] = 119357, + [SMALL_STATE(2779)] = 119365, + [SMALL_STATE(2780)] = 119373, + [SMALL_STATE(2781)] = 119381, + [SMALL_STATE(2782)] = 119389, + [SMALL_STATE(2783)] = 119397, + [SMALL_STATE(2784)] = 119405, + [SMALL_STATE(2785)] = 119413, + [SMALL_STATE(2786)] = 119421, + [SMALL_STATE(2787)] = 119429, + [SMALL_STATE(2788)] = 119437, + [SMALL_STATE(2789)] = 119445, + [SMALL_STATE(2790)] = 119453, + [SMALL_STATE(2791)] = 119461, + [SMALL_STATE(2792)] = 119469, + [SMALL_STATE(2793)] = 119477, + [SMALL_STATE(2794)] = 119485, + [SMALL_STATE(2795)] = 119493, + [SMALL_STATE(2796)] = 119501, + [SMALL_STATE(2797)] = 119509, + [SMALL_STATE(2798)] = 119517, + [SMALL_STATE(2799)] = 119525, + [SMALL_STATE(2800)] = 119533, + [SMALL_STATE(2801)] = 119541, + [SMALL_STATE(2802)] = 119549, + [SMALL_STATE(2803)] = 119557, + [SMALL_STATE(2804)] = 119565, + [SMALL_STATE(2805)] = 119573, + [SMALL_STATE(2806)] = 119581, + [SMALL_STATE(2807)] = 119589, + [SMALL_STATE(2808)] = 119597, + [SMALL_STATE(2809)] = 119605, + [SMALL_STATE(2810)] = 119613, + [SMALL_STATE(2811)] = 119621, + [SMALL_STATE(2812)] = 119629, + [SMALL_STATE(2813)] = 119637, + [SMALL_STATE(2814)] = 119645, + [SMALL_STATE(2815)] = 119653, + [SMALL_STATE(2816)] = 119661, + [SMALL_STATE(2817)] = 119669, + [SMALL_STATE(2818)] = 119677, + [SMALL_STATE(2819)] = 119685, + [SMALL_STATE(2820)] = 119693, + [SMALL_STATE(2821)] = 119701, + [SMALL_STATE(2822)] = 119709, + [SMALL_STATE(2823)] = 119717, + [SMALL_STATE(2824)] = 119725, + [SMALL_STATE(2825)] = 119733, + [SMALL_STATE(2826)] = 119741, + [SMALL_STATE(2827)] = 119749, + [SMALL_STATE(2828)] = 119757, + [SMALL_STATE(2829)] = 119765, + [SMALL_STATE(2830)] = 119773, + [SMALL_STATE(2831)] = 119781, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -128629,2457 +128692,2459 @@ static const TSParseActionEntry ts_parse_actions[] = { [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 0, 0, 0), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2615), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2551), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2614), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2796), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2671), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2637), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2816), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2780), [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2812), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2795), [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2819), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2796), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), - [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(616), - [120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2204), - [123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1866), - [126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(193), - [129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(971), - [132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(84), - [135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(566), - [138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(383), - [141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(463), - [144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(357), - [147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2608), - [150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2615), - [153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2551), - [156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(597), - [159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(86), - [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(461), - [165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(832), - [168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(598), - [171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2794), - [174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(458), - [177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2819), - [180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2784), - [183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2637), - [186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(470), - [189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(73), - [192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2796), - [195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(586), - [201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(925), - [204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(207), - [207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(490), - [210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1674), - [213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(361), - [216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1121), - [219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1121), - [222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(155), - [225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), - [227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1732), - [230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1, 0, 0), - [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(530), - [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(85), - [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(473), - [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(848), - [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(518), - [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2797), - [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(446), - [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2671), - [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2812), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2820), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1, 0, 0), + [123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), + [125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(623), + [128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2233), + [131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1865), + [134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(220), + [137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(967), + [140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(84), + [143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(480), + [146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(384), + [149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(463), + [152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(365), + [155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2608), + [158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2614), + [161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2533), + [164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(535), + [167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(85), + [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(473), + [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(848), + [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(519), + [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2796), + [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(446), + [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2649), + [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2816), + [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2780), + [194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(470), + [197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(74), + [200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2812), + [203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(190), + [206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(589), + [209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(911), + [212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(210), + [215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(492), + [218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1676), + [221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(354), + [224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1069), + [227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1069), + [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(155), + [233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1732), + [236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(596), + [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(86), + [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(461), + [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(783), + [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(598), + [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2795), + [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(458), + [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2820), + [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2797), + [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), [277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), [279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), - [281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(319), + [281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(305), [284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 1), REDUCE(sym_primary_expression, 1, 0, 1), - [287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(883), - [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(952), + [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), [292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_expression_lhs, 1, 0, 1), - [294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 1), - [296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(2672), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), - [301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(280), - [304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(927), - [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(504), - [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), - [316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 1), - [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), - [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), - [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 1), REDUCE(sym_primary_expression, 1, 0, 1), + [294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 1), REDUCE(sym_primary_expression, 1, 0, 1), + [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), + [299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(2793), + [302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 1), + [304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(306), + [307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(914), + [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(505), + [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), + [319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 1), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), - [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), - [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), - [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), - [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), - [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), - [383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(285), - [386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(926), - [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), - [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(296), - [398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(925), - [401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(490), - [404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), - [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), - [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), - [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), - [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), - [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), - [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), - [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), - [666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, 0, 5), - [668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), REDUCE(sym_list_splat_pattern, 2, 0, 5), - [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, 0, 5), - [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), - [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), - [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), - [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), - [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), - [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), - [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), REDUCE(sym_list_splat_pattern, 2, 0, 5), - [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), - [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), - [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), - [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), - [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), - [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), - [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), - [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), - [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), - [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), - [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), - [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), - [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), - [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), - [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), - [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), - [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), - [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), - [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), - [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), - [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), - [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), - [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), - [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), - [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), - [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), - [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), - [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), - [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), - [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), - [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), - [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), - [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), - [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), - [956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3, 0, 0), - [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), - [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), - [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), - [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), - [970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, 0, 0), - [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), - [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), - [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), - [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), - [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), - [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), - [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), - [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), - [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), - [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), - [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), - [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), - [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), - [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), - [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), - [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), - [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), - [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), - [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), - [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), - [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), - [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), - [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), - [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), - [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), - [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), - [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), - [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), - [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), - [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), - [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), - [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), - [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), - [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), - [1108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), - [1112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), - [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), - [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [1120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), - [1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), - [1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 1, 0, 0), - [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), - [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [1130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), - [1132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [1134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [1138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [1142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), - [1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [1146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), - [1148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), - [1150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [1152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [1162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [1212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [1214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [1218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), - [1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [1226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [1228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [1244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3, 0, 0), - [1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [1248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, 0, 99), - [1250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 99), - [1252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), - [1254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [1256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, 0, 98), - [1258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 98), - [1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), - [1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [1264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), - [1266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, 0, 110), - [1268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, 0, 110), - [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 3, 0, 0), - [1276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, 0, 79), - [1278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 79), - [1280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), - [1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, 0, 0), - [1288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), - [1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [1292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, 0, 0), - [1294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [1308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 1, 0, 0), - [1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), - [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [1322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [1326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [1328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), - [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [1356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [1360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [1362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), - [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1, 0, 0), - [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, 0, 0), - [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1, 0, 0), - [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [1396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 3, 0, 0), - [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [1410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, 0, 5), - [1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, 0, 0), - [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [1422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2, 0, 0), - [1424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), - [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3, 0, 0), - [1430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 0), - [1432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, -1, 6), - [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), - [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, 0, 0), - [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 3, 0, 0), - [1442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, 0, 14), - [1444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, -1, 15), - [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, 0, 0), - [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), - [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [1462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2368), - [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, 0, 42), - [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, 0, 42), - [1480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2809), - [1482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), - [1484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), - [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [1488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, 0, 63), - [1490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, 0, 63), - [1492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), - [1494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), - [1496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), - [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [1500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), - [1502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), - [1504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [1506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), - [1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), - [1510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), - [1512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), - [1514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), - [1516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [1518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), - [1520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), - [1522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), - [1524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), - [1526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), - [1528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), - [1530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), - [1532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), - [1534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [1536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), - [1538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), - [1540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), - [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), - [1544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0), REDUCE(sym_primary_expression, 1, 0, 0), - [1547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), - [1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_expression_lhs, 1, 0, 0), - [1551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 0), REDUCE(sym_primary_expression, 1, 0, 0), - [1554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 0), - [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0), - [1560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 57), - [1562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 57), - [1564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), - [1566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 83), - [1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 83), - [1570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), - [1572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), - [1574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), - [1576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(462), - [1579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 37), - [1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 37), - [1583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), - [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), - [1587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(594), - [1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 56), - [1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 56), - [1594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(467), - [1597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(601), - [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 2), - [1602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0), REDUCE(sym_primary_expression, 1, 0, 2), - [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 2), - [1607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, 0, 72), - [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, 0, 72), - [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, 0, 0), - [1613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym_list_splat_pattern, 2, 0, 0), - [1616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym_list_splat_pattern, 2, 0, 0), - [1619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, 0, 0), - [1621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 81), - [1623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 81), - [1625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 81), SHIFT_REPEAT(600), - [1628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat_type, 2, 0, 0), - [1630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splat_type, 2, 0, 0), - [1632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, 0, 48), - [1634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, 0, 48), - [1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, 0, 48), - [1638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, 0, 48), - [1640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, 0, 72), - [1642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, 0, 72), - [1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 23), - [1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, 0, 23), - [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2, 0, 0), - [1650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), REDUCE(sym_tuple, 2, 0, 0), - [1653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2, 0, 0), - [1655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 2, 0, 0), - [1657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), - [1659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 81), SHIFT_REPEAT(603), - [1662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2, 0, 0), - [1664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern, 2, 0, 0), REDUCE(sym_list, 2, 0, 0), - [1667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2, 0, 0), - [1669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2, 0, 0), - [1671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2, 0, 0), - [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 3, 0, 0), - [1675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 3, 0, 0), - [1677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, 0, 106), - [1679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, 0, 106), - [1681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), - [1683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), - [1685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 4, 0, 0), - [1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 4, 0, 0), - [1689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 2, 0, 0), - [1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 2, 0, 0), - [1693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, 0, 0), - [1695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, 0, 0), - [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 4, 0, 106), - [1699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 4, 0, 106), - [1701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1, 0, 0), - [1703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1, 0, 0), - [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 6, 0, 129), - [1707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 6, 0, 129), - [1709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 6, 0, 129), - [1711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 6, 0, 129), - [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 5, 0, 0), - [1715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 5, 0, 0), - [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 5, 0, 0), - [1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 5, 0, 0), - [1721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 7, 0, 0), - [1723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 7, 0, 0), - [1725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 7, 0, 0), - [1727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 7, 0, 0), - [1729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), - [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [1735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), - [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593), - [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), - [1743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 3, 0, 90), - [1745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 3, 0, 90), - [1747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, 0, 41), - [1749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, 0, 41), - [1751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, 0, 57), - [1753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, 0, 57), - [1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 88), - [1757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 88), - [1759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, 0, 63), - [1761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, 0, 63), - [1763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, 0, 37), - [1765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, 0, 37), - [1767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 101), - [1769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 101), - [1771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 105), - [1773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 105), - [1775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 54), - [1777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 54), - [1779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 114), - [1781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 114), - [1783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 62), - [1785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 62), - [1787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, 0, 42), - [1789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, 0, 42), - [1791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, 0, 63), - [1793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, 0, 63), - [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), - [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [1803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), - [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), - [1807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [1809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), - [1811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, 0, 42), - [1813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, 0, 42), - [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [1817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 113), - [1819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 113), - [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), - [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), - [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), - [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), - [1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 104), - [1835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 104), - [1837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, 0, 86), - [1839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, 0, 86), - [1841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 4, 0, 0), - [1843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 4, 0, 0), - [1845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 7, 0, 63), - [1847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 7, 0, 63), - [1849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorated_definition, 2, 0, 12), - [1851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorated_definition, 2, 0, 12), - [1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 107), - [1855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 107), - [1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 108), - [1859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 108), - [1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, 0, 109), - [1863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 7, 0, 109), - [1865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, 0, 43), - [1867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, 0, 43), - [1869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 87), - [1871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 87), - [1873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 82), - [1875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 82), - [1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, 0, 44), - [1879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 4, 0, 44), - [1881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, 0, 0), - [1883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, 0, 89), - [1885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, 0, 89), - [1887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 115), - [1889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 115), - [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 116), - [1893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 116), - [1895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 117), - [1897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 117), - [1899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 118), - [1901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 118), - [1903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 119), - [1905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 119), - [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 3, 0, 90), - [1909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 3, 0, 90), - [1911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 126), - [1913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 126), - [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 127), - [1917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 127), - [1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 128), - [1921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 128), - [1923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, 0, 42), - [1925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, 0, 42), - [1927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 130), - [1929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 130), - [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, 0, 135), - [1933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, 0, 135), - [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 55), - [1937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 55), - [1939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 5, 0, 58), - [1941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 5, 0, 58), - [1943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2, 0, 0), - [1945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_block, 2, 0, 0), - [1947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_block, 2, 0, 0), - [1949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 5, 0, 59), - [1951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 5, 0, 59), - [1953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, 0, 60), - [1955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, 0, 60), - [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), - [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), - [1965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), - [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [1971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 61), - [1973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 61), - [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 91), - [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 91), - [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 92), - [1981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 92), - [1983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3, 0, 0), - [1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 3, 0, 0), - [1987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_block, 1, 0, 0), - [1989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_block, 1, 0, 0), - [1991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, 0, 39), - [1993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, 0, 39), - [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 93), - [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 93), - [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 94), - [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 94), - [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, 0, 64), - [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, 0, 64), - [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 80), - [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 80), - [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 65), - [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 65), - [2015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 66), - [2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 66), - [2019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 67), - [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 67), - [2023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 68), - [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 68), - [2027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_block, 3, 0, 84), - [2029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_block, 3, 0, 84), - [2031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 6, 0, 85), - [2033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 6, 0, 85), - [2035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 95), - [2037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 95), - [2039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 100), - [2041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 100), - [2043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 102), - [2045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 102), - [2047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 103), - [2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 103), - [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1, 0, 0), - [2057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651), - [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), - [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), - [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), - [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), - [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), - [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), - [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), - [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), - [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), - [2081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), - [2085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), - [2087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), - [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), - [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), - [2097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), - [2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), - [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [2103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), - [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), - [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), - [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), - [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), - [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), - [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), - [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), - [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), - [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), - [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), - [2125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), - [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), - [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), - [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), - [2133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), - [2135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [2137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [2139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), - [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), - [2143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), - [2145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), - [2147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), - [2149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), - [2151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), - [2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), - [2155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), - [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), - [2159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), - [2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), - [2163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), - [2165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), - [2167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), - [2169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), - [2171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), - [2173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), - [2175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), - [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), - [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), - [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), - [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), - [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), - [2187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), - [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [2201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [2217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), - [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), - [2223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), - [2225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1732), - [2228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), - [2230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), - [2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2, 0, 0), - [2234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2, 0, 0), - [2236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, 0, 21), - [2238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, 0, 21), - [2240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1723), - [2243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1727), - [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), - [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [2250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), - [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [2272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), - [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 50), - [2278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 50), - [2280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, 0, 9), - [2282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, 0, 9), - [2284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 49), - [2286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 49), - [2288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 24), - [2290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 24), - [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), - [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [2296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), - [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [2310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), - [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [2318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), - [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [2322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1719), - [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), - [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), - [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), - [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [2351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), - [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [2355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1706), - [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [2366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), - [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [2388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), - [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [2392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1731), - [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0), - [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0), - [2399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1710), - [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [2406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), - [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [2428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [2436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [2458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0), - [2464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0), - [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [2468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1737), - [2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), - [2473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), - [2475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 33), - [2477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 33), - [2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2, 0, 0), - [2481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2, 0, 0), - [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [2485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, 0, 0), - [2487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, 0, 0), - [2489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3, 0, 0), - [2491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3, 0, 0), - [2493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3, 0, 0), - [2495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3, 0, 0), - [2497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 0), - [2499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 0), - [2501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 33), - [2503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 33), - [2505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_expression, 4, 0, 34), - [2507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_expression, 4, 0, 34), - [2509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_comprehension, 4, 0, 34), - [2511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_comprehension, 4, 0, 34), - [2513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), - [2515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), - [2517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [2519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [2521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, 0, 34), - [2525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, 0, 34), - [2527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, 0, 0), - [2529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, 0, 0), - [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3, 0, 0), - [2533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3, 0, 0), - [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5, 0, 0), - [2537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5, 0, 0), - [2539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0), - [2541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0), - [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 33), - [2545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 33), - [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, 0, 10), - [2549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, 0, 10), - [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [2555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), - [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [2581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 4, 0, 34), - [2583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 4, 0, 34), - [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), - [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2559), - [2593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), - [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), - [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), - [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), - [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), - [2627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), - [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), - [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), - [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [2639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2575), - [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [2649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), - [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [2653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), - [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [2729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2553), - [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), - [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), - [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), - [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2493), - [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), - [2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), - [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), - [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), - [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), - [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), - [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), - [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), - [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [2809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), - [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, 0, 11), - [2813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, 0, 11), - [2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), - [2817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(945), - [2820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), - [2822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2767), - [2825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(945), - [2828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(860), - [2831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(887), - [2834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2728), - [2837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(887), - [2840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(866), - [2843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(880), - [2846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2663), - [2849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(880), - [2852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(861), - [2855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(896), - [2858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2649), - [2861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(896), - [2864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(864), - [2867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(874), - [2870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2757), - [2873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(874), - [2876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(863), - [2879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(963), - [2882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2748), - [2885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(963), - [2888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(865), - [2891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), - [2893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(855), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [2898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(917), - [2901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2712), - [2904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(917), - [2907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(862), - [2910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, 0, 0), - [2912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(931), - [2915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2681), - [2918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(931), - [2921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(859), - [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), - [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, 0, 0), - [2930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 0), - [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [2936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), - [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [2946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_hand_side, 1, 0, 0), - [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [2970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(851), - [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [2987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), - [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), - [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 2, 0, 0), - [2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 3, 0, 0), - [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [2999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [3009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 1, 0, 0), - [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, 0, 21), - [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, 0, 6), - [3021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, 0, 17), - [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 0), - [3031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 18), - [3033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(498), - [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_pattern, 3, 0, 22), - [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, 0, 47), - [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [3044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), - [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [3054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), - [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [3066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), - [3068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), - [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [3072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(231), - [3075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1805), - [3078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1805), - [3081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), - [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [3103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), - [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), - [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [3163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, 1, 7), SHIFT(340), - [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [3186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(578), - [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [3203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 2, 0, 0), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [3209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__f_expression, 1, 0, 0), - [3211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(525), - [3214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(570), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [3227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 1, 0, 0), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [3231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2, 0, 0), - [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [3237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 3, 0, 0), - [3239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(604), - [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 2, 0, 0), - [3244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, 0, 6), - [3246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), - [3248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(557), - [3251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_pattern, 3, 0, 22), - [3253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, 0, 21), - [3255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), - [3257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2717), - [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1, 0, 0), - [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [3264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), - [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), - [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), - [3272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(543), - [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [3285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), - [3287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1816), - [3290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1816), - [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_within_for_in_clause, 1, 0, 0), - [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), - [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), - [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), - [3331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, 0, 8), - [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [3343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, -1, 6), - [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [3351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2, 0, 0), - [3353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(486), - [3356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), - [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [3362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, 0, 45), - [3364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_pattern, 1, 0, 0), - [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), - [3368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2, 0, 0), - [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), - [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), - [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [3390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2664), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), + [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), + [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), + [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(300), + [388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(913), + [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), + [397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(307), + [400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(911), + [403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(492), + [406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), + [408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), + [410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), SHIFT(884), + [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), + [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), + [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), + [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, 0, 5), + [665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 1), REDUCE(sym_list_splat_pattern, 2, 0, 5), + [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, 0, 5), + [672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), + [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), + [676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), + [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), + [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), + [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), + [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 1), REDUCE(sym_list_splat_pattern, 2, 0, 5), + [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), + [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), + [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), + [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), + [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), + [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422), + [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), + [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), + [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), + [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), + [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), + [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), + [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), + [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), + [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), + [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), + [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), + [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), + [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), + [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), + [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), + [853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), + [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), + [861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), + [863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), + [877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), + [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), + [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), + [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), + [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), + [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), + [959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, 0, 0), + [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), + [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), + [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), + [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), + [973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3, 0, 0), + [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), + [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), + [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), + [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), + [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), + [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), + [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [1005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), + [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [1025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), + [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), + [1029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), + [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [1033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), + [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), + [1037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), + [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [1041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), + [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), + [1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 1, 0, 0), + [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), + [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), + [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), + [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), + [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), + [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), + [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), + [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), + [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), + [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), + [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), + [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), + [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), + [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), + [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), + [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), + [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), + [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), + [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), + [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), + [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [1157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [1253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, 0, 0), + [1255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 79), + [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, 0, 79), + [1261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), + [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [1265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, 0, 110), + [1267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, 0, 110), + [1269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), + [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [1273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, 0, 99), + [1275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 99), + [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), + [1279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), + [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 3, 0, 0), + [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [1291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, 0, 98), + [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 98), + [1295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3, 0, 0), + [1297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, 0, 0), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [1331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 1, 0, 0), + [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), + [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), + [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [1351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 3, 0, 0), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [1367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1, 0, 0), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [1375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1, 0, 0), + [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, 0, 0), + [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [1413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, 0, 0), + [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [1423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, 0, 5), + [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2, 0, 0), + [1429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3, 0, 0), + [1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 0), + [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, -1, 6), + [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, 0, 0), + [1445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 3, 0, 0), + [1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, 0, 14), + [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, -1, 15), + [1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, 0, 0), + [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [1467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2520), + [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [1481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, 0, 42), + [1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, 0, 42), + [1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2810), + [1487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [1489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2634), + [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [1493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, 0, 63), + [1495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, 0, 63), + [1497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2733), + [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [1501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), + [1503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [1505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), + [1507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [1509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), + [1511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), + [1513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), + [1515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [1517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [1521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), + [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), + [1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), + [1529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), + [1531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), + [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), + [1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), + [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), + [1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), + [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), + [1543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), + [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), + [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), + [1549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0), REDUCE(sym_primary_expression, 1, 0, 0), + [1552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), + [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_expression_lhs, 1, 0, 0), + [1556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 0), REDUCE(sym_primary_expression, 1, 0, 0), + [1559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 0), + [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [1563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0), + [1565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 56), + [1567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 56), + [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), + [1571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), + [1573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), + [1575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(466), + [1578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), + [1580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), + [1582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(603), + [1585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(599), + [1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 57), + [1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 57), + [1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), + [1594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 37), + [1596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 37), + [1598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 83), + [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 83), + [1602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(462), + [1605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, 0, 72), + [1607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, 0, 72), + [1609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, 0, 72), + [1611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, 0, 72), + [1613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 81), + [1615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 81), + [1617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 81), SHIFT_REPEAT(601), + [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2, 0, 0), + [1622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), REDUCE(sym_tuple, 2, 0, 0), + [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2, 0, 0), + [1627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), + [1629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 2, 0, 0), + [1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, 0, 0), + [1633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat_type, 2, 0, 0), + [1635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym_list_splat_pattern, 2, 0, 0), + [1638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym_list_splat_pattern, 2, 0, 0), + [1641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, 0, 0), + [1643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splat_type, 2, 0, 0), + [1645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 81), SHIFT_REPEAT(604), + [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 2), + [1650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0), REDUCE(sym_primary_expression, 1, 0, 2), + [1653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 2), + [1655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, 0, 48), + [1657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, 0, 48), + [1659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, 0, 48), + [1661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, 0, 48), + [1663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2, 0, 0), + [1665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern, 2, 0, 0), REDUCE(sym_list, 2, 0, 0), + [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2, 0, 0), + [1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2, 0, 0), + [1672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2, 0, 0), + [1674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 23), + [1676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, 0, 23), + [1678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 6, 0, 129), + [1680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 6, 0, 129), + [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), + [1684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [1686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), + [1690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), + [1692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), + [1698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), + [1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 4, 0, 0), + [1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 4, 0, 0), + [1704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 2, 0, 0), + [1706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 2, 0, 0), + [1708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1, 0, 0), + [1710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1, 0, 0), + [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 5, 0, 0), + [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 5, 0, 0), + [1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 3, 0, 0), + [1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 3, 0, 0), + [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 5, 0, 0), + [1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 5, 0, 0), + [1724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 6, 0, 129), + [1726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 6, 0, 129), + [1728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 7, 0, 0), + [1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 7, 0, 0), + [1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 3, 0, 90), + [1734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 3, 0, 90), + [1736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, 0, 0), + [1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, 0, 0), + [1740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 7, 0, 0), + [1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 7, 0, 0), + [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, 0, 106), + [1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, 0, 106), + [1748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 4, 0, 106), + [1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 4, 0, 106), + [1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, 0, 41), + [1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, 0, 41), + [1756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, 0, 57), + [1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, 0, 57), + [1760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 88), + [1762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 88), + [1764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, 0, 63), + [1766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, 0, 63), + [1768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, 0, 37), + [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, 0, 37), + [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 101), + [1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 101), + [1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 105), + [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 105), + [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 54), + [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 54), + [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 114), + [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 114), + [1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 62), + [1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 62), + [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, 0, 42), + [1794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, 0, 42), + [1796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, 0, 63), + [1798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, 0, 63), + [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), + [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), + [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), + [1816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, 0, 42), + [1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, 0, 42), + [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [1822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 130), + [1824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 130), + [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 3, 0, 90), + [1828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 3, 0, 90), + [1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, 0, 42), + [1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, 0, 42), + [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 91), + [1836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 91), + [1838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 92), + [1840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 92), + [1842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 93), + [1844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 93), + [1846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 94), + [1848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 94), + [1850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 3, 0, 0), + [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, 0, 95), + [1854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, 0, 95), + [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), + [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [1860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), + [1862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), + [1864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [1866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [1868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_block, 1, 0, 0), + [1870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_block, 1, 0, 0), + [1872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 100), + [1874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 100), + [1876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, 0, 39), + [1878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, 0, 39), + [1880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 102), + [1882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 102), + [1884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 103), + [1886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 103), + [1888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 104), + [1890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 104), + [1892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 4, 0, 0), + [1894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 4, 0, 0), + [1896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 7, 0, 63), + [1898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 7, 0, 63), + [1900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorated_definition, 2, 0, 12), + [1902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorated_definition, 2, 0, 12), + [1904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 107), + [1906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 107), + [1908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 108), + [1910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 108), + [1912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, 0, 109), + [1914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 7, 0, 109), + [1916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, 0, 43), + [1918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, 0, 43), + [1920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, 0, 44), + [1922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 4, 0, 44), + [1924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, 0, 0), + [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 113), + [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 113), + [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 115), + [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 115), + [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 116), + [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 116), + [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 117), + [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 117), + [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 118), + [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 118), + [1946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 119), + [1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 119), + [1950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 126), + [1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 126), + [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 127), + [1956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 127), + [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 128), + [1960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 128), + [1962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, 0, 135), + [1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, 0, 135), + [1966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_block, 3, 0, 84), + [1968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_block, 3, 0, 84), + [1970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 80), + [1972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 80), + [1974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 55), + [1976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 55), + [1978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 5, 0, 58), + [1980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 5, 0, 58), + [1982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2, 0, 0), + [1984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_block, 2, 0, 0), + [1986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_block, 2, 0, 0), + [1988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 5, 0, 59), + [1990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 5, 0, 59), + [1992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, 0, 60), + [1994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, 0, 60), + [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), + [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), + [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), + [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [2010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 61), + [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 61), + [2014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 6, 0, 85), + [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 6, 0, 85), + [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, 0, 86), + [2020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, 0, 86), + [2022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3, 0, 0), + [2024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 87), + [2026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 87), + [2028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, 0, 64), + [2030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, 0, 64), + [2032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 65), + [2034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 65), + [2036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 66), + [2038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 66), + [2040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 67), + [2042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 67), + [2044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, 0, 68), + [2046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, 0, 68), + [2048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 82), + [2050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 82), + [2052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, 0, 89), + [2054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, 0, 89), + [2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [2058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [2060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1, 0, 0), + [2062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [2064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [2066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [2068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), + [2070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), + [2072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), + [2074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [2076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [2078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), + [2080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [2082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), + [2084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), + [2086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), + [2088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), + [2090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [2092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), + [2094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), + [2096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [2098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [2100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), + [2102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [2104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), + [2106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), + [2108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), + [2110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [2112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [2114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), + [2116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), + [2118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [2120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [2122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [2124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), + [2126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), + [2128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [2130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [2132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [2134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), + [2136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), + [2138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), + [2140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), + [2142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), + [2144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [2146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), + [2148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), + [2150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), + [2152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), + [2154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), + [2156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), + [2158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [2160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), + [2162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), + [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), + [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), + [2168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), + [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), + [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426), + [2174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), + [2176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), + [2178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), + [2180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [2182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), + [2184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), + [2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), + [2188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [2190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), + [2192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), + [2194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), + [2196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), + [2198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [2202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), + [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [2210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), + [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [2218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), + [2228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [2230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), + [2232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), + [2234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1732), + [2237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 49), + [2239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 49), + [2241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 50), + [2243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, 0, 50), + [2245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, 0, 21), + [2247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, 0, 21), + [2249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1727), + [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [2256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [2278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 24), + [2284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 24), + [2286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1723), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [2293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), + [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), + [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, 0, 9), + [2321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, 0, 9), + [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2, 0, 0), + [2325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2, 0, 0), + [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [2331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [2361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1707), + [2364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0), + [2366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0), + [2368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1711), + [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0), + [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0), + [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [2379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [2401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [2409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [2431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [2439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), + [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [2461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), + [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [2465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1731), + [2468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1720), + [2471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1737), + [2474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), + [2476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), + [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 33), + [2480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 33), + [2482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2, 0, 0), + [2484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2, 0, 0), + [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [2488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 0), + [2490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 0), + [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [2494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 33), + [2498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 33), + [2500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), + [2502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), + [2504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5, 0, 0), + [2506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5, 0, 0), + [2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_expression, 4, 0, 34), + [2510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_expression, 4, 0, 34), + [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, 0, 34), + [2514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, 0, 34), + [2516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, 0, 0), + [2518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, 0, 0), + [2520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, 0, 0), + [2522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, 0, 0), + [2524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3, 0, 0), + [2526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3, 0, 0), + [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0), + [2530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0), + [2532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, 0, 10), + [2534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, 0, 10), + [2536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 33), + [2538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 33), + [2540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3, 0, 0), + [2542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3, 0, 0), + [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), + [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [2572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), + [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [2576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 4, 0, 34), + [2578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 4, 0, 34), + [2580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_comprehension, 4, 0, 34), + [2582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_comprehension, 4, 0, 34), + [2584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3, 0, 0), + [2586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3, 0, 0), + [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [2592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), + [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [2596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), + [2598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), + [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [2608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), + [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [2612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), + [2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [2618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), + [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [2622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), + [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [2632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), + [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [2636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), + [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [2640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), + [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2556), + [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [2654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), + [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [2658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), + [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), + [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [2730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), + [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [2734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549), + [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), + [2742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), + [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [2746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), + [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [2750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), + [2752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2288), + [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), + [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [2794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), + [2796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), + [2798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), + [2800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), + [2802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), + [2804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), + [2806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), + [2808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), + [2810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), + [2812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), + [2814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), + [2816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, 0, 11), + [2818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, 0, 11), + [2820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), + [2822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(954), + [2825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), + [2827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2654), + [2830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(954), + [2833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(861), + [2836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(887), + [2839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2672), + [2842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(887), + [2845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(864), + [2848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(958), + [2851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2736), + [2854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(958), + [2857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(862), + [2860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(895), + [2863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2713), + [2866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(895), + [2869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(863), + [2872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(875), + [2875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2650), + [2878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(875), + [2881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(867), + [2884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(937), + [2887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2667), + [2890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(937), + [2893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(866), + [2896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, 0, 0), + [2898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(912), + [2901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2798), + [2904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(912), + [2907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(860), + [2910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(902), + [2913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(2636), + [2916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(902), + [2919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, 0, 25), SHIFT_REPEAT(865), + [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [2924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), + [2926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(855), + [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, 0, 0), + [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 0), + [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [2941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), + [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_hand_side, 1, 0, 0), + [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [2969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(854), + [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), + [2992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), + [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 3, 0, 0), + [3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 2, 0, 0), + [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [3004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [3014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 1, 0, 0), + [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 0), + [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, 0, 21), + [3032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 18), + [3034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(511), + [3037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_pattern, 3, 0, 22), + [3039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, 0, 17), + [3041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, 0, 47), + [3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, 0, 6), + [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [3049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [3065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [3073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), + [3075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), + [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [3079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(233), + [3082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1817), + [3085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1817), + [3088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [3110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), + [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), + [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [3162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, 1, 7), SHIFT(342), + [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [3191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(579), + [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [3208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 2, 0, 0), + [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [3214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__f_expression, 1, 0, 0), + [3216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(526), + [3219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(570), + [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 1, 0, 0), + [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), + [3236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2, 0, 0), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 3, 0, 0), + [3244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 2, 0, 0), + [3246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(606), + [3249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, 0, 6), + [3251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), + [3253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(558), + [3256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_pattern, 3, 0, 22), + [3258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, 0, 21), + [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), + [3262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2701), + [3265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_within_for_in_clause, 1, 0, 0), + [3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, -1, 6), + [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2, 0, 0), + [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [3275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [3283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, 0, 45), + [3285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2, 0, 0), + [3287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1, 0, 0), + [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [3291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), + [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), + [3295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1818), + [3298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1818), + [3301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(608), + [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), + [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [3320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, 0, 8), + [3322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_pattern, 1, 0, 0), + [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), + [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), + [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [3360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_expression, 3, 0, 18), SHIFT(487), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [3387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 2, 0, 0), + [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 1, 0, 0), + [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [3397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2684), - [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, 0, 71), - [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [3406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 1, 0, 0), - [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), - [3418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 2, 0, 0), - [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [3424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(508), - [3427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(2827), - [3430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(849), - [3433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), - [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [3441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2, 0, 0), - [3443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 6), - [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [3451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(510), - [3454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(2824), - [3457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(845), - [3460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2, 0, 0), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [3472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(554), - [3475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(2641), - [3478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(748), - [3481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2753), - [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [3488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_pattern, 2, 0, 0), - [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 74), - [3500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 74), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [3514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2739), - [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 98), - [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [3523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, 0, 79), - [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [3533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 110), - [3535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 0), - [3537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(433), - [3540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), - [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, 0, 97), - [3544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, 0, 97), - [3546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2, 0, 0), - [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 99), - [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [3554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 75), - [3556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 75), - [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [3560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 76), - [3562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 76), - [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [3570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, 0, 18), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [3574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, 0, 46), - [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [3582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_pattern, 2, 0, 0), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [3586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 0), - [3588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, 0, 70), - [3590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(856), - [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [3597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, 0, 16), - [3599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, 0, 18), - [3601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, 0, 0), - [3603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, 1, 7), - [3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, 0, 96), - [3607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 5, 0, 0), - [3609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 26), - [3611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 26), - [3613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_type, 3, 0, 0), - [3615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2, 0, 0), - [3617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(586), - [3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constrained_type, 3, 0, 0), - [3622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3, 0, 0), - [3624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 19), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [3634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 52), - [3636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 52), - [3638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 4, 0, 36), - [3640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5, 0, 0), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [3644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, 0, 0), - [3646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 53), - [3648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 53), - [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [3656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, 0, 38), - [3658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(417), - [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), - [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_pattern, 3, 0, 0), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), - [3673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), - [3675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1580), - [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [3686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2, 0, 0), - [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [3704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_pattern, 1, 0, 0), - [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [3708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(491), - [3711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(427), - [3714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, 0, 26), - [3716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, 0, 26), - [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [3722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 3, 0, 13), - [3724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 4, 0, 120), - [3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_pattern, 2, 0, 0), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [3738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat_pattern, 2, 0, 0), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [3742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_pattern, 2, 0, 0), - [3744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, 0, 17), - [3746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 4, 0, 0), - [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [3750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 2, 0, 0), - [3752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 6, 0, 0), - [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [3782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_pattern, 3, 0, 0), - [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [3788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_pattern, 3, 0, 0), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [3792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1584), - [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, 0, 4), - [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 3, 0, 111), - [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 3, 0, 0), - [3803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_complex_pattern, 3, 0, 0), - [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 3, 0, 0), - [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [3813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1587), - [3816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, 0, 47), - [3818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_repeat1, 2, 0, 0), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [3822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1586), - [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 5, 0, 0), - [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 1, 0, 4), - [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [3853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), - [3855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1, 0, 0), - [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [3859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 4, 0, 122), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [3865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 4, 0, 0), - [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [3873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(584), - [3876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 4, 1, 0), - [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), - [3884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_pattern, 4, 0, 0), - [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [3888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(233), - [3891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), - [3893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(2122), - [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [3900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_pattern, 4, 0, 0), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [3904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_pattern, 5, 0, 0), - [3906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_pattern, 5, 0, 0), - [3908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2, 0, 0), - [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [3912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 5, 0, 120), - [3914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 5, 0, 122), - [3916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_complex_pattern, 4, 0, 0), - [3918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 4, 0, 111), - [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [3922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 28), - [3924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 28), SHIFT_REPEAT(2345), - [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, 0, 0), - [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [3963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2, 0, 0), - [3965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2695), - [3968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 2, 0, 0), - [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), - [3972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 2, 0, 0), - [3974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_prefix, 1, 0, 0), - [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [3986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 35), - [3988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 35), SHIFT_REPEAT(599), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [4001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 14), - [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, -1, 15), - [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3, 0, 0), - [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 0), - [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [4035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), - [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), - [4041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__as_pattern, 3, 0, 0), - [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, 0, 13), - [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [4047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1554), - [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [4052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_prefix_repeat1, 2, 0, 0), - [4054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_prefix_repeat1, 2, 0, 0), SHIFT_REPEAT(2231), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [4059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_block_repeat1, 2, 0, 81), SHIFT_REPEAT(1558), - [4062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_block_repeat1, 2, 0, 81), - [4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 3, 0, 0), - [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 3, 0, 0), - [4068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 27), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [4074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 3, 0, 0), - [4076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, 0, 8), - [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [4080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dict_pattern_repeat1, 2, 0, 0), - [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [4094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 1, 0, 0), - [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [4100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2, 0, 0), - [4102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(1683), - [4105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aliased_import, 3, 0, 29), - [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [4117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(255), - [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [4136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, 0, 40), SHIFT_REPEAT(551), - [4139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, 0, 40), - [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [4147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(515), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), - [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [4192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 1, 0, 51), - [4194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 1, 0, 51), - [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [4228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 1, 0, 0), - [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [4242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1556), - [4245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(854), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [4260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(500), - [4263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), - [4265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(464), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [4288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 0), SHIFT_REPEAT(354), - [4291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2, 0, 0), SHIFT_REPEAT(153), - [4294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2, 0, 0), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [4302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, 0, 8), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [4334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dict_pattern_repeat1, 2, 0, 121), SHIFT_REPEAT(1579), - [4337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dict_pattern_repeat1, 2, 0, 121), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [4347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 0), SHIFT_REPEAT(362), - [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [4356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relative_import, 1, 0, 0), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [4368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1555), - [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [4375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 0), SHIFT_REPEAT(400), - [4378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 0), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), - [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [4480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 0), SHIFT_REPEAT(350), - [4483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(1682), - [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [4492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1, 0, 0), - [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [4524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, 0, 73), SHIFT_REPEAT(449), - [4527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, 0, 73), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [4531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(852), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [4538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(468), - [4541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(853), - [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [4558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(529), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [4581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(336), - [4584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__key_value_pattern, 3, 0, 45), - [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [4592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 28), SHIFT_REPEAT(2481), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [4603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), - [4605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [4609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [4613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, 0, 0), - [4615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, 0, 33), - [4617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 133), - [4619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, 0, 124), - [4621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 20), - [4623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 134), - [4625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), - [4627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, 0, 3), - [4629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, 0, 125), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [4635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, 0, 31), - [4637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 6, 0, 77), - [4639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, 0, 69), - [4641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1, 0, 0), - [4643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, 0, 21), - [4645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), - [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [4651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [4655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [4659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_block_repeat1, 1, 0, 54), - [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), - [4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [4667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [4671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, 0, 32), - [4673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [4677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, 0, 136), - [4679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, 0, 137), - [4681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, 0, 138), - [4683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 8, 0, 139), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [4689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [4693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 6, 0, 78), - [4695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), - [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [4705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1, 0, 0), - [4707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 33), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [4725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [4729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 4, 0, 30), - [4731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1, 0, 0), - [4733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, 0, 123), - [4735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [4739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_import, 1, 0, 0), - [4741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), - [4743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1, 0, 0), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [4747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 4, 0, 112), - [4749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 131), - [4751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dict_pattern_repeat1, 2, 0, 111), - [4753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 132), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [4763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_import, 2, 0, 0), - [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [4811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, 0, 0), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [4893] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [4987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, 0, 0), - [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), - [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), - [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [5061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1, 0, 0), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [3397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2813), + [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [3406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, 0, 71), + [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [3428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2, 0, 0), + [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [3440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(509), + [3443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(2828), + [3446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(849), + [3449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), + [3451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 6), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [3455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(512), + [3458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(2825), + [3461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(845), + [3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2, 0, 0), + [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [3470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(555), + [3473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(2669), + [3476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2, 0, 0), SHIFT_REPEAT(758), + [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [3487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2675), + [3490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2714), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [3497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_pattern, 2, 0, 0), + [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [3503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constrained_type, 3, 0, 0), + [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [3511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3, 0, 0), + [3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), + [3515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1587), + [3518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 0), + [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [3524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 5, 0, 0), + [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, 1, 7), + [3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, 0, 96), + [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [3532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, 0, 110), + [3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), + [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [3538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, 0, 79), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), + [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [3564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 98), + [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [3568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, 0, 99), + [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [3578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_pattern, 1, 0, 0), + [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [3582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(433), + [3585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), + [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [3589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2, 0, 0), + [3591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(427), + [3594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, 0, 26), + [3596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, 0, 26), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [3602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, 0, 18), + [3604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2830), + [3607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, 0, 97), + [3609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, 0, 97), + [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [3615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 0), + [3617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 74), + [3619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 74), + [3621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(852), + [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [3628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, 0, 16), + [3630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 75), + [3632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 75), + [3634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 26), + [3636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 26), + [3638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_type, 3, 0, 0), + [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [3646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 52), + [3648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 52), + [3650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, 0, 0), + [3652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, 0, 53), + [3654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, 0, 53), + [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [3660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, 0, 0), + [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [3666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, 0, 76), + [3668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, 0, 76), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [3672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_pattern, 2, 0, 0), + [3674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, 0, 46), + [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [3678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 19), + [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [3682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, 0, 70), + [3684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2, 0, 0), + [3686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(589), + [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 4, 0, 36), + [3691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5, 0, 0), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [3703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2, 0, 0), + [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, 0, 38), + [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [3711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(417), + [3714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, 0, 18), + [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [3718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(493), + [3721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_pattern, 3, 0, 0), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [3729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, 0, 47), + [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [3747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 4, 1, 0), + [3749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_pattern, 4, 0, 0), + [3751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_pattern, 5, 0, 0), + [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_pattern, 5, 0, 0), + [3755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 5, 0, 120), + [3757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 5, 0, 122), + [3759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 5, 0, 0), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [3767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 1, 0, 4), + [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [3773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1582), + [3776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 6, 0, 0), + [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [3782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), + [3784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1, 0, 0), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [3788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_pattern, 4, 0, 0), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [3794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(224), + [3797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), + [3799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(2051), + [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [3808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_complex_pattern, 4, 0, 0), + [3810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 3, 0, 13), + [3812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, 0, 17), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [3818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 4, 0, 111), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [3826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_pattern, 2, 0, 0), + [3828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2, 0, 0), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [3834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splat_pattern, 2, 0, 0), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [3838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_pattern, 2, 0, 0), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [3842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 4, 0, 120), + [3844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 4, 0, 0), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [3848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 3, 0, 0), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [3856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1581), + [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [3865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 4, 0, 122), + [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_pattern, 4, 0, 0), + [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [3877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(587), + [3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_repeat1, 2, 0, 0), + [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [3898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1588), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_pattern, 3, 0, 0), + [3909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_pattern, 3, 0, 0), + [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [3915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, 0, 4), + [3917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 3, 0, 111), + [3919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 3, 0, 0), + [3921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_complex_pattern, 3, 0, 0), + [3923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dict_pattern, 2, 0, 0), + [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [3947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2, 0, 0), + [3949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2692), + [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [3956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 28), + [3958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 28), SHIFT_REPEAT(2374), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [3965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dict_pattern_repeat1, 2, 0, 0), + [3967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, 0, 0), + [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [3983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 27), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [3989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 35), + [3991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, 0, 35), SHIFT_REPEAT(600), + [3994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__as_pattern, 3, 0, 0), + [3996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, 0, 13), + [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [4000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1556), + [4003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), + [4005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_prefix_repeat1, 2, 0, 0), + [4007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_prefix_repeat1, 2, 0, 0), SHIFT_REPEAT(2208), + [4010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 3, 0, 0), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [4018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 3, 0, 0), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [4032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, 0, 14), + [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [4038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 0), + [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [4046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_prefix, 1, 0, 0), + [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [4052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 2, 0, 0), + [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 2, 0, 0), + [4068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, -1, 15), + [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [4072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_block_repeat1, 2, 0, 81), SHIFT_REPEAT(1559), + [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_block_repeat1, 2, 0, 81), + [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3, 0, 0), + [4079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 3, 0, 0), + [4081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, 0, 8), + [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [4087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, 0, 28), SHIFT_REPEAT(2393), + [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [4108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 0), SHIFT_REPEAT(396), + [4111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, 0, 0), + [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [4125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(262), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [4134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 0), SHIFT_REPEAT(351), + [4137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), + [4139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(464), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [4146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(1684), + [4149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2, 0, 0), + [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [4177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 1, 0, 0), + [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [4203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1, 0, 0), + [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [4211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(516), + [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), + [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [4264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 1, 0, 51), + [4266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 1, 0, 51), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [4282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(468), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [4289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(853), + [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [4298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 1, 0, 0), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [4304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 0), SHIFT_REPEAT(369), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [4333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__key_value_pattern, 3, 0, 45), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [4347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relative_import, 1, 0, 0), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [4355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, 0, 73), SHIFT_REPEAT(450), + [4358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, 0, 73), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [4368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dict_pattern_repeat1, 2, 0, 121), SHIFT_REPEAT(1580), + [4371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dict_pattern_repeat1, 2, 0, 121), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [4403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(327), + [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [4414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1558), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [4419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2, 0, 0), SHIFT_REPEAT(153), + [4422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2, 0, 0), + [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [4448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1555), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [4469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, 0, 40), SHIFT_REPEAT(482), + [4472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_statement_repeat1, 2, 0, 40), + [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), + [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [4560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, 0, 0), SHIFT_REPEAT(353), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [4569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(857), + [4572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(1683), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [4577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aliased_import, 3, 0, 29), + [4579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, 0, 0), SHIFT_REPEAT(856), + [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [4586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(501), + [4589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(530), + [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [4596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, 0, 8), + [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [4608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), + [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [4612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), + [4614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1, 0, 0), + [4616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), + [4618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [4622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, 0, 69), + [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [4626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, 0, 31), + [4628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [4632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 6, 0, 77), + [4634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 6, 0, 78), + [4636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), + [4638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), + [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [4642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 133), + [4644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), + [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [4648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), + [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [4652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [4654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [4658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), + [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [4662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, 0, 32), + [4664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_block_repeat1, 1, 0, 54), + [4666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, 0, 3), + [4668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, 0, 0), + [4670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, 0, 33), + [4672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, 0, 123), + [4674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 4, 0, 30), + [4676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 134), + [4678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1, 0, 0), + [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [4688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), + [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [4692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), + [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [4696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), + [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [4704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [4712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, 0, 136), + [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [4718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, 0, 124), + [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [4724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, 0, 125), + [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [4734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, 0, 137), + [4736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 7, 0, 138), + [4738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_import, 1, 0, 0), + [4740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1, 0, 0), + [4742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dict_pattern_repeat1, 2, 0, 111), + [4744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 20), + [4746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 8, 0, 139), + [4748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), + [4750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1, 0, 0), + [4752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, 0, 21), + [4754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 4, 0, 112), + [4756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 131), + [4758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), + [4760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 33), + [4762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 6, 0, 132), + [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [4768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1, 0, 0), + [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [4780] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), + [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [4820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_import, 2, 0, 0), + [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [4904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [4998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, 0, 0), + [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [5002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, 0, 0), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), + [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), }; enum ts_external_scanner_symbol_identifiers { @@ -131183,14 +131248,14 @@ static const bool ts_external_scanner_states[20][EXTERNAL_TOKEN_COUNT] = { }, [13] = { [ts_external_token_comment] = true, - [ts_external_token_RBRACK] = true, + [ts_external_token_RPAREN] = true, }, [14] = { [ts_external_token_comment] = true, - [ts_external_token_RPAREN] = true, }, [15] = { [ts_external_token_comment] = true, + [ts_external_token_RBRACK] = true, }, [16] = { [ts_external_token__string_content] = true, diff --git a/test/corpus/expressions.txt b/test/corpus/expressions.txt index 1c40935..2b1c950 100644 --- a/test/corpus/expressions.txt +++ b/test/corpus/expressions.txt @@ -1106,3 +1106,20 @@ w, x, y, z = 0, *a, c (list_splat (identifier)) (identifier))))) + +================================================================================ +A function called match +================================================================================ + +match(r1, r2, r3) + +-------------------------------------------------------------------------------- + +(module + (expression_statement + (call + (identifier) + (argument_list + (identifier) + (identifier) + (identifier)))))